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

Bump nx from 20.2.2 to 20.3.0 #609

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps nx from 20.2.2 to 20.3.0.

Release notes

Sourced from nx's releases.

20.3.0 (2024-12-20)

🚀 Features

  • angular: support ngrx v19 (#29398)
  • core: support rollup.config.ts (#28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#29222)
  • core: add spinners when graph compute takes long time (#28966)
  • core: not exit when one plugin installation failed (#28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#29403)
  • core: show progress on ci if graph construction takes longer than expected (#29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#29334)
  • expo: upgrade Expo to v52 (#29142)
  • js: update vue/node app and lib generators to support TS solutions (#29299)
  • misc: handle artifact generators' path options including file extensions (#29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#29140)
  • release: allow automated git push from version or changelog step (#29280)
  • rsbuild: add intial package (#29147)
  • rsbuild: add inferred targets plugin (#29192)
  • rsbuild: add rsbuild configuration generator (#29321)
  • rsbuild: add react and vue support for app generation (#29349)
  • rsbuild: move plugin export to root of package (#29415)
  • storybook: use createNodesV2 for init and convert-to-inferred generators (#28092)
  • testing: allow custom address for local registry (#29050)
  • vite: add angular option to vitest generator (#29055)

🩹 Fixes

  • typo in environment-variables.md (#29294)
  • angular: handle removed angular-eslint rules in root eslint config files and update package (#29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#29281)
  • angular: correctly normalize dev-server options (#29322)
  • angular: add-localize-polyfill-to-targets fails if polyfills is a string (#29324)
  • angular: normalize name when forced to build selector (#29417)
  • angular: set up host and remote ssr apps correctly #29442 (#29447, #29442)
  • bundling: ensure vitest timestamp files are ignored (#29418)
  • core: add workspaces path if package path is not included (#28824)
  • core: fix process being prevented from exiting (#29240)
  • core: defer loading package manager until necessary (#29248)
  • core: hashing fixes (#29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#29227)
  • core: ensure @​nx/module-federation is listed in package group (#29292)
  • core: ensure rsbuild is part of nx package group (#29310)
  • core: avoid storing hash details for empty fileset (#29316)
  • core: resolve imports from linked workspace projects (#29328)
  • core: collect all logs from forked processes (#27778)
  • core: Update move/remove workspace generators to work with ts project references (#29331)
  • core: Adding react apps/libs to workspaces so they can be referenced. (#29202)

... (truncated)

Commits
  • efa5ba2 fix(core): update yarn-parser to handle yarn v4 syntax (#29067)
  • 0980006 fix(core): graph spinners should update properly (#29433)
  • 3c3d2e5 feat(core): show progress on ci if graph construction takes longer than expec...
  • 2eb5243 fix(core): make packageExports metadata optional field (#29407)
  • b9c0e3d feat(eslint): rename eslint.config.js to eslint.config.cjs to resolve them as...
  • 73735ca feat(release): allow automated git push from version or changelog step (#29280)
  • 1d7465b feat(core): not exit when one plugin installation failed (#28684)
  • 67d0e33 feat(core): add spinners when graph compute takes long time (#28966)
  • c3709b2 fix(core): collect all logs from forked processes (#27778)
  • 657814c fix(core): resolve imports from linked workspace projects (#29328)
  • 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.2.2 to 20.3.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.3.0/packages/nx)

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

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot enabled auto-merge (squash) December 23, 2024 11:13
@wjthieme wjthieme closed this Dec 26, 2024
auto-merge was automatically disabled December 26, 2024 11:35

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 26, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx-20.3.0 branch December 26, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant