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

Bump the miscs group with 15 updates

Merged
Number: #2311
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: July 01, 2025 at 09:04 PM UTC
(2 months ago)
Updated: July 01, 2025 at 09:04 PM UTC
(2 months ago)
Merged: July 01, 2025 at 09:04 PM UTC
(2 months ago)
by github-actions[bot]
Time to Close: 1 minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the miscs group with 15 updates:

Package From To
@eslint/js 9.30.0 9.30.1
@swc/core 1.12.7 1.12.9
@types/node 24.0.7 24.0.10
eslint 9.30.0 9.30.1
@jridgewell/sourcemap-codec 1.5.3 1.5.4
@swc/core-darwin-arm64 1.12.7 1.12.9
@swc/core-darwin-x64 1.12.7 1.12.9
@swc/core-linux-arm-gnueabihf 1.12.7 1.12.9
@swc/core-linux-arm64-gnu 1.12.7 1.12.9
@swc/core-linux-arm64-musl 1.12.7 1.12.9
@swc/core-linux-x64-gnu 1.12.7 1.12.9
@swc/core-linux-x64-musl 1.12.7 1.12.9
@swc/core-win32-arm64-msvc 1.12.7 1.12.9
@swc/core-win32-ia32-msvc 1.12.7 1.12.9
@swc/core-win32-x64-msvc 1.12.7 1.12.9

Updates @eslint/js from 9.30.0 to 9.30.1

Release notes

Sourced from @​eslint/js's releases.

v9.30.1

Bug Fixes

  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)

Documentation

  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)

Chores

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
Changelog

Sourced from @​eslint/js's changelog.

v9.30.1 - July 1, 2025

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)
  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)
Commits

Updates @swc/core from 1.12.7 to 1.12.9

Changelog

Sourced from @​swc/core's changelog.

[1.12.9] - 2025-07-01

