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

deps: bump the all-dependencies group with 18 updates

Merged
Number: #229
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: July 21, 2025 at 04:17 AM UTC
(about 2 months ago)
Updated: July 21, 2025 at 04:17 AM UTC
(about 2 months ago)
Merged: July 21, 2025 at 04:17 AM UTC
(about 2 months ago)
by github-actions[bot]
Time to Close: 1 minute
Labels:
dependencies
Description:

Bumps the all-dependencies group with 18 updates:

Package From To
@swc/core 1.13.0 1.13.1
@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
@pkgr/core 0.2.7 0.2.9
@swc/core-darwin-arm64 1.13.0 1.13.1
@swc/core-darwin-x64 1.13.0 1.13.1
@swc/core-linux-arm-gnueabihf 1.13.0 1.13.1
@swc/core-linux-arm64-gnu 1.13.0 1.13.1
@swc/core-linux-arm64-musl 1.13.0 1.13.1
@swc/core-linux-x64-gnu 1.13.0 1.13.1
@swc/core-linux-x64-musl 1.13.0 1.13.1
@swc/core-win32-arm64-msvc 1.13.0 1.13.1
@swc/core-win32-ia32-msvc 1.13.0 1.13.1
@swc/core-win32-x64-msvc 1.13.0 1.13.1
@types/node 24.0.14 24.0.15
napi-postinstall 0.3.0 0.3.2
synckit 0.11.8 0.11.11

Updates @swc/core from 1.13.0 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

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 @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 @pkgr/core from 0.2.7 to 0.2.9

Release notes

Sourced from @​pkgr/core's releases.

@​pkgr/core@​0.2.9

republish the 0.2.x version

Full Changelog: https://github.com/un-ts/pkgr/compare/@​pkgr/core@​0.2.7...@​pkgr/core@​0.2.9

Commits

Updates @swc/core-darwin-arm64 from 1.13.0 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

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.13.0 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

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.13.0 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

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.13.0 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

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.13.0 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

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.13.0 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

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.13.0 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

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.13.0 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

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.13.0 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

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.13.0 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

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 napi-postinstall from 0.3.0 to 0.3.2

Release notes

Sourced from napi-postinstall's releases.

v0.3.2

republish the latest version

Full Changelog: https://github.com/un-ts/napi-postinstall/compare/v0.3.0...v0.3.2

Changelog

Sourced from napi-postinstall's changelog.

Change Log

Commits

Updates synckit from 0.11.8 to 0.11.11

Release notes

Sourced from synckit's releases.

v0.11.11

Revert "fix(deps): update dependency @​pkgr/core to ^0.3.0 (un-ts/synckit#249)"

Full Changelog: https://github.com/un-ts/synckit/compare/v0.11.10...v0.11.11

v0.11.10

Patch Changes

Full Changelog: https://github.com/un-ts/synckit/compare/v0.11.8...v0.11.10

Changelog

Sourced from synckit's changelog.

synckit

0.11.9

Patch Changes

Commits
  • 7604672 fix: release a new latest version
  • 4938bbc Revert "fix(deps): update dependency @​pkgr/core to ^0.3.0 (#249)"
  • 8f2ee32 fix: release a new latest version
  • 6416df8 chore: release synckit (#250)
  • 173ef5e fix(deps): update dependency @​pkgr/core to ^0.3.0 (#249)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and optio...

Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+124
Deletions:
-124
Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
24.0.14 → 24.0.15
Update Type:
Patch
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.13.0 → 1.13.1
Update Type:
Patch
Package:
@pkgr/core
Ecosystem:
npm
Version Change:
0.2.7 → 0.2.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.13.0 → 1.13.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.13.0 → 1.13.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.13.0 → 1.13.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.13.0 → 1.13.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.13.0 → 1.13.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.13.0 → 1.13.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.13.0 → 1.13.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.13.0 → 1.13.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.13.0 → 1.13.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.13.0 → 1.13.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.0 → 0.3.2
Update Type:
Patch
Package:
synckit
Ecosystem:
npm
Version Change:
0.11.8 → 0.11.11
Update Type:
Patch
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: 3860986
UUID: 2680551834
Node ID: PR_kwDONiXIMs6fxfma
Host: GitHub
Repository: mattfsourcecode/node-graphql-code-test
Merge State: Unknown