Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps nx from 20.8.2 to 22.0.1.

Release notes

Sourced from nx's releases.

22.0.1 (2025-10-22)

🩹 Fixes

  • core: adding output error reason (#33159)
  • maven: add support for unbound goals in plugin targets (#33191)

❤️ Thank You

22.0.0 (2025-10-22)

🚀 Features

  • ⚠️ bundling: change default useLegacyTypescriptPlugin to false for v22 (#32754)
  • bundling: add excludeFromExternal option to esbuild executor (#32980)
  • core: prompt for ai agent files on nx init (#32889)
  • ⚠️ core: remove NX_DISABLE_DB environment variable (#32887)
  • ⚠️ core: remove CreateNodes v1 types for Nx 22 (#32951)
  • core: add --check=all flag to configure-ai-agents (#32968)
  • core: expose registerProjectGraphRecomputationListener from daemon client (#33005)
  • core: add support for pnpm catalogs (#32978, #30035, #29772)
  • core: enhance spinner handling and add spinner to inferred conversion (#33031)
  • devkit: bump compatibility to Nx 21 - 23 (6b86c33c30)
  • dotnet: add initial draft of .NET plugin (#32869)
  • ⚠️ js: remove the experimental and deprecated inlining feature from the tsc and swc executors (#32783)
  • maven: introduce maven plugin (#32947)
  • ⚠️ misc: remove deprecated decorate-cli script and stop sorting tsconfig paths by default (#32781)
  • misc: remove migrations prior to v20 (#32904)
  • module-federation: support TS Soln and Package Manager workspaces paradigms (#33056)
  • nest: ensure dependencies are added to project's package.json #32548 (#32986, #32548)
  • nx-cloud: update description on nx login and logout (#31344)
  • nx-dev: add v22 to version picker (#33110)
  • react: remove support for non-isolated webpack config in ponentTestingPreset (#32787)
  • react: keep deprecated @​nx/react/bundle-rollup module since there is not a replacement when using @​nx/rollup:rollup executor (#32821)
  • ⚠️ release: match nx affected behavior to determine relevant conventional commits (#32915)
  • ⚠️ release: remove deprecated legacy versioning (#32888)
  • ⚠️ release: switch defaults for fixed release group tag pattern, preserve matching dependency ranges and strictPreid (#32878)
  • ⚠️ release: set preserveMatchingDependencyRanges to true by default (#32983)
  • release: add releaseTagPatternPreferDockerVersion to specify version to use for git tag #32900 (#32972, #32900)
  • ⚠️ release: release graph aware filtering, updateDependents can now be "always" (#32971)
  • ⚠️ release: set updateDependents to always by default (#33029)
  • ⚠️ release: refactor releaseTag* properties to a releaseTag object (#33020)
  • release: allow changelog.renderer to be set to an implementation directly (#33095)
  • release: new replaceExistingContents CLI and API option for changelog (#33096)
  • release: allow ignoring nx.json release config with ReleaseClient (#33099)
  • release: allow conventional commit style aliases in version plan release types (#33167)
  • ⚠️ rspack: remove application generator in favour of framework-specific options (#32755)

... (truncated)

Commits
  • 4fcd1d2 fix(core): adding output error reason (#33159)
  • 420091d fix(release): breaking change contents extraction (#33184)
  • cddb2ef fix(core): store reason when marking daemon as disabled (#33172)
  • 8819dcc fix(release)!: better respect version plan file contents for changelog entrie...
  • bbfd0a3 chore(repo): prevent readme templates from being published (#33177)
  • 9eace13 feat(release): allow conventional commit style aliases in version plan releas...
  • 893ac59 fix(core): revert changes to the db connection initialization (#33156)
  • 3d7e59a fix(core): add wrappers for start and stop agent nx-cloud commands (#33140)
  • 6dd80b9 fix(release): replace local dependency protocols of unchanged dependencies #3...
  • 767aafa fix(core): do not print flaky tasks guidance when nx cloud is already enabled...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), 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)

Important

Bumps nx from 20.8.2 to 22.0.1, introducing new features, plugins, and breaking changes.

  • Dependency Update:
    • Bumps nx from 20.8.2 to 22.0.1 in package.json.
  • Features:
    • Changes default useLegacyTypescriptPlugin to false.
    • Adds excludeFromExternal option to esbuild executor.
    • Introduces .NET plugin and maven plugin.
  • Breaking Changes:
    • Removes NX_DISABLE_DB environment variable.
    • Removes deprecated decorate-cli script.
    • Removes experimental inlining feature from tsc and swc executors.

This description was created by Ellipsis for 4c18757. You can customize this summary. It will automatically update as commits are pushed.

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

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

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 labels Oct 27, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to 4c18757 in 23 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 1 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. package.json:9
  • Draft comment:
    NX v22 is a major update with potential breaking changes. Ensure that any necessary configuration updates (e.g., nx.json, workspace settings) are addressed.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative and asks the PR author to ensure that configuration updates are addressed. It doesn't provide a specific suggestion or point out a specific issue in the code.

Workflow ID: wflow_FjvlwXLGaHo3fMuv

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant