Skip to content

chore(deps-dev): bump the nx group with 2 updates #1582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the nx group with 2 updates: @nx/devkit and @nx/storybook.

Updates @nx/devkit from 20.8.1 to 21.1.3

Release notes

Sourced from @​nx/devkit's releases.

21.1.3 (2025-06-06)

🚀 Features

  • nx-dev: AI landing page (#31310)
  • nx-dev: update hero tagline (53ea3062e7)
  • nx-dev: add rss and atom feeds (77dea60a49)
  • repo: add golden list of projects to our Nightly CI (#31414)

🩹 Fixes

  • angular: keep extra target metadata when needed in convert-to-rspack generator (#31309)
  • core: handle killing child processes of continuous tasks on Windows (#31296, #31235)
  • core: generate workspace file readme typo (#31341, #31335)
  • core: fix broken nx-cloud url shortening logic (#31283)
  • core: infer codex environment and use default tasks runner (#31359)
  • core: use next available port when the port for nx graph is in use (#31365, #30915)
  • core: handle run-commands targets with no commands (#31364, #31345)
  • core: implement missing --print flag for nx graph command (#31406, #30255)
  • core: update getTouchedProjectsFromLockFile to handle deleted/moved projects correctly (#31361)
  • core: ensure nx init implementation for angular correctly resolves @angular/core (#31430, #31291)
  • core: print installation logs when installing latest version during nx migrate and using --verbose (#31432)
  • core: use ts-node option from tsconfig files when creating transpiler (#31469)
  • core: Update macos pipelines configuration (#31476)
  • gradle: change run and bootRun to cacheable false (#31287)
  • gradle: add migration script to check gradle plugin version (#31304)
  • js: write typescript plugin cache files atomically (#31390, #30239, #31187)
  • js: enable end-to-end tests for Vue application in dev mode (#31415)
  • linter: speed up inferred plugin node processing (#31281)
  • linter: handle ng-package.json file with no lib.entryFile in @nx/enforce-module-boundaries rule (#31360)
  • linter: fix line endings handling in '@​nx/eslint:convert-to-flat-config' generator (#31043)
  • module-federation: enhance remote entry handling with query parameters in paths (#30615, #30602)
  • nextjs: add extension alias support for handling ESM libs (#31323, #30714)
  • node: add project name sanitization for Docker commands. (#31461, #31421)
  • nx-dev: only track analytics in prod envs (#31367)
  • react: add missing dependency when generating a react lib that has testing (#31308)
  • react: routing option to library generator (#31328, #30721)
  • release: sort groups topologically bottom-up and fix typo to allow multi-level group dependencies (#31374)
  • remix: update setup-tailwind generator to correct import statements (#30599, #30343)
  • rspack: fix issue with optimization options in rspack config (#31337, #31268, #30292)
  • rspack: ensure nest applications generated correctly #31204 (#31424, #31204)
  • rspack: Add missing return for rspack composoable plugin (#31372)
  • storybook: improve speed of storybook plugin (#31277, #22953, #31276)
  • vite: bump @​analogjs/vite-plugin-angular to 1.16.x (#31317)
  • vite: add ajv dependency for non-pnpm package managers (#31413)
  • vite: resolve project-specific tsconfig before workspace fallback (#31423, #28945)
  • webpack: add support for retrieving all transitive non-buildable dependencies (#31343)

❤️ Thank You

... (truncated)

Commits
  • 09c010c docs(nx-dev): update hero section (#31460)
  • cfc3a4d chore(nx-dev): update tagline across projects (#31318)
  • bd88b0e feat(devkit): allow requiring cts config files (#31103)
  • e5dc244 feat(core): bump devkit support range and remove some deprecated APIs (#30840)
  • da4f55b fix: check if dependencies & devDependencies exist before deleting dep (#30224)
  • 8214ab4 chore(repo): assign proper outputs to build targets (#30865)
  • 4254c4b feat(core): allow executors to specify if they are continuous (#30821)
  • 9ce301f fix(testing): fix cypress and playwright atomized targetDefaults so they matc...
  • See full diff in compare view

Updates @nx/storybook from 20.8.2 to 21.1.3

Release notes

Sourced from @​nx/storybook's releases.

21.1.3 (2025-06-06)

🚀 Features

  • nx-dev: AI landing page (#31310)
  • nx-dev: update hero tagline (53ea3062e7)
  • nx-dev: add rss and atom feeds (77dea60a49)
  • repo: add golden list of projects to our Nightly CI (#31414)

🩹 Fixes

  • angular: keep extra target metadata when needed in convert-to-rspack generator (#31309)
  • core: handle killing child processes of continuous tasks on Windows (#31296, #31235)
  • core: generate workspace file readme typo (#31341, #31335)
  • core: fix broken nx-cloud url shortening logic (#31283)
  • core: infer codex environment and use default tasks runner (#31359)
  • core: use next available port when the port for nx graph is in use (#31365, #30915)
  • core: handle run-commands targets with no commands (#31364, #31345)
  • core: implement missing --print flag for nx graph command (#31406, #30255)
  • core: update getTouchedProjectsFromLockFile to handle deleted/moved projects correctly (#31361)
  • core: ensure nx init implementation for angular correctly resolves @angular/core (#31430, #31291)
  • core: print installation logs when installing latest version during nx migrate and using --verbose (#31432)
  • core: use ts-node option from tsconfig files when creating transpiler (#31469)
  • core: Update macos pipelines configuration (#31476)
  • gradle: change run and bootRun to cacheable false (#31287)
  • gradle: add migration script to check gradle plugin version (#31304)
  • js: write typescript plugin cache files atomically (#31390, #30239, #31187)
  • js: enable end-to-end tests for Vue application in dev mode (#31415)
  • linter: speed up inferred plugin node processing (#31281)
  • linter: handle ng-package.json file with no lib.entryFile in @nx/enforce-module-boundaries rule (#31360)
  • linter: fix line endings handling in '@​nx/eslint:convert-to-flat-config' generator (#31043)
  • module-federation: enhance remote entry handling with query parameters in paths (#30615, #30602)
  • nextjs: add extension alias support for handling ESM libs (#31323, #30714)
  • node: add project name sanitization for Docker commands. (#31461, #31421)
  • nx-dev: only track analytics in prod envs (#31367)
  • react: add missing dependency when generating a react lib that has testing (#31308)
  • react: routing option to library generator (#31328, #30721)
  • release: sort groups topologically bottom-up and fix typo to allow multi-level group dependencies (#31374)
  • remix: update setup-tailwind generator to correct import statements (#30599, #30343)
  • rspack: fix issue with optimization options in rspack config (#31337, #31268, #30292)
  • rspack: ensure nest applications generated correctly #31204 (#31424, #31204)
  • rspack: Add missing return for rspack composoable plugin (#31372)
  • storybook: improve speed of storybook plugin (#31277, #22953, #31276)
  • vite: bump @​analogjs/vite-plugin-angular to 1.16.x (#31317)
  • vite: add ajv dependency for non-pnpm package managers (#31413)
  • vite: resolve project-specific tsconfig before workspace fallback (#31423, #28945)
  • webpack: add support for retrieving all transitive non-buildable dependencies (#31343)

❤️ Thank You

... (truncated)

Commits
  • 09c010c docs(nx-dev): update hero section (#31460)
  • fc70ce7 docs(core): move plugin api docs to tech plugin guides (#31402)
  • cfc3a4d chore(nx-dev): update tagline across projects (#31318)
  • 5b682fb fix(storybook): improve speed of storybook plugin (#31277)
  • 5f48894 feat(remix)!: remove deprecated static-serve target name from inferred target...
  • f39c1f9 cleanup(linter): deprecate the Linter enum (#30875)
  • 73da211 feat(misc): remove migrations prior to v19 in preparation for v21 (#30839)
  • 8214ab4 chore(repo): assign proper outputs to build targets (#30865)
  • 4254c4b feat(core): allow executors to specify if they are continuous (#30821)
  • f5e1249 feat(storybook): infer continuous tasks for storybook serve and serve-static ...
  • See full diff 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

Bumps the nx group with 2 updates: [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) and [@nx/storybook](https://github.com/nrwl/nx/tree/HEAD/packages/storybook).


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

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

---
updated-dependencies:
- dependency-name: "@nx/devkit"
  dependency-version: 21.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/storybook"
  dependency-version: 21.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx-57b64cfe3d branch July 3, 2025 11:42
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 major Missing or broken important functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant