Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the nx group with 13 updates:

Package From To
@nx/devkit 21.5.3 21.6.2
@nx/eslint 21.5.3 21.6.2
@nx/eslint-plugin 21.5.3 21.6.2
@nx/jest 21.5.3 21.6.2
@nx/js 21.5.3 21.6.2
@nx/next 21.5.3 21.6.2
@nx/node 21.5.3 21.6.2
@nx/playwright 21.5.3 21.6.2
@nx/react 21.5.3 21.6.2
@nx/rollup 21.5.3 21.6.2
@nx/vite 21.5.3 21.6.2
@nx/web 21.5.3 21.6.2
nx 21.5.3 21.6.2

Updates @nx/devkit from 21.5.3 to 21.6.2

Release notes

Sourced from @​nx/devkit's releases.

21.6.2 (2025-09-29)

This was a version bump only, there were no code changes.

21.6.1 (2025-09-29)

🚀 Features

  • angular: support angular v20.3.0 (#32730)
  • core: replace the pagination from the tui tasks list with scrolling (#32560)
  • core: generate AI files in create-nx-workspace (#32442)
  • core: add NX_PROJECT_ROOT environment variable to runti… (#32736, #31428)
  • core: improve split target to support Gradle format (#32766)
  • core: add id, start and end time to lifecycle hooks (#32583)
  • core: add configure-ai-agents command (#32825)
  • docker: add env var for providing docker registry (#32676)
  • docker: ensure docker:build dependsOn build (#32697)
  • graph: unified graph UI and controls (#32724)
  • misc: add Cookiebot global scripts to astro-docs (#32660)
  • nx-dev: disable Algolia search on non-docs pages when Astro docs are enabled (#32789)
  • nx-dev: change login button to try nx cloud (5e0bcae9ef)
  • nx-dev: enhance UI animations & statistics display (#32863)
  • release: new option preserveMatchingDependencyRanges to not update matching version ranges (#32556)
  • rspack: respect deleteOutputPath option in rspack executor (#32609, #32015)
  • testing: infer task to merge reports from playwright atomized tasks (#31615)
  • testing: support inferring atomized tasks for cypress component tests (#32733)
  • testing: forward e2e-ci task options to their atomized tasks (#32765)
  • ⚠️ webpack: remove SVGR option and provide withSvgr composable function (#32843)

🩹 Fixes

  • angular: install a compatible version of jest for angular (#32744)
  • angular-rspack: show correct file sizes in build stats for i18n builds (#32758, #32277)
  • angular-rspack: ensure assets extracted from stylesheets correctly #32487 (#32759, #32487)
  • bundling: postcss-cli-resources should handle relative urls #32582 (#32658, #32582)
  • core: ensure only supported bundlers are used for angular fallback to default (#32655)
  • core: invalidate project graph when external nodes change (#32626)
  • core: check if daemon process is actually alive before trying to kill it (#32661)
  • core: add bold styling to terminal pane title when focused (#32462)
  • core: resolve watcher infinite loops from missing parent gitignore support (#32604, #30313)
  • core: check nx packages for provenance config before running nx migrate (#32557)
  • core: handle uninstalled nx console case in autoinstall logic (#32673)
  • core: filter task duration estimation by successful tasks only (#32688)
  • core: move git utilities to fix WASM build (#32695)
  • core: detect vscode insiders as separate editor (#32679)
  • core: exit fork process and children when ipc connection closes (#32681)
  • core: improve error messages for provenance checks (#32680)
  • core: add missing view command to npm (#32729)
  • core: kill child process correctly when run-script executor process is killed and not using pseudoterminal (#32699)
  • core: do not shutdown daemon for project graph errors (#32764)

... (truncated)

Commits
  • 7ba9a24 feat(core): generate AI files in create-nx-workspace (#32442)
  • 1ff26dd fix(core): check nx packages for provenance config before running nx migrate ...
  • See full diff in compare view

Updates @nx/eslint from 21.5.3 to 21.6.2

Release notes

Sourced from @​nx/eslint's releases.

21.6.2 (2025-09-29)

This was a version bump only, there were no code changes.

21.6.1 (2025-09-29)

🚀 Features

  • angular: support angular v20.3.0 (#32730)
  • core: replace the pagination from the tui tasks list with scrolling (#32560)
  • core: generate AI files in create-nx-workspace (#32442)
  • core: add NX_PROJECT_ROOT environment variable to runti… (#32736, #31428)
  • core: improve split target to support Gradle format (#32766)
  • core: add id, start and end time to lifecycle hooks (#32583)
  • core: add configure-ai-agents command (#32825)
  • docker: add env var for providing docker registry (#32676)
  • docker: ensure docker:build dependsOn build (#32697)
  • graph: unified graph UI and controls (#32724)
  • misc: add Cookiebot global scripts to astro-docs (#32660)
  • nx-dev: disable Algolia search on non-docs pages when Astro docs are enabled (#32789)
  • nx-dev: change login button to try nx cloud (5e0bcae9ef)
  • nx-dev: enhance UI animations & statistics display (#32863)
  • release: new option preserveMatchingDependencyRanges to not update matching version ranges (#32556)
  • rspack: respect deleteOutputPath option in rspack executor (#32609, #32015)
  • testing: infer task to merge reports from playwright atomized tasks (#31615)
  • testing: support inferring atomized tasks for cypress component tests (#32733)
  • testing: forward e2e-ci task options to their atomized tasks (#32765)
  • ⚠️ webpack: remove SVGR option and provide withSvgr composable function (#32843)

🩹 Fixes

  • angular: install a compatible version of jest for angular (#32744)
  • angular-rspack: show correct file sizes in build stats for i18n builds (#32758, #32277)
  • angular-rspack: ensure assets extracted from stylesheets correctly #32487 (#32759, #32487)
  • bundling: postcss-cli-resources should handle relative urls #32582 (#32658, #32582)
  • core: ensure only supported bundlers are used for angular fallback to default (#32655)
  • core: invalidate project graph when external nodes change (#32626)
  • core: check if daemon process is actually alive before trying to kill it (#32661)
  • core: add bold styling to terminal pane title when focused (#32462)
  • core: resolve watcher infinite loops from missing parent gitignore support (#32604, #30313)
  • core: check nx packages for provenance config before running nx migrate (#32557)
  • core: handle uninstalled nx console case in autoinstall logic (#32673)
  • core: filter task duration estimation by successful tasks only (#32688)
  • core: move git utilities to fix WASM build (#32695)
  • core: detect vscode insiders as separate editor (#32679)
  • core: exit fork process and children when ipc connection closes (#32681)
  • core: improve error messages for provenance checks (#32680)
  • core: add missing view command to npm (#32729)
  • core: kill child process correctly when run-script executor process is killed and not using pseudoterminal (#32699)
  • core: do not shutdown daemon for project graph errors (#32764)

... (truncated)

Commits

Updates @nx/eslint-plugin from 21.5.3 to 21.6.2

Release notes

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

21.6.2 (2025-09-29)

This was a version bump only, there were no code changes.

21.6.1 (2025-09-29)

🚀 Features

  • angular: support angular v20.3.0 (#32730)
  • core: replace the pagination from the tui tasks list with scrolling (#32560)
  • core: generate AI files in create-nx-workspace (#32442)
  • core: add NX_PROJECT_ROOT environment variable to runti… (#32736, #31428)
  • core: improve split target to support Gradle format (#32766)
  • core: add id, start and end time to lifecycle hooks (#32583)
  • core: add configure-ai-agents command (#32825)
  • docker: add env var for providing docker registry (#32676)
  • docker: ensure docker:build dependsOn build (#32697)
  • graph: unified graph UI and controls (#32724)
  • misc: add Cookiebot global scripts to astro-docs (#32660)
  • nx-dev: disable Algolia search on non-docs pages when Astro docs are enabled (#32789)
  • nx-dev: change login button to try nx cloud (5e0bcae9ef)
  • nx-dev: enhance UI animations & statistics display (#32863)
  • release: new option preserveMatchingDependencyRanges to not update matching version ranges (#32556)
  • rspack: respect deleteOutputPath option in rspack executor (#32609, #32015)
  • testing: infer task to merge reports from playwright atomized tasks (#31615)
  • testing: support inferring atomized tasks for cypress component tests (#32733)
  • testing: forward e2e-ci task options to their atomized tasks (#32765)
  • ⚠️ webpack: remove SVGR option and provide withSvgr composable function (#32843)

🩹 Fixes

  • angular: install a compatible version of jest for angular (#32744)
  • angular-rspack: show correct file sizes in build stats for i18n builds (#32758, #32277)
  • angular-rspack: ensure assets extracted from stylesheets correctly #32487 (#32759, #32487)
  • bundling: postcss-cli-resources should handle relative urls #32582 (#32658, #32582)
  • core: ensure only supported bundlers are used for angular fallback to default (#32655)
  • core: invalidate project graph when external nodes change (#32626)
  • core: check if daemon process is actually alive before trying to kill it (#32661)
  • core: add bold styling to terminal pane title when focused (#32462)
  • core: resolve watcher infinite loops from missing parent gitignore support (#32604, #30313)
  • core: check nx packages for provenance config before running nx migrate (#32557)
  • core: handle uninstalled nx console case in autoinstall logic (#32673)
  • core: filter task duration estimation by successful tasks only (#32688)
  • core: move git utilities to fix WASM build (#32695)
  • core: detect vscode insiders as separate editor (#32679)
  • core: exit fork process and children when ipc connection closes (#32681)
  • core: improve error messages for provenance checks (#32680)
  • core: add missing view command to npm (#32729)
  • core: kill child process correctly when run-script executor process is killed and not using pseudoterminal (#32699)
  • core: do not shutdown daemon for project graph errors (#32764)

... (truncated)

Commits

Updates @nx/jest from 21.5.3 to 21.6.2

Release notes

Sourced from @​nx/jest's releases.

21.6.2 (2025-09-29)

This was a version bump only, there were no code changes.

21.6.1 (2025-09-29)

🚀 Features

  • angular: support angular v20.3.0 (#32730)
  • core: replace the pagination from the tui tasks list with scrolling (#32560)
  • core: generate AI files in create-nx-workspace (#32442)
  • core: add NX_PROJECT_ROOT environment variable to runti… (#32736, #31428)
  • core: improve split target to support Gradle format (#32766)
  • core: add id, start and end time to lifecycle hooks (#32583)
  • core: add configure-ai-agents command (#32825)
  • docker: add env var for providing docker registry (#32676)
  • docker: ensure docker:build dependsOn build (#32697)
  • graph: unified graph UI and controls (#32724)
  • misc: add Cookiebot global scripts to astro-docs (#32660)
  • nx-dev: disable Algolia search on non-docs pages when Astro docs are enabled (#32789)
  • nx-dev: change login button to try nx cloud (5e0bcae9ef)
  • nx-dev: enhance UI animations & statistics display (#32863)
  • release: new option preserveMatchingDependencyRanges to not update matching version ranges (#32556)
  • rspack: respect deleteOutputPath option in rspack executor (#32609, #32015)
  • testing: infer task to merge reports from playwright atomized tasks (#31615)
  • testing: support inferring atomized tasks for cypress component tests (#32733)
  • testing: forward e2e-ci task options to their atomized tasks (#32765)
  • ⚠️ webpack: remove SVGR option and provide withSvgr composable function (#32843)

🩹 Fixes

  • angular: install a compatible version of jest for angular (#32744)
  • angular-rspack: show correct file sizes in build stats for i18n builds (#32758, #32277)
  • angular-rspack: ensure assets extracted from stylesheets correctly #32487 (#32759, #32487)
  • bundling: postcss-cli-resources should handle relative urls #32582 (#32658, #32582)
  • core: ensure only supported bundlers are used for angular fallback to default (#32655)
  • core: invalidate project graph when external nodes change (#32626)
  • core: check if daemon process is actually alive before trying to kill it (#32661)
  • core: add bold styling to terminal pane title when focused (#32462)
  • core: resolve watcher infinite loops from missing parent gitignore support (#32604, #30313)
  • core: check nx packages for provenance config before running nx migrate (#32557)
  • core: handle uninstalled nx console case in autoinstall logic (#32673)
  • core: filter task duration estimation by successful tasks only (#32688)
  • core: move git utilities to fix WASM build (#32695)
  • core: detect vscode insiders as separate editor (#32679)
  • core: exit fork process and children when ipc connection closes (#32681)
  • core: improve error messages for provenance checks (#32680)
  • core: add missing view command to npm (#32729)
  • core: kill child process correctly when run-script executor process is killed and not using pseudoterminal (#32699)
  • core: do not shutdown daemon for project graph errors (#32764)

... (truncated)

Commits

Updates @nx/js from 21.5.3 to 21.6.2

Release notes

Sourced from @​nx/js's releases.

21.6.2 (2025-09-29)

This was a version bump only, there were no code changes.

21.6.1 (2025-09-29)

🚀 Features

  • angular: support angular v20.3.0 (#32730)
  • core: replace the pagination from the tui tasks list with scrolling (#32560)
  • core: generate AI files in create-nx-workspace (#32442)
  • core: add NX_PROJECT_ROOT environment variable to runti… (#32736, #31428)
  • core: improve split target to support Gradle format (#32766)
  • core: add id, start and end time to lifecycle hooks (#32583)
  • core: add configure-ai-agents command (#32825)
  • docker: add env var for providing docker registry (#32676)
  • docker: ensure docker:build dependsOn build (#32697)
  • graph: unified graph UI and controls (#32724)
  • misc: add Cookiebot global scripts to astro-docs (#32660)
  • nx-dev: disable Algolia search on non-docs pages when Astro docs are enabled (#32789)
  • nx-dev: change login button to try nx cloud (5e0bcae9ef)
  • nx-dev: enhance UI animations & statistics display (#32863)
  • release: new option preserveMatchingDependencyRanges to not update matching version ranges (#32556)
  • rspack: respect deleteOutputPath option in rspack executor (#32609, #32015)
  • testing: infer task to merge reports from playwright atomized tasks (#31615)
  • testing: support inferring atomized tasks for cypress component tests (#32733)
  • testing: forward e2e-ci task options to their atomized tasks (#32765)
  • ⚠️ webpack: remove SVGR option and provide withSvgr composable function (#32843)

🩹 Fixes

  • angular: install a compatible version of jest for angular (#32744)
  • angular-rspack: show correct file sizes in build stats for i18n builds (#32758, #32277)
  • angular-rspack: ensure assets extracted from stylesheets correctly #32487 (#32759, #32487)
  • bundling: postcss-cli-resources should handle relative urls #32582 (#32658, #32582)
  • core: ensure only supported bundlers are used for angular fallback to default (#32655)
  • core: invalidate project graph when external nodes change (#32626)
  • core: check if daemon process is actually alive before trying to kill it (#32661)
  • core: add bold styling to terminal pane title when focused (#32462)
  • core: resolve watcher infinite loops from missing parent gitignore support (#32604, #30313)
  • core: check nx packages for provenance config before running nx migrate (#32557)
  • core: handle uninstalled nx console case in autoinstall logic (#32673)
  • core: filter task duration estimation by successful tasks only (#32688)
  • core: move git utilities to fix WASM build (#32695)
  • core: detect vscode insiders as separate editor (#32679)
  • core: exit fork process and children when ipc connection closes (#32681)
  • core: improve error messages for provenance checks (#32680)
  • core: add missing view command to npm (#32729)
  • core: kill child process correctly when run-script executor process is killed and not using pseudoterminal (#32699)
  • core: do not shutdown daemon for project graph errors (#32764)

... (truncated)

Commits
  • 79ac44d fix(misc): remove unnecessary bust property from plugin hashes (#32807)
  • dd5daea fix(misc): add typescript output to the eslint ignore when needed (#32775)
  • 67f60e7 feat(release): new option preserveMatchingDependencyRanges to not update matc...
  • See full diff in compare view

Updates @nx/next from 21.5.3 to 21.6.2

Release notes

Sourced from @​nx/next's releases.

21.6.2 (2025-09-29)

This was a version bump only, there were no code changes.

21.6.1 (2025-09-29)

🚀 Features

  • angular: support angular v20.3.0 (#32730)
  • core: replace the pagination from the tui tasks list with scrolling (#32560)
  • core: generate AI files in create-nx-workspace (#32442)
  • core: add NX_PROJECT_ROOT environment variable to runti… (#32736, #31428)
  • core: improve split target to support Gradle format (#32766)
  • core: add id, start and end time to lifecycle hooks (#32583)
  • core: add configure-ai-agents command (#32825)
  • docker: add env var for providing docker registry (#32676)
  • docker: ensure docker:build dependsOn build (#32697)
  • graph: unified graph UI and controls (#32724)
  • misc: add Cookiebot global scripts to astro-docs (#32660)
  • nx-dev: disable Algolia search on non-docs pages when Astro docs are enabled (#32789)
  • nx-dev: change login button to try nx cloud (5e0bcae9ef)
  • nx-dev: enhance UI animations & statistics display (#32863)
  • release: new option preserveMatchingDependencyRanges to not update matching version ranges (#32556)
  • rspack: respect deleteOutputPath option in rspack executor (#32609, #32015)
  • testing: infer task to merge reports from playwright atomized tasks (#31615)
  • testing: support inferring atomized tasks for cypress component tests (#32733)
  • testing: forward e2e-ci task options to their atomized tasks (#32765)
  • ⚠️ webpack: remove SVGR option and provide withSvgr composable function (#32843)

🩹 Fixes

  • angular: install a compatible version of jest for angular (#32744)
  • angular-rspack: show correct file sizes in build stats for i18n builds (#32758, #32277)
  • angular-rspack: ensure assets extracted from stylesheets correctly #32487 (#32759, #32487)
  • bundling: postcss-cli-resources should handle relative urls #32582 (#32658, #32582)
  • core: ensure only supported bundlers are used for angular fallback to default (#32655)
  • core: invalidate project graph when external nodes change (#32626)
  • core: check if daemon process is actually alive before trying to kill it (#32661)
  • core: add bold styling to terminal pane title when focused (#32462)
  • core: resolve watcher infinite loops from missing parent gitignore support (#32604, #30313)
  • core: check nx packages for provenance config before running nx migrate (#32557)
  • core: handle uninstalled nx console case in autoinstall logic (#32673)
  • core: filter task duration estimation by successful tasks only (#32688)
  • core: move git utilities to fix WASM build (#32695)
  • core: detect vscode insiders as separate editor (#32679)
  • core: exit fork process and children when ipc connection closes (#32681)
  • core: improve error messages for provenance checks (#32680)
  • core: add missing view command to npm (#32729)
  • core: kill child process correctly when run-script executor process is killed and not using pseudoterminal (#32699)
  • core: do not shutdown daemon for project graph errors (#32764)

... (truncated)

Commits
  • 6b634b8 Revert "feat(webpack)!: remove SVGR option and provide withSvgr composable fu...
  • 2e9b543 feat(webpack)!: remove SVGR option and provide withSvgr composable function (...
  • dd5daea fix(misc): add typescript output to the eslint ignore when needed (#32775)
  • See full diff in compare view

Updates @nx/node from 21.5.3 to 21.6.2

Release notes

Sourced from @​nx/node's releases.

21.6.2 (2025-09-29)

This was a version bump only, there were no code changes.

21.6.1 (2025-09-29)

🚀 Features

  • angular: support angular v20.3.0 (#32730)
  • core: replace the pagination from the tui tasks list with scrolling (#32560)
  • core: generate AI files in create-nx-workspace (#32442)
  • core: add NX_PROJECT_ROOT environment variable to runti… (#32736, #31428)
  • core: improve split target to support Gradle format (#32766)
  • core: add id, start and end time to lifecycle hooks (#32583)
  • core: add configure-ai-agents command (#32825)
  • docker: add env var for providing docker registry (#32676)
  • docker: ensure docker:build dependsOn build (#32697)
  • graph: unified graph UI and controls (#32724)
  • misc: add Cookiebot global scripts to astro-docs (#32660)
  • nx-dev: disable Algolia search on non-docs pages when Astro docs are enabled (#32789)
  • nx-dev: change login button to try nx cloud (5e0bcae9ef)
  • nx-dev: enhance UI animations & statistics display (#32863)
  • release: new option preserveMatchingDependencyRanges to not update matching version ranges (#32556)
  • rspack: respect deleteOutputPath option in rspack executor (#32609, #32015)
  • testing: infer task to merge reports from playwright atomized tasks (#31615)
  • testing: support inferring atomized tasks for cypress component tests (#32733)
  • testing: forward e2e-ci task options to their atomized tasks (#32765)
  • ⚠️ webpack: remove SVGR option and provide withSvgr composable function (#32843)

🩹 Fixes

  • angular: install a compatible version of jest for angular (#32744)
  • angular-rspack: show correct file sizes in build stats for i18n builds (#32758, #32277)
  • angular-rspack: ensure assets extracted from stylesheets correctly #32487 (#32759, #32487)
  • bundling: postcss-cli-resources should handle relative urls #32582 (#32658, #32582)
  • core: ensure only supported bundlers are used for angular fallback to default (#32655)
  • core: invalidate project graph when external nodes change (#32626)
  • core: check if daemon process is actually alive before trying to kill it (#32661)
  • core: add bold styling to terminal pane title when focused (#32462)
  • core: resolve watcher infinite loops from missing parent gitignore support (#32604, #30313)
  • core: check nx packages for provenance config before running nx migrate (#32557)
  • core: handle uninstalled nx console case in autoinstall logic (#32673)
  • core: filter task duration estimation by successful tasks only (#32688)
  • core: move git utilities to fix WASM build (#32695)
  • core: detect vscode insiders as separate editor (#32679)
  • core: exit fork process and children when ipc connection closes (#32681)
  • core: improve error messages for provenance checks (#32680)
  • core: add missing view command to npm (#32729)
  • core: kill child process correctly when run-script executor process is killed and not using pseudoterminal (#32699)
  • core: do not shutdown daemon for project graph errors (#32764)

... (truncated)

Commits

Updates @nx/playwright from 21.5.3 to 21.6.2

Release notes

Sourced from @​nx/playwright's releases.

21.6.2 (2025-09-29)

This was a version bump only, there were no code changes.

21.6.1 (2025-09-29)

🚀 Features

  • angular: support angular v20.3.0 (#32730)
  • core: replace the pagination from the tui tasks list with scrolling (#32560)
  • core: generate AI files in create-nx-workspace (#32442)
  • core: add NX_PROJECT_ROOT environment variable to runti… (#32736, #31428)
  • core: improve split target to support Gradle format (#32766)
  • core: add id, start and end time to lifecycle hooks (#32583)
  • core: add configure-ai-agents command (#32825)
  • docker: add env var for providing docker registry (#32676)
  • docker: ensure docker:build dependsOn build (#32697)
  • graph: unified graph UI and controls (#32724)
  • misc: add Cookiebot global scripts to astro-docs (#32660)
  • nx-dev: disable Algolia search on non-docs pages when Astro docs are enabled (#32789)
  • nx-dev: change login button to try nx cloud (5e0bcae9ef)
  • nx-dev: enhance UI animations & statistics display (#32863)
  • release: new option preserveMatchingDependencyRanges to not update matching version ranges (#32556)
  • rspack: respect deleteOutputPath option in rspack executor (#32609, #32015)
  • testing: infer task to merge reports from playwright atomized tasks (#31615)
  • testing: support inferring atomized tasks for cypress component tests (#32733)
  • testing: forward e2e-ci task options to their atomized tasks (#32765)
  • ⚠️ webpack: remove SVGR option and provide withSvgr composable function (#32843)

🩹 Fixes

  • angular: install a compatible version of jest for angular (#32744)
  • angular-rspack: show correct file sizes in build stats for i18n builds (#32758, #32277)
  • angular-rspack: ensure assets extracted from stylesheets correctly #32487 (#32759, #32487)
  • bundling: postcss-cli-resources should handle relative urls #32582 (#32658, #32582)
  • core: ensure only supported bundlers are used for angular fallback to default (#32655)
  • core: invalidate project graph when external nodes change (#32626)
  • core: check if daemon process is actually alive before trying to kill it (#32661)
  • core: add bold styling to terminal pane title when focused (#32462)
  • core: resolve watcher infinite loops from missing parent gitignore support (#32604, #30313)
  • core: check nx packages for provenance config before running nx migrate (#32557)
  • core: handle uninstalled nx console case in autoinstall logic (#32673)
  • core: filter task duration estimation by successful tasks only (#32688)
  • core: move git utilities to fix WASM build (#32695)
  • core: detect vscode insiders as separate editor (#32679)
  • core: exit fork process and children when ipc connection closes (#32681)
  • core: improve error messages for provenance checks (#32680)
  • core: add missing view command to npm (#32729)
  • core: kill child process correctly when run-script executor process is killed and not using pseudoterminal (#32699)
  • core: do not shutdown daemon for project graph errors (#32764)

... (truncated)

Commits
  • c73b2aa feat(testing): forward e2e-ci task options to their atomized tasks (#32765)
  • 0805d4e feat(testing): infer task to merge reports from playwright atomized tasks (#3...
  • See full diff in compare view

Updates @nx/react from 21.5.3 to 21.6.2

Release notes

Sourced from @​nx/react's releases.

21.6.2 (2025-09-29)

This was a version bump only, there were no code changes.

21.6.1 (2025-09-29)

🚀 Features

  • angular: support angular v20.3.0 (#32730)
  • core: replace the pagination from the tui tasks list with scrolling (#32560)
  • core: generate AI files in create-nx-workspace (#32442)
  • core: add NX_PROJECT_ROOT environment variable to runti… (#32736, #31428)
  • core: improve split target to support Gradle format (#32766)
  • core: add id, start and end time to lifecycle hooks (#32583)
  • core: add configure-ai-agents command (#32825)
  • docker: add env var for providing docker registry (#32676)
  • docker: ensure docker:build dependsOn build (#32697)
  • graph: unified graph UI and controls (#32724)
  • misc: add Cookiebot global scripts to astro-docs (#32660)
  • nx-dev: disable Algolia search on non-docs pages when Astro docs are enabled (#32789)
  • nx-dev: change login button to try nx cloud (5e0bcae9ef)
  • nx-dev: enhance UI animations & statistics display (#32863)
  • release: new option preserveMatchingD...

    Description has been truncated

Bumps the nx group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `21.5.3` | `21.6.2` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `21.5.3` | `21.6.2` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `21.5.3` | `21.6.2` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `21.5.3` | `21.6.2` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `21.5.3` | `21.6.2` |
| [@nx/next](https://github.com/nrwl/nx/tree/HEAD/packages/next) | `21.5.3` | `21.6.2` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `21.5.3` | `21.6.2` |
| [@nx/playwright](https://github.com/nrwl/nx/tree/HEAD/packages/playwright) | `21.5.3` | `21.6.2` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react) | `21.5.3` | `21.6.2` |
| [@nx/rollup](https://github.com/nrwl/nx/tree/HEAD/packages/rollup) | `21.5.3` | `21.6.2` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `21.5.3` | `21.6.2` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `21.5.3` | `21.6.2` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `21.5.3` | `21.6.2` |


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

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

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

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

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@nx/devkit"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/eslint"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/jest"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/js"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/next"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/node"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/playwright"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/react"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/rollup"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/vite"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/web"
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: nx
  dependency-version: 21.6.2
  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 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 1, 2025
@nx-cloud
Copy link

nx-cloud bot commented Oct 1, 2025

View your CI Pipeline Execution ↗ for commit 9b446b8

Command Status Duration Result
nx affected --target=test --base=965a2898c989a4... ✅ Succeeded 26s View ↗
nx affected --target=typecheck --base=965a2898c... ✅ Succeeded 1m 5s View ↗
nx affected --target=lint --base=965a2898c989a4... ✅ Succeeded 1m 45s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-01 19:37:26 UTC

@github-actions
Copy link

github-actions bot commented Oct 1, 2025

⚠️ Build Warnings Detected

Found null warnings during the build.

Summary by Site

Note: Build warnings are non-blocking but should be addressed.

@github-actions
Copy link

github-actions bot commented Oct 1, 2025

PR Validation Report

✅ Checks Completed

  • Validation (Lint/Typecheck/Test): success
  • Build: success

📊 Summary

  • Affected Projects: Check Nx affected output
  • Test Coverage: Available in artifacts
  • Build Artifacts: Available for preview
  • Lighthouse Scores: Check workflow summary

🚀 Optimizations Applied

  • Nx affected detection for incremental validation
  • Parallel execution of checks
  • Build caching enabled
  • Admin tests excluded (documentation focus)

This comment is automatically updated on each push

@jonphipps jonphipps merged commit f1350ac into preview Oct 2, 2025
14 of 16 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx-358666f104 branch October 2, 2025 15:01
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.

2 participants