-
Notifications
You must be signed in to change notification settings - Fork 14
Update nx monorepo to v22 (major) #627
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-nx-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
2906469 to
06ca76a
Compare
06ca76a to
09aa9a0
Compare
d9704f3 to
0d63223
Compare
0d63223 to
980d272
Compare
980d272 to
77ad1dd
Compare
c57994d to
c12e588
Compare
6b8862b to
de482aa
Compare
b03364f to
3a29589
Compare
3a29589 to
98688c6
Compare
058d75a to
4db02a4
Compare
b77ac18 to
26fcdd1
Compare
26fcdd1 to
500649d
Compare
420b84c to
41cc07b
Compare
41cc07b to
50e6c24
Compare
6f22190 to
7bfaa12
Compare
7bfaa12 to
2eed2c2
Compare
2eed2c2 to
1d3fce8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
20.4.0->22.0.220.4.0->22.0.220.4.0->22.0.220.4.0->22.0.220.4.0->22.0.220.4.0->22.0.2Release Notes
nrwl/nx (@nx/eslint)
v22.0.2Compare Source
22.0.2 (2025-10-28)
🚀 Features
🩹 Fixes
[object Object]for invalid {workspaceRoot} placement (#33203)❤️ Thank You
v22.0.1Compare Source
22.0.1 (2025-10-22)
🩹 Fixes
❤️ Thank You
v22.0.0Compare Source
22.0.0 (2025-10-22)
🚀 Features
NX_DISABLE_DBenvironment variable (#32887)tscandswcexecutors (#32783)decorate-cliscript and stop sorting tsconfig paths by default (#32781)ponentTestingPreset(#32787)🩹 Fixes
nx migrate(#33105)nx repair(#33124)@nx/js/typescriptplugin (#32912)release: config.conventionalCommitsConfig for
DefaultChangelogRendereris no longer nullable. (#33166)misc: The
--legacy-peer-depsbehavior is no longer forced. (#33014, #22066, #29537)If you need it, configure your package manager to enforce it.
release: This is a breaking change in the preferred configuration structure. Existing configurations will continue to work through the migration period, but users should update to the new nested format. (#33020)
release: Users who relied on the previous 'auto' behavior can (#33029)
explicitly set
updateDependents: 'auto'in their nx.json:{ "release": { "version": { "updateDependents": "autorelease: The signature of
init()onVersionActionshas (#32971)changed, it no longer accepts a second argument. Validation of the
manifest files, if any, now takes place via a separate method
(
validate()) call after construction of the newReleaseGraph. Forthe most part, users do not need custom
VersionActionsso only a smallpercentage of consumers should be impacted.
Fixes #31273
release: More files are now being used to determine relevant (#32915)
commits, meaning there is higher chance for projects to receive version
bumps
misc: The long-deprecated
decorate-cliscript has been (#32781)removed.
BREAKING CHANGE: The
nx formatcommand and generators no longerdefault to sorting TypeScript path mappings. To keep the previous
behavior, pass the
--sort-root-tsconfig-pathsflag to the command orset
NX_FORMAT_SORT_TSCONFIG_PATHS=true.NX_DISABLE_DBenvironment variable (#32887)js: The experimental inlining feature in the
@nx/js:tsc(#32783)and
@nx/js:swcexecutors was removed. A migration will remove therelated options (
externalandexternalBuildTargets). Still, if youuse or rely on the feature, you need to make your dependencies buildable
or use a different build tool with bundling capabilities.
core: simpleName option is no longer supported in library generators (#32716)
❤️ Thank You
v21.6.7Compare Source
21.6.7 (2025-10-28)
🚀 Features
🩹 Fixes
[object Object]for invalid {workspaceRoot} placement (#33203)❤️ Thank You
v21.6.6Compare Source
21.6.6 (2025-10-21)
🩹 Fixes
nx repair(#33124)❤️ Thank You
v21.6.5Compare Source
21.6.5 (2025-10-15)
🚀 Features
🩹 Fixes
❤️ Thank You
v21.6.4Compare Source
21.6.4 (2025-10-08)
🚀 Features
🩹 Fixes
❤️ Thank You
v21.6.3Compare Source
21.6.3 (2025-10-02)
🩹 Fixes
@nx/js/typescriptplugin (#32912)❤️ Thank You
v21.6.2Compare Source
21.6.2 (2025-09-29)
This was a version bump only, there were no code changes.
v21.6.1Compare Source
21.6.1 (2025-09-29)
🚀 Features
e2e-citask options to their atomized tasks (#32765)🩹 Fixes
cache_outputsforeign key totask_detailswhenNX_DISABLE_DB=true(#32824, #32208)bustproperty from plugin hashes (#32807)❤️ Thank You
v21.5.3Compare Source
21.5.3 (2025-09-19)
🚀 Features
🩹 Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.