stack.pulse
#stacks/nx/tooling

Nx release notes, breaking changes, and upgrade notes.

Smart monorepos with fast, reliable builds StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
14
breaking
4
security
4
deprecated
2
migrations
1

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Nx releases from GitHub

StackPulse watches Nx release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
23.0.0highbreakingdeprecationmigrationfeaturesecurityJun 16, 2026

23.0.0

This release introduces significant breaking changes and deprecations across angular, bundling, core, and other modules. It also adds new migration capabilities and shell tab-completion features.

affected

Users relying on deprecated features or older versions of dependencies will need to migrate.

action

Review breaking changes and deprecations, and follow provided migration steps before upgrading.

release_signals
-Remove deprecated @nx/angular/module-federation entry point
-Drop legacy typescript plugin and align rollup buildLibsFromSource default
-Remove SVGR option and provide withSvgr migration
-Rename CreateNodes V2 types to canonical OG names
-Remove Tailwind CSS setup-tailwind generators
!Deprecate convert-to-with-mf generator
!Deprecate SCAM generators
!Deprecate the @nx/detox build and test executors
!Deprecate executors with inferred-plugin replacements
!Deprecate old generators in module-federation
+Add support for '...' as a spread token when merging target config
+Enable native Node.js TypeScript stripping by default
+Add shell tab-completion (bash, zsh, fish, powershell)
+Add agentic mode to nx migrate --run-migrations
+Add JSON schema for migrations.json files
migration_steps4 steps
  1. 01Use withSvgr migration for removed SVGR option
  2. 02Apply migrations for createNodesV2 -> createNodes rename
  3. 03Follow Vite 7 -> 8 migrations
  4. 04Utilize prompt field for migration entries
view source on github->
23.0.0-rc.0highdeprecationfeatureprereleaseJun 10, 2026

23.0.0-rc.0

This release introduces several new features, including extended migration support, analytics reporting, and multi-version compliance for various frameworks. It also includes fixes for migration prompts, CI workflows, and tooling dependencies.

affected

Users relying on migrations prior to v21 or using frameworks like detox, expo, react-native, and remix may be affected.

action

Review the migration guide and update your dependencies accordingly.

release_signals
!Removed migrations prior to v21 in preparation for v23
+Extend `nx migrate --include` to any package that supports optional updates
+Report analytics events for the nx migrate flow
+Remove migrations prior to v21 in preparation for v23
+Multi-version support compliance for detox, expo, react-native, and remix
+Prompt analytics earlier in init flow
view source on github->