Skip to content
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

chore(deps-dev): bump nx from 20.1.4 to 20.2.1 #590

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps nx from 20.1.4 to 20.2.1.

Release notes

Sourced from nx's releases.

20.2.1 (2024-12-06)

🩹 Fixes

  • core: add workspaces path if package path is not included (#28824)
  • core: fix process being prevented from exiting (#29240)
  • storybook: only install react deps for storybook 7 #29213 (#29231, #29213)
  • storybook: ensure 'storybook' dep is installed for non-crystal workspaces (#29235)

❤️ Thank You

20.2.0 (2024-12-05)

🚀 Features

  • angular: add poll option to ng-packagr executors (#28909)
  • angular: add support for angular v19 (#28847)
  • angular: add migration to disable @angular-eslint/prefer-standalone when not set (#29164)
  • angular: use new test environment function from jest-preset-angular (#29169)
  • angular: update analog packages (#29187)
  • angular: add migration to remove angular eslint rules removed in v19 (#29214)
  • angular: add migration to remove the tailwindConfig option from ng-packager executors (#29220)
  • core: add eslint vscode extension on eslint init (#28573)
  • core: improve sync messages (#29149)
  • misc: replace tutorials with social links in create-nx-workspace (#29085)
  • module-federation: add initial module-federation package (#28783)
  • module-federation: consolidate module federation utils into module-federation package (#28919)
  • module-federation: migrate to latest (#29005)
  • module-federation: move withModuleFederation for angular to new package (#29021)
  • module-federation: move withModuleFederation for webpack to new package (#29031)
  • module-federation: move withModuleFederation for rspack to new package (#29045)
  • module-federation: move common executor logic to module-federation package (#29151)
  • module-federation: alias host and remote generators to consumer and producer (#29190)
  • nx-dev: version picker (#28828)
  • nx-dev: update top-level navbar (9921496d64)
  • nx-plugin: add support for the ts solution config setup to the @nx/plugin plugin (#28724)
  • react: update app and lib generators to support new TS solution setup (#28808)
  • rollup: use .cjs file extension for config files (#29196)
  • rspack: move logic for withNx to applyBaseConfig and bring in line with webpack (#28825)
  • rspack: update withReact plugin for parity with webpack plugin (#28812)
  • rspack: update executor to be in line with webpack (#28913)
  • rspack: add NxAppRspackPlugin and NxReactRspackPlugin (#28987)
  • rspack: migrate to latest rspack versions (#29004)
  • rspack: add convert-to-inferred generator (#29012)
  • rspack: Update configuration generator to support NxRspackAppPlugin (#29024)
  • storybook: upgrade @​storybook/test-runner to 0.19 (#28959)

... (truncated)

Commits
  • 41d0df6 fix(core): fix process being prevented from exiting (#29240)
  • 046686f fix(core): add workspaces path if package path is not included (#28824)
  • b848bb3 fix(release): skip changelog generation for projects without available versio...
  • 15060e3 fix(core): recreate db when unable to connect (#29207)
  • 67d0393 fix(release): set make_latest legacy during github release creation (#29197)
  • bba941a fix(core): move resolving plugins back to main thread (#29176)
  • 75b2080 chore(core): fix test mocking (#29183)
  • 6bd8615 fix(core): provide a way to reuse cached graph in CI (#29156)
  • 9ad6b8c fix(core): fix misc issues (#29114)
  • e9be7d9 feat(core): improve sync messages (#29149)
  • Additional commits viewable in compare view

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
Copy link

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: 9a5d160

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2024

Superseded by #591.

@dependabot dependabot bot closed this Dec 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx-20.2.1 branch December 11, 2024 05:23
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.

0 participants