Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@nx/eslint (source) 21.1.322.4.0 age confidence
@nx/eslint-plugin (source) 21.1.322.4.0 age confidence
@nx/js (source) 21.1.322.4.0 age confidence
@nx/node (source) ^21.1.3^22.0.0 age confidence
@nx/react (source) ^21.1.3^22.0.0 age confidence
@types/node (source) 18.16.924.10.9 age confidence
nx (source) 21.1.322.4.0 age confidence
prettier (source) ^2.6.2^3.0.0 age confidence

Release Notes

nrwl/nx (@​nx/eslint)

v22.4.0

Compare Source

22.4.0 (2026-01-21)

🚀 Features
  • angular: support ngrx v21 (#​33940)
  • angular: support cypress component testing with zoneless projects (#​33941)
  • angular: add support for angular v21.1 (#​34057)
  • angular-rspack: add tailwind and postcss config to component stylesheet bundler (#​34153)
  • bundling: replace rollup-plugin-postcss with inlined version (#​34110)
  • core: add inline-tui view mode (#​32718)
  • core: support cwd specific hashes (#​33879, #​33684)
  • core: allow nx show project to infer project from cwd (#​33661, #​31055, #​43, #​33503)
  • core: add OpenCode AI agent detection (#​34072)
  • core: add PLUGIN.md files to testing-tools (#​34125)
  • core: add A/B testing variant 1 to skip cloud prompt in CNW (#​34106)
  • gradle: excludeDependsOn based on provider relationships (#​33923)
  • gradle: add env vars to skip gradle and maven plugin computation (#​34055)
  • linter: add bulk suppression support for ESLint v9.24.0+ (#​32184)
  • linter: add peerDepsVersionStrategy option to dependency-checks (#​33417)
  • maven: add batch executor for multi-task Maven execution (#​33228)
  • nx-dev: add scroll depth tracking for marketing pages (#​34105)
  • react: update react-router and remix versions to address CVEs (#​34058)
  • release: add option to opt-out commit scope filter (#​33382, #​32915)
  • release: special-case 0.x versions for semver bumps (#​34031)
  • rspack: add typeCheckOptions, runtimeDependencies, and cache options (#​33931)
🩹 Fixes
  • angular: support @angular/cli package update during nx migrate (#​33918)
  • angular: only throw "define" error when options.define has keys (#​33969, #​33964)
  • angular-rspack: handler accumulation and watchOptions for double rebuilds (#​34154)
  • angular-rspack: stats serialization and configuration (#​34155)
  • core: ensure no tui on single tasks (#​33910)
  • core: daemon client reconnection on server restart (#​33432)
  • core: fix vitest test runner options for angular in cnw (#​33921)
  • core: improve package-json createNode performance (#​33960)
  • core: convert filePath to an absolute path before typescript resolves the module (#​34001, #​33985)
  • core: set windowsHide:true in package installation (#​34053)
  • core: display shared running tasks in the in progress section of the tui (#​34059)
  • core: make process metrics registration in critical paths non-blocking (#​34019)
  • core: disallow Vitest & Angular unit test runner when bundler is not esbuild in cnw (#​34023, #​34014)
  • core: allow dte to handle continuous tasks termination (#​34018)
  • core: validate native file cache size before applying it (#​33683, #​30653, #​31300)
  • core: pipe plugin stdout to avoid inconsistent terminal state (#​33369)
  • core: show daemon status in nx report output (#​34009)
  • core: prevent alias from overwriting root deps in pnpm parser (#​34064)
  • core: only init inline view if able to run (#​34094)
  • core: upgrade sysinfo to 0.37.2 and fix cpu measurement accuracy (#​34101)
  • core: improve buildExplicitTypeScriptDependnecies performance (#​33963)
  • core: ensure consistent yarn optional dependency hashing (#​34104)
  • core: only run nx console background check if daemon is active (#​33917)
  • core: prevent task hashing when project graph has errors (#​34116)
  • core: drain stdin on exit to prevent escape sequence leakage (#​34134)
  • core: avoid panic when inline tui can't init (#​34135)
  • core: establish cpu baseline when possible to improve measurement accuracy (#​34120)
  • core: prioritize nx installation path in getNxRequirePaths (#​34158)
  • core: improve TUI task selection and pane focus behavior (#​34175)
  • dotnet: fix dependency graph for multi-targeting and transitive deps (#​33908, #​33653, #​33397)
  • gradle: force gradle executor to always rerun tasks (#​34024)
  • gradle: resolve dependencies after capturing project tasks (#​34045)
  • js: avoid duplicate @nx/js/typescript plugin entries for non-buildable libs (#​34021, #​33981)
  • linter: honor setParserOptionsProject in flat config (#​33953, #​33944)
  • linter: handle variable references in replaceOverride (#​34026, #​34010)
  • linter: delete override block when update returns undefined in replaceOverride (#​34070)
  • maven: update Spring Boot to 4.0 and enable parent POM local install (#​34081)
  • maven: fix Maven Central publishing for Maven 4 (#​34084)
  • maven: include migrations.json in published package (#​34086)
  • misc: remove auto CI Optimization card from AI page (#​33955)
  • misc: remove CNW A/B testing flow branching (#​33967)
  • misc: update banner validation to match Framer API format (#​34076)
  • misc: deprecate setup-tailwind generators (#​34097)
  • module-federation: use localhost as default host #​33909 (#​33947, #​33909)
  • module-federation: skip non-npm external dependencies in getDependencies (#​33951, #​32819)
  • module-federation: pin rspack to 1.6.8 (#​34022)
  • module-federation: dev server handler accumulation (#​34152)
  • nx-dev: make sure only prod is indexed (#​33922)
  • nx-dev: make sure canonical urls are always nx.dev (#​33932)
  • react: set up module federation with webpack and ts soln correctly #​31029 (#​33920, #​31029)
  • react: target 22.3.4 patch version to address Remix CVE (#​34068)
  • testing: ensure jest v30 migration is run (#​33916)
  • testing: set moduleResolution to node in Cypress tsconfig to prevent TS5095 error (#​33726, #​33607)
  • vitest: add guard rails for vitest llm migration (#​33976)
  • vitest: skip target inference for root workspace configs with projects (#​33977, #​32471)
  • vitest: prevent config double-merge causing array duplication (#​34113, #​33591)
❤️ Thank You

v22.3.3

Compare Source

22.3.3 (2025-12-19)
🩹 Fixes
  • misc: remove CNW A/B testing flow branching (#​33967)
❤️ Thank You

v22.3.2

Compare Source

22.3.2 (2025-12-19)
🚀 Features
  • angular: support ngrx v21 (#​33940)
  • angular: support cypress component testing with zoneless projects (#​33941)
🩹 Fixes
❤️ Thank You

v22.3.1

Compare Source

22.3.1 (2025-12-18)
🩹 Fixes
❤️ Thank You

v22.3.0

Compare Source

22.3.0 (2025-12-17)
🚀 Features
  • angular: support angular v21 (#​33378)
  • angular: add migration to set isolateModules: true to jest tsconfig files (#​33889)
  • angular: add migration to replace jest-preset-angular/setup-jest imports (#​33899)
  • core: add NX_DEFAULT_OUTPUT_STYLE env var (#​33493, #​27490)
  • core: add CnwError class for typed error handling in create-nx-workspace (#​33839)
  • core: add hints and status messages to the tui (#​33838)
  • js: add option for using tsgo compiler when inferring build and typecheck tasks (#​33821, #​32591)
  • js: improve SWC compilation error logging (#​33297)
  • misc: support prettier v3 (#​33898, #​30801)
  • nx-plugin: allow customizing the location of the companion E2E project (#​32073, #​32069)
  • rspack: add support for cssFilename config #​32498 (#​32506, #​32498)
  • testing: add option to playwright preset to open html report (#​31282)
  • webpack: add support for merging externals to NxAppWebpackPlugin (#​33833)
🩹 Fixes
  • angular: process only the in progress entry points in ng-packagr-lite's write bundles transform function (#​33784, #​3172, #​33560)
  • angular: collect known tsconfig files from non-buildable angular libraries in migration (#​33834, #​33705)
  • angular: improve error message when using esbuild-based build targets and generating cypress ct (#​33846, #​33329)
  • angular: install compatible vitest version for angular projects (#​33858, #​33770)
  • angular: ensure jest and jest-preset-angular are updated correctly for angular v21 (#​33896)
  • bundling: correct project path for createTmpTsConfig (#​31314, #​31522)
  • core: optimize pnpm lockfile parsing with pre-built indexes (#​33750, #​32669, #​32254, #​33751)
  • core: share visited Set across affected graph traversal (#​33756, #​32265)
  • core: set max listeners for process in task orchestrator (#​33596, #​32439)
  • core: exit with error when generator prompts fail (#​33691)
  • core: fix record stat on initial CNW call (#​33783)
  • core: ensure terminalOutput is always a string in task results (#​33782, #​32675)
  • core: improve node creation for pnpm parser (#​33788)
  • core: add pnpm/yarn support for CNW templates (#​33827)
  • core: swc register base url missing when using tsgo (#​33332)
  • core: pass more error detail for CNW (#​33844)
  • core: create all tables upfront when creating the database (#​33843)
  • core: improve performance of buildExplicitPackageJsonDependencies (#​33791)
  • core: do not invoke prettier with --write and --list-different when unsupported (#​33857, #​33658, #​31951)
  • core: preserve command output in TUI summary for non-cached tasks (#​33673)
  • core: update CNW messaging and remove cancel event from SIGINT (#​33872)
  • core: restore linkTaskDetails param for backwards compatibility (#​33874, #​33843)
  • core: include PNPM patches in externalDependencies hash computations (#​33551)
  • core: add back ability to create cache_outputs table without a foreign key (#​33880)
  • core: display task output in TUI when native command runner is disabled (#​33881, #​32803)
  • core: prevent pinning the same task in multiple panes in the tui (#​33863)
  • core: reduce error rate with dir validation and add more debugging data (#​33887)
  • core: improve database initialization error handling (#​33820)
  • core: invalidate sync generator cache on file changes and use up-to-date project graph (#​33780)
  • core: convert * to workspace:* for pnpm/yarn/bun in CNW (#​33893)
  • expo: set projectRoot to workspaceRoot for Expo SDK 54+ compatibility (#​33836, #​33597)
  • graph: serve full project graph when navigating from PDV (#​33897)
  • js: use Set for O(1) package.json root lookup (#​33757, #​32265)
  • js: recognize NodeNext as ESM (#​31508)
  • js: display pnpm publish errors without requiring --verbose (#​33837)
  • js: make CopyAssetsHandler per-file logs opt-in via verbose mode (#​33835, #​33521)
  • js: prevent crash when terminating task using the @nx/js:swc executor (#​33845, #​31938)
  • js: handle workspace packages when nx.name differs from package.json.name (#​33583, #​33582)
  • js: resolve nx binary from workspace root in node executor (#​33842, #​33776)
  • js: detect changes to pnpm.overrides and overrides in package.json (#​31914)
  • js: check package.json for name when project.json exists but has no name (#​31887)
  • js: adjusted stdout and stderr handling to support the latest @​swc/cli version (#​32685)
  • js: allow copying generated Prisma client (asset) from 'node_modules' (#​33822)
  • misc: send connectUrl in completion metadata (#​33878)
  • misc: use string type for fetchDepth in azure-pipelines.yml (#​33727)
  • module-federation: normalize workspace protocol versions in requiredVersion (#​33733, #​31397, #​33734)
  • module-federation: check port availability before starting remote proxies (#​33871, #​33470)
  • nest: ensure library is generated with correct outputPath for TS Soln #​32060 (#​33864, #​32060)
  • nextjs: accept fileName option to generate page (#​30013)
  • node: sourceMaps option to sourceMap in webpack config (#​33333)
  • node: use @​swc/helpers instead of tslib when compiler is swc (#​33885, #​31202)
  • react: update template comment to be valid css (#​33169, #​20192639)
  • release: {releaseGroupName} not interpolated in changelog tag/releaseTagPattern (#​33779)
  • repo: fix dotnet installation on Windows (#​33786)
  • repo: restore mise tools in e2e-matrix workflow (#​33785, #​33772)
  • repo: install nightly Rust for WASM build in publish workflow (#​33792, #​33772)
  • repo: use RUSTUP_TOOLCHAIN env var for WASM builds (#​33794)
  • repo: revert to older nightly Rust for WASM builds (#​33797)
  • repo: install correct Rust target for x86_64 macOS build (#​33853)
  • rspack: enable build mode for TypeScript checker in TS solution setups (#​33447)
  • storybook: conditionally include node imports only for non-angular frameworks (#​33728)
  • storybook: use helper to find correct version when pnpm catalogs are used (#​33900, #​29772)
  • testing: update jest ci target to forward top level args (#​31379)
  • vite: update worker configuration in generator to follow Vite's … (#​30465)
  • web: update e2e test regex for SWC decorator metadata (#​33892)
  • webpack: show webpack chunks when verbose (#​30960)
  • webpack: interpolate process.env more verbosely to reduce bundle size with DefinePlugin (#​30826)
❤️ Thank You

v22.2.7

Compare Source

22.2.7 (2025-12-16)

🚀 Features
  • nx-plugin: allow customizing the location of the companion E2E project (#​32073, #​32069)
🩹 Fixes
  • core: display task output in TUI when native command runner is disabled (#​33881, #​32803)
  • core: prevent pinning the same task in multiple panes in the tui (#​33863)
  • core: reduce error rate with dir validation and add more debugging data (#​33887)
  • node: use @​swc/helpers instead of tslib when compiler is swc (#​33885, #​31202)
  • web: update e2e test regex for SWC decorator metadata (#​33892)
❤️ Thank You

v22.2.6

Compare Source

22.2.6 (2025-12-16)
🩹 Fixes
  • core: include PNPM patches in externalDependencies hash computations (#​33551)
  • core: add back ability to create cache_outputs table without a foreign key (#​33880)
  • js: detect changes to pnpm.overrides and overrides in package.json (#​31914)
  • js: check package.json for name when project.json exists but has no name (#​31887)
  • js: adjusted stdout and stderr handling to support the latest @​swc/cli version (#​32685)
  • misc: use string type for fetchDepth in azure-pipelines.yml (#​33727)
  • nextjs: accept fileName option to generate page (#​30013)
❤️ Thank You

v22.2.5

Compare Source

22.2.5 (2025-12-15)
🩹 Fixes
  • core: create all tables upfront when creating the database (#​33843)
  • core: restore linkTaskDetails param for backwards compatibility (#​33874, #​33843)
  • misc: send connectUrl in completion metadata (#​33878)
❤️ Thank You

v22.2.4

Compare Source

22.2.4 (2025-12-15)
🚀 Features
  • js: improve SWC compilation error logging (#​33297)
🩹 Fixes
  • angular: collect known tsconfig files from non-buildable angular libraries in migration (#​33834, #​33705)
  • angular: improve error message when using esbuild-based build targets and generating cypress ct (#​33846, #​33329)
  • core: improve performance of buildExplicitPackageJsonDependencies (#​33791)
  • core: do not invoke prettier with --write and --list-different when unsupported (#​33857, #​33658, #​31951)
  • core: preserve command output in TUI summary for non-cached tasks (#​33673)
  • core: update CNW messaging and remove cancel event from SIGINT (#​33872)
  • js: prevent crash when terminating task using the @nx/js:swc executor (#​33845, #​31938)
  • js: handle workspace packages when nx.name differs from package.json.name (#​33583, #​33582)
  • js: resolve nx binary from workspace root in node executor (#​33842, #​33776)
  • module-federation: check port availability before starting remote proxies (#​33871, #​33470)
  • nest: ensure library is generated with correct outputPath for TS Soln #​32060 (#​33864, #​32060)
  • node: sourceMaps option to sourceMap in webpack config (#​33333)
  • react: update template comment to be valid css (#​33169, #​20192639)
  • release: {releaseGroupName} not interpolated in changelog tag/releaseTagPattern (#​33779)
  • repo: install correct Rust target for x86_64 macOS build (#​33853)
❤️ Thank You

v22.2.3

Compare Source

22.2.3 (2025-12-12)
🩹 Fixes
  • core: swc register base url missing when using tsgo (#​33332)
  • core: pass more error detail for CNW (#​33844)
  • expo: set projectRoot to workspaceRoot for Expo SDK 54+ compatibility (#​33836, #​33597)
❤️ Thank You

v22.2.2

Compare Source

22.2.2 (2025-12-12)
🚀 Features
  • core: add CnwError class for typed error handling in create-nx-workspace (#​33839)
  • js: add option for using tsgo compiler when inferring build and typecheck tasks (#​33821, #​32591)
  • webpack: add support for merging externals to NxAppWebpackPlugin (#​33833)
🩹 Fixes
  • core: add pnpm/yarn support for CNW templates (#​33827)
  • js: recognize NodeNext as ESM (#​31508)
  • js: display pnpm publish errors without requiring --verbose (#​33837)
  • js: make CopyAssetsHandler per-file logs opt-in via verbose mode (#​33835, #​33521)
  • rspack: enable build mode for TypeScript checker in TS solution setups (#​33447)
  • testing: update jest ci target to forward top level args (#​31379)
  • webpack: interpolate process.env more verbosely to reduce bundle size with DefinePlugin (#​30826)
❤️ Thank You

v22.2.1

Compare Source

22.2.1 (2025-12-11)
🚀 Features
🩹 Fixes
❤️ Thank You

v22.2.0

Compare Source

22.2.0 (2025-12-08)

🚀 Features
🩹 Fixes
  • angular-rspack: use CJS when serving applications for HMR #​33106 (#​33693, #​33106)
  • angular-rspack: ensure rebuild logs are only printed once (#​33694)
  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#​33601, #​32398)
  • bundling: set buildLibsFromSource in normalize options for Rollup (#​33679)
  • core: don't presume a task is long running if its marked cacheable (#​33545, #​32610)
  • core: daemon command should exit at end (#​33547)
  • core: provide error when nested graph construction would occur invoked during createNodes (#​33541, #​29618)
  • core: filter out automated release commits in getCommitsRelevantToProjects (#​33482)
  • core: make daemon socket path unique per process to prevent race condition (#​33580, #​33491)
  • core: use nx-mcp for older nx versions instead of nx mcp ([#​33553](https://redirect.github.com/nrwl/nx/pul

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jun 14, 2025
@renovate renovate bot added the renovate label Jun 14, 2025
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from ee41da2 to c376550 Compare June 22, 2025 12:07
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from c376550 to a49a26c Compare July 5, 2025 04:10
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from a49a26c to 3850260 Compare July 13, 2025 03:52
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from 3850260 to 4028fa6 Compare July 26, 2025 20:07
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 2 times, most recently from 09a0f1c to 60e2e22 Compare August 9, 2025 03:53
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from 60e2e22 to e0fb43d Compare August 15, 2025 16:11
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 2 times, most recently from e3f37df to ae33284 Compare September 5, 2025 11:42
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 3 times, most recently from e72dc81 to 77b2a56 Compare September 18, 2025 15:59
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 3 times, most recently from 83c44df to b509cc9 Compare October 1, 2025 23:33
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 2 times, most recently from 040aed3 to 0f88886 Compare October 12, 2025 06:55
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 2 times, most recently from 1dad5ad to 336796e Compare October 23, 2025 11:56
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 2 times, most recently from a56b0e4 to 86975fe Compare November 8, 2025 07:47
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 4 times, most recently from 6260bea to 9437a6f Compare November 22, 2025 04:08
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 2 times, most recently from 410a918 to 1454f62 Compare November 29, 2025 04:11
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 3 times, most recently from 43cdbc4 to 70ff9f9 Compare December 4, 2025 23:39
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 3 times, most recently from e7c8b8a to 58bd227 Compare December 14, 2025 19:57
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 2 times, most recently from 75d0e5b to a7043dc Compare December 19, 2025 23:52
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from a7043dc to df3f282 Compare January 1, 2026 02:39
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 4 times, most recently from 65498ad to e36281d Compare January 15, 2026 15:54
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 2 times, most recently from dd2ca95 to 2b1a4ee Compare January 20, 2026 00:15
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from 2b1a4ee to 9134cb3 Compare January 22, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants