An open index of dependabot pull requests across open source projects.

Bump the miscs group with 14 updates

Merged
Number: #2307
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: June 24, 2025 at 08:38 PM UTC
(3 months ago)
Updated: June 24, 2025 at 08:39 PM UTC
(3 months ago)
Merged: June 24, 2025 at 08:39 PM UTC
(3 months ago)
by github-actions[bot]
Time to Close: 1 minute
Labels:
dependencies javascript
Assignees:
poad
Description:

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)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

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) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_core v29.1.2
  • Additional commits viewable in compare view

Updates @types/node from 24.0.3 to 24.0.4

Commits

Updates pnpm from 10.12.2 to 10.12.3

Release notes

Sourced from pnpm's releases.

pnpm 10.12.3

Patch Changes

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.12.3

Patch Changes

Commits

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)

Vite 7 is out!

Today, we're excited to announce the release of the next Vite major:

Breaking Changes

Features

Fixes

... (truncated)

Commits

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)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

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) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_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)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

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) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_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)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

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) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_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)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

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) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_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)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

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) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_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)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

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) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_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)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

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) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+89
Deletions:
-89
Package Dependencies
Ecosystem:
npm
Version Change:
24.0.3 → 24.0.4
Update Type:
Patch
Package:
vite
Ecosystem:
npm
Version Change:
6.3.5 → 7.0.0
Update Type:
Major
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Package:
pnpm
Ecosystem:
npm
Version Change:
10.12.2 → 10.12.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Technical Details
ID: 2250031
UUID: 2616117680
Node ID: PR_kwDOEbaw7s6b7smw
Host: GitHub
Repository: poad/typescript-cli-template
Merge State: Unknown