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

deps: bump the all-dependencies group with 15 updates

Merged
Number: #171
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: July 18, 2025 at 04:06 PM UTC
(about 2 months ago)
Updated: July 18, 2025 at 04:08 PM UTC
(about 2 months ago)
Merged: July 18, 2025 at 04:08 PM UTC
(about 2 months ago)
by github-actions[bot]
Time to Close: 2 minutes
Labels:
dependencies
Description:

Bumps the all-dependencies group with 15 updates:

Package From To
@swc/core 1.12.14 1.13.0
@emnapi/core 1.4.4 1.4.5
@emnapi/runtime 1.4.4 1.4.5
@emnapi/wasi-threads 1.0.3 1.0.4
@swc/core-darwin-arm64 1.12.14 1.13.0
@swc/core-darwin-x64 1.12.14 1.13.0
@swc/core-linux-arm-gnueabihf 1.12.14 1.13.0
@swc/core-linux-arm64-gnu 1.12.14 1.13.0
@swc/core-linux-arm64-musl 1.12.14 1.13.0
@swc/core-linux-x64-gnu 1.12.14 1.13.0
@swc/core-linux-x64-musl 1.12.14 1.13.0
@swc/core-win32-arm64-msvc 1.12.14 1.13.0
@swc/core-win32-ia32-msvc 1.12.14 1.13.0
@swc/core-win32-x64-msvc 1.12.14 1.13.0
electron-to-chromium 1.5.186 1.5.187

Updates @swc/core from 1.12.14 to 1.13.0

Changelog

Sourced from @​swc/core's changelog.

