Skip to content

deps: bump the all-dependencies group with 12 updates #201

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 12 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
unrs-resolver 1.7.12 1.7.13

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 unrs-resolver from 1.7.12 to 1.7.13

Release notes

Sourced from unrs-resolver's releases.

v1.7.13

Bug Fixes

  • support extends in referenced project (#142)

New...

Description has been truncated

Bumps the all-dependencies group with 12 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` |
| [unrs-resolver](https://github.com/unrs/unrs-resolver) | `1.7.12` | `1.7.13` |


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 `unrs-resolver` from 1.7.12 to 1.7.13
- [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.12...v1.7.13)

---
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: unrs-resolver
  dependency-version: 1.7.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 11, 2025
@github-actions github-actions bot enabled auto-merge June 11, 2025 03:50
@github-actions github-actions bot merged commit ef8fff8 into master Jun 11, 2025
3 of 4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/all-dependencies-85a3ef5639 branch June 11, 2025 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants