Skip to content

chore(deps-dev): bump the nx group with 12 updates - #38

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nx-fd09d48c14
Open

chore(deps-dev): bump the nx group with 12 updates#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nx-fd09d48c14

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the nx group with 12 updates:

Package From To
@nx/eslint 22.7.8 23.2.0
@nx/eslint-plugin 22.7.8 23.2.0
@nx/jest 22.7.8 23.2.0
@nx/js 22.7.8 23.2.0
@nx/nest 22.7.8 23.2.0
@nx/next 22.7.8 23.2.0
@nx/node 22.7.8 23.2.0
@nx/react 22.7.8 23.2.0
@nx/web 22.7.8 23.2.0
@nx/webpack 22.7.8 23.2.0
@nx/workspace 22.7.8 23.2.0
nx 22.7.8 23.2.0

Updates @nx/eslint from 22.7.8 to 23.2.0

Release notes

Sourced from @​nx/eslint'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
  • f61bd09 fix(core): single-inference convert-to-inferred engine with centralized confi...
  • 968f568 chore(linter): move the eslint import rules to oxlint (#36733)
  • 3da0623 feat(core): add built-in support for oxfmt formatter alongside prettier (#35089)
  • bc454cf feat(linter): add the @​nx/oxlint plugin (#36491)
  • ee0bc60 fix(misc): move plugin internal imports to devkit/internal (#36430)
  • b53ba26 feat(angular): add support for Angular v22.1 (#36521)
  • 44706cd fix(linter): use projectService for typed linting in flat configs (#35727)
  • a106bed fix(linter): keep override parser when convert-to-flat-config uses FlatCompat...
  • a88e494 chore(repo): migrate to nx 23.1.0-rc.2 (#36269)
  • 9deccb6 fix(linter): reconcile angular-eslint v22 breaking changes in flat config (#3...
  • Additional commits viewable in compare view

Updates @nx/eslint-plugin from 22.7.8 to 23.2.0

Release notes

Sourced from @​nx/eslint-plugin'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
  • 07f52d9 fix(linter): flag banned external imports reached through internal projects (...
  • e1423db fix(devkit): reload TS config files fresh instead of serving stale cached mod...
  • 968f568 chore(linter): move the eslint import rules to oxlint (#36733)
  • b9df9d2 chore(repo): bump pnpm to 11.22.0 (#36753)
  • 05c8313 chore(repo): merge duplicate import declarations and forbid them via lint (#3...
  • bc454cf feat(linter): add the @​nx/oxlint plugin (#36491)
  • ee0bc60 fix(misc): move plugin internal imports to devkit/internal (#36430)
  • a772157 feat(core): add bun dependency-catalog support (#36434)
  • 00e18da chore(repo): harden first-party migration validators (#36436)
  • e946ba4 cleanup(core): use picocolors in eslint-plugin (#34376)
  • Additional commits viewable in compare view

Updates @nx/jest from 22.7.8 to 23.2.0

Release notes

Sourced from @​nx/jest'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
  • f61bd09 fix(core): single-inference convert-to-inferred engine with centralized confi...
  • 968f568 chore(linter): move the eslint import rules to oxlint (#36733)
  • 3da0623 feat(core): add built-in support for oxfmt formatter alongside prettier (#35089)
  • bc454cf feat(linter): add the @​nx/oxlint plugin (#36491)
  • ee0bc60 fix(misc): move plugin internal imports to devkit/internal (#36430)
  • 1ad2f96 docs(nx-dev): render migration docs from the documentation key (#36377)
  • b13ce9e fix(testing): add @​swc/core when configuring jest with the swc compiler (#36409)
  • e380258 fix(core): unbreak pnpm 11 installs by acknowledging build-script deps from g...
  • a88e494 chore(repo): migrate to nx 23.1.0-rc.2 (#36269)
  • df5157b feat(core): support filtered targetDefaults via the nested-array shape (#36049)
  • Additional commits viewable in compare view

Updates @nx/js from 22.7.8 to 23.2.0

Release notes

Sourced from @​nx/js'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
  • 30e1972 fix(nextjs): respect the src option when setting sourceRoot in the applicatio...
  • 8fe482f fix(js): detect all files changed during lock file update (#34856)
  • 262c757 fix(js): keep the deprecated-prepend warning in the task's terminal output (#...
  • 9c80c22 chore(repo): switch repo formatting from prettier to oxfmt (#36756)
  • 968f568 chore(linter): move the eslint import rules to oxlint (#36733)
  • cfedca9 fix(js): make pruned pnpm output installable and run its workspace modules (#...
  • dc32ce7 fix(release): resolve out-of-set local dependency versions (#36334)
  • 3da0623 feat(core): add built-in support for oxfmt formatter alongside prettier (#35089)
  • c75960a fix(devkit): correct version floor validation for ranges and prereleases (#36...
  • 0c2b065 chore(misc): replace enquirer with @​clack/prompts (#36696)
  • Additional commits viewable in compare view

Updates @nx/nest from 22.7.8 to 23.2.0

Release notes

Sourced from @​nx/nest'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
  • 7836228 fix(webpack): add development configuration to inferred build target (#36832)
  • 968f568 chore(linter): move the eslint import rules to oxlint (#36733)
  • 3da0623 feat(core): add built-in support for oxfmt formatter alongside prettier (#35089)
  • 3b549a1 feat(misc): support vitest generation for node, nest, and express generators ...
  • bc454cf feat(linter): add the @​nx/oxlint plugin (#36491)
  • ee0bc60 fix(misc): move plugin internal imports to devkit/internal (#36430)
  • 44706cd fix(linter): use projectService for typed linting in flat configs (#35727)
  • 5bda3c7 chore(testing): make node/express app generator specs package-manager-agnosti...
  • e380258 fix(core): unbreak pnpm 11 installs by acknowledging build-script deps from g...
  • a88e494 chore(repo): migrate to nx 23.1.0-rc.2 (#36269)
  • Additional commits viewable in compare view

Updates @nx/next from 22.7.8 to 23.2.0

Release notes

Sourced from @​nx/next'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
  • 7baa099 fix(nextjs): make built next.config load without @​nx/next installed (#36655)
  • 78df5a1 fix(nextjs): expose compiler and inSourceTests options in the library generat...
  • 30e1972 fix(nextjs): respect the src option when setting sourceRoot in the applicatio...
  • 9c80c22 chore(repo): switch repo formatting from prettier to oxfmt (#36756)
  • 968f568 chore(linter): move the eslint import rules to oxlint (#36733)
  • cfedca9 fix(js): make pruned pnpm output installable and run its workspace modules (#...
  • fb13fee fix(nextjs): stop installing unused babel-jest for generated apps (#36765)
  • 8e8b360 fix(nextjs): describe the library generator and export its server entry (#36776)
  • 488fa25 fix(nextjs): stop installing unused Next.js ESLint packages from the library ...
  • d0b3b20 feat(testing): offer vitest consistently across generators with a unitTestRun...
  • Additional commits viewable in compare view

Updates @nx/node from 22.7.8 to 23.2.0

Release notes

Sourced from @​nx/node'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 ...

    Description has been truncated

Bumps the nx group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `22.7.8` | `23.2.0` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.7.8` | `23.2.0` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `22.7.8` | `23.2.0` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.7.8` | `23.2.0` |
| [@nx/nest](https://github.com/nrwl/nx/tree/HEAD/packages/nest) | `22.7.8` | `23.2.0` |
| [@nx/next](https://github.com/nrwl/nx/tree/HEAD/packages/next) | `22.7.8` | `23.2.0` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `22.7.8` | `23.2.0` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react) | `22.7.8` | `23.2.0` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `22.7.8` | `23.2.0` |
| [@nx/webpack](https://github.com/nrwl/nx/tree/HEAD/packages/webpack) | `22.7.8` | `23.2.0` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.7.8` | `23.2.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.7.8` | `23.2.0` |


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

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

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

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@nx/eslint"
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/jest"
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/js"
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/nest"
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/next"
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/node"
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/react"
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/web"
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/webpack"
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/workspace"
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: nx
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Sep 7, 2026
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.

0 participants