Skip to content

deps: bump the all-dependencies group with 15 updates #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2025

Bumps the all-dependencies group with 15 updates:

Package From To
@swc/core 1.11.31 1.12.0
@swc/core-darwin-arm64 1.11.31 1.12.0
@swc/core-darwin-x64 1.11.31 1.12.0
@swc/core-linux-arm-gnueabihf 1.11.31 1.12.0
@swc/core-linux-arm64-gnu 1.11.31 1.12.0
@swc/core-linux-arm64-musl 1.11.31 1.12.0
@swc/core-linux-x64-gnu 1.11.31 1.12.0
@swc/core-linux-x64-musl 1.11.31 1.12.0
@swc/core-win32-arm64-msvc 1.11.31 1.12.0
@swc/core-win32-ia32-msvc 1.11.31 1.12.0
@swc/core-win32-x64-msvc 1.11.31 1.12.0
@swc/types 0.1.22 0.1.23
brace-expansion 1.1.11 1.1.12
caniuse-lite 1.0.30001721 1.0.30001722
unrs-resolver 1.7.13 1.8.1

Updates @swc/core from 1.11.31 to 1.12.0

Changelog

Sourced from @​swc/core's changelog.

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in JSX attribute values (#10587) (8deba78)

  • (es/typescript) Pass native_class_properties (#10561) (7e4cd9a)

  • (es/typescript) Handle export declare var in namespace (#10579) (2daa17f)

  • (ts/isolated-dts) Add edges SymbolFlags::Value and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

Features

  • (es/minifier) Regex support for format.comments (#10571) (e441df5)

  • (es/module) Add support for import.meta.main in AMD and CJS (#10596) (759de2e)

Miscellaneous Tasks

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(false) macro (#10583)
  • Additional commits viewable in compare view

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

Changelog

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

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in JSX attribute values (#10587) (8deba78)

  • (es/typescript) Pass native_class_properties (#10561) (7e4cd9a)

  • (es/typescript) Handle export declare var in namespace (#10579) (2daa17f)

  • (ts/isolated-dts) Add edges SymbolFlags::Value and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

Features

  • (es/minifier) Regex support for format.comments (#10571) (e441df5)

  • (es/module) Add support for import.meta.main in AMD and CJS (#10596) (759de2e)

Miscellaneous Tasks

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(false) macro (#10583)
  • Additional commits viewable in compare view

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

Changelog

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

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in JSX attribute values (#10587) (8deba78)

  • (es/typescript) Pass native_class_properties (#10561) (7e4cd9a)

  • (es/typescript) Handle export declare var in namespace (#10579) (2daa17f)

  • (ts/isolated-dts) Add edges SymbolFlags::Value and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

Features

  • (es/minifier) Regex support for format.comments (#10571) (e441df5)

  • (es/module) Add support for import.meta.main in AMD and CJS (#10596) (759de2e)

Miscellaneous Tasks

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(false) macro (#10583)
  • Additional commits viewable in compare view

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

Changelog

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

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in JSX attribute values (#10587) (8deba78)

  • (es/typescript) Pass native_class_properties (#10561) (7e4cd9a)

  • (es/typescript) Handle export declare var in namespace (#10579) (2daa17f)

  • (ts/isolated-dts) Add edges SymbolFlags::Value and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

Features

  • (es/minifier) Regex support for format.comments (#10571) (e441df5)

  • (es/module) Add support for import.meta.main in AMD and CJS (#10596) (759de2e)

Miscellaneous Tasks

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(false) macro (#10583)
  • Additional commits viewable in compare view

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

Changelog

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

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in JSX attribute values (#10587) (8deba78)

  • (es/typescript) Pass native_class_properties (#10561) (7e4cd9a)

  • (es/typescript) Handle export declare var in namespace (#10579) (2daa17f)

  • (ts/isolated-dts) Add edges SymbolFlags::Value and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

Features

  • (es/minifier) Regex support for format.comments (#10571) (e441df5)

  • (es/module) Add support for import.meta.main in AMD and CJS (#10596) (759de2e)

Miscellaneous Tasks

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(false) macro (#10583)
  • Additional commits viewable in compare view

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

Changelog

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

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in JSX attribute values (#10587) (8deba78)

  • (es/typescript) Pass native_class_properties (#10561) (7e4cd9a)

  • (es/typescript) Handle export declare var in namespace (#10579) (2daa17f)

  • (ts/isolated-dts) Add edges SymbolFlags::Value and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

Features

  • (es/minifier) Regex support for format.comments (#10571) (e441df5)

  • (es/module) Add support for import.meta.main in AMD and CJS (#10596) (759de2e)

Miscellaneous Tasks

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(false) macro (#10583)
  • Additional commits viewable in compare view

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

Changelog

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

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in JSX attribute values (#10587) (8deba78)

  • (es/typescript) Pass native_class_properties (#10561) (7e4cd9a)

  • (es/typescript) Handle export declare var in namespace (#10579) (2daa17f)

  • (ts/isolated-dts) Add edges SymbolFlags::Value and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

Features

  • (es/minifier) Regex support for format.comments (#10571) (e441df5)

  • (es/module) Add support for import.meta.main in AMD and CJS (#10596) (759de2e)

Miscellaneous Tasks

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(false) macro (#10583)
  • Additional commits viewable in compare view

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

Changelog

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

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in JSX attribute values (#10587) (8deba78)

  • (es/typescript) Pass native_class_properties (#10561) (7e4cd9a)

  • (es/typescript) Handle export declare var in namespace (#10579) (2daa17f)

  • (ts/isolated-dts) Add edges SymbolFlags::Value and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

Features

  • (es/minifier) Regex support for format.comments (#10571) (e441df5)

  • (es/module) Add support for import.meta.main in AMD and CJS (#10596) (759de2e)

Miscellaneous Tasks

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(false) macro (#10583)
  • Additional commits viewable in compare view

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

Changelog

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

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in JSX attribute values (#10587) (8deba78)

  • (es/typescript) Pass native_class_properties (#10561) (7e4cd9a)

  • (es/typescript) Handle export declare var in namespace (#10579) (2daa17f)

  • (ts/isolated-dts) Add edges SymbolFlags::Value and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

Features

  • (es/minifier) Regex support for format.comments (#10571) (e441df5)

  • (es/module) Add support for import.meta.main in AMD and CJS (#10596) (759de2e)

Miscellaneous Tasks

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(false) macro (#10583)
  • Additional commits viewable in compare view

Updates @swc/core-win32-ia32-msvc from 1.11.31 to 1.12.0

Changelog

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

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in JSX attribute values (#10587) (8deba78)

  • (es/typescript) Pass native_class_properties (#10561) (7e4cd9a)

  • (es/typescript) Handle export declare var in namespace (#10579) (2daa17f)

  • (ts/isolated-dts) Add edges SymbolFlags::Value and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

Features

  • (es/minifier) Regex support for format.comments (#10571) (e441df5)

  • (es/module) Add support for import.meta.main in AMD and CJS (#10596) (759de2e)

Miscellaneous Tasks

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(false) macro (#10583)
  • Additional commits viewable in compare view

Updates @swc/core-win32-x64-msvc from 1.11.31 to 1.12.0

Changelog

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

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in JSX attribute values (#10587) (8deba78)

  • (es/typescript) Pass native_class_properties (#10561) (7e4cd9a)

  • (es/typescript) Handle export declare var in namespace (#10579) (2daa17f)

  • (ts/isolated-dts) Add edges SymbolFlags::Value and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

Features

  • (es/minifier) Regex support for format.comments (#10571) (e441df5)

  • (es/module) Add support for import.meta.main in AMD and CJS (#10596) (759de2e)

Miscellaneous Tasks

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(false) macro (#10583)
  • Additional commits viewable in compare view

Updates @swc/types from 0.1.22 to 0.1.23

Commits
  • See full diff in

Bumps the all-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.11.31` | `1.12.0` |
| [@swc/core-darwin-arm64](https://github.com/swc-project/swc) | `1.11.31` | `1.12.0` |
| [@swc/core-darwin-x64](https://github.com/swc-project/swc) | `1.11.31` | `1.12.0` |
| [@swc/core-linux-arm-gnueabihf](https://github.com/swc-project/swc) | `1.11.31` | `1.12.0` |
| [@swc/core-linux-arm64-gnu](https://github.com/swc-project/swc) | `1.11.31` | `1.12.0` |
| [@swc/core-linux-arm64-musl](https://github.com/swc-project/swc) | `1.11.31` | `1.12.0` |
| [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc) | `1.11.31` | `1.12.0` |
| [@swc/core-linux-x64-musl](https://github.com/swc-project/swc) | `1.11.31` | `1.12.0` |
| [@swc/core-win32-arm64-msvc](https://github.com/swc-project/swc) | `1.11.31` | `1.12.0` |
| [@swc/core-win32-ia32-msvc](https://github.com/swc-project/swc) | `1.11.31` | `1.12.0` |
| [@swc/core-win32-x64-msvc](https://github.com/swc-project/swc) | `1.11.31` | `1.12.0` |
| [@swc/types](https://github.com/swc-project/swc) | `0.1.22` | `0.1.23` |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `1.1.11` | `1.1.12` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001721` | `1.0.30001722` |
| [unrs-resolver](https://github.com/unrs/unrs-resolver) | `1.7.13` | `1.8.1` |


Updates `@swc/core` from 1.11.31 to 1.12.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.31...v1.12.0)

Updates `@swc/core-darwin-arm64` from 1.11.31 to 1.12.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.31...v1.12.0)

Updates `@swc/core-darwin-x64` from 1.11.31 to 1.12.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.31...v1.12.0)

Updates `@swc/core-linux-arm-gnueabihf` from 1.11.31 to 1.12.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.31...v1.12.0)

Updates `@swc/core-linux-arm64-gnu` from 1.11.31 to 1.12.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.31...v1.12.0)

Updates `@swc/core-linux-arm64-musl` from 1.11.31 to 1.12.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.31...v1.12.0)

Updates `@swc/core-linux-x64-gnu` from 1.11.31 to 1.12.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.31...v1.12.0)

Updates `@swc/core-linux-x64-musl` from 1.11.31 to 1.12.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.31...v1.12.0)

Updates `@swc/core-win32-arm64-msvc` from 1.11.31 to 1.12.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.31...v1.12.0)

Updates `@swc/core-win32-ia32-msvc` from 1.11.31 to 1.12.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.31...v1.12.0)

Updates `@swc/core-win32-x64-msvc` from 1.11.31 to 1.12.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.31...v1.12.0)

Updates `@swc/types` from 0.1.22 to 0.1.23
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)

Updates `caniuse-lite` from 1.0.30001721 to 1.0.30001722
- [Commits](browserslist/caniuse-lite@1.0.30001721...1.0.30001722)

Updates `unrs-resolver` from 1.7.13 to 1.8.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.7.13...v1.8.1)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-darwin-arm64"
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-darwin-x64"
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-arm-gnueabihf"
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-arm64-gnu"
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-arm64-musl"
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-x64-gnu"
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-x64-musl"
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-win32-arm64-msvc"
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-win32-ia32-msvc"
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-win32-x64-msvc"
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/types"
  dependency-version: 0.1.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001722
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: unrs-resolver
  dependency-version: 1.8.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions bot enabled auto-merge June 11, 2025 16:13
@github-actions github-actions bot merged commit d9250c1 into master Jun 11, 2025
5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/all-dependencies-9407eb85f0 branch June 11, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants