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

Bump the miscs group with 22 updates

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

Bumps the miscs group with 22 updates:

Package From To
@swc/core 1.11.29 1.11.31
@types/node 22.15.29 22.15.30
vitest 3.2.1 3.2.2
@swc/core-darwin-arm64 1.11.29 1.11.31
@swc/core-darwin-x64 1.11.29 1.11.31
@swc/core-linux-arm-gnueabihf 1.11.29 1.11.31
@swc/core-linux-arm64-gnu 1.11.29 1.11.31
@swc/core-linux-arm64-musl 1.11.29 1.11.31
@swc/core-linux-x64-gnu 1.11.29 1.11.31
@swc/core-linux-x64-musl 1.11.29 1.11.31
@swc/core-win32-arm64-msvc 1.11.29 1.11.31
@swc/core-win32-ia32-msvc 1.11.29 1.11.31
@swc/core-win32-x64-msvc 1.11.29 1.11.31
@swc/types 0.1.21 0.1.22
@vitest/expect 3.2.1 3.2.2
@vitest/mocker 3.2.1 3.2.2
@vitest/pretty-format 3.2.1 3.2.2
@vitest/runner 3.2.1 3.2.2
@vitest/snapshot 3.2.1 3.2.2
@vitest/spy 3.2.1 3.2.2
@vitest/utils 3.2.1 3.2.2
vite-node 3.2.1 3.2.2

Updates @swc/core from 1.11.29 to 1.11.31

Changelog

Sourced from @​swc/core's changelog.

[1.11.31] - 2025-06-05

Bug Fixes

  • (es/codegen) Improve comments handling (#10534) (d9ba838)

  • (es/codegen) Exclude constructor from source map names (#10551) (ef85640)

  • (es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)

  • (es/minifier) Fix missing variable (#10478) (6de3ef6)

  • (es/minifier) Inline object of member if prop is an ident (#10548) (e554381)

  • (es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)

  • (es/minifier) Fix typo in an option name (#10554) (a303941)

  • (es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)

  • (es/react-compiler) Fix usefulness detection (#10506) (41075a1)

  • (es/utils) Fix extract_var_ids (#10511) (5644372)

  • (react-compiler) Fix fast check (#10538) (9403ce2)

  • (swc_common) Fix build (#10544) (2ed934d)

  • (swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)

  • (swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)

  • (swc_common) Revert skip condition patch (#10564) (2a2b284)

... (truncated)

Commits
  • 400398d chore: Publish 1.11.31 with swc_core v26.4.5
  • 1df4fc4 chore: Update changelog
  • 7fc3030 chore: Publish 1.11.31-nightly-20250605.2 with swc_core v26.4.5
  • 2b284e1 chore(ecosystem-ci): Exclude ts-node
  • 7a849aa chore: Update changelog
  • b132c2c chore: Publish 1.11.31-nightly-20250605.1 with swc_core v26.4.5
  • dbaab45 chore: Publish crates with swc_core v26.4.5
  • ef85640 fix(es/codegen): Exclude constructor from source map names (#10551)
  • ea311ed chore: Publish crates with swc_core v26.4.4
  • 2a2b284 fix(swc_common): Revert skip condition patch (#10564)
  • Additional commits viewable in compare view

Updates @types/node from 22.15.29 to 22.15.30

Commits

Updates vitest from 3.2.1 to 3.2.2

Release notes

Sourced from vitest's releases.

v3.2.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 7ddcd33 chore: release v3.2.2
  • 33f7120 Revert "fix(browser): optimize build output and always prebundle vitest"
  • 00a3916 fix(browser): optimize build output and always prebundle vitest
  • 142c735 fix(browser): calculate prepare time from createTesters call on the main th...
  • c8d6264 feat: support rolldown-vite (#7509)
  • 6db9f52 fix(reporter): allow dot reporter to work in non interactive terminals (#7994)
  • See full diff in compare view

Updates @swc/core-darwin-arm64 from 1.11.29 to 1.11.31

Changelog

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

[1.11.31] - 2025-06-05

Bug Fixes

  • (es/codegen) Improve comments handling (#10534) (d9ba838)

  • (es/codegen) Exclude constructor from source map names (#10551) (ef85640)

  • (es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)

  • (es/minifier) Fix missing variable (#10478) (6de3ef6)

  • (es/minifier) Inline object of member if prop is an ident (#10548) (e554381)

  • (es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)

  • (es/minifier) Fix typo in an option name (#10554) (a303941)

  • (es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)

  • (es/react-compiler) Fix usefulness detection (#10506) (41075a1)

  • (es/utils) Fix extract_var_ids (#10511) (5644372)

  • (react-compiler) Fix fast check (#10538) (9403ce2)

  • (swc_common) Fix build (#10544) (2ed934d)

  • (swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)

  • (swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)

  • (swc_common) Revert skip condition patch (#10564) (2a2b284)

... (truncated)

Commits
  • 400398d chore: Publish 1.11.31 with swc_core v26.4.5
  • 1df4fc4 chore: Update changelog
  • 7fc3030 chore: Publish 1.11.31-nightly-20250605.2 with swc_core v26.4.5
  • 2b284e1 chore(ecosystem-ci): Exclude ts-node
  • 7a849aa chore: Update changelog
  • b132c2c chore: Publish 1.11.31-nightly-20250605.1 with swc_core v26.4.5
  • dbaab45 chore: Publish crates with swc_core v26.4.5
  • ef85640 fix(es/codegen): Exclude constructor from source map names (#10551)
  • ea311ed chore: Publish crates with swc_core v26.4.4
  • 2a2b284 fix(swc_common): Revert skip condition patch (#10564)
  • Additional commits viewable in compare view

Updates @swc/core-darwin-x64 from 1.11.29 to 1.11.31

Changelog

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

[1.11.31] - 2025-06-05

Bug Fixes

  • (es/codegen) Improve comments handling (#10534) (d9ba838)

  • (es/codegen) Exclude constructor from source map names (#10551) (ef85640)

  • (es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)

  • (es/minifier) Fix missing variable (#10478) (6de3ef6)

  • (es/minifier) Inline object of member if prop is an ident (#10548) (e554381)

  • (es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)

  • (es/minifier) Fix typo in an option name (#10554) (a303941)

  • (es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)

  • (es/react-compiler) Fix usefulness detection (#10506) (41075a1)

  • (es/utils) Fix extract_var_ids (#10511) (5644372)

  • (react-compiler) Fix fast check (#10538) (9403ce2)

  • (swc_common) Fix build (#10544) (2ed934d)

  • (swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)

  • (swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)

  • (swc_common) Revert skip condition patch (#10564) (2a2b284)

... (truncated)

Commits
  • 400398d chore: Publish 1.11.31 with swc_core v26.4.5
  • 1df4fc4 chore: Update changelog
  • 7fc3030 chore: Publish 1.11.31-nightly-20250605.2 with swc_core v26.4.5
  • 2b284e1 chore(ecosystem-ci): Exclude ts-node
  • 7a849aa chore: Update changelog
  • b132c2c chore: Publish 1.11.31-nightly-20250605.1 with swc_core v26.4.5
  • dbaab45 chore: Publish crates with swc_core v26.4.5
  • ef85640 fix(es/codegen): Exclude constructor from source map names (#10551)
  • ea311ed chore: Publish crates with swc_core v26.4.4
  • 2a2b284 fix(swc_common): Revert skip condition patch (#10564)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm-gnueabihf from 1.11.29 to 1.11.31

Changelog

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

[1.11.31] - 2025-06-05

Bug Fixes

  • (es/codegen) Improve comments handling (#10534) (d9ba838)

  • (es/codegen) Exclude constructor from source map names (#10551) (ef85640)

  • (es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)

  • (es/minifier) Fix missing variable (#10478) (6de3ef6)

  • (es/minifier) Inline object of member if prop is an ident (#10548) (e554381)

  • (es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)

  • (es/minifier) Fix typo in an option name (#10554) (a303941)

  • (es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)

  • (es/react-compiler) Fix usefulness detection (#10506) (41075a1)

  • (es/utils) Fix extract_var_ids (#10511) (5644372)

  • (react-compiler) Fix fast check (#10538) (9403ce2)

  • (swc_common) Fix build (#10544) (2ed934d)

  • (swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)

  • (swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)

  • (swc_common) Revert skip condition patch (#10564) (2a2b284)

... (truncated)

Commits
  • 400398d chore: Publish 1.11.31 with swc_core v26.4.5
  • 1df4fc4 chore: Update changelog
  • 7fc3030 chore: Publish 1.11.31-nightly-20250605.2 with swc_core v26.4.5
  • 2b284e1 chore(ecosystem-ci): Exclude ts-node
  • 7a849aa chore: Update changelog
  • b132c2c chore: Publish 1.11.31-nightly-20250605.1 with swc_core v26.4.5
  • dbaab45 chore: Publish crates with swc_core v26.4.5
  • ef85640 fix(es/codegen): Exclude constructor from source map names (#10551)
  • ea311ed chore: Publish crates with swc_core v26.4.4
  • 2a2b284 fix(swc_common): Revert skip condition patch (#10564)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-gnu from 1.11.29 to 1.11.31

Changelog

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

[1.11.31] - 2025-06-05

Bug Fixes

  • (es/codegen) Improve comments handling (#10534) (d9ba838)

  • (es/codegen) Exclude constructor from source map names (#10551) (ef85640)

  • (es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)

  • (es/minifier) Fix missing variable (#10478) (6de3ef6)

  • (es/minifier) Inline object of member if prop is an ident (#10548) (e554381)

  • (es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)

  • (es/minifier) Fix typo in an option name (#10554) (a303941)

  • (es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)

  • (es/react-compiler) Fix usefulness detection (#10506) (41075a1)

  • (es/utils) Fix extract_var_ids (#10511) (5644372)

  • (react-compiler) Fix fast check (#10538) (9403ce2)

  • (swc_common) Fix build (#10544) (2ed934d)

  • (swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)

  • (swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)

  • (swc_common) Revert skip condition patch (#10564) (2a2b284)

... (truncated)

Commits
  • 400398d chore: Publish 1.11.31 with swc_core v26.4.5
  • 1df4fc4 chore: Update changelog
  • 7fc3030 chore: Publish 1.11.31-nightly-20250605.2 with swc_core v26.4.5
  • 2b284e1 chore(ecosystem-ci): Exclude ts-node
  • 7a849aa chore: Update changelog
  • b132c2c chore: Publish 1.11.31-nightly-20250605.1 with swc_core v26.4.5
  • dbaab45 chore: Publish crates with swc_core v26.4.5
  • ef85640 fix(es/codegen): Exclude constructor from source map names (#10551)
  • ea311ed chore: Publish crates with swc_core v26.4.4
  • 2a2b284 fix(swc_common): Revert skip condition patch (#10564)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-musl from 1.11.29 to 1.11.31

Changelog

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

[1.11.31] - 2025-06-05

Bug Fixes

  • (es/codegen) Improve comments handling (#10534) (d9ba838)

  • (es/codegen) Exclude constructor from source map names (#10551) (ef85640)

  • (es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)

  • (es/minifier) Fix missing variable (#10478) (6de3ef6)

  • (es/minifier) Inline object of member if prop is an ident (#10548) (e554381)

  • (es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)

  • (es/minifier) Fix typo in an option name (#10554) (a303941)

  • (es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)

  • (es/react-compiler) Fix usefulness detection (#10506) (41075a1)

  • (es/utils) Fix extract_var_ids (#10511) (5644372)

  • (react-compiler) Fix fast check (#10538) (9403ce2)

  • (swc_common) Fix build (#10544) (2ed934d)

  • (swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)

  • (swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)

  • (swc_common) Revert skip condition patch (#10564) (2a2b284)

... (truncated)

Commits
  • 400398d chore: Publish 1.11.31 with swc_core v26.4.5
  • 1df4fc4 chore: Update changelog
  • 7fc3030 chore: Publish 1.11.31-nightly-20250605.2 with swc_core v26.4.5
  • 2b284e1 chore(ecosystem-ci): Exclude ts-node
  • 7a849aa chore: Update changelog
  • b132c2c chore: Publish 1.11.31-nightly-20250605.1 with swc_core v26.4.5
  • dbaab45 chore: Publish crates with swc_core v26.4.5
  • ef85640 fix(es/codegen): Exclude constructor from source map names (#10551)
  • ea311ed chore: Publish crates with swc_core v26.4.4
  • 2a2b284 fix(swc_common): Revert skip condition patch (#10564)
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-gnu from 1.11.29 to 1.11.31

Changelog

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

[1.11.31] - 2025-06-05

Bug Fixes

  • (es/codegen) Improve comments handling (#10534) (d9ba838)

  • (es/codegen) Exclude constructor from source map names (#10551) (ef85640)

  • (es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)

  • (es/minifier) Fix missing variable (#10478) (6de3ef6)

  • (es/minifier) Inline object of member if prop is an ident (#10548) (e554381)

  • (es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)

  • (es/minifier) Fix typo in an option name (#10554) (a303941)

  • (es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)

  • (es/react-compiler) Fix usefulness detection (#10506) (41075a1)

  • (es/utils) Fix extract_var_ids (#10511) (5644372)

  • (react-compiler) Fix fast check (#10538) (9403ce2)

  • (swc_common) Fix build (#10544) (2ed934d)

  • (swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)

  • (swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)

  • (swc_common) Revert skip condition patch (#10564) (2a2b284)

... (truncated)

Commits
  • 400398d chore: Publish 1.11.31 with swc_core v26.4.5
  • 1df4fc4 chore: Update changelog
  • 7fc3030 chore: Publish 1.11.31-nightly-20250605.2 with swc_core v26.4.5
  • 2b284e1 chore(ecosystem-ci): Exclude ts-node
  • 7a849aa chore: Update changelog
  • b132c2c chore: Publish 1.11.31-nightly-20250605.1 with swc_core v26.4.5
  • dbaab45 chore: Publish crates with swc_core v26.4.5
  • ef85640 fix(es/codegen): Exclude constructor from source map names (#10551)
  • ea311ed chore: Publish crates with swc_core v26.4.4
  • 2a2b284 fix(swc_common): Revert skip condition patch (#10564)
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-musl from 1.11.29 to 1.11.31

Changelog

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

[1.11.31] - 2025-06-05

Bug Fixes

  • (es/codegen) Improve comments handling (#10534) (d9ba838)

  • (es/codegen) Exclude constructor from source map names (#10551) (ef85640)

  • (es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)

  • (es/minifier) Fix missing variable (#10478) (6de3ef6)

  • (es/minifier) Inline object of member if prop is an ident (#10548) (e554381)

  • (es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)

  • (es/minifier) Fix typo in an option name (#10554) (a303941)

  • (es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)

  • (es/react-compiler) Fix usefulness detection (#10506) (41075a1)

  • (es/utils) Fix extract_var_ids (#10511) (5644372)

  • (react-compiler) Fix fast check (#10538) (9403ce2)

  • (swc_common) Fix build (#10544) (2ed934d)

  • (swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)

  • (swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)

  • (swc_common) Revert skip condition patch (#10564) (2a2b284)

... (truncated)

Commits
  • 400398d chore: Publish 1.11.31 with swc_core v26.4.5
  • 1df4fc4 chore: Update changelog
  • 7fc3030 chore: Publish 1.11.31-nightly-20250605.2 with swc_core v26.4.5
  • 2b284e1 chore(ecosystem-ci): Exclude ts-node
  • 7a849aa chore: Update changelog
  • b132c2c chore: Publish 1.11.31-nightly-20250605.1 with swc_core v26.4.5
  • dbaab45 chore: Publish crates with swc_core v26.4.5
  • ef85640 fix(es/codegen): Exclude constructor from source map names (#10551)
  • ea311ed chore: Publish crates with swc_core v26.4.4
  • 2a2b284 fix(swc_common): Revert skip condition patch (#10564)
  • Additional commits viewable in compare view

Updates @swc/core-win32-arm64-msvc from 1.11.29 to 1.11.31

Changelog

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

[1.11.31] - 2025-06-05

Bug Fixes

  • (es/codegen) Improve comments handling (#10534) (d9ba838)

  • (es/codegen) Exclude constructor from source map names (#10551) (ef85640)

  • (es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)

  • (es/minifier) Fix missing variable (#10478) (6de3ef6)

  • (es/minifier) Inline object of member if prop is an ident (#10548) (e554381)

  • (es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)

  • (es/minifier) Fix typo in an option name (#10554) (a303941)

  • (es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)

  • (es/react-compiler) Fix usefulness detection (#10506) (41075a1)

  • (es/utils) Fix extract_var_ids (#10511) (5644372)

  • (react-compiler) Fix fast check (#10538) (9403ce2)

  • (swc_common) Fix build (#10544) (2ed934d)

  • (swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)

  • (swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)

  • (swc_common) Revert skip condition patch (#10564) (2a2b284)

... (truncated)

Commits
Package Dependencies
Ecosystem:
npm
Version Change:
3.2.1 → 3.2.2
Update Type:
Patch
Package:
@types/node
Ecosystem:
npm
Version Change:
22.15.29 → 22.15.30
Update Type:
Patch
Package:
vite-node
Ecosystem:
npm
Version Change:
3.2.1 → 3.2.2
Update Type:
Patch
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.11.29 → 1.11.31
Update Type:
Patch
Package:
@vitest/spy
Ecosystem:
npm
Version Change:
3.2.1 → 3.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.1 → 3.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.1 → 3.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.1 → 3.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.1 → 3.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.1 → 3.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.1 → 3.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.11.29 → 1.11.31
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.11.29 → 1.11.31
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.11.29 → 1.11.31
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.11.29 → 1.11.31
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.11.29 → 1.11.31
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.11.29 → 1.11.31
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.11.29 → 1.11.31
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.11.29 → 1.11.31
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.11.29 → 1.11.31
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.11.29 → 1.11.31
Update Type:
Patch
Package:
@swc/types
Ecosystem:
npm
Version Change:
0.1.21 → 0.1.22
Update Type:
Patch
Technical Details
ID: 46932
UUID: 2571589354
Node ID: PR_kwDOEbaw7s6ZR1bq
Host: GitHub
Repository: poad/typescript-cli-template
Merge State: Unknown