Bump the miscs group with 13 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(about 2 months ago)
(about 2 months ago)
(about 2 months ago)
by github-actions[bot]
dependencies javascript
poad
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: Publish1.13.1
withswc_core
v33.0.4
e66c572
chore: Update changelog3d86a43
chore: Publish1.13.1-nightly-20250719.1
withswc_core
v33.0.4
c9820c4
chore: Publish crates withswc_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 withswc_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
- See full diff in compare view
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: Publish1.13.1
withswc_core
v33.0.4
e66c572
chore: Update changelog3d86a43
chore: Publish1.13.1-nightly-20250719.1
withswc_core
v33.0.4
c9820c4
chore: Publish crates withswc_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 withswc_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: Publish1.13.1
withswc_core
v33.0.4
e66c572
chore: Update changelog3d86a43
chore: Publish1.13.1-nightly-20250719.1
withswc_core
v33.0.4
c9820c4
chore: Publish crates withswc_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 withswc_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: Publish1.13.1
withswc_core
v33.0.4
e66c572
chore: Update changelog3d86a43
chore: Publish1.13.1-nightly-20250719.1
withswc_core
v33.0.4
c9820c4
chore: Publish crates withswc_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 withswc_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: Publish1.13.1
withswc_core
v33.0.4
e66c572
chore: Update changelog3d86a43
chore: Publish1.13.1-nightly-20250719.1
withswc_core
v33.0.4
c9820c4
chore: Publish crates withswc_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 withswc_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: Publish1.13.1
withswc_core
v33.0.4
e66c572
chore: Update changelog3d86a43
chore: Publish1.13.1-nightly-20250719.1
withswc_core
v33.0.4
c9820c4
chore: Publish crates withswc_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 withswc_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: Publish1.13.1
withswc_core
v33.0.4
e66c572
chore: Update changelog3d86a43
chore: Publish1.13.1-nightly-20250719.1
withswc_core
v33.0.4
c9820c4
chore: Publish crates withswc_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 withswc_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: Publish1.13.1
withswc_core
v33.0.4
e66c572
chore: Update changelog3d86a43
chore: Publish1.13.1-nightly-20250719.1
withswc_core
v33.0.4
c9820c4
chore: Publish crates withswc_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 withswc_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: Publish1.13.1
withswc_core
v33.0.4
e66c572
chore: Update changelog3d86a43
chore: Publish1.13.1-nightly-20250719.1
withswc_core
v33.0.4
c9820c4
chore: Publish crates withswc_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 withswc_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: Publish1.13.1
withswc_core
v33.0.4
e66c572
chore: Update changelog3d86a43
chore: Publish1.13.1-nightly-20250719.1
withswc_core
v33.0.4
c9820c4
chore: Publish crates withswc_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 withswc_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
9725afc
chore: Publish1.13.1
withswc_core
v33.0.4
e66c572
chore: Update changelog3d86a43
chore: Publish1.13.1-nightly-20250719.1
withswc_core
v33.0.4
c9820c4
chore: Publish crates withswc_core
v33.0.4
4429b20
fix(es/minifier): Termination check when stmts containing switch (Description has been truncated
Pull Request Statistics
1
2
+180
-180
Package Dependencies
@swc/core-linux-arm-gnueabihf
npm
1.12.14 → 1.13.1
Minor
@swc/core-linux-arm64-gnu
npm
1.12.14 → 1.13.1
Minor
@swc/core-linux-arm64-musl
npm
1.12.14 → 1.13.1
Minor
@swc/core-linux-x64-musl
npm
1.12.14 → 1.13.1
Minor
@swc/core-win32-arm64-msvc
npm
1.12.14 → 1.13.1
Minor
@swc/core-win32-ia32-msvc
npm
1.12.14 → 1.13.1
Minor
@swc/core-win32-x64-msvc
npm
1.12.14 → 1.13.1
Minor
Technical Details
ID: | 3838398 |
UUID: | 2680163507 |
Node ID: | PR_kwDOEbaw7s6fwAyz |
Host: | GitHub |
Repository: | poad/typescript-cli-template |
Merge State: | Unknown |