Skip to content

chore(deps): bump nx from 22.7.5 to 23.0.0#540

Merged
polaz merged 2 commits into
mainfrom
dependabot/npm_and_yarn/nx-23.0.0
Jun 25, 2026
Merged

chore(deps): bump nx from 22.7.5 to 23.0.0#540
polaz merged 2 commits into
mainfrom
dependabot/npm_and_yarn/nx-23.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown

Bumps nx from 22.7.5 to 23.0.0.

Release notes

Sourced from nx's releases.

23.0.0 (2026-06-16)

🚀 Features

  • ⚠️ angular: remove deprecated @​nx/angular/module-federation entry point (#35512)
  • ⚠️ angular: remove deprecated move generator (#35513)
  • ⚠️ angular: remove deprecated ngrx generator (#35567)
  • angular: deprecate convert-to-with-mf generator (#35862)
  • angular: deprecate SCAM generators (#35887)
  • ⚠️ bundling: drop legacy typescript plugin and align rollup buildLibsFromSource default (#35516)
  • ⚠️ bundling: remove SVGR option and provide withSvgr migration (#35611)
  • bundling: add Vite 7 -> 8 migrations (#35614)
  • core: add support for '...' as a spread token when merging target config (#34285)
  • core: show target uses task graph + filter broken dependsOn during normalization (#35367)
  • core: add --mode and --multi-major-mode flags to nx migrate (#35497)
  • core: support prompt field in migration entries (#35638)
  • core: rename nx watch --includeDependentProjects to --includeDependencies (#35699)
  • core: support filtered array-shape targetDefaults with projects and source (#35340)
  • core: enable native Node.js TypeScript stripping by default (#35608)
  • core: add shell tab-completion (bash, zsh, fish, powershell) (#34951)
  • core: add agentic mode to nx migrate --run-migrations (#35718)
  • core: add a migrate configuration section to nx.json (#35831)
  • core: feed migration docs to agents in nx migrate (#35835)
  • core: avoid redundant rematch in findMatchingConfigFiles (#35793, #35792)
  • ⚠️ core: rename CreateNodes V2 types to canonical OG names (#35386, #32951)
  • core: support prompt-only and hybrid migrations in Nx Console UI (#35822, #35718, #3153)
  • core: add JSON schema for migrations.json files (#35888)
  • core: add migrations for createNodesV2 -> createNodes rename (#35893, #35386)
  • core: extend nx migrate --include to any package that supports optional updates (#35905)
  • core: report analytics events for the nx migrate flow (#35937)
  • core: revert array-shape targetDefaults support pending redesign and reapplication (#36005, #35340, #35711, #35752, #35991)
  • ⚠️ detox: deprecate the @​nx/detox build and test executors (#35529)
  • devkit: migrate @nx/devkit/src/... deep imports (#35541, #34946)
  • ⚠️ devkit: deprecate the standalone parameter of addProjectConfiguration (#35883)
  • gradle: stream batch task results to nx as they finish (#35487)
  • js: support pnpm 11.2.2 (#35772)
  • linter: allow prompt-only entries in migration nx-plugin-checks (#35700, #35638)
  • linter: deprecate ESLint v8 support (#35819)
  • ⚠️ misc: remove Tailwind CSS setup-tailwind generators (#35049)
  • ⚠️ misc: remove deprecated stylesheet options from generators (#35103)
  • misc: drop Node 20 support and bump @​types/node (#35591)
  • ⚠️ misc: deprecate executors with inferred-plugin replacements (#35576, #35517)
  • ⚠️ misc: remove deprecated js option from component generators (#35616, #29111)
  • misc: convert prompt generator migrations to use prompt field (#35688)
  • ⚠️ misc: drop deprecated webpack plugin re-exports + v23 polish (#35659)
  • misc: add --trustThirdPartyPreset flag to skip confirmation prompt (#35827, #35826)
  • misc: remove migrations prior to v21 in preparation for v23 (#35909, #30839, #32904, #35900)
  • misc: multi-version support compliance for detox, expo, react-native, and remix (#35885)
  • misc: prompt analytics earlier in init flow (#35922)
  • module-federation: deprecate old generators and add new consumer/provider generators (#35825)

... (truncated)

Commits
  • 71bbc70 feat(core): revert array-shape targetDefaults support pending redesign and re...
  • fda23a3 fix(core): read and replay cached failures when NX_CACHE_FAILURES is enabled ...
  • 958e60a docs(core): rewrite targetDefaults reference and guide for array shape and vo...
  • 8a4a4f9 fix(core): allow {projectRoot} after the start of an output when project is a...
  • 93cf1d1 fix(core): handle --help for commands that bypass workspace handling (#35989)
  • 4567848 fix(core): do not fail local plugin lookup when workspace has no root tsconfi...
  • c7aaf90 fix(core): re-hash batch tasks with deps outputs after execution (#35980)
  • 0cad57e cleanup(core): stop migrate tests from hitting the registry in local TTY runs...
  • 4e76a4b fix(core): degrade cooldown-blocked dist-tags within their own channel (#35967)
  • 681b592 fix(core): exclude NX_CLOUD_ env vars from daemon env reflection (#35961)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 22.7.5 to 23.0.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.0.0/packages/nx)

---
updated-dependencies:
- dependency-name: nx
  dependency-version: 23.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Jun 23, 2026
@github-actions

Copy link
Copy Markdown

Test Coverage Report

Overall Coverage: 96.84%

Metric Percentage
Statements 96.2%
Branches 87.97%
Functions 94.83%
Lines 96.84%

View detailed coverage report

@polaz polaz merged commit 8439413 into main Jun 25, 2026
11 checks passed
@polaz polaz deleted the dependabot/npm_and_yarn/nx-23.0.0 branch June 25, 2026 16:00
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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