Skip to content

chore(deps-dev): bump nx from 17.3.2 to 20.8.0 #2826

New issue

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

By clicking “No 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? No 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 Apr 21, 2025

Bumps nx from 17.3.2 to 20.8.0.

Release notes

Sourced from nx's releases.

20.8.0 (2025-04-14)

🚀 Features

  • angular: add --bundler=rspack option to app generator (#30623)
  • core: handle yarn resolutions and patches when parsing and pruning lock file (#30546)
  • core: add --bundler=rspack option to angular stack cnw (#30629)
  • core: add support for http based caches (#30593)
  • core: add filter for git checkouts in generated pipelines and docs (#30547)
  • core: allow globs in project config to extend atomized targets (#30630)
  • nx-dev: tutorialkit project (#29992)
  • react: add crystal mf support to host and remote (#30424)
  • release: revamped nx release version implementation (#30418)
  • rspack: add support for non-buildable libraries in external dependencies (#30606)
  • storybook: migrate to latest storybook 8 version (#30584)
  • testing: add support for cypress v14 (#30618)

🩹 Fixes

  • angular: use latest version of @​analogjs/vitest-angular #30423 (#30560, #30423)
  • angular: ensure crystal targets for testing when bundler=rspack (#30631)
  • bundling: webpack and rspack builds respect output.clean config option (#30573)
  • bundling: Lock webpack version to be compatible with @​angular-devkit (#30676)
  • core: ensure rust code is able to handle null terminal outputs (#30494)
  • core: update resolution of ts path mappings with patterns in target project locator (#30533)
  • core: resolve subpath patterns in package exports correctly when constructing graph (#30511)
  • core: do not run sync generators when running tasks in ci (#30591)
  • core: angular rspack should not prompt for SSG (#30647)
  • core: wasm build should build (#30655)
  • core: log more information when ProjectConfigurationsError is thrown (#30661)
  • core: ensure fileworker is cleaned up when workspace context is … (#30683)
  • core: copy native file atomically to avoid hanging graph creation (#30695)
  • core: clean up batch process after post run (#30687)
  • graph: focus via --focus command should work (#30576)
  • js: infer dependency between typecheck and build tasks and more granular outputs for typecheck (#30549)
  • js: handle extending from multiple config files and from local workspace packages in plugin (#30486)
  • js: update @​swc/cli version to fix vulnerability (#30575)
  • js: Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (#30156)
  • js: handle when there are no package manager workspaces' patterns (#30666)
  • js: ensure the tsconfig files cache is correctly busted when implementation changes (#30689)
  • misc: add missing flag to azure devops ci workflow generator (#30482)
  • misc: update project directory validation to only account for the derived name (#30532)
  • nextjs: bumped to eslintConfigNextVersion to v15 (#30537)
  • nextjs: update Next.js versions to patch vulnerability (#30574)
  • nextjs: add eslint plugin dependencies in application and library generators (#30592)
  • nx-dev: fix blog post links (#30553)
  • nx-dev: nx homebrew install cmd (ebd39bb2ae)
  • nx-dev: update markdoc component to exclude h1 headers (d1ee41793f)
  • rspack: allow typechecking during serve #29267 (#30558, #29267)
  • rspack: do not reuse existing ts-node compiler options when inferring tasks (#30703)

... (truncated)

Commits
  • 65752ad fix(core): clean up batch process after post run (#30687)
  • d66b663 fix(core): copy native file atomically to avoid hanging graph creation (#30695)
  • f839b07 fix(core): ensure fileworker is cleaned up when workspace context is … (#30683)
  • baf6637 feat(core): allow globs in project config to extend atomized targets (#30630)
  • 9fe73ea chore(core): fix publish for linux (#30669)
  • 77e60c3 fix(core): log more information when ProjectConfigurationsError is thrown (...
  • 3ad8082 fix(core): wasm build should build (#30655)
  • 0525426 feat(core): add support for http based caches (#30593)
  • 7b85d91 feat(release): revamped nx release version implementation (#30418)
  • dbd8648 chore(core): regen native typings (#30633)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for nx since your current version.


Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 17.3.2 to 20.8.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.8.0/packages/nx)

---
updated-dependencies:
- dependency-name: nx
  dependency-version: 20.8.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Apr 21, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2025

Superseded by #2848.

@dependabot dependabot bot closed this Apr 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx-20.8.0 branch April 28, 2025 02:21
No Sign up for free to join this conversation on GitHub. Already have an account? No 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.

0 participants