Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps the nx group with 3 updates in the / directory: @nx/eslint-plugin, @nx/workspace and nx.

Updates @nx/eslint-plugin from 21.1.2 to 21.3.8

Release notes

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

21.3.8 (2025-07-28)

🩹 Fixes

  • core: remove graph creation from postinstall hook (#32027, #31694)
  • react-native: add release option to publisable react-native library (#29817)

❤️ Thank You

21.3.7 (2025-07-25)

🩹 Fixes

  • core: prevent --skipInstall from being passed from create-nx-workspace to new generator (#32086, #31834)
  • core: cloud commands should be handled before loading local (#32090)
  • misc: allow scoped package names in application generators (#31957, #31229)

❤️ Thank You

21.3.6 (2025-07-25)

🩹 Fixes

  • angular: update migration target version for jest-preset-angular v15 package update (#32051)
  • core: improve tui minimal view display and prevent flashing scrollbar (#32045)
  • core: make tasks list columns in the tui more compact (#32074)
  • core: improve arrow key detection for interactive programs (#32075)
  • core: prevent thread leaks in nx_walker and logger (#32061)
  • core: disable TUI on ai agents (#31480)
  • core: derive graph node type correctly when projectType is not set (#32018, #31983)
  • js: resolve relative imports correctly in nested projects (#31978, #31980)

❤️ Thank You

21.3.5 (2025-07-23)

🩹 Fixes

  • angular: update jest-preset-angular to v15 (#32050, #32024)
  • core: render the correct output in the tui terminal pane when pinning task (#31975)

... (truncated)

Commits
  • 856cb30 feat(testing): support jest v30 (#31853)
  • a7800c4 fix(misc): add fallback for missing source root (#31759)
  • 2c121f6 fix(linter): refactor checking if the identifier is a function via tsquery (#...
  • 733122b docs(nx-dev): update hero section (#31460)
  • c7a9c71 fix(linter): handle ng-package.json file with no lib.entryFile in `@nx/en...
  • 1e30f3d chore(nx-dev): update tagline across projects (#31318)
  • See full diff in compare view

Updates @nx/workspace from 21.1.2 to 21.3.8

Release notes

Sourced from @​nx/workspace's releases.

21.3.8 (2025-07-28)

🩹 Fixes

  • core: remove graph creation from postinstall hook (#32027, #31694)
  • react-native: add release option to publisable react-native library (#29817)

❤️ Thank You

21.3.7 (2025-07-25)

🩹 Fixes

  • core: prevent --skipInstall from being passed from create-nx-workspace to new generator (#32086, #31834)
  • core: cloud commands should be handled before loading local (#32090)
  • misc: allow scoped package names in application generators (#31957, #31229)

❤️ Thank You

21.3.6 (2025-07-25)

🩹 Fixes

  • angular: update migration target version for jest-preset-angular v15 package update (#32051)
  • core: improve tui minimal view display and prevent flashing scrollbar (#32045)
  • core: make tasks list columns in the tui more compact (#32074)
  • core: improve arrow key detection for interactive programs (#32075)
  • core: prevent thread leaks in nx_walker and logger (#32061)
  • core: disable TUI on ai agents (#31480)
  • core: derive graph node type correctly when projectType is not set (#32018, #31983)
  • js: resolve relative imports correctly in nested projects (#31978, #31980)

❤️ Thank You

21.3.5 (2025-07-23)

🩹 Fixes

  • angular: update jest-preset-angular to v15 (#32050, #32024)
  • core: render the correct output in the tui terminal pane when pinning task (#31975)

... (truncated)

Commits
  • b001a45 fix(core): derive graph node type correctly when projectType is not set (#3...
  • f9295bd fix(core): remove affected comment and improve CI setup messages (#31913)
  • 3bdc0cc docs(misc): update nx fix-ci documentation link (#31884)
  • bc93997 feat(angular): support angular v20.1 (#31845)
  • a7800c4 fix(misc): add fallback for missing source root (#31759)
  • 13551c9 feat(core): add fix-ci command to CI workflows (#31833)
  • 666da3e feat(core): refactor CI workflow generator to use centralized command generat...
  • 46e8cd1 chore(workspace): format new generator code (#31815)
  • 784a14a fix(core): allow any framework value in preset generator schema (#31665)
  • 601fecd feat(angular): support angular v20 (#31369)
  • Additional commits viewable in compare view

Updates nx from 21.1.2 to 21.3.8

Release notes

Sourced from nx's releases.

21.3.8 (2025-07-28)

🩹 Fixes

  • core: remove graph creation from postinstall hook (#32027, #31694)
  • react-native: add release option to publisable react-native library (#29817)

❤️ Thank You

21.3.7 (2025-07-25)

🩹 Fixes

  • core: prevent --skipInstall from being passed from create-nx-workspace to new generator (#32086, #31834)
  • core: cloud commands should be handled before loading local (#32090)
  • misc: allow scoped package names in application generators (#31957, #31229)

❤️ Thank You

21.3.6 (2025-07-25)

🩹 Fixes

  • angular: update migration target version for jest-preset-angular v15 package update (#32051)
  • core: improve tui minimal view display and prevent flashing scrollbar (#32045)
  • core: make tasks list columns in the tui more compact (#32074)
  • core: improve arrow key detection for interactive programs (#32075)
  • core: prevent thread leaks in nx_walker and logger (#32061)
  • core: disable TUI on ai agents (#31480)
  • core: derive graph node type correctly when projectType is not set (#32018, #31983)
  • js: resolve relative imports correctly in nested projects (#31978, #31980)

❤️ Thank You

21.3.5 (2025-07-23)

🩹 Fixes

  • angular: update jest-preset-angular to v15 (#32050, #32024)
  • core: render the correct output in the tui terminal pane when pinning task (#31975)

... (truncated)

Commits
  • b9be698 fix(core): remove graph creation from postinstall hook (#32027)
  • ad01165 fix(core): cloud commands should be handled before loading local (#32090)
  • b001a45 fix(core): derive graph node type correctly when projectType is not set (#3...
  • be3e3dc fix(core): disable TUI on ai agents (#31480)
  • 0b143a7 fix(core): prevent thread leaks in nx_walker and logger (#32061)
  • 3aaedd3 fix(core): improve arrow key detection for interactive programs (#32075)
  • b6abd81 fix(core): make tasks list columns in the tui more compact (#32074)
  • 3781cfe fix(js): resolve relative imports correctly in nested projects (#31978)
  • d5b829e fix(core): improve tui minimal view display and prevent flashing scrollbar (#...
  • ae7de55 fix(core): render the correct output in the tui terminal pane when pinning ta...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 28, 2025 22:17
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nx-2e84a68234 branch 2 times, most recently from 2711c1a to 0eabff7 Compare August 5, 2025 23:53
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nx-2e84a68234 branch 2 times, most recently from 89507bf to 3a074ba Compare August 18, 2025 19:47
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nx-2e84a68234 branch 4 times, most recently from 3b1a6dd to 62f64ac Compare August 22, 2025 13:08
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nx-2e84a68234 branch 3 times, most recently from 8736513 to 212846e Compare September 2, 2025 14:09
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nx-2e84a68234 branch from 212846e to ff0587e Compare September 8, 2025 18:30
@isaacroldan
Copy link
Contributor

@dependabot rebase

Bumps the nx group with 3 updates in the / directory: [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin), [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) and [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).


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

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

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

---
updated-dependencies:
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 21.3.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/workspace"
  dependency-version: 21.3.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: nx
  dependency-version: 21.3.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nx-2e84a68234 branch from ff0587e to 08a1dce Compare September 15, 2025 13:36
@isaacroldan isaacroldan added this pull request to the merge queue Sep 15, 2025
Merged via the queue into main with commit acdc4ca Sep 15, 2025
2 checks passed
@isaacroldan isaacroldan deleted the dependabot-npm_and_yarn-nx-2e84a68234 branch September 15, 2025 14:08
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