Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2025

Bumps the npm-dependencies group with 1 update in the /tests/npm directory: nx.
Bumps the npm-dependencies group with 1 update in the /tests/pnpm directory: nx.
Bumps the npm-dependencies group with 1 update in the /tests/pnpm-package-manager directory: nx.
Bumps the npm-dependencies group with 1 update in the /tests/yarn directory: nx.

Updates nx from 20.8.0 to 21.0.0

Release notes

Sourced from nx's releases.

21.0.0 (2025-05-05)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • ⚠️ angular: remove deprecated functionalities for v21 (#30769)
  • core: introduce continuous tasks (#29750, #29025)
  • core: share continuous tasks (#29901)
  • core: add the experimental Terminal UI for tasks (#30565)
  • core: enable dte to execute continuous tasks (#29993)
  • core: add shared status for tui (#30679)
  • core: clean up unneeded continuous tasks after tasks are done (#30746)
  • core: stream task output for all tasks except for direct output… (#30822)
  • core: add flaky task detection to tui summary (#30835)
  • core: allow executors to specify if they are continuous (#30821)
  • ⚠️ core: remove usage of cli property from migration definitions (#30855)
  • ⚠️ core: remove deprecated readWorkspaceConfig (#30868)
  • core: add enter and q keybindings (#30786)
  • ⚠️ core: drop support for create nodes v1 in favor of only calling create nodes v2 (#30616)
  • ⚠️ core: remove legacy cache flag from nx.json (#30787)
  • core: disable tui when output style is set to an incompatible style (#30873)
  • ⚠️ core: drop support for node versions prior to 20.19.0 (#30818)
  • core: support reading NX_TUI_AUTO_EXIT env var (#30971)
  • core: bump devkit support range and remove some deprecated APIs (#30840)
  • core: add continuous option to targets for Detox, Expo, and React Native (#30988)
  • ⚠️ core: remove outputStyle=compact (#31016)
  • gradle: add batch runner (#30457)
  • gradle: set gradle task continuous for bootRun (#30931)
  • graph: Create Migrate UI (#30734)
  • graph: add undo migration option when one is pending approval (#30878)
  • graph: show next steps for successful migrations (307c45542a)
  • graph: show next steps for successful migrations (#30934)
  • java: add gradle kotlin plugin (#29464)
  • js: infer continuous for watch-deps task (#29976)
  • linter: add support for package based secondary entry points (#30809, #18552)
  • misc: remove generation of target defaults for atomized e2e tasks (#30730)
  • misc: remove migrations prior to v19 in preparation for v21 (#30839)
  • module-federation: add continuous tasks support to react rspack (#30644)
  • node: generate new apps with continuous: true (#30148)
  • nuxt: enable continuous tasks (#30925)
  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (4f8b407a75)
  • nx-dev: tutorial landing page and improvements (#30757)
  • nx-dev: add conformance rule to verify blog post cover images (5651270b33)
  • react: undeprecate svgr option for Next.js apps since --turbo supports it (#30909)
  • react: replace deprecated babel classProperties.loose option in .babelrc files (#30912)
  • react-native: update executor and schema files for expo and react-native to be continuous (#30985)
  • ⚠️ release: useLegacyVersioning is false by default, migrate config (#30838)
  • ⚠️ release: support gitlab releases (#30802)
  • remix: add continuous task support (#29905)

... (truncated)

Commits
  • 5cd09f9 fix(core): kill tasks run via run-commands (#31045)
  • e2b27b8 fix(core): switch to tui-term fork to support dimmed content (#31044)
  • 37dea94 fix(core): improve tui selected task contrast (#31039)
  • 0402e85 fix(core): q should exit tui immediately if all tasks complete (#31040)
  • 9fe487c fix(core): tui summary should show cancelled when interrupting dev server (#3...
  • 02ba546 fix(core): exit the command with sigint if it is interrupted (#31028)
  • 2cb0fa2 docs(core): publish tutorial kit tutorials (#30973)
  • 6e12a82 feat(core)!: remove outputStyle=compact (#31016)
  • c2321a3 fix(core): more tui summary updates and unit tests (#31019)
  • b95621f fix(core): nx init should configure plugins for encapsulated workspaces (#31020)
  • Additional commits viewable in compare view

Updates nx from 20.8.0 to 21.0.0

Release notes

Sourced from nx's releases.

21.0.0 (2025-05-05)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • ⚠️ angular: remove deprecated functionalities for v21 (#30769)
  • core: introduce continuous tasks (#29750, #29025)
  • core: share continuous tasks (#29901)
  • core: add the experimental Terminal UI for tasks (#30565)
  • core: enable dte to execute continuous tasks (#29993)
  • core: add shared status for tui (#30679)
  • core: clean up unneeded continuous tasks after tasks are done (#30746)
  • core: stream task output for all tasks except for direct output… (#30822)
  • core: add flaky task detection to tui summary (#30835)
  • core: allow executors to specify if they are continuous (#30821)
  • ⚠️ core: remove usage of cli property from migration definitions (#30855)
  • ⚠️ core: remove deprecated readWorkspaceConfig (#30868)
  • core: add enter and q keybindings (#30786)
  • ⚠️ core: drop support for create nodes v1 in favor of only calling create nodes v2 (#30616)
  • ⚠️ core: remove legacy cache flag from nx.json (#30787)
  • core: disable tui when output style is set to an incompatible style (#30873)
  • ⚠️ core: drop support for node versions prior to 20.19.0 (#30818)
  • core: support reading NX_TUI_AUTO_EXIT env var (#30971)
  • core: bump devkit support range and remove some deprecated APIs (#30840)
  • core: add continuous option to targets for Detox, Expo, and React Native (#30988)
  • ⚠️ core: remove outputStyle=compact (#31016)
  • gradle: add batch runner (#30457)
  • gradle: set gradle task continuous for bootRun (#30931)
  • graph: Create Migrate UI (#30734)
  • graph: add undo migration option when one is pending approval (#30878)
  • graph: show next steps for successful migrations (307c45542a)
  • graph: show next steps for successful migrations (#30934)
  • java: add gradle kotlin plugin (#29464)
  • js: infer continuous for watch-deps task (#29976)
  • linter: add support for package based secondary entry points (#30809, #18552)
  • misc: remove generation of target defaults for atomized e2e tasks (#30730)
  • misc: remove migrations prior to v19 in preparation for v21 (#30839)
  • module-federation: add continuous tasks support to react rspack (#30644)
  • node: generate new apps with continuous: true (#30148)
  • nuxt: enable continuous tasks (#30925)
  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (4f8b407a75)
  • nx-dev: tutorial landing page and improvements (#30757)
  • nx-dev: add conformance rule to verify blog post cover images (5651270b33)
  • react: undeprecate svgr option for Next.js apps since --turbo supports it (#30909)
  • react: replace deprecated babel classProperties.loose option in .babelrc files (#30912)
  • react-native: update executor and schema files for expo and react-native to be continuous (#30985)
  • ⚠️ release: useLegacyVersioning is false by default, migrate config (#30838)
  • ⚠️ release: support gitlab releases (#30802)
  • remix: add continuous task support (#29905)

... (truncated)

Commits
  • 5cd09f9 fix(core): kill tasks run via run-commands (#31045)
  • e2b27b8 fix(core): switch to tui-term fork to support dimmed content (#31044)
  • 37dea94 fix(core): improve tui selected task contrast (#31039)
  • 0402e85 fix(core): q should exit tui immediately if all tasks complete (#31040)
  • 9fe487c fix(core): tui summary should show cancelled when interrupting dev server (#3...
  • 02ba546 fix(core): exit the command with sigint if it is interrupted (#31028)
  • 2cb0fa2 docs(core): publish tutorial kit tutorials (#30973)
  • 6e12a82 feat(core)!: remove outputStyle=compact (#31016)
  • c2321a3 fix(core): more tui summary updates and unit tests (#31019)
  • b95621f fix(core): nx init should configure plugins for encapsulated workspaces (#31020)
  • Additional commits viewable in compare view

Updates nx from 20.8.0 to 21.0.0

Release notes

Sourced from nx's releases.

21.0.0 (2025-05-05)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • ⚠️ angular: remove deprecated functionalities for v21 (#30769)
  • core: introduce continuous tasks (#29750, #29025)
  • core: share continuous tasks (#29901)
  • core: add the experimental Terminal UI for tasks (#30565)
  • core: enable dte to execute continuous tasks (#29993)
  • core: add shared status for tui (#30679)
  • core: clean up unneeded continuous tasks after tasks are done (#30746)
  • core: stream task output for all tasks except for direct output… (#30822)
  • core: add flaky task detection to tui summary (#30835)
  • core: allow executors to specify if they are continuous (#30821)
  • ⚠️ core: remove usage of cli property from migration definitions (#30855)
  • ⚠️ core: remove deprecated readWorkspaceConfig (#30868)
  • core: add enter and q keybindings (#30786)
  • ⚠️ core: drop support for create nodes v1 in favor of only calling create nodes v2 (#30616)
  • ⚠️ core: remove legacy cache flag from nx.json (#30787)
  • core: disable tui when output style is set to an incompatible style (#30873)
  • ⚠️ core: drop support for node versions prior to 20.19.0 (#30818)
  • core: support reading NX_TUI_AUTO_EXIT env var (#30971)
  • core: bump devkit support range and remove some deprecated APIs (#30840)
  • core: add continuous option to targets for Detox, Expo, and React Native (#30988)
  • ⚠️ core: remove outputStyle=compact (#31016)
  • gradle: add batch runner (#30457)
  • gradle: set gradle task continuous for bootRun (#30931)
  • graph: Create Migrate UI (#30734)
  • graph: add undo migration option when one is pending approval (#30878)
  • graph: show next steps for successful migrations (307c45542a)
  • graph: show next steps for successful migrations (#30934)
  • java: add gradle kotlin plugin (#29464)
  • js: infer continuous for watch-deps task (#29976)
  • linter: add support for package based secondary entry points (#30809, #18552)
  • misc: remove generation of target defaults for atomized e2e tasks (#30730)
  • misc: remove migrations prior to v19 in preparation for v21 (#30839)
  • module-federation: add continuous tasks support to react rspack (#30644)
  • node: generate new apps with continuous: true (#30148)
  • nuxt: enable continuous tasks (#30925)
  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (4f8b407a75)
  • nx-dev: tutorial landing page and improvements (#30757)
  • nx-dev: add conformance rule to verify blog post cover images (5651270b33)
  • react: undeprecate svgr option for Next.js apps since --turbo supports it (#30909)
  • react: replace deprecated babel classProperties.loose option in .babelrc files (#30912)
  • react-native: update executor and schema files for expo and react-native to be continuous (#30985)
  • ⚠️ release: useLegacyVersioning is false by default, migrate config (#30838)
  • ⚠️ release: support gitlab releases (#30802)
  • remix: add continuous task support (#29905)

... (truncated)

Commits
  • 5cd09f9 fix(core): kill tasks run via run-commands (#31045)
  • e2b27b8 fix(core): switch to tui-term fork to support dimmed content (#31044)
  • 37dea94 fix(core): improve tui selected task contrast (#31039)
  • 0402e85 fix(core): q should exit tui immediately if all tasks complete (#31040)
  • 9fe487c fix(core): tui summary should show cancelled when interrupting dev server (#3...
  • 02ba546 fix(core): exit the command with sigint if it is interrupted (#31028)
  • 2cb0fa2 docs(core): publish tutorial kit tutorials (#30973)
  • 6e12a82 feat(core)!: remove outputStyle=compact (#31016)
  • c2321a3 fix(core): more tui summary updates and unit tests (#31019)
  • b95621f fix(core): nx init should configure plugins for encapsulated workspaces (#31020)
  • Additional commits viewable in compare view

Updates nx from 20.8.0 to 21.0.0

Release notes

Sourced from nx's releases.

21.0.0 (2025-05-05)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • ⚠️ angular: remove deprecated functionalities for v21 (#30769)
  • core: introduce continuous tasks (#29750, #29025)
  • core: share continuous tasks (#29901)
  • core: add the experimental Terminal UI for tasks (#30565)
  • core: enable dte to execute continuous tasks (#29993)
  • core: add shared status for tui (#30679)
  • core: clean up unneeded continuous tasks after tasks are done (#30746)
  • core: stream task output for all tasks except for direct output… (#30822)
  • core: add flaky task detection to tui summary (#30835)
  • core: allow executors to specify if they are continuous (#30821)
  • ⚠️ core: remove usage of cli property from migration definitions (#30855)
  • ⚠️ core: remove deprecated readWorkspaceConfig (#30868)
  • core: add enter and q keybindings (#30786)
  • ⚠️ core: drop support for create nodes v1 in favor of only calling create nodes v2 (#30616)
  • ⚠️ core: remove legacy cache flag from nx.json (#30787)
  • core: disable tui when output style is set to an incompatible style (#30873)
  • ⚠️ core: drop support for node versions prior to 20.19.0 (#30818)
  • core: support reading NX_TUI_AUTO_EXIT env var (#30971)
  • core: bump devkit support range and remove some deprecated APIs (#30840)
  • core: add continuous option to targets for Detox, Expo, and React Native (#30988)
  • ⚠️ core: remove outputStyle=compact (#31016)
  • gradle: add batch runner (#30457)
  • gradle: set gradle task continuous for bootRun (#30931)
  • graph: Create Migrate UI (#30734)
  • graph: add undo migration option when one is pending approval (#30878)
  • graph: show next steps for successful migrations (307c45542a)
  • graph: show next steps for successful migrations (#30934)
  • java: add gradle kotlin plugin (#29464)
  • js: infer continuous for watch-deps task (#29976)
  • linter: add support for package based secondary entry points (#30809, #18552)
  • misc: remove generation of target defaults for atomized e2e tasks (#30730)
  • misc: remove migrations prior to v19 in preparation for v21 (#30839)
  • module-federation: add continuous tasks support to react rspack (#30644)
  • node: generate new apps with continuous: true (#30148)
  • nuxt: enable continuous tasks (#30925)
  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (4f8b407a75)
  • nx-dev: tutorial landing page and improvements (#30757)
  • nx-dev: add conformance rule to verify blog post cover images (5651270b33)
  • react: undeprecate svgr option for Next.js apps since --turbo supports it (#30909)
  • react: replace deprecated babel classProperties.loose option in .babelrc files (#30912)
  • react-native: update executor and schema files for expo and react-native to be continuous (#30985)
  • ⚠️ release: useLegacyVersioning is false by default, migrate config (#30838)
  • ⚠️ release: support gitlab releases (#30802)
  • remix: add continuous task support (#29905)

... (truncated)

Commits
  • 5cd09f9 fix(core): kill tasks run via run-commands (#31045)
  • e2b27b8 fix(core): switch to tui-term fork to support dimmed content (#31044)
  • 37dea94 fix(core): improve tui selected task contrast (#31039)
  • 0402e85 fix(core): q should exit tui immediately if all tasks complete (#31040)
  • 9fe487c fix(core): tui summary should show cancelled when interrupting dev server (#3...
  • 02ba546 fix(core): exit the command with sigint if it is interrupted (#31028)
  • 2cb0fa2 docs(core): publish tutorial kit tutorials (#30973)
  • 6e12a82 feat(core)!: remove outputStyle=compact (#31016)
  • c2321a3 fix(core): more tui summary updates and unit tests (#31019)
  • b95621f fix(core): nx init should configure plugins for encapsulated workspaces (#31020)
  • Additional commits viewable in compare view

Updates nx from 20.8.0 to 21.0.0

Release notes

Sourced from nx's releases.

21.0.0 (2025-05-05)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • ⚠️ angular: remove deprecated functionalities for v21 (#30769)
  • core: introduce continuous tasks (#29750, #29025)
  • core: share continuous tasks (#29901)
  • core: add the experimental Terminal UI for tasks (#30565)
  • core: enable dte to execute continuous tasks (#29993)
  • core: add shared status for tui (#30679)
  • core: clean up unneeded continuous tasks after tasks are done (#30746)
  • core: stream task output for all tasks except for direct output… (#30822)
  • core: add flaky task detection to tui summary (#30835)
  • core: allow executors to specify if they are continuous (#30821)
  • ⚠️ core: remove usage of cli property from migration definitions (#30855)
  • ⚠️ core: remove deprecated readWorkspaceConfig (#30868)
  • core: add enter and q keybindings (#30786)
  • ⚠️ core: drop support for create nodes v1 in favor of only calling create nodes v2 (#30616)
  • ⚠️ core: remove legacy cache flag from nx.json (#30787)
  • core: disable tui when output style is set to an incompatible style (#30873)
  • ⚠️ core: drop support for node versions prior to 20.19.0 (#30818)
  • core: support reading NX_TUI_AUTO_EXIT env var (#30971)
  • core: bump devkit support range and remove some deprecated APIs (#30840)
  • core: add continuous option to targets for Detox, Expo, and React Native (#30988)
  • ⚠️ core: remove outputStyle=compact (#31016)
  • gradle: add batch runner (#30457)
  • gradle: set gradle task continuous for bootRun (#30931)
  • graph: Create Migrate UI (#30734)
  • graph: add undo migration option when one is pending approval (#30878)
  • graph: show next steps for successful migrations (307c45542a)
  • graph: show next steps for successful migrations (#30934)
  • java: add gradle kotlin plugin (#29464)
  • js: infer continuous for watch-deps task (#29976)
  • linter: add support for package based secondary entry points (#30809, #18552)
  • misc: remove generation of target defaults for atomized e2e tasks (#30730)
  • misc: remove migrations prior to v19 in preparation for v21 (#30839)
  • module-federation: add continuous tasks support to react rspack (#30644)
  • node: generate new apps with continuous: true (#30148)
  • nuxt: enable continuous tasks (#30925)
  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (4f8b407a75)
  • nx-dev: tutorial landing page and improvements (#30757)
  • nx-dev: add conformance rule to verify blog post cover images (5651270b33)
  • react: undeprecate svgr option for Next.js apps since --turbo supports it (#30909)
  • react: replace deprecated babel classProperties.loose option in .babelrc files (#30912)
  • react-native: update executor and schema files for expo and react-native to be continuous (#30985)
  • ⚠️ release: useLegacyVersioning is false by default, migrate config (#30838)
  • ⚠️ release: support gitlab releases (#30802)
  • remix: add continuous task support (#29905)

... (truncated)

Commits
  • 5cd09f9 fix(core): kill tasks run via run-commands (#31045)
  • e2b27b8 fix(core): switch to tui-term fork to support dimmed content (#31044)
  • 37dea94 fix(core): improve tui selected task contrast (#31039)
  • 0402e85 fix(core): q should exit tui immediately if all tasks complete (#31040)
  • 9fe487c fix(core): tui summary should show cancelled when interrupting dev server (#3...
  • 02ba546 fix(core): exit the command with sigint if it is interrupted (#31028)
  • 2cb0fa2 docs(core): publish tutorial kit tutorials (#30973)
  • 6e12a82 feat(core)!: remove outputStyle=compact (#31016)
  • c2321a3 fix(core): more tui summary updates and unit tests (#31019)
  • b95621f fix(core): nx init should configure plugins for encapsulated workspaces (#31020)
  • Additional commits viewable in compare view

Updates nx from 20.8.0 to 21.0.0

Release notes

Sourced from nx's releases.

21.0.0 (2025-05-05)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • ⚠️ angular: remove deprecated functionalities for v21 (#30769)
  • core: introduce continuous tasks (#29750, #29025)
  • core: share continuous tasks (#29901)
  • core: add the experimental Terminal UI for tasks (#30565)
  • core: enable dte to execute continuous tasks (#29993)
  • core: add shared status for tui (#30679)
  • core: clean up unneeded continuous tasks after tasks are done (#30746)
  • core: stream task output for all tasks except for direct output… (#30822)
  • core: add flaky task detection to tui summary (#30835)
  • core: allow executors to specify if they are continuous (#30821)
  • ⚠️ core: remove usage of cli property from migration definitions (#30855)
  • ⚠️ core: remove deprecated readWorkspaceConfig (#30868)
  • core: add enter and q keybindings (#30786)
  • ⚠️ core: drop support for create nodes v1 in favor of only calling create nodes v2 (#30616)
  • ⚠️ core: remove legacy cache flag from nx.json (#30787)
  • core: disable tui when output style is set to an incompatible style (#30873)
  • ⚠️ core: drop support for node versions prior to 20.19.0 (#30818)
  • core: support reading NX_TUI_AUTO_EXIT env var (#30971)
  • core: bump devkit support range and remove some deprecated APIs (#30840)
  • core: add continuous option to targets for Detox, Expo, and React Native (#30988)
  • ⚠️ core: remove outputStyle=compact (#31016)
  • gradle: add batch runner (#30457)
  • gradle: set gradle task continuous for bootRun (#30931)
  • graph: Create Migrate UI (#30734)
  • graph: add undo migration option when one is pending approval (#30878)
  • graph: show next steps for successful migrations (307c45542a)
  • graph: show next steps for successful migrations (#30934)
  • java: add gradle kotlin plugin (#29464)
  • js: infer continuous for watch-deps task (#29976)
  • linter: add support for package based secondary entry points (#30809, #18552)
  • misc: remove generation of target defaults for atomized e2e tasks (#30730)
  • misc: remove migrations prior to v19 in preparation for v21 (#30839)
  • module-federation: add continuous tasks support to react rspack (#30644)
  • node: generate new apps with continuous: true (#30148)
  • nuxt: enable continuous tasks (#30925)
  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (4f8b407a75)
  • nx-dev: tutorial landing page and improvements (#30757)
  • nx-dev: add conformance rule to verify blog post cover images (5651270b33)
  • react: undeprecate svgr option for Next.js apps since --turbo supports it (#30909)
  • react: replace deprecated babel classProperties.loose option in .babelrc files (#30912)
  • react-native: update executor and schema files for expo and react-native to be continuous (#30985)
  • ⚠️ release: useLegacyVersioning is false by default, migrate config (#30838)
  • ⚠️ release: support gitlab releases (#30802)
  • remix: add continuous task support (#29905)

... (truncated)

Commits
  • 5cd09f9 fix(core): kill tasks run via run-commands (#31045)
  • e2b27b8 fix(core): switch to tui-term fork to support dimmed content (#31044)
  • 37dea94 fix(core): improve tui selected task contrast (#31039)
  • 0402e85 fix(core): q should exit tui immediately if all tasks complete (#31040)
  • 9fe487c fix(core): tui summary should show cancelled when interrupting dev server (#3...
  • 02ba546 fix(core): exit the command with sigint if it is interrupted (#31028)
  • 2cb0fa2 docs(core): publish tutorial kit tutorials (#30973)
  • 6e12a82 feat(core)!: remove outputStyle=compact (#31016)
  • c2321a3 fix(core): more tui summary updates and unit tests (#31019)
  • b95621f fix(core): nx init should configure plugins for encapsulated workspaces (#31020)
  • Additional commits viewable in compare view

Updates nx from 20.8.0 to 21.0.0

Release notes

Sourced from nx's releases.

21.0.0 (2025-05-05)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • ⚠️ angular: remove deprecated functionalities for v21 (#30769)
  • core: introduce continuous tasks (#29750, #29025)
  • core: share continuous tasks (#29901)
  • core: add the experimental Terminal UI for tasks (#30565)
  • core: enable dte to execute continuous tasks (#29993)
  • core: add shared status for tui (#30679)
  • core: clean up unneeded continuous tasks after tasks are done (#30746)
  • core: stream task output for all tasks except for direct output… (#30822)
  • core: add flaky task detection to tui summary (#30835)
  • core: allow executors to specify if they are continuous (#30821)
  • ⚠️ core: remove usage of cli property from migration definitions (#30855)
  • ⚠️ core: remove deprecated readWorkspaceConfig (#30868)
  • core: add enter and q keybindings (#30786)
  • ⚠️ core: drop support for create nodes v1 in favor of only calling create nodes v2 (#30616)
  • ⚠️ core: remove legacy cache flag from nx.json (#30787)
  • core: disable tui when output style is set to an incompatible style (#30873)
  • ⚠️ core: drop support for node versions prior to 20.19.0 (#30818)
  • core: support reading NX_TUI_AUTO_EXIT env var (#30971)
  • core: bump devkit support range and remove some deprecated APIs (#30840)
  • core: add continuous option to targets for Detox, Expo, and React Native (#30988)
  • ⚠️ core: remove outputStyle=compact (#31016)
  • gradle: add batch runner (#30457)
  • gradle: set gradle task continuous for bootRun (#30931)
  • graph: Create Migrate UI (#30734)
  • graph: add undo migration option when one is pending approval (#30878)
  • graph: show next steps for successful migrations (307c45542a)
  • graph: show next steps for successful migrations (#30934)
  • java: add gradle kotlin plugin (#29464)
  • js: infer continuous for watch-deps task (#29976)
  • linter:Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 6, 2025
@neilime neilime force-pushed the dependabot/npm_and_yarn/tests/npm/npm-dependencies-1f00ff7da4 branch from 0f0a889 to a9466f8 Compare May 6, 2025 13:24
…h 1 update

Bumps the npm-dependencies group with 1 update in the /tests/npm directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).
Bumps the npm-dependencies group with 1 update in the /tests/pnpm directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).
Bumps the npm-dependencies group with 1 update in the /tests/pnpm-package-manager directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).
Bumps the npm-dependencies group with 1 update in the /tests/yarn directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Emilien Escalle <[email protected]>
@neilime neilime force-pushed the dependabot/npm_and_yarn/tests/npm/npm-dependencies-1f00ff7da4 branch from a9466f8 to 406d8bf Compare May 6, 2025 13:27
@neilime neilime merged commit 2459cf4 into main May 6, 2025
37 checks passed
@neilime neilime deleted the dependabot/npm_and_yarn/tests/npm/npm-dependencies-1f00ff7da4 branch May 6, 2025 14:22
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