Bug Fixes

  • (es/lexer) Parse uppercase hex numbers correctly (#10728) (ead6256)

  • (es/lexer) Allow keywords as jsx attribute names (#10730) (04ef20a)

  • (es/minifier) Fix top level option (#10227) (485fced)

  • (es/minifier) Do not drop self-referential class expressions (#10710) (39e6c2e)

  • (es/minifier) Mark cons and alt of CondExpr as ref (#10740) (9649cc8)

  • (es/minifier) Fix termination detection (#10741) (87bc698)

  • (es/parser) Allow non-prop operand in delete (#10733) (38132e0)

Features

Performance

Refactor

... (truncated)

Commits
  • 17fd469 chore: Publish 1.12.9 with swc_core v29.4.2
  • 6c27690 chore: Update changelog
  • 965b5bb chore: Publish 1.12.9-nightly-20250701.1 with swc_core v29.4.2
  • a6b1d86 chore: Publish crates with swc_core v29.4.2
  • 87bc698 fix(es/minifier): Fix termination detection (#10741)
  • 2ff78cb chore: Update changelog
  • 1143fdc chore: Publish 1.12.8-nightly-20250701.1 with swc_core v29.4.1
  • 3e9b381 chore: Publish crates with swc_core v29.4.1
  • 9649cc8 fix(es/minifier): Mark cons and alt of CondExpr as ref (#10740)
  • 86725c2 chore: Publish crates with swc_core v29.4.0
  • Additional commits viewable in compare view

Updates @types/node from 24.0.7 to 24.0.10

Commits

Updates eslint from 9.30.0 to 9.30.1

Release notes

Sourced from eslint's releases.

v9.30.1

Bug Fixes

  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)

Documentation

  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)

Chores

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
Changelog

Sourced from eslint's changelog.

v9.30.1 - July 1, 2025

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)
  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)
Commits

Updates @jridgewell/sourcemap-codec from 1.5.3 to 1.5.4

Changelog

Sourced from @​jridgewell/sourcemap-codec's changelog.

[1.5.4] - 2025-07-01

Full Changelog: https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.3...sourcemap-codec/1.5.4

Commits

Updates @swc/core-darwin-arm64 from 1.12.7 to 1.12.9

Changelog

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

[1.12.9] - 2025-07-01

Bug Fixes

  • (es/lexer) Parse uppercase hex numbers correctly (#10728) (ead6256)

  • (es/lexer) Allow keywords as jsx attribute names (#10730) (04ef20a)

  • (es/minifier) Fix top level option (#10227) (485fced)

  • (es/minifier) Do not drop self-referential class expressions (#10710) (39e6c2e)

  • (es/minifier) Mark cons and alt of CondExpr as ref (#10740) (9649cc8)

  • (es/minifier) Fix termination detection (#10741) (87bc698)

  • (es/parser) Allow non-prop operand in delete (#10733) (38132e0)

Features

Performance

Refactor

... (truncated)

Commits
  • 17fd469 chore: Publish 1.12.9 with swc_core v29.4.2
  • 6c27690 chore: Update changelog
  • 965b5bb chore: Publish 1.12.9-nightly-20250701.1 with swc_core v29.4.2
  • a6b1d86 chore: Publish crates with swc_core v29.4.2
  • 87bc698 fix(es/minifier): Fix termination detection (#10741)
  • 2ff78cb chore: Update changelog
  • 1143fdc chore: Publish 1.12.8-nightly-20250701.1 with swc_core v29.4.1
  • 3e9b381 chore: Publish crates with swc_core v29.4.1
  • 9649cc8 fix(es/minifier): Mark cons and alt of CondExpr as ref (#10740)
  • 86725c2 chore: Publish crates with swc_core v29.4.0
  • Additional commits viewable in compare view

Updates @swc/core-darwin-x64 from 1.12.7 to 1.12.9

Changelog

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

[1.12.9] - 2025-07-01

Bug Fixes

  • (es/lexer) Parse uppercase hex numbers correctly (#10728) (ead6256)

  • (es/lexer) Allow keywords as jsx attribute names (#10730) (04ef20a)

  • (es/minifier) Fix top level option (#10227) (485fced)

  • (es/minifier) Do not drop self-referential class expressions (#10710) (39e6c2e)

  • (es/minifier) Mark cons and alt of CondExpr as ref (#10740) (9649cc8)

  • (es/minifier) Fix termination detection (#10741) (87bc698)

  • (es/parser) Allow non-prop operand in delete (#10733) (38132e0)

Features

Performance

Refactor

... (truncated)

Commits
  • 17fd469 chore: Publish 1.12.9 with swc_core v29.4.2
  • 6c27690 chore: Update changelog
  • 965b5bb chore: Publish 1.12.9-nightly-20250701.1 with swc_core v29.4.2
  • a6b1d86 chore: Publish crates with swc_core v29.4.2
  • 87bc698 fix(es/minifier): Fix termination detection (#10741)
  • 2ff78cb chore: Update changelog
  • 1143fdc chore: Publish 1.12.8-nightly-20250701.1 with swc_core v29.4.1
  • 3e9b381 chore: Publish crates with swc_core v29.4.1
  • 9649cc8 fix(es/minifier): Mark cons and alt of CondExpr as ref (#10740)
  • 86725c2 chore: Publish crates with swc_core v29.4.0
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm-gnueabihf from 1.12.7 to 1.12.9

Changelog

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

[1.12.9] - 2025-07-01

Bug Fixes

  • (es/lexer) Parse uppercase hex numbers correctly (#10728) (ead6256)

  • (es/lexer) Allow keywords as jsx attribute names (#10730) (04ef20a)

  • (es/minifier) Fix top level option (#10227) (485fced)

  • (es/minifier) Do not drop self-referential class expressions (#10710) (39e6c2e)

  • (es/minifier) Mark cons and alt of CondExpr as ref (#10740) (9649cc8)

  • (es/minifier) Fix termination detection (#10741) (87bc698)

  • (es/parser) Allow non-prop operand in delete (#10733) (38132e0)

Features

Performance

Refactor

... (truncated)

Commits
  • 17fd469 chore: Publish 1.12.9 with swc_core v29.4.2
  • 6c27690 chore: Update changelog
  • 965b5bb chore: Publish 1.12.9-nightly-20250701.1 with swc_core v29.4.2
  • a6b1d86 chore: Publish crates with swc_core v29.4.2
  • 87bc698 fix(es/minifier): Fix termination detection (#10741)
  • 2ff78cb chore: Update changelog
  • 1143fdc chore: Publish 1.12.8-nightly-20250701.1 with swc_core v29.4.1
  • 3e9b381 chore: Publish crates with swc_core v29.4.1
  • 9649cc8 fix(es/minifier): Mark cons and alt of CondExpr as ref (#10740)
  • 86725c2 chore: Publish crates with swc_core v29.4.0
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-gnu from 1.12.7 to 1.12.9

Changelog

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

[1.12.9] - 2025-07-01

Bug Fixes

  • (es/lexer) Parse uppercase hex numbers correctly (#10728) (ead6256)

  • (es/lexer) Allow keywords as jsx attribute names (#10730) (04ef20a)

  • (es/minifier) Fix top level option (#10227) (485fced)

  • (es/minifier) Do not drop self-referential class expressions (#10710) (39e6c2e)

  • (es/minifier) Mark cons and alt of CondExpr as ref (#10740) (9649cc8)

  • (es/minifier) Fix termination detection (#10741) (87bc698)

  • (es/parser) Allow non-prop operand in delete (#10733) (38132e0)

Features

Performance

Refactor

... (truncated)

Commits
  • 17fd469 chore: Publish 1.12.9 with swc_core v29.4.2
  • 6c27690 chore: Update changelog
  • 965b5bb chore: Publish 1.12.9-nightly-20250701.1 with swc_core v29.4.2
  • a6b1d86 chore: Publish crates with swc_core v29.4.2
  • 87bc698 fix(es/minifier): Fix termination detection (#10741)
  • 2ff78cb chore: Update changelog
  • 1143fdc chore: Publish 1.12.8-nightly-20250701.1 with swc_core v29.4.1
  • 3e9b381 chore: Publish crates with swc_core v29.4.1
  • 9649cc8 fix(es/minifier): Mark cons and alt of CondExpr as ref (#10740)
  • 86725c2 chore: Publish crates with swc_core v29.4.0
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-musl from 1.12.7 to 1.12.9

Changelog

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

[1.12.9] - 2025-07-01

Bug Fixes

  • (es/lexer) Parse uppercase hex numbers correctly (#10728) (ead6256)

  • (es/lexer) Allow keywords as jsx attribute names (#10730) (04ef20a)

  • (es/minifier) Fix top level option (#10227) (485fced)

  • (es/minifier) Do not drop self-referential class expressions (#10710) (39e6c2e)

  • (es/minifier) Mark cons and alt of CondExpr as ref (#10740) (9649cc8)

  • (es/minifier) Fix termination detection (#10741) (87bc698)

  • (es/parser) Allow non-prop operand in delete (#10733) (38132e0)

Features

Performance

Refactor

... (truncated)

Commits
  • 17fd469 chore: Publish 1.12.9 with swc_core v29.4.2
  • 6c27690 chore: Update changelog
  • 965b5bb chore: Publish 1.12.9-nightly-20250701.1 with swc_core v29.4.2
  • a6b1d86 chore: Publish crates with swc_core v29.4.2
  • 87bc698 fix(es/minifier): Fix termination detection (#10741)
  • 2ff78cb chore: Update changelog
  • 1143fdc chore: Publish 1.12.8-nightly-20250701.1 with swc_core v29.4.1
  • 3e9b381 chore: Publish crates with swc_core v29.4.1
  • 9649cc8 fix(es/minifier): Mark cons and alt of CondExpr as ref (#10740)
  • 86725c2 chore: Publish crates with swc_core v29.4.0
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-gnu from 1.12.7 to 1.12.9

Changelog

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

[1.12.9] - 2025-07-01

Bug Fixes

  • (es/lexer) Parse uppercase hex numbers correctly (#10728) (ead6256)

  • (es/lexer) Allow keywords as jsx attribute names (#10730) (04ef20a)

  • (es/minifier) Fix top level option (#10227) (485fced)

  • (es/minifier) Do not drop self-referential class expressions (#10710) (39e6c2e)

  • (es/minifier) Mark cons and alt of CondExpr as ref (#10740) (9649cc8)

  • (es/minifier) Fix termination detection (#10741) (87bc698)

  • (es/parser) Allow non-prop operand in delete (#10733) (38132e0)

Features

Performance

Refactor

... (truncated)

Commits
  • 17fd469 chore: Publish 1.12.9 with swc_core v29.4.2
  • 6c27690 chore: Update changelog
  • 965b5bb chore: Publish 1.12.9-nightly-20250701.1 with swc_core v29.4.2
  • a6b1d86 chore: Publish crates with swc_core v29.4.2
  • 87bc698 fix(es/minifier): Fix termination detection (#10741)
  • 2ff78cb chore: Update changelog
  • 1143fdc chore: Publish 1.12.8-nightly-20250701.1 with swc_core v29.4.1
  • 3e9b381 chore: Publish crates with swc_core v29.4.1
  • 9649cc8 fix(es/minifier): Mark cons and alt of CondExpr as ref (#10740)
  • 86725c2 chore: Publish crates with swc_core v29.4.0
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-musl from 1.12.7 to 1.12.9

Changelog

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

[1.12.9] - 2025-07-01

Bug Fixes

  • (es/lexer) Parse uppercase hex numbers correctly (#10728) (ead6256)

  • (es/lexer) Allow keywords as jsx attribute names (#10730) (04ef20a)

  • (es/minifier) Fix top level option (#10227) (485fced)

  • (es/minifier) Do not drop self-referential class expressions (#10710) (39e6c2e)

  • (es/minifier) Mark cons and alt of CondExpr as ref (#10740) (9649cc8)

  • (es/minifier) Fix termination detection (#10741) (87bc698)

  • (es/parser) Allow non-prop operand in delete (#10733) (38132e0)

Features

Performance

Refactor

... (truncated)

Commits
  • 17fd469 chore: Publish 1.12.9 with swc_core v29.4.2
  • 6c27690 chore: Update changelog
  • 965b5bb chore: Publish 1.12.9-nightly-20250701.1 with swc_core v29.4.2
  • a6b1d86 chore: Publish crates with swc_core v29.4.2
  • 87bc698 fix(es/minifier): Fix termination detection (#10741)
  • 2ff78cb chore: Update changelog
  • 1143fdc chore: Publish 1.12.8-nightly-20250701.1 with swc_core v29.4.1
  • 3e9b381 chore: Publish crates with swc_core v29.4.1
  • 9649cc8 fix(es/minifier): Mark cons and alt of CondExpr as ref (#10740)
  • 86725c2 chore: Publish crates with swc_core v29.4.0
  • Additional commits viewable in compare view

Updates @swc/core-win32-arm64-msvc from 1.12.7 to 1.12.9

Changelog

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

[1.12.9] - 2025-07-01

Bug Fixes

  • (es/lexer) Parse uppercase hex numbers correctly (#10728) (ead6256)

  • (es/lexer) Allow keywords as jsx attribute names (#10730) (04ef20a)

  • (es/minifier) Fix top level option (#10227) (485fced)

  • (es/minifier) Do not drop self-referential class expressions (#10710) (39e6c2e)

  • (es/minifier) Mark cons and alt of CondExpr as ref (#10740) (9649cc8)

  • (es/minifier) Fix termination detection (#10741) (87bc698)

  • (es/parser) Allow non-prop operand in delete (#10733) (38132e0)

Features

Performance

Refactor

... (truncated)

Commits
  • 17fd469 chore: Publish 1.12.9 with swc_core v29.4.2
  • 6c27690 chore: Update changelog
  • 965b5bb chore: Publish 1.12.9-nightly-20250701.1 with swc_core v29.4.2
  • a6b1d86 chore: Publish crates with swc_core v29.4.2
  • 87bc698 fix(es/minifier): Fix termination detection (#10741)
  • 2ff78cb chore: Update changelog
  • 1143fdc chore: Publish 1.12.8-nightly-20250701.1 with swc_core v29.4.1
  • 3e9b381 chore: Publish crates with swc_core v29.4.1
  • 9649cc8 fix(es/minifier): Mark cons and alt of CondExpr as ref (#10740)
  • 86725c2 chore: Publish crates with swc_core v29.4.0
  • Additional commits viewable in compare view

Updates @swc/core-win32-ia32-msvc from 1.12.7 to 1.12.9

Changelog

Sourced from

Commits:
1
Files Changed:
2
Additions:
+131
Deletions:
-131
Package Dependencies
Ecosystem:
npm
Version Change:
9.30.0 → 9.30.1
Update Type:
Patch
Package:
@types/node
Ecosystem:
npm
Version Change:
24.0.7 → 24.0.10
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.30.0 → 9.30.1
Update Type:
Patch
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.12.7 → 1.12.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.7 → 1.12.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.7 → 1.12.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.7 → 1.12.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.7 → 1.12.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.7 → 1.12.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.7 → 1.12.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.7 → 1.12.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.7 → 1.12.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.7 → 1.12.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.7 → 1.12.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.3 → 1.5.4
Update Type:
Patch
Technical Details
ID: 2696484
UUID: 2633648222
Node ID: PR_kwDOEbaw7s6c-khe
Host: GitHub
Repository: poad/typescript-cli-template
Merge State: Unknown