Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the nx group with 16 updates:

Package From To
@nx/angular 21.5.2 21.6.10
@nx/devkit 21.5.2 21.6.10
@nx/esbuild 21.5.2 21.6.10
@nx/jest 21.5.2 21.6.10
@nx/js 21.5.2 21.6.10
@nx/node 21.5.2 21.6.10
@nx/plugin 21.5.2 21.6.10
@nx/storybook 21.5.2 21.6.10
@nx/vite 21.5.2 21.6.10
@nx/web 21.5.2 21.6.10
@nx/workspace 21.5.2 21.6.10
@swc-node/register 1.9.2 1.11.1
@swc/cli 0.6.0 0.7.9
@swc/core 1.5.7 1.15.3
@swc/helpers 0.5.11 0.5.17
nx 21.5.2 21.6.10

Updates @nx/angular from 21.5.2 to 21.6.10

Release notes

Sourced from @​nx/angular's releases.

21.6.10 (2025-11-27)

🩹 Fixes

  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)

❤️ Thank You

21.6.9 (2025-11-18)

🩹 Fixes

❤️ Thank You

21.6.8 (2025-10-30)

🚀 Features

  • bundling: add excludeFromExternal option to esbuild executor (#32980)

❤️ Thank You

21.6.7 (2025-10-28)

🚀 Features

  • gradle: add custom installation path to options (#33187)

🩹 Fixes

  • core: improve db connection initialization and error messages (#33054, #28640, #30856, #32894)
  • core: do not remove wal files manually for existing databases (#33143)
  • core: revert changes to the db connection initialization (#33156)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)

... (truncated)

Commits
  • 0e0d027 Revert "fix(module-federation): ensure angular rspack module federation suppo...
  • 9578f4d chore(repo): fix build
  • 8fea6f9 fix(angular): ensure ngpackagr tsconfig options set correctly based on versio...
  • 2840f97 fix(angular): improve message for unsupported typescript project references (...
  • 755f658 fix(module-federation): ensure angular rspack module federation supports live...
  • 335d62c fix(core): avoid changing existing project name if a project.json file is add...
  • f9c85ad chore(repo): disable duplicated typecheck targets if the project already uses...
  • d345362 docs(misc): strip Markdoc tags when processing API docs/examples (#32747)
  • 040d7d7 fix(angular): install a compatible version of jest for angular (#32744)
  • e574baf feat(angular): support angular v20.3.0 (#32730)
  • Additional commits viewable in compare view

Updates @nx/devkit from 21.5.2 to 21.6.10

Release notes

Sourced from @​nx/devkit's releases.

21.6.10 (2025-11-27)

🩹 Fixes

  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)

❤️ Thank You

21.6.9 (2025-11-18)

🩹 Fixes

❤️ Thank You

21.6.8 (2025-10-30)

🚀 Features

  • bundling: add excludeFromExternal option to esbuild executor (#32980)

❤️ Thank You

21.6.7 (2025-10-28)

🚀 Features

  • gradle: add custom installation path to options (#33187)

🩹 Fixes

  • core: improve db connection initialization and error messages (#33054, #28640, #30856, #32894)
  • core: do not remove wal files manually for existing databases (#33143)
  • core: revert changes to the db connection initialization (#33156)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)

... (truncated)

Commits
  • 1b6db76 fix(misc): handle null exit codes from crashed child processes (#33163)
  • f9c85ad chore(repo): disable duplicated typecheck targets if the project already uses...
  • 7ba9a24 feat(core): generate AI files in create-nx-workspace (#32442)
  • 1ff26dd fix(core): check nx packages for provenance config before running nx migrate ...
  • See full diff in compare view

Updates @nx/esbuild from 21.5.2 to 21.6.10

Release notes

Sourced from @​nx/esbuild's releases.

21.6.10 (2025-11-27)

🩹 Fixes

  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)

❤️ Thank You

21.6.9 (2025-11-18)

🩹 Fixes

❤️ Thank You

21.6.8 (2025-10-30)

🚀 Features

  • bundling: add excludeFromExternal option to esbuild executor (#32980)

❤️ Thank You

21.6.7 (2025-10-28)

🚀 Features

  • gradle: add custom installation path to options (#33187)

🩹 Fixes

  • core: improve db connection initialization and error messages (#33054, #28640, #30856, #32894)
  • core: do not remove wal files manually for existing databases (#33143)
  • core: revert changes to the db connection initialization (#33156)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)

... (truncated)

Commits
  • 8bb9bbe feat(bundling): add excludeFromExternal option to esbuild executor (#32980)
  • f9c85ad chore(repo): disable duplicated typecheck targets if the project already uses...
  • d345362 docs(misc): strip Markdoc tags when processing API docs/examples (#32747)
  • See full diff in compare view

Updates @nx/jest from 21.5.2 to 21.6.10

Release notes

Sourced from @​nx/jest's releases.

21.6.10 (2025-11-27)

🩹 Fixes

  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)

❤️ Thank You

21.6.9 (2025-11-18)

🩹 Fixes

❤️ Thank You

21.6.8 (2025-10-30)

🚀 Features

  • bundling: add excludeFromExternal option to esbuild executor (#32980)

❤️ Thank You

21.6.7 (2025-10-28)

🚀 Features

  • gradle: add custom installation path to options (#33187)

🩹 Fixes

  • core: improve db connection initialization and error messages (#33054, #28640, #30856, #32894)
  • core: do not remove wal files manually for existing databases (#33143)
  • core: revert changes to the db connection initialization (#33156)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)

... (truncated)

Commits
  • f9c85ad chore(repo): disable duplicated typecheck targets if the project already uses...
  • 040d7d7 fix(angular): install a compatible version of jest for angular (#32744)
  • See full diff in compare view

Updates @nx/js from 21.5.2 to 21.6.10

Release notes

Sourced from @​nx/js's releases.

21.6.10 (2025-11-27)

🩹 Fixes

  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)

❤️ Thank You

21.6.9 (2025-11-18)

🩹 Fixes

❤️ Thank You

21.6.8 (2025-10-30)

🚀 Features

  • bundling: add excludeFromExternal option to esbuild executor (#32980)

❤️ Thank You

21.6.7 (2025-10-28)

🚀 Features

  • gradle: add custom installation path to options (#33187)

🩹 Fixes

  • core: improve db connection initialization and error messages (#33054, #28640, #30856, #32894)
  • core: do not remove wal files manually for existing databases (#33143)
  • core: revert changes to the db connection initialization (#33156)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)

... (truncated)

Commits
  • a57622f fix(js): ensure node execute completes before exit (#32629)
  • 1b6db76 fix(misc): handle null exit codes from crashed child processes (#33163)
  • f9c85ad chore(repo): disable duplicated typecheck targets if the project already uses...
  • eabb241 fix(js): temporarily hash all external dependencies for tasks inferred by the...
  • 79ac44d fix(misc): remove unnecessary bust property from plugin hashes (#32807)
  • dd5daea fix(misc): add typescript output to the eslint ignore when needed (#32775)
  • 67f60e7 feat(release): new option preserveMatchingDependencyRanges to not update matc...
  • See full diff in compare view

Updates @nx/node from 21.5.2 to 21.6.10

Release notes

Sourced from @​nx/node's releases.

21.6.10 (2025-11-27)

🩹 Fixes

  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)

❤️ Thank You

21.6.9 (2025-11-18)

🩹 Fixes

❤️ Thank You

21.6.8 (2025-10-30)

🚀 Features

  • bundling: add excludeFromExternal option to esbuild executor (#32980)

❤️ Thank You

21.6.7 (2025-10-28)

🚀 Features

  • gradle: add custom installation path to options (#33187)

🩹 Fixes

  • core: improve db connection initialization and error messages (#33054, #28640, #30856, #32894)
  • core: do not remove wal files manually for existing databases (#33143)
  • core: revert changes to the db connection initialization (#33156)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)

... (truncated)

Commits
  • f9c85ad chore(repo): disable duplicated typecheck targets if the project already uses...
  • See full diff in compare view

Updates @nx/plugin from 21.5.2 to 21.6.10

Release notes

Sourced from @​nx/plugin's releases.

21.6.10 (2025-11-27)

🩹 Fixes

  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)

❤️ Thank You

21.6.9 (2025-11-18)

🩹 Fixes

❤️ Thank You

21.6.8 (2025-10-30)

🚀 Features

  • bundling: add excludeFromExternal option to esbuild executor (#32980)

❤️ Thank You

21.6.7 (2025-10-28)

🚀 Features

  • gradle: add custom installation path to options (#33187)

🩹 Fixes

  • core: improve db connection initialization and error messages (#33054, #28640, #30856, #32894)
  • core: do not remove wal files manually for existing databases (#33143)
  • core: revert changes to the db connection initialization (#33156)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)

... (truncated)

Commits
  • f9c85ad chore(repo): disable duplicated typecheck targets if the project already uses...
  • See full diff in compare view

Updates @nx/storybook from 21.5.2 to 21.6.10

Release notes

Sourced from @​nx/storybook's releases.

21.6.10 (2025-11-27)

🩹 Fixes

  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)

❤️ Thank You

21.6.9 (2025-11-18)

🩹 Fixes

❤️ Thank You

21.6.8 (2025-10-30)

🚀 Features

  • bundling: add excludeFromExternal option to esbuild executor (#32980)

❤️ Thank You

21.6.7 (2025-10-28)

🚀 Features

  • gradle: add custom installation path to options (#33187)

🩹 Fixes

  • core: improve db connection initialization and error messages (#33054, #28640, #30856, #32894)
  • core: do not remove wal files manually for existing databases (#33143)
  • core: revert changes to the db connection initialization (#33156)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)

... (truncated)

Commits
  • a5ce563 fix(storybook): remove STORYBOOK_PROJECT_ROOT when running automigrate to pre...
  • f9c85ad chore(repo): disable duplicated typecheck targets if the project already uses...
  • See full diff in compare view

Updates @nx/vite from 21.5.2 to 21.6.10

Release notes

Sourced from @​nx/vite's releases.

21.6.10 (2025-11-27)

🩹 Fixes

  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)

❤️ Thank You

21.6.9 (2025-11-18)

🩹 Fixes

❤️ Thank You

21.6.8 (2025-10-30)

🚀 Features

  • bundling: add excludeFromExternal option to esbuild executor (#32980)

❤️ Thank You

21.6.7 (2025-10-28)

🚀 Features

  • gradle: add custom installation path to options (#33187)

🩹 Fixes

  • core: improve db connection initialization and error messages (#33054, #28640, #30856, #32894)
  • core: do not remove wal files manually for existing databases (#33143)
  • core: revert changes to the db connection initialization (#33156)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)

... (truncated)

Commits
  • e54b2f2 fix(vite): add logic to prevent overwriting generated package.json (#30705)
  • ef54386 feat(vite): add buildable libs support for vitest (#32973)
  • 581ef78 fix(vite): enable build watch mode by default for preview (#31604) (#31623)
  • 24b55e8 fix(vite): ensure tsconfig file is resolved from workspaceRoot #31987 (#32990)
  • f9c85ad chore(repo): disable duplicated typecheck targets if the project already uses...
  • 1ff26dd fix(core): check nx packages for provenance config before running nx migrate ...
  • 46c2628 fix(vite): handle config server properly for libs (#32608)
  • See full diff in compare view

Updates @nx/web from 21.5.2 to 21.6.10

Release notes

Sourced from @​nx/web's releases.

21.6.10 (2025-11-27)

🩹 Fixes

  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)

❤️ Thank You

21.6.9 (2025-11-18)

🩹 Fixes

❤️ Thank You

21.6.8 (2025-10-30)

🚀 Features

  • bundling: add excludeFromExternal option to esbuild executor (#32980)

❤️ Thank You

21.6.7 (2025-10-28)

🚀 Features

  • gradle: add custom installation path to options (#33187)

🩹 Fixes

  • core: improve db connection initialization and error messages (#33054, #28640, #30856, #32894)
  • core: do not remove wal files manually for existing databases (#33143)
  • core: revert changes to the db connection initialization (#33156)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)

... (truncated)

Commits
  • 1b6db76 fix(misc): handle null exit codes from crashed child processes (#33163)
  • f9c85ad chore(repo): disable duplicated typecheck targets if the project already uses...
  • 3bcf014 chore(web): ensure readme is published (#32858)
  • dd5daea fix(misc): add typescript output to the eslint ignore when needed (#32775)
  • See full diff in compare view

Updates @nx/workspace from 21.5.2 to 21.6.10

Release notes

Sourced from @​nx/workspace's releases.

21.6.10 (2025-11-27)

🩹 Fixes

  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)

❤️ Thank You

21.6.9 (2025-11-18)

🩹 Fixes

❤️ Thank You

21.6.8 (2025-10-30)

🚀 Features

  • bundling: add excludeFromExternal option to esbuild executor (#32980)

❤️ Thank You

21.6.7 (2025-10-28)

🚀 Features

  • gradle: add custom installation path to options (#33187)

🩹 Fixes

  • core: improve db connection initialization and error messages (#33054, #28640, #30856, #32894)
  • core: do not remove wal files manually for existing databases (#33143)
  • core: revert changes to the db connection initialization (#33156)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)

... (truncated)

Commits
  • f9c85ad chore(repo): disable duplicated typecheck targets if the project already uses...
  • c54727d feat(core): add configure-ai-agents command (#32825)
  • 7ba9a24 feat(core): generate AI files in create-nx-workspace (#32442)
  • e574baf feat(angular): support angular v20.3.0 (#32730)
  • 1ff26dd fix(core): check nx packages for provenance config before running nx migrate ...
  • ceaa58e fix(core): ensure only supported bundlers are used for angular fallback to de...
  • See full diff in compare view

Updates @swc-node/register from 1.9.2 to 1.11.1

Release notes

Sourced from @​swc-node/register's releases.

@​swc-node/register@​1.10.9

What's Changed

Full Changelog: https://github.com/swc-project/swc-node/compare/@​swc-node/register@​1.10.8...@​swc-node/register@​1.10.9

@​swc-node/register@​1.10.8

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/@​swc-node/register@​1.10.7...@​swc-node/register@​1.10.8

@​swc-node/register@​1.10.5

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/@​swc-node/register@​1.10.3...@​swc-node/register@​1.10.5

@​swc-node/register@​1.10.3

What's Changed

Full Changelog: https://github.com/swc-project/swc-node/compare/@​swc-node/register@​1.10.2...@​swc-node/register@​1.10.3

@​swc-node/register@​1.10.1

What's Changed

... (truncated)

Commits

Bumps the nx group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular) | `21.5.2` | `21.6.10` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `21.5.2` | `21.6.10` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `21.5.2` | `21.6.10` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `21.5.2` | `21.6.10` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `21.5.2` | `21.6.10` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `21.5.2` | `21.6.10` |
| [@nx/plugin](https://github.com/nrwl/nx/tree/HEAD/packages/plugin) | `21.5.2` | `21.6.10` |
| [@nx/storybook](https://github.com/nrwl/nx/tree/HEAD/packages/storybook) | `21.5.2` | `21.6.10` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `21.5.2` | `21.6.10` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `21.5.2` | `21.6.10` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `21.5.2` | `21.6.10` |
| [@swc-node/register](https://github.com/swc-project/swc-node) | `1.9.2` | `1.11.1` |
| [@swc/cli](https://github.com/swc-project/pkgs) | `0.6.0` | `0.7.9` |
| [@swc/core](https://github.com/swc-project/swc) | `1.5.7` | `1.15.3` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.11` | `0.5.17` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `21.5.2` | `21.6.10` |


Updates `@nx/angular` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/angular)

Updates `@nx/devkit` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/devkit)

Updates `@nx/esbuild` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/esbuild)

Updates `@nx/jest` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/jest)

Updates `@nx/js` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/js)

Updates `@nx/node` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/node)

Updates `@nx/plugin` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/plugin)

Updates `@nx/storybook` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/storybook)

Updates `@nx/vite` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/vite)

Updates `@nx/web` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/web)

Updates `@nx/workspace` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/workspace)

Updates `@swc-node/register` from 1.9.2 to 1.11.1
- [Release notes](https://github.com/swc-project/swc-node/releases)
- [Commits](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.9.2...@swc-node/register@1.11.1)

Updates `@swc/cli` from 0.6.0 to 0.7.9
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `@swc/core` from 1.5.7 to 1.15.3
- [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.5.7...v1.15.3)

Updates `@swc/helpers` from 0.5.11 to 0.5.17
- [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/@swc/helpers@v0.5.17)

Updates `nx` from 21.5.2 to 21.6.10
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.6.10/packages/nx)

---
updated-dependencies:
- dependency-name: "@nx/angular"
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/devkit"
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/esbuild"
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/jest"
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/js"
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/node"
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/plugin"
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/storybook"
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/vite"
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/web"
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/workspace"
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@swc-node/register"
  dependency-version: 1.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@swc/cli"
  dependency-version: 0.7.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@swc/core"
  dependency-version: 1.15.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@swc/helpers"
  dependency-version: 0.5.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nx
- dependency-name: nx
  dependency-version: 21.6.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 1, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 1, 2025
@vercel
Copy link

vercel bot commented Dec 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
primitives-storybook Ready Ready Preview Comment Dec 1, 2025 3:36pm
radix-astro-doc Ready Ready Preview Comment Dec 1, 2025 3:36pm

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant