Skip to content

chore(deps-dev): bump the nx group with 11 updates#422

Merged
mschilling merged 1 commit intomainfrom
dependabot/npm_and_yarn/nx-84bf7bd67f
Mar 20, 2026
Merged

chore(deps-dev): bump the nx group with 11 updates#422
mschilling merged 1 commit intomainfrom
dependabot/npm_and_yarn/nx-84bf7bd67f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps the nx group with 11 updates:

Package From To
@nx/angular 22.5.4 22.6.0
@nx/devkit 22.5.4 22.6.0
@nx/esbuild 22.5.4 22.6.0
@nx/eslint 22.5.4 22.6.0
@nx/eslint-plugin 22.5.4 22.6.0
@nx/jest 22.5.4 22.6.0
@nx/js 22.5.4 22.6.0
@nx/node 22.5.4 22.6.0
@nx/web 22.5.4 22.6.0
@nx/workspace 22.5.4 22.6.0
nx 22.5.4 22.6.0

Updates @nx/angular from 22.5.4 to 22.6.0

Release notes

Sourced from @​nx/angular's releases.

22.6.0 (2026-03-18)

🚀 Features

  • angular: add support for Angular v21.2 (#34592)
  • core: update formatting of agent rules documentation (#33356)
  • core: add nxVersion to meta in shortUrl for cnw (#34401)
  • core: handle agentic sandboxing (#34402)
  • core: extract sandbox detection into reusable utility (#34408)
  • core: add negation pattern support for plugin include/exclude (#34160)
  • core: add --stdin to affected options (#34435, #28770)
  • core: support dependency filesets with ^{projectRoot} syntax (#34310)
  • core: add agentic mode to nx init (#34418)
  • core: automatically set up ai agents in cnw/init when run from within an ai agent (#34469)
  • core: implement configure-ai-agents outdated message after tasks (#34463)
  • core: improve codex support for configure-ai-agents (#34488)
  • core: add --otp to top-level nx release command and detect EOTP errors (#34473)
  • core: use static_vcruntime to avoid msvcrt dependency (#19781, #19779)
  • core: add commands for debugging cache inputs / outputs (#34414)
  • core: improve AX of configure-ai-agents with auto-detection (#34496)
  • core: add AI agent mode to nx import (#34498)
  • core: add preferBatch executor option (#34293)
  • core: add --json flag for better AX to nx list (#34551)
  • core: add passthrough for nx-cloud apply-locally command (#34557)
  • core: add yarn berry catalog support (#34552)
  • core: add explicit cloud opt-out to CNW (#34580)
  • core: use jemalloc with tuned decay timers for native module (#34444, #99)
  • core: add .nx/polygraph to gitignore in migration and caia (#34659)
  • core: migrate napi-rs v2 to v3 (#34619)
  • core: add Codex subagent support to configure-ai-agents (#34553)
  • core: add polygraph command to initiaze cross-repo sessions (#34722)
  • core: add safe plugin cache write utilities with LRU eviction (#34503)
  • core: add analytics (#34144)
  • core: persist analytics session ID across CLI invocations (#34763)
  • core: centralize perf tracking and report metrics to telemetry (#34795)
  • core: prompt for analytics preference during workspace creation (#34818)
  • core: add task and project count telemetry via performance lifecycle (#34821)
  • core: bring back cloud prompts and templates in CNW (#34887, #34671, #34818)
  • devkit: add NX_SKIP_FORMAT environment variable to skip Prettier formatting (#34336, #30426, #30403)
  • gradle: add properties and wrappers to inputs (#34778)
  • js: support configurable typecheck config name (#34675)
  • js: add deps-sync generator (#34407)
  • maven: report external Maven dependencies in project graph (#34368)
  • misc: update PLUGIN.md files to help agents verification (#34379)
  • misc: lock in CNW variant 2 with deferred connection (#34416)
  • misc: use caret range for swc dependencies in pnpm catalog (#34487, #34472)
  • misc: track server page views for AI traffic using Netlify-Agent-Category (#34883)
  • nx-dev: add YouTube channel callout to courses page (#34669)
  • testing: add cacheDir option to playwright executor (#34413, #34397)

... (truncated)

Commits
  • fb8884e fix(vitest): handle zoneless Angular apps in vitest configuration generator (...
  • cb6452c fix(misc): address security CVE cluster (copy-webpack-plugin, koa, minimatch)...
  • f60f1c6 fix(angular): preserve skipLibCheck in tsconfig.json for standalone projects ...
  • f48bf31 fix(repo): remove redundant inputs override for build-base target (#34649)
  • b1614d7 feat(angular): add support for Angular v21.2 (#34592)
  • 6bcaa46 fix(angular): use SASS indented syntax in nx-welcome component when style is ...
  • See full diff in compare view

Updates @nx/devkit from 22.5.4 to 22.6.0

Release notes

Sourced from @​nx/devkit's releases.

22.6.0 (2026-03-18)

🚀 Features

  • angular: add support for Angular v21.2 (#34592)
  • core: update formatting of agent rules documentation (#33356)
  • core: add nxVersion to meta in shortUrl for cnw (#34401)
  • core: handle agentic sandboxing (#34402)
  • core: extract sandbox detection into reusable utility (#34408)
  • core: add negation pattern support for plugin include/exclude (#34160)
  • core: add --stdin to affected options (#34435, #28770)
  • core: support dependency filesets with ^{projectRoot} syntax (#34310)
  • core: add agentic mode to nx init (#34418)
  • core: automatically set up ai agents in cnw/init when run from within an ai agent (#34469)
  • core: implement configure-ai-agents outdated message after tasks (#34463)
  • core: improve codex support for configure-ai-agents (#34488)
  • core: add --otp to top-level nx release command and detect EOTP errors (#34473)
  • core: use static_vcruntime to avoid msvcrt dependency (#19781, #19779)
  • core: add commands for debugging cache inputs / outputs (#34414)
  • core: improve AX of configure-ai-agents with auto-detection (#34496)
  • core: add AI agent mode to nx import (#34498)
  • core: add preferBatch executor option (#34293)
  • core: add --json flag for better AX to nx list (#34551)
  • core: add passthrough for nx-cloud apply-locally command (#34557)
  • core: add yarn berry catalog support (#34552)
  • core: add explicit cloud opt-out to CNW (#34580)
  • core: use jemalloc with tuned decay timers for native module (#34444, #99)
  • core: add .nx/polygraph to gitignore in migration and caia (#34659)
  • core: migrate napi-rs v2 to v3 (#34619)
  • core: add Codex subagent support to configure-ai-agents (#34553)
  • core: add polygraph command to initiaze cross-repo sessions (#34722)
  • core: add safe plugin cache write utilities with LRU eviction (#34503)
  • core: add analytics (#34144)
  • core: persist analytics session ID across CLI invocations (#34763)
  • core: centralize perf tracking and report metrics to telemetry (#34795)
  • core: prompt for analytics preference during workspace creation (#34818)
  • core: add task and project count telemetry via performance lifecycle (#34821)
  • core: bring back cloud prompts and templates in CNW (#34887, #34671, #34818)
  • devkit: add NX_SKIP_FORMAT environment variable to skip Prettier formatting (#34336, #30426, #30403)
  • gradle: add properties and wrappers to inputs (#34778)
  • js: support configurable typecheck config name (#34675)
  • js: add deps-sync generator (#34407)
  • maven: report external Maven dependencies in project graph (#34368)
  • misc: update PLUGIN.md files to help agents verification (#34379)
  • misc: lock in CNW variant 2 with deferred connection (#34416)
  • misc: use caret range for swc dependencies in pnpm catalog (#34487, #34472)
  • misc: track server page views for AI traffic using Netlify-Agent-Category (#34883)
  • nx-dev: add YouTube channel callout to courses page (#34669)
  • testing: add cacheDir option to playwright executor (#34413, #34397)

... (truncated)

Commits
  • 7b35985 feat(core): add safe plugin cache write utilities with LRU eviction (#34503)
  • 8f64e84 feat(core): add yarn berry catalog support (#34552)
  • 3b0fb81 feat(devkit): add NX_SKIP_FORMAT environment variable to skip Prettier format...
  • See full diff in compare view

Updates @nx/esbuild from 22.5.4 to 22.6.0

Release notes

Sourced from @​nx/esbuild's releases.

22.6.0 (2026-03-18)

🚀 Features

  • angular: add support for Angular v21.2 (#34592)
  • core: update formatting of agent rules documentation (#33356)
  • core: add nxVersion to meta in shortUrl for cnw (#34401)
  • core: handle agentic sandboxing (#34402)
  • core: extract sandbox detection into reusable utility (#34408)
  • core: add negation pattern support for plugin include/exclude (#34160)
  • core: add --stdin to affected options (#34435, #28770)
  • core: support dependency filesets with ^{projectRoot} syntax (#34310)
  • core: add agentic mode to nx init (#34418)
  • core: automatically set up ai agents in cnw/init when run from within an ai agent (#34469)
  • core: implement configure-ai-agents outdated message after tasks (#34463)
  • core: improve codex support for configure-ai-agents (#34488)
  • core: add --otp to top-level nx release command and detect EOTP errors (#34473)
  • core: use static_vcruntime to avoid msvcrt dependency (#19781, #19779)
  • core: add commands for debugging cache inputs / outputs (#34414)
  • core: improve AX of configure-ai-agents with auto-detection (#34496)
  • core: add AI agent mode to nx import (#34498)
  • core: add preferBatch executor option (#34293)
  • core: add --json flag for better AX to nx list (#34551)
  • core: add passthrough for nx-cloud apply-locally command (#34557)
  • core: add yarn berry catalog support (#34552)
  • core: add explicit cloud opt-out to CNW (#34580)
  • core: use jemalloc with tuned decay timers for native module (#34444, #99)
  • core: add .nx/polygraph to gitignore in migration and caia (#34659)
  • core: migrate napi-rs v2 to v3 (#34619)
  • core: add Codex subagent support to configure-ai-agents (#34553)
  • core: add polygraph command to initiaze cross-repo sessions (#34722)
  • core: add safe plugin cache write utilities with LRU eviction (#34503)
  • core: add analytics (#34144)
  • core: persist analytics session ID across CLI invocations (#34763)
  • core: centralize perf tracking and report metrics to telemetry (#34795)
  • core: prompt for analytics preference during workspace creation (#34818)
  • core: add task and project count telemetry via performance lifecycle (#34821)
  • core: bring back cloud prompts and templates in CNW (#34887, #34671, #34818)
  • devkit: add NX_SKIP_FORMAT environment variable to skip Prettier formatting (#34336, #30426, #30403)
  • gradle: add properties and wrappers to inputs (#34778)
  • js: support configurable typecheck config name (#34675)
  • js: add deps-sync generator (#34407)
  • maven: report external Maven dependencies in project graph (#34368)
  • misc: update PLUGIN.md files to help agents verification (#34379)
  • misc: lock in CNW variant 2 with deferred connection (#34416)
  • misc: use caret range for swc dependencies in pnpm catalog (#34487, #34472)
  • misc: track server page views for AI traffic using Netlify-Agent-Category (#34883)
  • nx-dev: add YouTube channel callout to courses page (#34669)
  • testing: add cacheDir option to playwright executor (#34413, #34397)

... (truncated)

Commits
  • 7f7bba6 fix(bundling): add docs link to generatePackageJson error message (#34562)
  • bdeeb03 fix(bundling): skip unnecessary type-check in TS Solution Setup when skipType...
  • See full diff in compare view

Updates @nx/eslint from 22.5.4 to 22.6.0

Release notes

Sourced from @​nx/eslint's releases.

22.6.0 (2026-03-18)

🚀 Features

  • angular: add support for Angular v21.2 (#34592)
  • core: update formatting of agent rules documentation (#33356)
  • core: add nxVersion to meta in shortUrl for cnw (#34401)
  • core: handle agentic sandboxing (#34402)
  • core: extract sandbox detection into reusable utility (#34408)
  • core: add negation pattern support for plugin include/exclude (#34160)
  • core: add --stdin to affected options (#34435, #28770)
  • core: support dependency filesets with ^{projectRoot} syntax (#34310)
  • core: add agentic mode to nx init (#34418)
  • core: automatically set up ai agents in cnw/init when run from within an ai agent (#34469)
  • core: implement configure-ai-agents outdated message after tasks (#34463)
  • core: improve codex support for configure-ai-agents (#34488)
  • core: add --otp to top-level nx release command and detect EOTP errors (#34473)
  • core: use static_vcruntime to avoid msvcrt dependency (#19781, #19779)
  • core: add commands for debugging cache inputs / outputs (#34414)
  • core: improve AX of configure-ai-agents with auto-detection (#34496)
  • core: add AI agent mode to nx import (#34498)
  • core: add preferBatch executor option (#34293)
  • core: add --json flag for better AX to nx list (#34551)
  • core: add passthrough for nx-cloud apply-locally command (#34557)
  • core: add yarn berry catalog support (#34552)
  • core: add explicit cloud opt-out to CNW (#34580)
  • core: use jemalloc with tuned decay timers for native module (#34444, #99)
  • core: add .nx/polygraph to gitignore in migration and caia (#34659)
  • core: migrate napi-rs v2 to v3 (#34619)
  • core: add Codex subagent support to configure-ai-agents (#34553)
  • core: add polygraph command to initiaze cross-repo sessions (#34722)
  • core: add safe plugin cache write utilities with LRU eviction (#34503)
  • core: add analytics (#34144)
  • core: persist analytics session ID across CLI invocations (#34763)
  • core: centralize perf tracking and report metrics to telemetry (#34795)
  • core: prompt for analytics preference during workspace creation (#34818)
  • core: add task and project count telemetry via performance lifecycle (#34821)
  • core: bring back cloud prompts and templates in CNW (#34887, #34671, #34818)
  • devkit: add NX_SKIP_FORMAT environment variable to skip Prettier formatting (#34336, #30426, #30403)
  • gradle: add properties and wrappers to inputs (#34778)
  • js: support configurable typecheck config name (#34675)
  • js: add deps-sync generator (#34407)
  • maven: report external Maven dependencies in project graph (#34368)
  • misc: update PLUGIN.md files to help agents verification (#34379)
  • misc: lock in CNW variant 2 with deferred connection (#34416)
  • misc: use caret range for swc dependencies in pnpm catalog (#34487, #34472)
  • misc: track server page views for AI traffic using Netlify-Agent-Category (#34883)
  • nx-dev: add YouTube channel callout to courses page (#34669)
  • testing: add cacheDir option to playwright executor (#34413, #34397)

... (truncated)

Commits

Updates @nx/eslint-plugin from 22.5.4 to 22.6.0

Release notes

Sourced from @​nx/eslint-plugin's releases.

22.6.0 (2026-03-18)

🚀 Features

  • angular: add support for Angular v21.2 (#34592)
  • core: update formatting of agent rules documentation (#33356)
  • core: add nxVersion to meta in shortUrl for cnw (#34401)
  • core: handle agentic sandboxing (#34402)
  • core: extract sandbox detection into reusable utility (#34408)
  • core: add negation pattern support for plugin include/exclude (#34160)
  • core: add --stdin to affected options (#34435, #28770)
  • core: support dependency filesets with ^{projectRoot} syntax (#34310)
  • core: add agentic mode to nx init (#34418)
  • core: automatically set up ai agents in cnw/init when run from within an ai agent (#34469)
  • core: implement configure-ai-agents outdated message after tasks (#34463)
  • core: improve codex support for configure-ai-agents (#34488)
  • core: add --otp to top-level nx release command and detect EOTP errors (#34473)
  • core: use static_vcruntime to avoid msvcrt dependency (#19781, #19779)
  • core: add commands for debugging cache inputs / outputs (#34414)
  • core: improve AX of configure-ai-agents with auto-detection (#34496)
  • core: add AI agent mode to nx import (#34498)
  • core: add preferBatch executor option (#34293)
  • core: add --json flag for better AX to nx list (#34551)
  • core: add passthrough for nx-cloud apply-locally command (#34557)
  • core: add yarn berry catalog support (#34552)
  • core: add explicit cloud opt-out to CNW (#34580)
  • core: use jemalloc with tuned decay timers for native module (#34444, #99)
  • core: add .nx/polygraph to gitignore in migration and caia (#34659)
  • core: migrate napi-rs v2 to v3 (#34619)
  • core: add Codex subagent support to configure-ai-agents (#34553)
  • core: add polygraph command to initiaze cross-repo sessions (#34722)
  • core: add safe plugin cache write utilities with LRU eviction (#34503)
  • core: add analytics (#34144)
  • core: persist analytics session ID across CLI invocations (#34763)
  • core: centralize perf tracking and report metrics to telemetry (#34795)
  • core: prompt for analytics preference during workspace creation (#34818)
  • core: add task and project count telemetry via performance lifecycle (#34821)
  • core: bring back cloud prompts and templates in CNW (#34887, #34671, #34818)
  • devkit: add NX_SKIP_FORMAT environment variable to skip Prettier formatting (#34336, #30426, #30403)
  • gradle: add properties and wrappers to inputs (#34778)
  • js: support configurable typecheck config name (#34675)
  • js: add deps-sync generator (#34407)
  • maven: report external Maven dependencies in project graph (#34368)
  • misc: update PLUGIN.md files to help agents verification (#34379)
  • misc: lock in CNW variant 2 with deferred connection (#34416)
  • misc: use caret range for swc dependencies in pnpm catalog (#34487, #34472)
  • misc: track server page views for AI traffic using Netlify-Agent-Category (#34883)
  • nx-dev: add YouTube channel callout to courses page (#34669)
  • testing: add cacheDir option to playwright executor (#34413, #34397)

... (truncated)

Commits
  • 997d6d8 fix(linter): add catalog: references when fixing missing dependencies (#34734)
  • ac2ef1a fix(linter): allow for wildcards paths in enforce-module-boundaries rule (#34...
  • See full diff in compare view

Updates @nx/jest from 22.5.4 to 22.6.0

Release notes

Sourced from @​nx/jest's releases.

22.6.0 (2026-03-18)

🚀 Features

  • angular: add support for Angular v21.2 (#34592)
  • core: update formatting of agent rules documentation (#33356)
  • core: add nxVersion to meta in shortUrl for cnw (#34401)
  • core: handle agentic sandboxing (#34402)
  • core: extract sandbox detection into reusable utility (#34408)
  • core: add negation pattern support for plugin include/exclude (#34160)
  • core: add --stdin to affected options (#34435, #28770)
  • core: support dependency filesets with ^{projectRoot} syntax (#34310)
  • core: add agentic mode to nx init (#34418)
  • core: automatically set up ai agents in cnw/init when run from within an ai agent (#34469)
  • core: implement configure-ai-agents outdated message after tasks (#34463)
  • core: improve codex support for configure-ai-agents (#34488)
  • core: add --otp to top-level nx release command and detect EOTP errors (#34473)
  • core: use static_vcruntime to avoid msvcrt dependency (#19781, #19779)
  • core: add commands for debugging cache inputs / outputs (#34414)
  • core: improve AX of configure-ai-agents with auto-detection (#34496)
  • core: add AI agent mode to nx import (#34498)
  • core: add preferBatch executor option (#34293)
  • core: add --json flag for better AX to nx list (#34551)
  • core: add passthrough for nx-cloud apply-locally command (#34557)
  • core: add yarn berry catalog support (#34552)
  • core: add explicit cloud opt-out to CNW (#34580)
  • core: use jemalloc with tuned decay timers for native module (#34444, #99)
  • core: add .nx/polygraph to gitignore in migration and caia (#34659)
  • core: migrate napi-rs v2 to v3 (#34619)
  • core: add Codex subagent support to configure-ai-agents (#34553)
  • core: add polygraph command to initiaze cross-repo sessions (#34722)
  • core: add safe plugin cache write utilities with LRU eviction (#34503)
  • core: add analytics (#34144)
  • core: persist analytics session ID across CLI invocations (#34763)
  • core: centralize perf tracking and report metrics to telemetry (#34795)
  • core: prompt for analytics preference during workspace creation (#34818)
  • core: add task and project count telemetry via performance lifecycle (#34821)
  • core: bring back cloud prompts and templates in CNW (#34887, #34671, #34818)
  • devkit: add NX_SKIP_FORMAT environment variable to skip Prettier formatting (#34336, #30426, #30403)
  • gradle: add properties and wrappers to inputs (#34778)
  • js: support configurable typecheck config name (#34675)
  • js: add deps-sync generator (#34407)
  • maven: report external Maven dependencies in project graph (#34368)
  • misc: update PLUGIN.md files to help agents verification (#34379)
  • misc: lock in CNW variant 2 with deferred connection (#34416)
  • misc: use caret range for swc dependencies in pnpm catalog (#34487, #34472)
  • misc: track server page views for AI traffic using Netlify-Agent-Category (#34883)
  • nx-dev: add YouTube channel callout to courses page (#34669)
  • testing: add cacheDir option to playwright executor (#34413, #34397)

... (truncated)

Commits
  • 5a79984 fix(testing): infer task inputs from jest config file references (#34740)
  • b8b6ed8 fix(testing): use surgical text replacement in Jest matcher alias migration (...
  • 5a1735b feat(misc): update PLUGIN.md files to help agents verification (#34379)
  • See full diff in compare view

Updates @nx/js from 22.5.4 to 22.6.0

Release notes

Sourced from @​nx/js's releases.

22.6.0 (2026-03-18)

🚀 Features

  • angular: add support for Angular v21.2 (#34592)
  • core: update formatting of agent rules documentation (#33356)
  • core: add nxVersion to meta in shortUrl for cnw (#34401)
  • core: handle agentic sandboxing (#34402)
  • core: extract sandbox detection into reusable utility (#34408)
  • core: add negation pattern support for plugin include/exclude (#34160)
  • core: add --stdin to affected options (#34435, #28770)
  • core: support dependency filesets with ^{projectRoot} syntax (#34310)
  • core: add agentic mode to nx init (#34418)
  • core: automatically set up ai agents in cnw/init when run from within an ai agent (#34469)
  • core: implement configure-ai-agents outdated message after tasks (#34463)
  • core: improve codex support for configure-ai-agents (#34488)
  • core: add --otp to top-level nx release command and detect EOTP errors (#34473)
  • core: use static_vcruntime to avoid msvcrt dependency (#19781, #19779)
  • core: add commands for debugging cache inputs / outputs (#34414)
  • core: improve AX of configure-ai-agents with auto-detection (#34496)
  • core: add AI agent mode to nx import (#34498)
  • core: add preferBatch executor option (#34293)
  • core: add --json flag for better AX to nx list (#34551)
  • core: add passthrough for nx-cloud apply-locally command (#34557)
  • core: add yarn berry catalog support (#34552)
  • core: add explicit cloud opt-out to CNW (#34580)
  • core: use jemalloc with tuned decay timers for native module (#34444, #99)
  • core: add .nx/polygraph to gitignore in migration and caia (#34659)
  • core: migrate napi-rs v2 to v3 (#34619)
  • core: add Codex subagent support to configure-ai-agents (#34553)
  • core: add polygraph command to initiaze cross-repo sessions (#34722)
  • core: add safe plugin cache write utilities with LRU eviction (#34503)
  • core: add analytics (#34144)
  • core: persist analytics session ID across CLI invocations (#34763)
  • core: centralize perf tracking and report metrics to telemetry (#34795)
  • core: prompt for analytics preference during workspace creation (#34818)
  • core: add task and project count telemetry via performance lifecycle (#34821)
  • core: bring back cloud prompts and templates in CNW (#34887, #34671, #34818)
  • devkit: add NX_SKIP_FORMAT environment variable to skip Prettier formatting (#34336, #30426, #30403)
  • gradle: add properties and wrappers to inputs (#34778)
  • js: support configurable typecheck config name (#34675)
  • js: add deps-sync generator (#34407)
  • maven: report external Maven dependencies in project graph (#34368)
  • misc: update PLUGIN.md files to help agents verification (#34379)
  • misc: lock in CNW variant 2 with deferred connection (#34416)
  • misc: use caret range for swc dependencies in pnpm catalog (#34487, #34472)
  • misc: track server page views for AI traffic using Netlify-Agent-Category (#34883)
  • nx-dev: add YouTube channel callout to courses page (#34669)
  • testing: add cacheDir option to playwright executor (#34413, #34397)

... (truncated)

Commits
  • 6ee7091 Revert "feat(js): add deps-sync generator (#34407)" (#34888)
  • 8d71d5b feat(js): add deps-sync generator (#34407)
  • e9781bd fix(js): track tsconfig files from dependency reference chain as inputs (#34848)
  • f40c4a5 fix(js): skip npm dist-tag add when no new version was resolved (#34843)
  • f1735bd fix(js): support bun-only environments in release-publish executor (#34835)
  • a358b19 fix(js): always infer dependentTasksOutputFiles for tsc build targets (#34784)
  • f9cfd19 fix(js): add external project reference config files as inputs for tsc tasks ...
  • 0589e67 fix(js): include transitive dep outputs in typecheck inputs (#34773)
  • 8f44377 fix(js): include tsbuildinfo in dependentTasksOutputFiles for tsc tasks (#34733)
  • 5359ac2 fix(js): derive tsbuildinfo filename from iterated tsconfig, not outer config...
  • Additional commits viewable in compare view

Updates @nx/node from 22.5.4 to 22.6.0

Release notes

Sourced from @​nx/node's releases.

22.6.0 (2026-03-18)

🚀 Features

  • angular: add support for Angular v21.2 (#34592)
  • core: update formatting of agent rules documentation (#33356)
  • core: add nxVersion to meta in shortUrl for cnw (#34401)
  • core: handle agentic sandboxing (#34402)
  • core: extract sandbox detection into reusable utility (#34408)
  • core: add negation pattern support for plugin include/exclude (#34160)
  • core: add --stdin to affected options (#34435, #28770)
  • core: support dependency filesets with ^{projectRoot} syntax (#34310)
  • core: add agentic mode to nx init (#34418)
  • core: automatically set up ai agents in cnw/init when run from within an ai agent (#34469)
  • core: implement configure-ai-agents outdated message after tasks (#34463)
  • core: improve codex support for configure-ai-agents (#34488)
  • core: add --otp to top-level nx release command and detect EOTP errors (#34473)
  • core: use static_vcruntime to avoid msvcrt dependency (#19781, Description has been truncated

Bumps the nx group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular) | `22.5.4` | `22.6.0` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `22.5.4` | `22.6.0` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `22.5.4` | `22.6.0` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `22.5.4` | `22.6.0` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.5.4` | `22.6.0` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `22.5.4` | `22.6.0` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.5.4` | `22.6.0` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `22.5.4` | `22.6.0` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `22.5.4` | `22.6.0` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.5.4` | `22.6.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.5.4` | `22.6.0` |


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

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

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@nx/angular"
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/devkit"
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/esbuild"
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/eslint"
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/jest"
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/js"
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/node"
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/web"
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/workspace"
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: nx
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 19, 2026
@mschilling mschilling merged commit 9960bc3 into main Mar 20, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx-84bf7bd67f branch March 20, 2026 08:14
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant