Bump the miscs group with 14 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(3 months ago)
(3 months ago)
(3 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the miscs group with 14 updates:
Package | From | To |
---|---|---|
@swc/core | 1.12.5 |
1.12.6 |
@types/node | 24.0.3 |
24.0.4 |
pnpm | 10.12.2 |
10.12.3 |
vite | 6.3.5 |
7.0.0 |
@swc/core-darwin-arm64 | 1.12.5 |
1.12.6 |
@swc/core-darwin-x64 | 1.12.5 |
1.12.6 |
@swc/core-linux-arm-gnueabihf | 1.12.5 |
1.12.6 |
@swc/core-linux-arm64-gnu | 1.12.5 |
1.12.6 |
@swc/core-linux-arm64-musl | 1.12.5 |
1.12.6 |
@swc/core-linux-x64-gnu | 1.12.5 |
1.12.6 |
@swc/core-linux-x64-musl | 1.12.5 |
1.12.6 |
@swc/core-win32-arm64-msvc | 1.12.5 |
1.12.6 |
@swc/core-win32-ia32-msvc | 1.12.5 |
1.12.6 |
@swc/core-win32-x64-msvc | 1.12.5 |
1.12.6 |
Updates @swc/core
from 1.12.5 to 1.12.6
Changelog
Sourced from @swc/core
's changelog.
[1.12.6] - 2025-06-24
Bug Fixes
(es/parser) Throw error if JSX does not end with
>
(#10687) (cb3d6db)(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
Features
Miscellaneous Tasks
- (ecosystem-ci) Exclude
react-leaflet
(cfbb1f9)Performance
(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce
byte_search
to reduce comparison operations (#10668) (3806ffd)(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)
... (truncated)
Commits
34a5e2e
chore: Publish1.12.6
withswc_core
v29.1.2
7bb15eb
chore: Update changelog6b01da9
chore: Publish1.12.6-nightly-20250623.3
withswc_core
v29.1.2
cfbb1f9
chore(ecosystem-ci): Excludereact-leaflet
69e8f22
chore: Update changelog3c5536b
chore: Publish1.12.6-nightly-20250623.2
withswc_core
v29.1.2
eee0578
build(wasm): Fix wasm builds89f5746
chore: Update changeloga5a97ea
chore: Publish1.12.6-nightly-20250623.1
withswc_core
v29.1.2
17d8faf
chore: Publish crates withswc_core
v29.1.2
- Additional commits viewable in compare view
Updates @types/node
from 24.0.3 to 24.0.4
Commits
- See full diff in compare view
Updates pnpm
from 10.12.2 to 10.12.3
Release notes
Sourced from pnpm's releases.
pnpm 10.12.3
Patch Changes
Restore hoisting of optional peer dependencies when installing with an outdated lockfile. Regression introduced in v10.12.2 by #9648; resolves #9685.
Platinum Sponsors
Gold Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.12.3
Patch Changes
Commits
c76822c
chore(release): 10.12.3- See full diff in compare view
Updates vite
from 6.3.5 to 7.0.0
Release notes
Sourced from vite's releases.
create-vite@7.0.0
Please refer to CHANGELOG.md for details.
plugin-legacy@7.0.0
Please refer to CHANGELOG.md for details.
v7.0.0
Please refer to CHANGELOG.md for details.
v7.0.0-beta.2
Please refer to CHANGELOG.md for details.
v7.0.0-beta.1
Please refer to CHANGELOG.md for details.
plugin-legacy@7.0.0-beta.1
Please refer to CHANGELOG.md for details.
plugin-legacy@7.0.0-beta.0
Please refer to CHANGELOG.md for details.
v7.0.0-beta.0
Please refer to CHANGELOG.md for details.
create-vite@6.5.0
Please refer to CHANGELOG.md for details.
create-vite@6.4.1
Please refer to CHANGELOG.md for details.
create-vite@6.4.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
7.0.0 (2025-06-24)
Today, we're excited to announce the release of the next Vite major:
- Vite 7.0 announcement blog post
- Docs (translations: 简体中文, 日本語, Español, Português, 한국어, Deutsch, فارسی)
- Migration Guide
Breaking Changes
- fix(ssr)!: don't access
Object
variable in ssr transformed code (#19996) (fceff60), closes #19996- chore!: remove deprecated splitVendorChunkPlugin (#19255) (91a92c7), closes #19255
- chore!: remove node 18 support (#19972) (00b8a98), closes #19972
- feat!: bump
build.target
and name itbaseline-widely-available
(#20007) (4a8aa82), closes #20007- refactor!: bump required node version to 20.19+, 22.12+ and remove cjs build (#20032) (2b80243), closes #20032
- refactor!: remove
experimental.skipSsrTransform
option (#20038) (6c3dd8e), closes #20038- refactor!: remove
HotBroadcaster
(#19988) (cda8c94), closes #19988- refactor!: remove deprecated
HotBroadcaster
related types (#19987) (86b5e00), closes #19987- refactor!: remove deprecated hook-level
enforce
/transform
fromtransformIndexHtml
hook (#19349 (6198b9d), closes #19349- refactor!: remove deprecated no-op type only properties (#19985) (9151c24), closes #19985
- refactor(css)!: always use sass compiler API (#19978) (3bfe5c5), closes #19978
- refactor(css)!: remove sass legacy API support (#19977) (6eaccc9), closes #19977
Features
- feat(types): use terser types from terser package (#20274) (a5799fa), closes #20274
- feat: apply some middlewares before
configurePreviewServer
hook (#20224) (b989c42), closes #20224- feat: apply some middlewares before
configureServer
hook (#20222) (f5cc4c0), closes #20222- feat: add base option to import.meta.glob (#20163) (253d6c6), closes #20163
- feat: add
this.meta.viteVersion
(#20088) (f55bf41), closes #20088- feat: allow passing down resolved config to vite's
createServer
(#19894) (c1ae9bd), closes #19894- feat: buildApp hook (#19971) (5da659d), closes #19971
- feat: make PluginContext available for Vite-specific hooks (#19936) (7063839), closes #19936
- feat: resolve environments plugins at config time (#20120) (f6a28d5), closes #20120
- feat: stabilize
css.preprocessorMaxWorkers
and default totrue
(#19992) (70aee13), closes #19992- feat: stabilize
optimizeDeps.noDiscovery
(#19984) (6d2dcb4), closes #19984- feat(build): provide names for asset entrypoints (#19912) (c4e01dc), closes #19912
- feat(client): support opening fileURL in editor (#20040) (1bde4d2), closes #20040
Fixes
... (truncated)
Commits
eafd28a
chore: rearrange 7.0 changelog (#20280)b85f322
release: v7.0.09b98dcb
fix(module-runner): exposenormalizeModuleId
(#20277)a5799fa
feat(types): use terser types from terser package (#20274)f7377c3
chore(deps): update rolldown-related dependencies (#20270)6b64d63
fix(deps): update all non-major dependencies (#20271)ac302a7
fix(module-runner): exportssrExportNameKey
(#20266)b135918
chore: typos in comments (#20259)3f46901
perf(utils): improve performance ofnumberToPos
(#20244)3bf3a8a
fix: keepimport.meta.url
in bundled Vite (#20235)- Additional commits viewable in compare view
Updates @swc/core-darwin-arm64
from 1.12.5 to 1.12.6
Changelog
Sourced from @swc/core-darwin-arm64
's changelog.
[1.12.6] - 2025-06-24
Bug Fixes
(es/parser) Throw error if JSX does not end with
>
(#10687) (cb3d6db)(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
Features
Miscellaneous Tasks
- (ecosystem-ci) Exclude
react-leaflet
(cfbb1f9)Performance
(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce
byte_search
to reduce comparison operations (#10668) (3806ffd)(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)
... (truncated)
Commits
34a5e2e
chore: Publish1.12.6
withswc_core
v29.1.2
7bb15eb
chore: Update changelog6b01da9
chore: Publish1.12.6-nightly-20250623.3
withswc_core
v29.1.2
cfbb1f9
chore(ecosystem-ci): Excludereact-leaflet
69e8f22
chore: Update changelog3c5536b
chore: Publish1.12.6-nightly-20250623.2
withswc_core
v29.1.2
eee0578
build(wasm): Fix wasm builds89f5746
chore: Update changeloga5a97ea
chore: Publish1.12.6-nightly-20250623.1
withswc_core
v29.1.2
17d8faf
chore: Publish crates withswc_core
v29.1.2
- Additional commits viewable in compare view
Updates @swc/core-darwin-x64
from 1.12.5 to 1.12.6
Changelog
Sourced from @swc/core-darwin-x64
's changelog.
[1.12.6] - 2025-06-24
Bug Fixes
(es/parser) Throw error if JSX does not end with
>
(#10687) (cb3d6db)(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
Features
Miscellaneous Tasks
- (ecosystem-ci) Exclude
react-leaflet
(cfbb1f9)Performance
(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce
byte_search
to reduce comparison operations (#10668) (3806ffd)(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)
... (truncated)
Commits
34a5e2e
chore: Publish1.12.6
withswc_core
v29.1.2
7bb15eb
chore: Update changelog6b01da9
chore: Publish1.12.6-nightly-20250623.3
withswc_core
v29.1.2
cfbb1f9
chore(ecosystem-ci): Excludereact-leaflet
69e8f22
chore: Update changelog3c5536b
chore: Publish1.12.6-nightly-20250623.2
withswc_core
v29.1.2
eee0578
build(wasm): Fix wasm builds89f5746
chore: Update changeloga5a97ea
chore: Publish1.12.6-nightly-20250623.1
withswc_core
v29.1.2
17d8faf
chore: Publish crates withswc_core
v29.1.2
- Additional commits viewable in compare view
Updates @swc/core-linux-arm-gnueabihf
from 1.12.5 to 1.12.6
Changelog
Sourced from @swc/core-linux-arm-gnueabihf
's changelog.
[1.12.6] - 2025-06-24
Bug Fixes
(es/parser) Throw error if JSX does not end with
>
(#10687) (cb3d6db)(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
Features
Miscellaneous Tasks
- (ecosystem-ci) Exclude
react-leaflet
(cfbb1f9)Performance
(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce
byte_search
to reduce comparison operations (#10668) (3806ffd)(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)
... (truncated)
Commits
34a5e2e
chore: Publish1.12.6
withswc_core
v29.1.2
7bb15eb
chore: Update changelog6b01da9
chore: Publish1.12.6-nightly-20250623.3
withswc_core
v29.1.2
cfbb1f9
chore(ecosystem-ci): Excludereact-leaflet
69e8f22
chore: Update changelog3c5536b
chore: Publish1.12.6-nightly-20250623.2
withswc_core
v29.1.2
eee0578
build(wasm): Fix wasm builds89f5746
chore: Update changeloga5a97ea
chore: Publish1.12.6-nightly-20250623.1
withswc_core
v29.1.2
17d8faf
chore: Publish crates withswc_core
v29.1.2
- Additional commits viewable in compare view
Updates @swc/core-linux-arm64-gnu
from 1.12.5 to 1.12.6
Changelog
Sourced from @swc/core-linux-arm64-gnu
's changelog.
[1.12.6] - 2025-06-24
Bug Fixes
(es/parser) Throw error if JSX does not end with
>
(#10687) (cb3d6db)(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
Features
Miscellaneous Tasks
- (ecosystem-ci) Exclude
react-leaflet
(cfbb1f9)Performance
(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce
byte_search
to reduce comparison operations (#10668) (3806ffd)(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)
... (truncated)
Commits
34a5e2e
chore: Publish1.12.6
withswc_core
v29.1.2
7bb15eb
chore: Update changelog6b01da9
chore: Publish1.12.6-nightly-20250623.3
withswc_core
v29.1.2
cfbb1f9
chore(ecosystem-ci): Excludereact-leaflet
69e8f22
chore: Update changelog3c5536b
chore: Publish1.12.6-nightly-20250623.2
withswc_core
v29.1.2
eee0578
build(wasm): Fix wasm builds89f5746
chore: Update changeloga5a97ea
chore: Publish1.12.6-nightly-20250623.1
withswc_core
v29.1.2
17d8faf
chore: Publish crates withswc_core
v29.1.2
- Additional commits viewable in compare view
Updates @swc/core-linux-arm64-musl
from 1.12.5 to 1.12.6
Changelog
Sourced from @swc/core-linux-arm64-musl
's changelog.
[1.12.6] - 2025-06-24
Bug Fixes
(es/parser) Throw error if JSX does not end with
>
(#10687) (cb3d6db)(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
Features
Miscellaneous Tasks
- (ecosystem-ci) Exclude
react-leaflet
(cfbb1f9)Performance
(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce
byte_search
to reduce comparison operations (#10668) (3806ffd)(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)
... (truncated)
Commits
34a5e2e
chore: Publish1.12.6
withswc_core
v29.1.2
7bb15eb
chore: Update changelog6b01da9
chore: Publish1.12.6-nightly-20250623.3
withswc_core
v29.1.2
cfbb1f9
chore(ecosystem-ci): Excludereact-leaflet
69e8f22
chore: Update changelog3c5536b
chore: Publish1.12.6-nightly-20250623.2
withswc_core
v29.1.2
eee0578
build(wasm): Fix wasm builds89f5746
chore: Update changeloga5a97ea
chore: Publish1.12.6-nightly-20250623.1
withswc_core
v29.1.2
17d8faf
chore: Publish crates withswc_core
v29.1.2
- Additional commits viewable in compare view
Updates @swc/core-linux-x64-gnu
from 1.12.5 to 1.12.6
Changelog
Sourced from @swc/core-linux-x64-gnu
's changelog.
[1.12.6] - 2025-06-24
Bug Fixes
(es/parser) Throw error if JSX does not end with
>
(#10687) (cb3d6db)(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
Features
Miscellaneous Tasks
- (ecosystem-ci) Exclude
react-leaflet
(cfbb1f9)Performance
(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce
byte_search
to reduce comparison operations (#10668) (3806ffd)(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)
... (truncated)
Commits
34a5e2e
chore: Publish1.12.6
withswc_core
v29.1.2
7bb15eb
chore: Update changelog6b01da9
chore: Publish1.12.6-nightly-20250623.3
withswc_core
v29.1.2
cfbb1f9
chore(ecosystem-ci): Excludereact-leaflet
69e8f22
chore: Update changelog3c5536b
chore: Publish1.12.6-nightly-20250623.2
withswc_core
v29.1.2
eee0578
build(wasm): Fix wasm builds89f5746
chore: Update changeloga5a97ea
chore: Publish1.12.6-nightly-20250623.1
withswc_core
v29.1.2
17d8faf
chore: Publish crates withswc_core
v29.1.2
- Additional commits viewable in compare view
Updates @swc/core-linux-x64-musl
from 1.12.5 to 1.12.6
Changelog
Sourced from @swc/core-linux-x64-musl
's changelog.
[1.12.6] - 2025-06-24
Bug Fixes
(es/parser) Throw error if JSX does not end with
>
(#10687) (cb3d6db)(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
Features
Miscellaneous Tasks
- (ecosystem-ci) Exclude
react-leaflet
(cfbb1f9)Performance
(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce
byte_search
to reduce comparison operations (#10668) (3806ffd)(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)
... (truncated)
Commits
34a5e2e
chore: Publish1.12.6
withswc_core
v29.1.2
7bb15eb
chore: Update changelog6b01da9
chore: Publish1.12.6-nightly-20250623.3
withswc_core
v29.1.2
cfbb1f9
chore(ecosystem-ci): Excludereact-leaflet
69e8f22
chore: Update changelog3c5536b
chore: Publish1.12.6-nightly-20250623.2
withswc_core
v29.1.2
eee0578
build(wasm): Fix wasm builds89f5746
chore: Update changelog...
Description has been truncated
Pull Request Statistics
1
2
+89
-89
Package Dependencies
@swc/core-linux-arm-gnueabihf
npm
1.12.5 → 1.12.6
Patch
@swc/core-linux-arm64-gnu
npm
1.12.5 → 1.12.6
Patch
@swc/core-linux-arm64-musl
npm
1.12.5 → 1.12.6
Patch
@swc/core-win32-arm64-msvc
npm
1.12.5 → 1.12.6
Patch
@swc/core-win32-ia32-msvc
npm
1.12.5 → 1.12.6
Patch
Technical Details
ID: | 2250031 |
UUID: | 2616117680 |
Node ID: | PR_kwDOEbaw7s6b7smw |
Host: | GitHub |
Repository: | poad/typescript-cli-template |
Merge State: | Unknown |