Skip to content

fix(deps): bump the npm-prod-deps group across 1 directory with 9 updates - #3201

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/npm-prod-deps-400441aa2b
Open

fix(deps): bump the npm-prod-deps group across 1 directory with 9 updates#3201
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/npm-prod-deps-400441aa2b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-prod-deps group with 9 updates in the / directory:

Package From To
@nx/nx-darwin-arm64 23.1.2 23.2.0
@nx/nx-darwin-x64 23.1.2 23.2.0
@nx/nx-linux-x64-gnu 23.1.2 23.2.0
@nx/nx-win32-x64-msvc 23.1.2 23.2.0
@rollup/rollup-linux-x64-gnu 4.63.0 4.63.1
@swc/core-linux-x64-gnu 1.16.1 1.16.2
@swc/core-darwin-x64 1.16.1 1.16.2
@swc/core-win32-x64-msvc 1.16.1 1.16.2
@swc/core-darwin-arm64 1.16.1 1.16.2

Updates @nx/nx-darwin-arm64 from 23.1.2 to 23.2.0

Release notes

Sourced from @​nx/nx-darwin-arm64's releases.

23.2.0 (2026-09-02)

🚀 Features

  • angular: add support for Angular v22.1 (#36521)
  • core: confirm before creating migration commits on the default branch (#36314)
  • core: add a full-width TUI status bar and vim-style pane search (#36263)
  • core: forward mouse and resize events to tasks running in the TUI's pty (#36322)
  • core: add bun dependency-catalog support (#36434)
  • core: derive stable repo key from normalized remote and relative path (#36439)
  • core: add nx migrate --run-migration to run a single migration (#36407)
  • core: let migration generators skip their AI step (#36532)
  • core: show Cloud app link for remote cache instead of docs (#36460)
  • core: add durable run state and a dark orchestration loop to nx migrate (#36403)
  • core: add built-in support for oxfmt formatter alongside prettier (#35089, #30403)
  • core: filter static task output to failures and restore CI log grouping (#36453)
  • core: let the daemon and plugin workers run inside agent sandboxes (#36586)
  • dotnet: infer OpenApiDocumentsDirectory as a build output (#36788)
  • linter: add the @​nx/oxlint plugin (#36491)
  • linter: hash only lintable files for inferred oxlint tasks (#36828)
  • misc: support vitest generation for node, nest, and express generators (#36665)
  • nx-cloud: generate .nx/ci-config.yaml for agent distribution (#36504)
  • nx-cloud: add nx start-nx-agents as an alias for nx-cloud start-nx-agents (#36572)
  • nx-plugin: add vitest support for e2e tests (#34041)
  • release: support tag-based project selection (#36537)
  • repo: add react + vite + vitest + playwright example (#35921)
  • storybook: adopt the storybook vitest addon for story testing (#36648, #33759)
  • testing: offer vitest consistently across generators with a unitTestRunner option (#36715)

🩹 Fixes

  • angular: make webpack-related packages optional peer dependencies (#36310)
  • angular: keep buildable libraries private (#36545)
  • angular: import optional ng-packagr lazily (#36632)
  • angular-rspack: speed up builds and align behavior with the esbuild application builder (#36268, #34936)
  • angular-rspack: stop builds crashing on non-array styleUrls (#36550)
  • angular-rspack: rebuild components when their templates or styles change on Windows (#36641, #36619)
  • bundling: support TypeScript esbuildConfig files in the esbuild executor (#36352, #36349)
  • bundling: acknowledge @​swc/core build scripts when configuring rollup (#36412)
  • bundling: resolve esbuild paths from workspace root instead of cwd (#36830, #34027)
  • bundling: allow overriding the css module hash algorithm (#36837, #36829)
  • core: speed up npm lockfile parsing (#36216)
  • core: speed up lockfile parsing and catalog resolution (#36223)
  • core: show performance report recommendations only when actionable (#36344)
  • core: close daemon log descriptors after spawn to avoid Node 26 crash (#36280)
  • core: prevent shell injection in nx import (#36348)
  • core: correct the 22.6.0 gitignore and analytics migration wiring (#36356)
  • core: support npm 12 and pnpm in the package provenance check (#36354, #36338)
  • core: honor pnpm minimumReleaseAge config on pnpm 11 (#36335, #36330)
  • core: support pnpm 11 patched dependency hashes (#36360)

... (truncated)

Commits

Updates @nx/nx-darwin-x64 from 23.1.2 to 23.2.0

Release notes

Sourced from @​nx/nx-darwin-x64's releases.

23.2.0 (2026-09-02)

🚀 Features

  • angular: add support for Angular v22.1 (#36521)
  • core: confirm before creating migration commits on the default branch (#36314)
  • core: add a full-width TUI status bar and vim-style pane search (#36263)
  • core: forward mouse and resize events to tasks running in the TUI's pty (#36322)
  • core: add bun dependency-catalog support (#36434)
  • core: derive stable repo key from normalized remote and relative path (#36439)
  • core: add nx migrate --run-migration to run a single migration (#36407)
  • core: let migration generators skip their AI step (#36532)
  • core: show Cloud app link for remote cache instead of docs (#36460)
  • core: add durable run state and a dark orchestration loop to nx migrate (#36403)
  • core: add built-in support for oxfmt formatter alongside prettier (#35089, #30403)
  • core: filter static task output to failures and restore CI log grouping (#36453)
  • core: let the daemon and plugin workers run inside agent sandboxes (#36586)
  • dotnet: infer OpenApiDocumentsDirectory as a build output (#36788)
  • linter: add the @​nx/oxlint plugin (#36491)
  • linter: hash only lintable files for inferred oxlint tasks (#36828)
  • misc: support vitest generation for node, nest, and express generators (#36665)
  • nx-cloud: generate .nx/ci-config.yaml for agent distribution (#36504)
  • nx-cloud: add nx start-nx-agents as an alias for nx-cloud start-nx-agents (#36572)
  • nx-plugin: add vitest support for e2e tests (#34041)
  • release: support tag-based project selection (#36537)
  • repo: add react + vite + vitest + playwright example (#35921)
  • storybook: adopt the storybook vitest addon for story testing (#36648, #33759)
  • testing: offer vitest consistently across generators with a unitTestRunner option (#36715)

🩹 Fixes

  • angular: make webpack-related packages optional peer dependencies (#36310)
  • angular: keep buildable libraries private (#36545)
  • angular: import optional ng-packagr lazily (#36632)
  • angular-rspack: speed up builds and align behavior with the esbuild application builder (#36268, #34936)
  • angular-rspack: stop builds crashing on non-array styleUrls (#36550)
  • angular-rspack: rebuild components when their templates or styles change on Windows (#36641, #36619)
  • bundling: support TypeScript esbuildConfig files in the esbuild executor (#36352, #36349)
  • bundling: acknowledge @​swc/core build scripts when configuring rollup (#36412)
  • bundling: resolve esbuild paths from workspace root instead of cwd (#36830, #34027)
  • bundling: allow overriding the css module hash algorithm (#36837, #36829)
  • core: speed up npm lockfile parsing (#36216)
  • core: speed up lockfile parsing and catalog resolution (#36223)
  • core: show performance report recommendations only when actionable (#36344)
  • core: close daemon log descriptors after spawn to avoid Node 26 crash (#36280)
  • core: prevent shell injection in nx import (#36348)
  • core: correct the 22.6.0 gitignore and analytics migration wiring (#36356)
  • core: support npm 12 and pnpm in the package provenance check (#36354, #36338)
  • core: honor pnpm minimumReleaseAge config on pnpm 11 (#36335, #36330)
  • core: support pnpm 11 patched dependency hashes (#36360)

... (truncated)

Commits

Updates @nx/nx-linux-x64-gnu from 23.1.2 to 23.2.0

Release notes

Sourced from @​nx/nx-linux-x64-gnu's releases.

23.2.0 (2026-09-02)

🚀 Features

  • angular: add support for Angular v22.1 (#36521)
  • core: confirm before creating migration commits on the default branch (#36314)
  • core: add a full-width TUI status bar and vim-style pane search (#36263)
  • core: forward mouse and resize events to tasks running in the TUI's pty (#36322)
  • core: add bun dependency-catalog support (#36434)
  • core: derive stable repo key from normalized remote and relative path (#36439)
  • core: add nx migrate --run-migration to run a single migration (#36407)
  • core: let migration generators skip their AI step (#36532)
  • core: show Cloud app link for remote cache instead of docs (#36460)
  • core: add durable run state and a dark orchestration loop to nx migrate (#36403)
  • core: add built-in support for oxfmt formatter alongside prettier (#35089, #30403)
  • core: filter static task output to failures and restore CI log grouping (#36453)
  • core: let the daemon and plugin workers run inside agent sandboxes (#36586)
  • dotnet: infer OpenApiDocumentsDirectory as a build output (#36788)
  • linter: add the @​nx/oxlint plugin (#36491)
  • linter: hash only lintable files for inferred oxlint tasks (#36828)
  • misc: support vitest generation for node, nest, and express generators (#36665)
  • nx-cloud: generate .nx/ci-config.yaml for agent distribution (#36504)
  • nx-cloud: add nx start-nx-agents as an alias for nx-cloud start-nx-agents (#36572)
  • nx-plugin: add vitest support for e2e tests (#34041)
  • release: support tag-based project selection (#36537)
  • repo: add react + vite + vitest + playwright example (#35921)
  • storybook: adopt the storybook vitest addon for story testing (#36648, #33759)
  • testing: offer vitest consistently across generators with a unitTestRunner option (#36715)

🩹 Fixes

  • angular: make webpack-related packages optional peer dependencies (#36310)
  • angular: keep buildable libraries private (#36545)
  • angular: import optional ng-packagr lazily (#36632)
  • angular-rspack: speed up builds and align behavior with the esbuild application builder (#36268, #34936)
  • angular-rspack: stop builds crashing on non-array styleUrls (#36550)
  • angular-rspack: rebuild components when their templates or styles change on Windows (#36641, #36619)
  • bundling: support TypeScript esbuildConfig files in the esbuild executor (#36352, #36349)
  • bundling: acknowledge @​swc/core build scripts when configuring rollup (#36412)
  • bundling: resolve esbuild paths from workspace root instead of cwd (#36830, #34027)
  • bundling: allow overriding the css module hash algorithm (#36837, #36829)
  • core: speed up npm lockfile parsing (#36216)
  • core: speed up lockfile parsing and catalog resolution (#36223)
  • core: show performance report recommendations only when actionable (#36344)
  • core: close daemon log descriptors after spawn to avoid Node 26 crash (#36280)
  • core: prevent shell injection in nx import (#36348)
  • core: correct the 22.6.0 gitignore and analytics migration wiring (#36356)
  • core: support npm 12 and pnpm in the package provenance check (#36354, #36338)
  • core: honor pnpm minimumReleaseAge config on pnpm 11 (#36335, #36330)
  • core: support pnpm 11 patched dependency hashes (#36360)

... (truncated)

Commits

Updates @nx/nx-win32-x64-msvc from 23.1.2 to 23.2.0

Release notes

Sourced from @​nx/nx-win32-x64-msvc's releases.

23.2.0 (2026-09-02)

🚀 Features

  • angular: add support for Angular v22.1 (#36521)
  • core: confirm before creating migration commits on the default branch (#36314)
  • core: add a full-width TUI status bar and vim-style pane search (#36263)
  • core: forward mouse and resize events to tasks running in the TUI's pty (#36322)
  • core: add bun dependency-catalog support (#36434)
  • core: derive stable repo key from normalized remote and relative path (#36439)
  • core: add nx migrate --run-migration to run a single migration (#36407)
  • core: let migration generators skip their AI step (#36532)
  • core: show Cloud app link for remote cache instead of docs (#36460)
  • core: add durable run state and a dark orchestration loop to nx migrate (#36403)
  • core: add built-in support for oxfmt formatter alongside prettier (#35089, #30403)
  • core: filter static task output to failures and restore CI log grouping (#36453)
  • core: let the daemon and plugin workers run inside agent sandboxes (#36586)
  • dotnet: infer OpenApiDocumentsDirectory as a build output (#36788)
  • linter: add the @​nx/oxlint plugin (#36491)
  • linter: hash only lintable files for inferred oxlint tasks (#36828)
  • misc: support vitest generation for node, nest, and express generators (#36665)
  • nx-cloud: generate .nx/ci-config.yaml for agent distribution (#36504)
  • nx-cloud: add nx start-nx-agents as an alias for nx-cloud start-nx-agents (#36572)
  • nx-plugin: add vitest support for e2e tests (#34041)
  • release: support tag-based project selection (#36537)
  • repo: add react + vite + vitest + playwright example (#35921)
  • storybook: adopt the storybook vitest addon for story testing (#36648, #33759)
  • testing: offer vitest consistently across generators with a unitTestRunner option (#36715)

🩹 Fixes

  • angular: make webpack-related packages optional peer dependencies (#36310)
  • angular: keep buildable libraries private (#36545)
  • angular: import optional ng-packagr lazily (#36632)
  • angular-rspack: speed up builds and align behavior with the esbuild application builder (#36268, #34936)
  • angular-rspack: stop builds crashing on non-array styleUrls (#36550)
  • angular-rspack: rebuild components when their templates or styles change on Windows (#36641, #36619)
  • bundling: support TypeScript esbuildConfig files in the esbuild executor (#36352, #36349)
  • bundling: acknowledge @​swc/core build scripts when configuring rollup (#36412)
  • bundling: resolve esbuild paths from workspace root instead of cwd (#36830, #34027)
  • bundling: allow overriding the css module hash algorithm (#36837, #36829)
  • core: speed up npm lockfile parsing (#36216)
  • core: speed up lockfile parsing and catalog resolution (#36223)
  • core: show performance report recommendations only when actionable (#36344)
  • core: close daemon log descriptors after spawn to avoid Node 26 crash (#36280)
  • core: prevent shell injection in nx import (#36348)
  • core: correct the 22.6.0 gitignore and analytics migration wiring (#36356)
  • core: support npm 12 and pnpm in the package provenance check (#36354, #36338)
  • core: honor pnpm minimumReleaseAge config on pnpm 11 (#36335, #36330)
  • core: support pnpm 11 patched dependency hashes (#36360)

... (truncated)

Commits

Updates @rollup/rollup-linux-x64-gnu from 4.63.0 to 4.63.1

Release notes

Sourced from @​rollup/rollup-linux-x64-gnu's releases.

v4.63.1

4.63.1

2026-08-28

Bug Fixes

  • Revert function return value tracking until the most recent issue is understood (#6490)

Pull Requests

Changelog

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

4.63.1

2026-08-28

Bug Fixes

  • Revert function return value tracking until the most recent issue is understood (#6490)

Pull Requests

Commits

Updates @swc/core-linux-x64-gnu from 1.16.1 to 1.16.2

Changelog

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

[1.16.2] - 2026-09-04

Bug Fixes

  • (es/compat) Preserve for-of var binding scope (#12158) (f6d5bd1)

  • (es/decorators) Drop params from getter replacing decorated private method (#12161) (d56f594)

  • (es/flow) Preserve Flow component type semantics (#12090) (c8d5b49)

  • (es/minifier) Mark for update and test as executed multiple time (#12131) (1260e36)

  • (es/minifier) Report for loop var decl as assign (#12136) (783bbc2)

  • (es/minifier) Don't replace value-used console.*.bind() calls with undefined (#12138) (ed74223)

  • (es/minifier) Drop spans of cached globals values (#12129) (9a306b8)

  • (es/minifier) Preserve effects of returned value calls (#12140) (c37b5a9)

  • (es/minifier) Avoid JSX sequence inlining loop (#12149) (4e79b94)

  • (es/minifier) Preserve bindings in copied inline arrows (#12141) (cf7b5c9)

  • (es/minifier) Preserve do-while control-flow targets (#12160) (f62c437)

  • (es/minifier) Preserve pure annotation ownership (#12180) (ec780f9)

  • (es/parser) Retry ambiguous Program parsing (#12142) (141a320)

  • (es/parser) Preserve await grammar boundaries (#12156) (c732683)

  • (es/quote) Restore await parsing (#12163) (918f517)

... (truncated)

Commits
  • 5ae9149 chore: Publish 1.16.2 with swc_core v78.0.0
  • 6654dc7 chore: Update changelog
  • 5c24a37 chore: Publish 1.16.2-nightly-20260904.1 with swc_core v78.0.0
  • b0bb60e chore: Publish crates with swc_core v78.0.0
  • ec780f9 fix(es/minifier): preserve pure annotation ownership (#12180)
  • a789691 ci: tag published misc npm packages (#12173)
  • c0b6f12 fix(swc): key optimizer env cache by configured values (#12166)
  • c523551 fix(es/typescript): Treat const variable references as enum constants (#12101)
  • 5dd7422 chore(deps): ignore unpatched Wasmtime advisory (#12170)
  • 1b77a28 chore: Fix changeset for React compiler package switch (#12169)
  • Additional commits viewable in compare view

Updates @swc/core-darwin-x64 from 1.16.1 to 1.16.2

Changelog

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

[1.16.2] - 2026-09-04

Bug Fixes

  • (es/compat) Preserve for-of var binding scope (#12158) (f6d5bd1)

  • (es/decorators) Drop params from getter replacing decorated private method (#12161) (d56f594)

  • (es/flow) Preserve Flow component type semantics (#12090) (c8d5b49)

  • (es/minifier) Mark for update and test as executed multiple time (#12131) (1260e36)

  • (es/minifier) Report for loop var decl as assign (#12136) (783bbc2)

  • (es/minifier) Don't replace value-used console.*.bind() calls with undefined (#12138) (ed74223)

  • (es/minifier) Drop spans of cached globals values (#12129) (9a306b8)

  • (es/minifier) Preserve effects of returned value calls (#12140) (c37b5a9)

  • (es/minifier) Avoid JSX sequence inlining loop (#12149) (4e79b94)

  • (es/minifier) Preserve bindings in copied inline arrows (#12141) (cf7b5c9)

  • (es/minifier) Preserve do-while control-flow targets (#12160) (f62c437)

  • (es/minifier) Preserve pure annotation ownership (#12180) (ec780f9)

  • (es/parser) Retry ambiguous Program parsing (#12142) (141a320)

  • (es/parser) Preserve await grammar boundaries (#12156) (c732683)

  • (es/quote) Restore await parsing (#12163) (918f517)

... (truncated)

Commits
  • 5ae9149 chore: Publish 1.16.2 with swc_core v78.0.0
  • 6654dc7 chore: Update changelog
  • 5c24a37 chore: Publish 1.16.2-nightly-20260904.1 with swc_core v78.0.0
  • b0bb60e chore: Publish crates with swc_core v78.0.0
  • ec780f9 fix(es/minifier): preserve pure annotation ownership (#12180)
  • a789691 ci: tag published misc npm packages (#12173)
  • c0b6f12 fix(swc): key optimizer env cache by configured values (#12166)
  • c523551 fix(es/typescript): Treat const variable references as enum constants (#12101)
  • 5dd7422 chore(deps): ignore unpatched Wasmtime advisory (#12170)
  • 1b77a28 chore: Fix changeset for React compiler package switch (#12169)
  • Additional commits viewable in compare view

Updates @swc/core-win32-x64-msvc from 1.16.1 to 1.16.2

Changelog

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

[1.16.2] - 2026-09-04

Bug Fixes

  • (es/compat) Preserve for-of var binding scope (#12158) (f6d5bd1)

  • (es/decorators) Drop params from getter replacing decorated private method (#12161) (d56f594)

  • (es/flow) Preserve Flow component type semantics (#12090) (c8d5b49)

  • (es/minifier) Mark for update and test as executed multiple time (#12131) (1260e36)

  • (es/minifier) Report for loop var decl as assign (#12136) (783bbc2)

  • (es/minifier) Don't replace value-used console.*.bind() calls with undefined (#12138) (ed74223)

  • (es/minifier) Drop spans of cached globals values (#12129) (9a306b8)

  • (es/minifier) Preserve effects of returned value calls (#12140) (c37b5a9)

  • (es/minifier) Avoid JSX sequence inlining loop (#12149) (4e79b94)

  • (es/minifier) Preserve bindings in copied inline arrows (#12141) (cf7b5c9)

  • (es/minifier) Preserve do-while control-flow targets (#12160) (f62c437)

  • (es/minifier) Preserve pure annotation ownership (#12180) (ec780f9)

  • (es/parser) Retry ambiguous Program parsing (#12142) (141a320)

  • (es/parser) Preserve await grammar boundaries (#12156) (c732683)

  • (es/quote) Restore await parsing (#12163) (918f517)

... (truncated)

Commits
  • 5ae9149 chore: Publish 1.16.2 with swc_core v78.0.0
  • 6654dc7 chore: Update changelog
  • 5c24a37 chore: Publish 1.16.2-nightly-20260904.1 with swc_core v78.0.0
  • b0bb60e chore: Publish crates with swc_core v78.0.0
  • ec780f9 fix(es/minifier): preserve pure annotation ownership (#12180)
  • a789691 ci: tag published misc npm packages (#12173)
  • c0b6f12 fix(swc): key optimizer env cache by configured values (#12166)
  • c523551 fix(es/typescript): Treat const variable references as enum constants (#12101)
  • 5dd7422 chore(deps): ignore unpatched Wasmtime advisory (#12170)
  • 1b77a28 chore: Fix changeset for React compiler package switch (#12169)
  • Additional commits viewable in compare view

Updates @swc/core-darwin-arm64 from 1.16.1 to 1.16.2

Changelog

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

[1.16.2] - 2026-09-04

Bug Fixes

  • (es/compat) Preserve for-of var binding scope (#12158) (f6d5bd1)

  • (es/decorators) Drop params from getter replacing decorated private method (#12161) (d56f594)

  • (es/flow) Preserve Flow component type semantics (#12090) (c8d5b49)

  • (es/minifier) Mark for update and test as executed multiple time (#12131) (1260e36)

  • (es/minifier) Report for loop var decl as assign (#12136) (783bbc2)

  • (es/minifier) Don't replace value-used console.*.bind() calls with undefined (#12138) (ed74223)

  • (es/minifier) Drop spans of cached globals values (#12129) (9a306b8)

  • (es/minifier) Preserve effects of returned value calls (#12140) (c37b5a9)

  • (es/minifier) Avoid JSX sequence inlining loop (#12149) (4e79b94)

  • (es/minifier) Preserve bindings in copied inline arrows (#12141) (cf7b5c9)

  • (es/minifier) Preserve do-while control-flow targets (#12160) (f62c437)

  • (es/minifier) Preserve pure annotation ownership (#12180) (ec780f9)

  • (es/parser) Retry ambiguous Program parsing (#12142) (141a320)

  • (es/parser) Preserve await grammar boundaries (#12156) (c732683)

  • (es/quote) Restore await parsing (#12163) (918f517)

... (truncated)

Commits
  • 5ae9149 chore: Publish 1.16.2 with swc_core v78.0.0
  • 6654dc7 chore: Update changelog
  • 5c24a37 chore: Publish 1.16.2-nightly-20260904.1 with swc_core v78.0.0
  • b0bb60e chore: Publish crates with swc_core v78.0.0
  • ec780f9 fix(es/minifier): preserve pure annotation ownership (#12180)
  • a789691 ci: tag published misc npm packages (#12173)
  • c0b6f12 fix(swc): key optimizer env cache by configured values (#12166)
  • c523551 fix(es/typescript): Treat const variable references as enum constants (#12101)
  • 5dd7422 chore(deps): ignore unpatched Wasmtime advisory (#12170)
  • 1b77a28 chore: Fix changeset for React compiler package switch (#12169)
  • Additional commits viewable 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 options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified de...

Description has been truncated

…ates

Bumps the npm-prod-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nx/nx-darwin-arm64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-arm64) | `23.1.2` | `23.2.0` |
| [@nx/nx-darwin-x64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-x64) | `23.1.2` | `23.2.0` |
| [@nx/nx-linux-x64-gnu](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/linux-x64-gnu) | `23.1.2` | `23.2.0` |
| [@nx/nx-win32-x64-msvc](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/win32-x64-msvc) | `23.1.2` | `23.2.0` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.63.0` | `4.63.1` |
| [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc) | `1.16.1` | `1.16.2` |
| [@swc/core-darwin-x64](https://github.com/swc-project/swc) | `1.16.1` | `1.16.2` |
| [@swc/core-win32-x64-msvc](https://github.com/swc-project/swc) | `1.16.1` | `1.16.2` |
| [@swc/core-darwin-arm64](https://github.com/swc-project/swc) | `1.16.1` | `1.16.2` |



Updates `@nx/nx-darwin-arm64` from 23.1.2 to 23.2.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.2.0/packages/nx/native-packages/darwin-arm64)

Updates `@nx/nx-darwin-x64` from 23.1.2 to 23.2.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.2.0/packages/nx/native-packages/darwin-x64)

Updates `@nx/nx-linux-x64-gnu` from 23.1.2 to 23.2.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.2.0/packages/nx/native-packages/linux-x64-gnu)

Updates `@nx/nx-win32-x64-msvc` from 23.1.2 to 23.2.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.2.0/packages/nx/native-packages/win32-x64-msvc)

Updates `@rollup/rollup-linux-x64-gnu` from 4.63.0 to 4.63.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.63.0...v4.63.1)

Updates `@swc/core-linux-x64-gnu` from 1.16.1 to 1.16.2
- [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.16.1...v1.16.2)

Updates `@swc/core-darwin-x64` from 1.16.1 to 1.16.2
- [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.16.1...v1.16.2)

Updates `@swc/core-win32-x64-msvc` from 1.16.1 to 1.16.2
- [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.16.1...v1.16.2)

Updates `@swc/core-darwin-arm64` from 1.16.1 to 1.16.2
- [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.16.1...v1.16.2)

---
updated-dependencies:
- dependency-name: "@nx/nx-darwin-arm64"
  dependency-version: 23.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
- dependency-name: "@nx/nx-darwin-x64"
  dependency-version: 23.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
- dependency-name: "@nx/nx-linux-x64-gnu"
  dependency-version: 23.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
- dependency-name: "@nx/nx-win32-x64-msvc"
  dependency-version: 23.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-version: 4.63.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
- dependency-name: "@swc/core-linux-x64-gnu"
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
- dependency-name: "@swc/core-darwin-x64"
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
- dependency-name: "@swc/core-win32-x64-msvc"
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
- dependency-name: "@swc/core-darwin-arm64"
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 10, 2026
Copilot AI lite review requested due to automatic review settings September 10, 2026 08:31
@dependabot
dependabot Bot requested a review from a team as a code owner September 10, 2026 08:31
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 10, 2026
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Advanced

Run ID: d318b97b-8c06-45f6-95ec-291786e8ef01

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The lockfile currently lists a platform-specific SWC binary package under root dependencies, which can break installs on non-macOS/arm64 platforms.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates root-level optional native/tooling dependencies used by the monorepo build tooling (Nx, Rollup, SWC), primarily to keep CI/build environments aligned with upstream patch/minor releases.

Changes:

  • Bump Nx native optional packages from 23.1.223.2.0.
  • Bump Rollup native package from 4.63.04.63.1.
  • Bump SWC native optional packages from 1.16.11.16.2, and update the lockfile accordingly.
File summaries
File Description
package.json Updates optional native/tooling dependency versions for Nx, Rollup, and SWC.
package-lock.json Updates resolved versions/integrity for the bumped optional dependencies (but currently includes a platform-specific SWC package under root dependencies).
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

size-limit report 📦

Name Size Delta Limit check
Common - No bundling 5.79 KB 0 B (0% 🟢) 6 KB (✅)
Legacy Utils - No bundling 11.16 KB 0 B (0% 🟢) 12 KB (✅)
Cookies Utils - Legacy - NPM (ESM) 1.54 KB 0 B (0% 🟢) 2 KB (✅)
Cookies Utils - Legacy - NPM (CJS) 1.74 KB 0 B (0% 🟢) 2 KB (✅)
Cookies Utils - Legacy - NPM (UMD) 1.52 KB 0 B (0% 🟢) 2 KB (✅)
Cookies Utils - Modern - NPM (ESM) 1.16 KB 0 B (0% 🟢) 1.5 KB (✅)
Cookies Utils - Modern - NPM (CJS) 1.39 KB 0 B (0% 🟢) 1.5 KB (✅)
Cookies Utils - Modern - NPM (UMD) 1.15 KB 0 B (0% 🟢) 1.5 KB (✅)
Plugins Module Federation Mapping - Legacy - CDN 330 B 0 B (0% 🟢) 512 B (✅)
Plugins Module Federation Mapping - Modern - CDN 330 B 0 B (0% 🟢) 512 B (✅)
Plugins - Legacy - CDN 13.64 KB 0 B (0% 🟢) 15 KB (✅)
Plugins - Modern - CDN 5.52 KB 0 B (0% 🟢) 6 KB (✅)
Core (v1.1) - NPM (ESM) 29.82 KB 0 B (0% 🟢) 32 KB (✅)
Core (v1.1) - NPM (CJS) 30 KB 0 B (0% 🟢) 32 KB (✅)
Core (v1.1) - NPM (UMD) 29.82 KB 0 B (0% 🟢) 32 KB (✅)
Core (Content Script - v1.1) - NPM (ESM) 29.37 KB 0 B (0% 🟢) 30.5 KB (✅)
Core (Content Script - v1.1) - NPM (CJS) 29.55 KB 0 B (0% 🟢) 30.5 KB (✅)
Core (Content Script - v1.1) - NPM (UMD) 29.4 KB 0 B (0% 🟢) 30.5 KB (✅)
Core (v1.1) - Legacy - CDN 31.26 KB 0 B (0% 🟢) 32.5 KB (✅)
Core (v1.1) - Modern - CDN 29.74 KB 0 B (0% 🟢) 32 KB (✅)
Service Worker - Legacy - NPM (ESM) 34.14 KB 0 B (0% 🟢) 34.5 KB (✅)
Service Worker - Legacy - NPM (CJS) 34.34 KB 0 B (0% 🟢) 34.5 KB (✅)
Service Worker - Legacy - NPM (UMD) 34.16 KB 0 B (0% 🟢) 34.5 KB (✅)
Service Worker - Modern - NPM (ESM) 29.93 KB 0 B (0% 🟢) 30.5 KB (✅)
Service Worker - Modern - NPM (CJS) 30.15 KB 0 B (0% 🟢) 30.5 KB (✅)
Service Worker - Modern - NPM (UMD) 29.95 KB 0 B (0% 🟢) 30 KB (✅)
All Integrations - Legacy - CDN 100.5 KB 0 B (0% 🟢) 102 KB (✅)
All Integrations - Modern - CDN 92.9 KB 0 B (0% 🟢) 94.5 KB (✅)
Core - Legacy - NPM (ESM) 49.13 KB 0 B (0% 🟢) 50 KB (✅)
Core - Legacy - NPM (CJS) 49.35 KB 0 B (0% 🟢) 50 KB (✅)
Core - Legacy - NPM (UMD) 49.16 KB 0 B (0% 🟢) 50 KB (✅)
Core - Legacy - CDN 49.24 KB 0 B (0% 🟢) 50 KB (✅)
Core - Modern - NPM (ESM) 28.35 KB 0 B (0% 🟢) 28.5 KB (✅)
Core - Modern - NPM (CJS) 28.58 KB 0 B (0% 🟢) 29 KB (✅)
Core - Modern - NPM (UMD) 28.39 KB 0 B (0% 🟢) 28.5 KB (✅)
Core - Modern - CDN 28.64 KB 0 B (0% 🟢) 29 KB (✅)
Core (Bundled) - Legacy - NPM (ESM) 49.16 KB 0 B (0% 🟢) 50 KB (✅)
Core (Bundled) - Legacy - NPM (CJS) 49.43 KB 0 B (0% 🟢) 50 KB (✅)
Core (Bundled) - Legacy - NPM (UMD) 49.18 KB 0 B (0% 🟢) 50 KB (✅)
Core (Bundled) - Modern - NPM (ESM) 41.56 KB 0 B (0% 🟢) 42 KB (✅)
Core (Bundled) - Modern - NPM (CJS) 41.88 KB 0 B (0% 🟢) 42 KB (✅)
Core (Bundled) - Modern - NPM (UMD) 41.65 KB 0 B (0% 🟢) 42 KB (✅)
Core (Content Script) - Legacy - NPM (ESM) 49.11 KB 0 B (0% 🟢) 50 KB (✅)
Core (Content Script) - Legacy - NPM (CJS) 49.26 KB 0 B (0% 🟢) 50 KB (✅)
Core (Content Script) - Legacy - NPM (UMD) 49.08 KB 0 B (0% 🟢) 50 KB (✅)
Core (Content Script) - Modern - NPM (ESM) 41.5 KB 0 B (0% 🟢) 42 KB (✅)
Core (Content Script) - Modern - NPM (CJS) 41.75 KB 0 B (0% 🟢) 42.5 KB (✅)
Core (Content Script) - Modern - NPM (UMD) 41.55 KB 0 B (0% 🟢) 42 KB (✅)
Core (Lite) - Legacy - NPM (ESM) 37.9 KB 0 B (0% 🟢) 39 KB (✅)
Core (Lite) - Legacy - NPM (CJS) 38.06 KB 0 B (0% 🟢) 39 KB (✅)
Core (Lite) - Legacy - NPM (UMD) 37.89 KB 0 B (0% 🟢) 39 KB (✅)
Core (Lite) - Modern - NPM (ESM) 33.08 KB 0 B (0% 🟢) 34 KB (✅)
Core (Lite) - Modern - NPM (CJS) 33.32 KB 0 B (0% 🟢) 34 KB (✅)
Core (Lite) - Modern - NPM (UMD) 33.09 KB 0 B (0% 🟢) 34 KB (✅)
SDK Loader 816 B 0 B (0% 🟢) 1 KB (✅)
SDK Loader (GTM) 774 B 0 B (0% 🟢) 1 KB (✅)

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.

1 participant