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

Bump the miscs group with 13 updates

Merged
Number: #2323
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: July 20, 2025 at 08:38 PM UTC
(about 2 months ago)
Updated: July 20, 2025 at 08:38 PM UTC
(about 2 months ago)
Merged: July 20, 2025 at 08:38 PM UTC
(about 2 months ago)
by github-actions[bot]
Time to Close: less than a minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the miscs group with 13 updates:

Package From To
@swc/core 1.12.14 1.13.1
@types/node 24.0.14 24.0.15
@swc/core-darwin-arm64 1.12.14 1.13.1
@swc/core-darwin-x64 1.12.14 1.13.1
@swc/core-linux-arm-gnueabihf 1.12.14 1.13.1
@swc/core-linux-arm64-gnu 1.12.14 1.13.1
@swc/core-linux-arm64-musl 1.12.14 1.13.1
@swc/core-linux-x64-gnu 1.12.14 1.13.1
@swc/core-linux-x64-musl 1.12.14 1.13.1
@swc/core-win32-arm64-msvc 1.12.14 1.13.1
@swc/core-win32-ia32-msvc 1.12.14 1.13.1
@swc/core-win32-x64-msvc 1.12.14 1.13.1
esbuild 0.25.6 0.25.8

Updates @swc/core from 1.12.14 to 1.13.1

Changelog

Sourced from @​swc/core's changelog.

[1.13.1] - 2025-07-19

Bug Fixes

  • (es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)

  • (es/decorators) Handle empty class members (#10892) (fe44972)

  • (es/minifier) Hoist props when only props are used (#10891) (452fc98)

  • (es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)

  • (es/minifier) Termination check when stmts containing switch (#10898) (4429b20)

  • (es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)

  • (ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)

Testing

[1.13.0] - 2025-07-17

Bug Fixes

  • (es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)

  • (es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)

  • (es/parser) Mark static as reserved in strict mode (#10861) (5bdddd7)

Features

... (truncated)

Commits
  • 9725afc chore: Publish 1.13.1 with swc_core v33.0.4
  • e66c572 chore: Update changelog
  • 3d86a43 chore: Publish 1.13.1-nightly-20250719.1 with swc_core v33.0.4
  • c9820c4 chore: Publish crates with swc_core v33.0.4
  • 4429b20 fix(es/minifier): Termination check when stmts containing switch (#10898)
  • e37a93d fix(es/minifier): Recursively check stmt for variable when inlining function ...
  • 1c6544e chore: Publish crates with swc_core v33.0.3
  • 452fc98 fix(es/minifier): Hoist props when only props are used (#10891)
  • 0047c39 fix(es/parser): Fix parsing of JSX identifiers (#10894)
  • fe44972 fix(es/decorators): Handle empty class members (#10892)
  • Additional commits viewable in compare view

Updates @types/node from 24.0.14 to 24.0.15

Commits

Updates @swc/core-darwin-arm64 from 1.12.14 to 1.13.1

Changelog

Sourced from @​swc/core-darwin-arm64's changelog.

[1.13.1] - 2025-07-19

Bug Fixes

  • (es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)

  • (es/decorators) Handle empty class members (#10892) (fe44972)

  • (es/minifier) Hoist props when only props are used (#10891) (452fc98)

  • (es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)

  • (es/minifier) Termination check when stmts containing switch (#10898) (4429b20)

  • (es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)

  • (ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)

Testing

[1.13.0] - 2025-07-17

Bug Fixes

  • (es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)

  • (es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)

  • (es/parser) Mark static as reserved in strict mode (#10861) (5bdddd7)

Features

... (truncated)

Commits
  • 9725afc chore: Publish 1.13.1 with swc_core v33.0.4
  • e66c572 chore: Update changelog
  • 3d86a43 chore: Publish 1.13.1-nightly-20250719.1 with swc_core v33.0.4
  • c9820c4 chore: Publish crates with swc_core v33.0.4
  • 4429b20 fix(es/minifier): Termination check when stmts containing switch (#10898)
  • e37a93d fix(es/minifier): Recursively check stmt for variable when inlining function ...
  • 1c6544e chore: Publish crates with swc_core v33.0.3
  • 452fc98 fix(es/minifier): Hoist props when only props are used (#10891)
  • 0047c39 fix(es/parser): Fix parsing of JSX identifiers (#10894)
  • fe44972 fix(es/decorators): Handle empty class members (#10892)
  • Additional commits viewable in compare view

Updates @swc/core-darwin-x64 from 1.12.14 to 1.13.1

Changelog

Sourced from @​swc/core-darwin-x64's changelog.

[1.13.1] - 2025-07-19

Bug Fixes

  • (es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)

  • (es/decorators) Handle empty class members (#10892) (fe44972)

  • (es/minifier) Hoist props when only props are used (#10891) (452fc98)

  • (es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)

  • (es/minifier) Termination check when stmts containing switch (#10898) (4429b20)

  • (es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)

  • (ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)

Testing

[1.13.0] - 2025-07-17

Bug Fixes

  • (es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)

  • (es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)

  • (es/parser) Mark static as reserved in strict mode (#10861) (5bdddd7)

Features

... (truncated)

Commits
  • 9725afc chore: Publish 1.13.1 with swc_core v33.0.4
  • e66c572 chore: Update changelog
  • 3d86a43 chore: Publish 1.13.1-nightly-20250719.1 with swc_core v33.0.4
  • c9820c4 chore: Publish crates with swc_core v33.0.4
  • 4429b20 fix(es/minifier): Termination check when stmts containing switch (#10898)
  • e37a93d fix(es/minifier): Recursively check stmt for variable when inlining function ...
  • 1c6544e chore: Publish crates with swc_core v33.0.3
  • 452fc98 fix(es/minifier): Hoist props when only props are used (#10891)
  • 0047c39 fix(es/parser): Fix parsing of JSX identifiers (#10894)
  • fe44972 fix(es/decorators): Handle empty class members (#10892)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm-gnueabihf from 1.12.14 to 1.13.1

Changelog

Sourced from @​swc/core-linux-arm-gnueabihf's changelog.

[1.13.1] - 2025-07-19

Bug Fixes

  • (es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)

  • (es/decorators) Handle empty class members (#10892) (fe44972)

  • (es/minifier) Hoist props when only props are used (#10891) (452fc98)

  • (es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)

  • (es/minifier) Termination check when stmts containing switch (#10898) (4429b20)

  • (es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)

  • (ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)

Testing

[1.13.0] - 2025-07-17

Bug Fixes

  • (es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)

  • (es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)

  • (es/parser) Mark static as reserved in strict mode (#10861) (5bdddd7)

Features

... (truncated)

Commits
  • 9725afc chore: Publish 1.13.1 with swc_core v33.0.4
  • e66c572 chore: Update changelog
  • 3d86a43 chore: Publish 1.13.1-nightly-20250719.1 with swc_core v33.0.4
  • c9820c4 chore: Publish crates with swc_core v33.0.4
  • 4429b20 fix(es/minifier): Termination check when stmts containing switch (#10898)
  • e37a93d fix(es/minifier): Recursively check stmt for variable when inlining function ...
  • 1c6544e chore: Publish crates with swc_core v33.0.3
  • 452fc98 fix(es/minifier): Hoist props when only props are used (#10891)
  • 0047c39 fix(es/parser): Fix parsing of JSX identifiers (#10894)
  • fe44972 fix(es/decorators): Handle empty class members (#10892)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-gnu from 1.12.14 to 1.13.1

Changelog

Sourced from @​swc/core-linux-arm64-gnu's changelog.

[1.13.1] - 2025-07-19

Bug Fixes

  • (es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)

  • (es/decorators) Handle empty class members (#10892) (fe44972)

  • (es/minifier) Hoist props when only props are used (#10891) (452fc98)

  • (es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)

  • (es/minifier) Termination check when stmts containing switch (#10898) (4429b20)

  • (es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)

  • (ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)

Testing

[1.13.0] - 2025-07-17

Bug Fixes

  • (es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)

  • (es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)

  • (es/parser) Mark static as reserved in strict mode (#10861) (5bdddd7)

Features

... (truncated)

Commits
  • 9725afc chore: Publish 1.13.1 with swc_core v33.0.4
  • e66c572 chore: Update changelog
  • 3d86a43 chore: Publish 1.13.1-nightly-20250719.1 with swc_core v33.0.4
  • c9820c4 chore: Publish crates with swc_core v33.0.4
  • 4429b20 fix(es/minifier): Termination check when stmts containing switch (#10898)
  • e37a93d fix(es/minifier): Recursively check stmt for variable when inlining function ...
  • 1c6544e chore: Publish crates with swc_core v33.0.3
  • 452fc98 fix(es/minifier): Hoist props when only props are used (#10891)
  • 0047c39 fix(es/parser): Fix parsing of JSX identifiers (#10894)
  • fe44972 fix(es/decorators): Handle empty class members (#10892)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-musl from 1.12.14 to 1.13.1

Changelog

Sourced from @​swc/core-linux-arm64-musl's changelog.

[1.13.1] - 2025-07-19

Bug Fixes

  • (es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)

  • (es/decorators) Handle empty class members (#10892) (fe44972)

  • (es/minifier) Hoist props when only props are used (#10891) (452fc98)

  • (es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)

  • (es/minifier) Termination check when stmts containing switch (#10898) (4429b20)

  • (es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)

  • (ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)

Testing

[1.13.0] - 2025-07-17

Bug Fixes

  • (es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)

  • (es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)

  • (es/parser) Mark static as reserved in strict mode (#10861) (5bdddd7)

Features

... (truncated)

Commits
  • 9725afc chore: Publish 1.13.1 with swc_core v33.0.4
  • e66c572 chore: Update changelog
  • 3d86a43 chore: Publish 1.13.1-nightly-20250719.1 with swc_core v33.0.4
  • c9820c4 chore: Publish crates with swc_core v33.0.4
  • 4429b20 fix(es/minifier): Termination check when stmts containing switch (#10898)
  • e37a93d fix(es/minifier): Recursively check stmt for variable when inlining function ...
  • 1c6544e chore: Publish crates with swc_core v33.0.3
  • 452fc98 fix(es/minifier): Hoist props when only props are used (#10891)
  • 0047c39 fix(es/parser): Fix parsing of JSX identifiers (#10894)
  • fe44972 fix(es/decorators): Handle empty class members (#10892)
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-gnu from 1.12.14 to 1.13.1

Changelog

Sourced from @​swc/core-linux-x64-gnu's changelog.

[1.13.1] - 2025-07-19

Bug Fixes

  • (es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)

  • (es/decorators) Handle empty class members (#10892) (fe44972)

  • (es/minifier) Hoist props when only props are used (#10891) (452fc98)

  • (es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)

  • (es/minifier) Termination check when stmts containing switch (#10898) (4429b20)

  • (es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)

  • (ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)

Testing

[1.13.0] - 2025-07-17

Bug Fixes

  • (es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)

  • (es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)

  • (es/parser) Mark static as reserved in strict mode (#10861) (5bdddd7)

Features

... (truncated)

Commits
  • 9725afc chore: Publish 1.13.1 with swc_core v33.0.4
  • e66c572 chore: Update changelog
  • 3d86a43 chore: Publish 1.13.1-nightly-20250719.1 with swc_core v33.0.4
  • c9820c4 chore: Publish crates with swc_core v33.0.4
  • 4429b20 fix(es/minifier): Termination check when stmts containing switch (#10898)
  • e37a93d fix(es/minifier): Recursively check stmt for variable when inlining function ...
  • 1c6544e chore: Publish crates with swc_core v33.0.3
  • 452fc98 fix(es/minifier): Hoist props when only props are used (#10891)
  • 0047c39 fix(es/parser): Fix parsing of JSX identifiers (#10894)
  • fe44972 fix(es/decorators): Handle empty class members (#10892)
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-musl from 1.12.14 to 1.13.1

Changelog

Sourced from @​swc/core-linux-x64-musl's changelog.

[1.13.1] - 2025-07-19

Bug Fixes

  • (es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)

  • (es/decorators) Handle empty class members (#10892) (fe44972)

  • (es/minifier) Hoist props when only props are used (#10891) (452fc98)

  • (es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)

  • (es/minifier) Termination check when stmts containing switch (#10898) (4429b20)

  • (es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)

  • (ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)

Testing

[1.13.0] - 2025-07-17

Bug Fixes

  • (es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)

  • (es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)

  • (es/parser) Mark static as reserved in strict mode (#10861) (5bdddd7)

Features

... (truncated)

Commits
  • 9725afc chore: Publish 1.13.1 with swc_core v33.0.4
  • e66c572 chore: Update changelog
  • 3d86a43 chore: Publish 1.13.1-nightly-20250719.1 with swc_core v33.0.4
  • c9820c4 chore: Publish crates with swc_core v33.0.4
  • 4429b20 fix(es/minifier): Termination check when stmts containing switch (#10898)
  • e37a93d fix(es/minifier): Recursively check stmt for variable when inlining function ...
  • 1c6544e chore: Publish crates with swc_core v33.0.3
  • 452fc98 fix(es/minifier): Hoist props when only props are used (#10891)
  • 0047c39 fix(es/parser): Fix parsing of JSX identifiers (#10894)
  • fe44972 fix(es/decorators): Handle empty class members (#10892)
  • Additional commits viewable in compare view

Updates @swc/core-win32-arm64-msvc from 1.12.14 to 1.13.1

Changelog

Sourced from @​swc/core-win32-arm64-msvc's changelog.

[1.13.1] - 2025-07-19

Bug Fixes

  • (es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)

  • (es/decorators) Handle empty class members (#10892) (fe44972)

  • (es/minifier) Hoist props when only props are used (#10891) (452fc98)

  • (es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)

  • (es/minifier) Termination check when stmts containing switch (#10898) (4429b20)

  • (es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)

  • (ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)

Testing

[1.13.0] - 2025-07-17

Bug Fixes

  • (es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)

  • (es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)

  • (es/parser) Mark static as reserved in strict mode (#10861) (5bdddd7)

Features

... (truncated)

Commits
  • 9725afc chore: Publish 1.13.1 with swc_core v33.0.4
  • e66c572 chore: Update changelog
  • 3d86a43 chore: Publish 1.13.1-nightly-20250719.1 with swc_core v33.0.4
  • c9820c4 chore: Publish crates with swc_core v33.0.4
  • 4429b20 fix(es/minifier): Termination check when stmts containing switch (#10898)
  • e37a93d fix(es/minifier): Recursively check stmt for variable when inlining function ...
  • 1c6544e chore: Publish crates with swc_core v33.0.3
  • 452fc98 fix(es/minifier): Hoist props when only props are used (#10891)
  • 0047c39 fix(es/parser): Fix parsing of JSX identifiers (#10894)
  • fe44972 fix(es/decorators): Handle empty class members (#10892)
  • Additional commits viewable in compare view

Updates @swc/core-win32-ia32-msvc from 1.12.14 to 1.13.1

Changelog

Sourced from @​swc/core-win32-ia32-msvc's changelog.

[1.13.1] - 2025-07-19

Bug Fixes

  • (es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)

  • (es/decorators) Handle empty class members (#10892) (fe44972)

  • (es/minifier) Hoist props when only props are used (#10891) (452fc98)

  • (es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)

  • (es/minifier) Termination check when stmts containing switch (#10898) (4429b20)

  • (es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)

  • (ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)

Testing

[1.13.0] - 2025-07-17

Bug Fixes

  • (es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)

  • (es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)

  • (es/parser) Mark static as reserved in strict mode (#10861) (5bdddd7)

Features

... (truncated)

Commits
  • 9725afc chore: Publish 1.13.1 with swc_core v33.0.4
  • e66c572 chore: Update changelog
  • 3d86a43 chore: Publish 1.13.1-nightly-20250719.1 with swc_core v33.0.4
  • c9820c4 chore: Publish crates with swc_core v33.0.4
  • 4429b20 fix(es/minifier): Termination check when stmts containing switch (#10898)
  • e37a93d fix(es/minifier): Recursively check stmt for variable when inlining function ...
  • 1c6544e chore: Publish crates with swc_core v33.0.3
  • 452fc98 fix(es/minifier): Hoist props when only props are used (#10891)
  • 0047c39 fix(es/parser): Fix parsing of JSX identifiers (#10894)
  • fe44972 fix(es/decorators): Handle empty class members (#10892)
  • Additional commits viewable in compare view

Updates @swc/core-win32-x64-msvc from 1.12.14 to 1.13.1

Changelog

Sourced from @​swc/core-win32-x64-msvc's changelog.

[1.13.1] - 2025-07-19

Bug Fixes

  • (es/compat) Properly handle rest assignment in for-in/of RHS (#10883) (5d11851)

  • (es/decorators) Handle empty class members (#10892) (fe44972)

  • (es/minifier) Hoist props when only props are used (#10891) (452fc98)

  • (es/minifier) Recursively check stmt for variable when inlining function (#10896) (e37a93d)

  • (es/minifier) Termination check when stmts containing switch (#10898) (4429b20)

  • (es/parser) Fix parsing of JSX identifiers (#10894) (0047c39)

  • (ts/fast-strip) Strip private method overloads (#10886) (cdb6e87)

Testing

[1.13.0] - 2025-07-17

Bug Fixes

  • (es/lexer) Disallow legacy octal literals as BigInt (#10867) (430fbf4)

  • (es/minifier) Restrict IIFE inlining in class contexts (#10879) (a01b54a)

  • (es/parser) Mark static as reserved in strict mode (#10861) (5bdddd7)

Features

... (truncated)

Commits
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+180
Deletions:
-180
Package Dependencies
Ecosystem:
npm
Version Change:
24.0.14 → 24.0.15
Update Type:
Patch
Package:
esbuild
Ecosystem:
npm
Version Change:
0.25.6 → 0.25.8
Update Type:
Patch
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.1
Update Type:
Minor
Technical Details
ID: 3838398
UUID: 2680163507
Node ID: PR_kwDOEbaw7s6fwAyz
Host: GitHub
Repository: poad/typescript-cli-template
Merge State: Unknown