[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

  • (es/minifier) Drop unused rest paramters (#10857) (5305486)

  • (es/minifier) Enhance IIFE invoker for arrow functions (#10860) (2b1ce3d)

  • (plugin/runner) Use wasmer-wasix sys-minimal feature to reduce binary size (#10638) (b5f704a)

Performance

... (truncated)

Commits
  • 40ccce9 chore: Publish 1.13.0 with swc_core v33.0.1
  • ee3e863 chore: Update changelog
  • 152bbed chore: Publish 1.13.0-nightly-20250717.1 with swc_core v33.0.1
  • 6326be5 chore: Update changelog
  • 0afe351 chore: Publish 1.12.15-nightly-20250717.1 with swc_core v33.0.1
  • 5dd05d6 chore: Publish crates with swc_core v33.0.1
  • 2595cb1 refactor(es/minifier): Cleanup (#10882)
  • 2865141 chore: Publish crates with swc_core v33.0.0
  • b5f704a feat(plugin/runner): Use wasmer-wasix sys-minimal feature to reduce binary si...
  • 064123b perf(es/parser): Remove duplicate check (#10874)
  • Additional commits viewable in compare view

Updates @emnapi/core from 1.4.4 to 1.4.5

Release notes

Sourced from @​emnapi/core's releases.

v1.4.5

What's Changed

  • fix(wasm32-wasip1-threads): process never exit if trap in threads (#156)

Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.4...v1.4.5

Commits

Updates @emnapi/runtime from 1.4.4 to 1.4.5

Release notes

Sourced from @​emnapi/runtime's releases.

v1.4.5

What's Changed

  • fix(wasm32-wasip1-threads): process never exit if trap in threads (#156)

Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.4...v1.4.5

Commits

Updates @emnapi/wasi-threads from 1.0.3 to 1.0.4

Commits

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

Changelog

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

[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

  • (es/minifier) Drop unused rest paramters (#10857) (5305486)

  • (es/minifier) Enhance IIFE invoker for arrow functions (#10860) (2b1ce3d)

  • (plugin/runner) Use wasmer-wasix sys-minimal feature to reduce binary size (#10638) (b5f704a)

Performance

... (truncated)

Commits
  • 40ccce9 chore: Publish 1.13.0 with swc_core v33.0.1
  • ee3e863 chore: Update changelog
  • 152bbed chore: Publish 1.13.0-nightly-20250717.1 with swc_core v33.0.1
  • 6326be5 chore: Update changelog
  • 0afe351 chore: Publish 1.12.15-nightly-20250717.1 with swc_core v33.0.1
  • 5dd05d6 chore: Publish crates with swc_core v33.0.1
  • 2595cb1 refactor(es/minifier): Cleanup (#10882)
  • 2865141 chore: Publish crates with swc_core v33.0.0
  • b5f704a feat(plugin/runner): Use wasmer-wasix sys-minimal feature to reduce binary si...
  • 064123b perf(es/parser): Remove duplicate check (#10874)
  • Additional commits viewable in compare view

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

Changelog

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

[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

  • (es/minifier) Drop unused rest paramters (#10857) (5305486)

  • (es/minifier) Enhance IIFE invoker for arrow functions (#10860) (2b1ce3d)

  • (plugin/runner) Use wasmer-wasix sys-minimal feature to reduce binary size (#10638) (b5f704a)

Performance

... (truncated)

Commits
  • 40ccce9 chore: Publish 1.13.0 with swc_core v33.0.1
  • ee3e863 chore: Update changelog
  • 152bbed chore: Publish 1.13.0-nightly-20250717.1 with swc_core v33.0.1
  • 6326be5 chore: Update changelog
  • 0afe351 chore: Publish 1.12.15-nightly-20250717.1 with swc_core v33.0.1
  • 5dd05d6 chore: Publish crates with swc_core v33.0.1
  • 2595cb1 refactor(es/minifier): Cleanup (#10882)
  • 2865141 chore: Publish crates with swc_core v33.0.0
  • b5f704a feat(plugin/runner): Use wasmer-wasix sys-minimal feature to reduce binary si...
  • 064123b perf(es/parser): Remove duplicate check (#10874)
  • Additional commits viewable in compare view

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

Changelog

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

[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

  • (es/minifier) Drop unused rest paramters (#10857) (5305486)

  • (es/minifier) Enhance IIFE invoker for arrow functions (#10860) (2b1ce3d)

  • (plugin/runner) Use wasmer-wasix sys-minimal feature to reduce binary size (#10638) (b5f704a)

Performance

... (truncated)

Commits
  • 40ccce9 chore: Publish 1.13.0 with swc_core v33.0.1
  • ee3e863 chore: Update changelog
  • 152bbed chore: Publish 1.13.0-nightly-20250717.1 with swc_core v33.0.1
  • 6326be5 chore: Update changelog
  • 0afe351 chore: Publish 1.12.15-nightly-20250717.1 with swc_core v33.0.1
  • 5dd05d6 chore: Publish crates with swc_core v33.0.1
  • 2595cb1 refactor(es/minifier): Cleanup (#10882)
  • 2865141 chore: Publish crates with swc_core v33.0.0
  • b5f704a feat(plugin/runner): Use wasmer-wasix sys-minimal feature to reduce binary si...
  • 064123b perf(es/parser): Remove duplicate check (#10874)
  • Additional commits viewable in compare view

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

Changelog

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

[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

  • (es/minifier) Drop unused rest paramters (#10857) (5305486)

  • (es/minifier) Enhance IIFE invoker for arrow functions (#10860) (2b1ce3d)

  • (plugin/runner) Use wasmer-wasix sys-minimal feature to reduce binary size (#10638) (b5f704a)

Performance

... (truncated)

Commits
  • 40ccce9 chore: Publish 1.13.0 with swc_core v33.0.1
  • ee3e863 chore: Update changelog
  • 152bbed chore: Publish 1.13.0-nightly-20250717.1 with swc_core v33.0.1
  • 6326be5 chore: Update changelog
  • 0afe351 chore: Publish 1.12.15-nightly-20250717.1 with swc_core v33.0.1
  • 5dd05d6 chore: Publish crates with swc_core v33.0.1
  • 2595cb1 refactor(es/minifier): Cleanup (#10882)
  • 2865141 chore: Publish crates with swc_core v33.0.0
  • b5f704a feat(plugin/runner): Use wasmer-wasix sys-minimal feature to reduce binary si...
  • 064123b perf(es/parser): Remove duplicate check (#10874)
  • Additional commits viewable in compare view

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

Changelog

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

[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

  • (es/minifier) Drop unused rest paramters (#10857) (5305486)

  • (es/minifier) Enhance IIFE invoker for arrow functions (#10860) (2b1ce3d)

  • (plugin/runner) Use wasmer-wasix sys-minimal feature to reduce binary size (#10638) (b5f704a)

Performance

... (truncated)

Commits
  • 40ccce9 chore: Publish 1.13.0 with swc_core v33.0.1
  • ee3e863 chore: Update changelog
  • 152bbed chore: Publish 1.13.0-nightly-20250717.1 with swc_core v33.0.1
  • 6326be5 chore: Update changelog
  • 0afe351 chore: Publish 1.12.15-nightly-20250717.1 with swc_core v33.0.1
  • 5dd05d6 chore: Publish crates with swc_core v33.0.1
  • 2595cb1 refactor(es/minifier): Cleanup (#10882)
  • 2865141 chore: Publish crates with swc_core v33.0.0
  • b5f704a feat(plugin/runner): Use wasmer-wasix sys-minimal feature to reduce binary si...
  • 064123b perf(es/parser): Remove duplicate check (#10874)
  • Additional commits viewable in compare view

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

Changelog

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

[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

  • (es/minifier) Drop unused rest paramters (#10857) (5305486)

  • (es/minifier) Enhance IIFE invoker for arrow functions (#10860) (2b1ce3d)

  • (plugin/runner) Use wasmer-wasix sys-minimal feature to reduce binary size (#10638) (b5f704a)

Performance

... (truncated)

Commits
  • 40ccce9 chore: Publish 1.13.0 with swc_core v33.0.1
  • ee3e863 chore: Update changelog
  • 152bbed chore: Publish 1.13.0-nightly-20250717.1 with swc_core v33.0.1
  • 6326be5 chore: Update changelog
  • 0afe351 chore: Publish 1.12.15-nightly-20250717.1 with swc_core v33.0.1
  • 5dd05d6 chore: Publish crates with swc_core v33.0.1
  • 2595cb1 refactor(es/minifier): Cleanup (#10882)
  • 2865141 chore: Publish crates with swc_core v33.0.0
  • b5f704a feat(plugin/runner): Use wasmer-wasix sys-minimal feature to reduce binary si...
  • 064123b perf(es/parser): Remove duplicate check (#10874)
  • Additional commits viewable in compare view

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

Changelog

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

[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

  • (es/minifier) Drop unused rest paramters (#10857) (5305486)

  • (es/minifier) Enhance IIFE invoker for arrow functions (#10860) (2b1ce3d)

  • (plugin/runner) Use wasmer-wasix sys-minimal feature to reduce binary size (#10638) (b5f704a)

Performance

... (truncated)

Commits
  • 40ccce9 chore: Publish 1.13.0 with swc_core v33.0.1
  • ee3e863 chore: Update changelog
  • 152bbed chore: Publish 1.13.0-nightly-20250717.1 with swc_core v33.0.1
  • 6326be5 chore: Update changelog
  • 0afe351 chore: Publish 1.12.15-nightly-20250717.1 with swc_core v33.0.1
  • 5dd05d6 chore: Publish crates with swc_core v33.0.1
  • 2595cb1 refactor(es/minifier): Cleanup (#10882)
  • 2865141 chore: Publish crates with swc_core v33.0.0
  • b5f704a feat(plugin/runner): Use wasmer-wasix sys-minimal feature to reduce binary si...
  • 064123b perf(es/parser): Remove duplicate check (#10874)
  • Additional commits viewable in compare view

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

Changelog

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

[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

  • (es/minifier) Drop unused rest paramters (#10857) (5305486)

  • (es/minifier) Enhance IIFE invoker for arrow functions (#10860) (2b1ce3d)

  • (plugin/runner) Use wasmer-wasix sys-minimal feature to reduce binary size (#10638) (b5f704a)

Performance

... (truncated)

Commits
  • 40ccce9 chore: Publish 1.13.0 with swc_core v33.0.1
  • ee3e863 chore: Update changelog
  • 152bbed chore: Publish 1.13.0-nightly-20250717.1 with swc_core v33.0.1
  • 6326be5 chore: Update changelog
  • 0afe351 chore: Publish 1.12.15-nightly-20250717.1 with swc_core v33.0.1
  • 5dd05d6 chore: Publish crates with swc_core v33.0.1
  • 2595cb1 refactor(es/minifier): Cleanup (#10882)
  • 2865141 chore: Publish crates with swc_core v33.0.0
  • b5f704a feat(plugin/runner): Use wasmer-wasix sys-minimal feature to reduce binary si...
  • 064123b perf(es/parser): Remove duplicate check (#10874)
  • Additional commits viewable in compare view

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

Changelog

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

[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

  • (es/minifier) Drop unused rest paramters (#10857) (5305486)

  • (es/minifier) Enhance IIFE invoker for arrow functions (#10860) (2b1ce3d)

  • (plugin/runner) Use wasmer-wasix sys-minimal feature to reduce binary size (#10638) (b5f704a)

Performance

... (truncated)

Commits
  • 40ccce9 chore: Publish 1.13.0 with swc_core v33.0.1
  • ee3e863 chore: Update changelog
  • 152bbed chore: Publish 1.13.0-nightly-20250717.1 with swc_core v33.0.1
  • 6326be5 chore: Update changelog
  • 0afe351 chore: Publish 1.12.15-n...

    Description has been truncated

Pull Request Statistics
Commits:
6
Files Changed:
4
Additions:
+97
Deletions:
-97
Package Dependencies
Ecosystem:
npm
Version Change:
1.5.186 → 1.5.187
Update Type:
Patch
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.12.14 → 1.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.4.4 → 1.4.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.4.4 → 1.4.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.3 → 1.0.4
Update Type:
Patch
Technical Details
ID: 3785036
UUID: 2677662049
Node ID: PR_kwDOKvqLmM6fmeFh
Host: GitHub
Repository: mattfsourcecode/fastify-swc-typescript-server
Merge State: Unknown