Skip to content

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

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 Jul 7, 2025

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

Updates @nx/devkit from 20.8.1 to 21.2.2

Release notes

Sourced from @​nx/devkit's releases.

21.2.2 (2025-07-02)

🚀 Features

  • bundling: add useLegacyTypescriptPlugin option to migrate from rollup-plugin-typescript2 (#31718, #30488)
  • core: pass in progress task outputs to tui for non-direct child processes (#31655)
  • core: add CI warning for missing remote cache solution (#31678)
  • core: enhance native cache operations with comprehensive logging (#31652)
  • graph: enhance migration state management and introduce migration stopping functionality. (#31626)
  • module-federation: bump @​module-federation/enhanced version to 0.15.0 to fix vulnerability (#30806, #30502, #30748)

🩹 Fixes

  • angular: respect skipTsConfig option in library generator (#31738, #31185)
  • angular: improve indexHtmlTransformer documentation (#31742, #30831)
  • angular: expand nx tokens in project configurations when running schematic migrations (#31526, #29052)
  • bundling: respect decision to create babelrc file (#31755, #31582)
  • core: do not auto-exit tui when there are multiple failed tasks (#31631)
  • core: improve error handling in daemon server (#31728, #31407, #31567)
  • core: resolve package.json for @​nx/js to improve plugin detection (#31770)
  • core: update nx to version 21.3.0-beta.0 (#31771)
  • core: allow any framework value in preset generator schema (#31665)
  • docs: add missing --project parameter to Angular service generation command (#31735, #31410)
  • expo: respect --unit-test-runner=none properly when generating expo apps and libs (#31754, #30366)
  • gradle: add dependsOn outputs to inputs dependentTasksOutputFiles (#31683)
  • js: failing e2e test due to dependency (#31676)
  • js: resolve asset paths relative to workspace root instead of cwd (#31664)
  • js: improve typescript plugin build detection (#31533, #29670)
  • linter: correct lintFilePatterns documentation to show it's optional (#31744, #29648)
  • linter: update lint executor to always log errors and stack traces (#31757, #21630)
  • linter: refactor checking if the identifier is a function via tsquery (#31792)
  • module-federation: ensure manifest path not prepended with workspace root (#31698, #31524)
  • module-federation: restore support for relative URLs in module federation remotes (#31723, #30615, #31538)
  • nextjs: use next/jest.js for Jest configuration to support modern JSX transform (#31705, #27900)
  • node: ensure args are set in target correctly (#31758, #31578)
  • node: reorder addPlugin in normalizeOptions return object (#31785)
  • nuxt: fix TypeScript configuration chain for Nuxt components and composables (#31701, #30742)
  • nx-dev: small adjustment to the blog post (550c7e37da)
  • nx-dev: pinning logic on blog entry page (c747d3f172)
  • nx-dev: update sorting of pinned posts (74e77e18f2)
  • react: do not set styles.tailwind for executor options for projects not using inferred targets (#31667)
  • react: add .js extensions to subpath imports in module federation templates (#31730, #31448)
  • storybook: handle hyphenated framework names in pnpm dependency installation (#31760, #31292)
  • testing: do not update component configuration in cypress set-inject-document-domain migration (#31614, #31610)
  • testing: correct Playwright grep documentation from glob to regex (#31743, #30181)
  • testing: do not re-add vscode recommended extension for jest after initial jest setup (#31745, #29345)
  • testing: prefer using tsconfig.spec.json when loading jest config in plugin (#31726, #31351)
  • testing: unset customConditions when running the open-cypress inferred task (#31687, #31616)
  • vite: fix the build command for the deps in the vite tsconfig paths plugin (#31729, #31333)
  • vite: resolve outDir path correctly for nested monorepos (#31741, #31234)

... (truncated)

Commits
  • 69a1e7c fix(testing): prefer using tsconfig.spec.json when loading jest config in plu...
  • 601fecd feat(angular): support angular v20 (#31369)
  • 733122b docs(nx-dev): update hero section (#31460)
  • 752d418 feat(angular): support angular cli v20.0.0-rc.3 (#30715)
  • 1e30f3d 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)
  • Additional commits viewable in compare view

Updates @nx/storybook from 20.8.2 to 21.2.2

Release notes

Sourced from @​nx/storybook's releases.

21.2.2 (2025-07-02)

🚀 Features

  • bundling: add useLegacyTypescriptPlugin option to migrate from rollup-plugin-typescript2 (#31718, #30488)
  • core: pass in progress task outputs to tui for non-direct child processes (#31655)
  • core: add CI warning for missing remote cache solution (#31678)
  • core: enhance native cache operations with comprehensive logging (#31652)
  • graph: enhance migration state management and introduce migration stopping functionality. (#31626)
  • module-federation: bump @​module-federation/enhanced version to 0.15.0 to fix vulnerability (#30806, #30502, #30748)

🩹 Fixes

  • angular: respect skipTsConfig option in library generator (#31738, #31185)
  • angular: improve indexHtmlTransformer documentation (#31742, #30831)
  • angular: expand nx tokens in project configurations when running schematic migrations (#31526, #29052)
  • bundling: respect decision to create babelrc file (#31755, #31582)
  • core: do not auto-exit tui when there are multiple failed tasks (#31631)
  • core: improve error handling in daemon server (#31728, #31407, #31567)
  • core: resolve package.json for @​nx/js to improve plugin detection (#31770)
  • core: update nx to version 21.3.0-beta.0 (#31771)
  • core: allow any framework value in preset generator schema (#31665)
  • docs: add missing --project parameter to Angular service generation command (#31735, #31410)
  • expo: respect --unit-test-runner=none properly when generating expo apps and libs (#31754, #30366)
  • gradle: add dependsOn outputs to inputs dependentTasksOutputFiles (#31683)
  • js: failing e2e test due to dependency (#31676)
  • js: resolve asset paths relative to workspace root instead of cwd (#31664)
  • js: improve typescript plugin build detection (#31533, #29670)
  • linter: correct lintFilePatterns documentation to show it's optional (#31744, #29648)
  • linter: update lint executor to always log errors and stack traces (#31757, #21630)
  • linter: refactor checking if the identifier is a function via tsquery (#31792)
  • module-federation: ensure manifest path not prepended with workspace root (#31698, #31524)
  • module-federation: restore support for relative URLs in module federation remotes (#31723, #30615, #31538)
  • nextjs: use next/jest.js for Jest configuration to support modern JSX transform (#31705, #27900)
  • node: ensure args are set in target correctly (#31758, #31578)
  • node: reorder addPlugin in normalizeOptions return object (#31785)
  • nuxt: fix TypeScript configuration chain for Nuxt components and composables (#31701, #30742)
  • nx-dev: small adjustment to the blog post (550c7e37da)
  • nx-dev: pinning logic on blog entry page (c747d3f172)
  • nx-dev: update sorting of pinned posts (74e77e18f2)
  • react: do not set styles.tailwind for executor options for projects not using inferred targets (#31667)
  • react: add .js extensions to subpath imports in module federation templates (#31730, #31448)
  • storybook: handle hyphenated framework names in pnpm dependency installation (#31760, #31292)
  • testing: do not update component configuration in cypress set-inject-document-domain migration (#31614, #31610)
  • testing: correct Playwright grep documentation from glob to regex (#31743, #30181)
  • testing: do not re-add vscode recommended extension for jest after initial jest setup (#31745, #29345)
  • testing: prefer using tsconfig.spec.json when loading jest config in plugin (#31726, #31351)
  • testing: unset customConditions when running the open-cypress inferred task (#31687, #31616)
  • vite: fix the build command for the deps in the vite tsconfig paths plugin (#31729, #31333)
  • vite: resolve outDir path correctly for nested monorepos (#31741, #31234)

... (truncated)

Commits
  • 5539dfc fix(storybook): handle hyphenated framework names in pnpm dependency installa...
  • e73a141 feat(storybook)!: support storybook 9 (#31172)
  • 733122b docs(nx-dev): update hero section (#31460)
  • 4f57f01 docs(core): move plugin api docs to tech plugin guides (#31402)
  • 1e30f3d chore(nx-dev): update tagline across projects (#31318)
  • 3a33d5f 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)
  • 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

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.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.2.2/packages/devkit)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code major Missing or broken important functionality labels Jul 7, 2025
@mfal mfal closed this Jul 8, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 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-108d3c5fad branch July 8, 2025 07:04
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