Skip to content

chore(deps): bump the nx group across 1 directory with 2 updates - #10408

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

chore(deps): bump the nx group across 1 directory with 2 updates#10408
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/nx-88b40850b8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the nx group with 2 updates in the / directory: @nx/js and nx.

Updates @nx/js from 23.1.1 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 from 23.1.1 to 23.2.0

Release notes

Sourced from nx'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
  • 9eda8ac chore(core): stop the project-graph recomputation specs hanging and leaking (...
  • 7642709 fix(core): use scoped config form for pnpm 11+ publish (#36867)
  • b627f7a fix(misc): ignore bundled snapshots when pruning npm lockfiles (#36763)
  • af4a813 fix(vitest): write each atomized target's coverage to its own directory (#36658)
  • c53154d fix(core): fall back to v8 for oversized daemon responses and length-prefix t...
  • f61bd09 fix(core): single-inference convert-to-inferred engine with centralized confi...
  • e1423db fix(devkit): reload TS config files fresh instead of serving stale cached mod...
  • ce2ff7f fix(core): raise the nx package vitest timeout to cover the graph recompute s...
  • 28f61f4 fix(core): compare daemon workspace roots case-insensitively on Windows (#36835)
  • d0dbe0e fix(testing): prevent playwright from launching a redundant web server (#36402)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added PR: chore General chores (dependencies, typos, etc) PR: dependencies Pull requests that update a dependency file labels Sep 5, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 5, 2026 09:33
@dependabot dependabot Bot added the PR: dependencies Pull requests that update a dependency file label Sep 5, 2026
@dependabot
dependabot Bot requested a review from gonfunko September 5, 2026 09:33
@dependabot dependabot Bot added the PR: chore General chores (dependencies, typos, etc) label Sep 5, 2026
@github-actions github-actions Bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Sep 5, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the nx group with 2 updates chore(deps): bump the nx group across 1 directory with 2 updates Sep 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/nx-88b40850b8 branch from 7182e74 to c2db3ff Compare September 9, 2026 18:57
@github-actions github-actions Bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Sep 9, 2026
Bumps the nx group with 2 updates in the / directory: [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) and [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).


Updates `@nx/js` from 23.1.1 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` from 23.1.1 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/js"
  dependency-version: 23.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nx
- dependency-name: nx
  dependency-version: 23.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/nx-88b40850b8 branch from c2db3ff to 87cb91d Compare September 9, 2026 19:09
@github-actions github-actions Bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: chore General chores (dependencies, typos, etc) PR: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant