chore(pnpm deps)(deps-dev): bump @nx/nest from 21.3.2 to 22.4.3#446
chore(pnpm deps)(deps-dev): bump @nx/nest from 21.3.2 to 22.4.3#446dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@nx/nest](https://github.com/nrwl/nx/tree/HEAD/packages/nest) from 21.3.2 to 22.4.3. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.4.3/packages/nest) --- updated-dependencies: - dependency-name: "@nx/nest" dependency-version: 22.4.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
| "@nx/jest": "21.3.2", | ||
| "@nx/js": "21.3.2", | ||
| "@nx/nest": "21.3.2", | ||
| "@nx/nest": "22.4.3", |
There was a problem hiding this comment.
Major version mismatch: @nx/nest is at v22.4.3 while core nx and all other @nx/* packages are at v21.3.2. This version skew could cause compatibility issues with plugin APIs, generators, and executors.
Nx packages should be kept in sync. Consider either:
- Downgrading
@nx/nestback to 21.3.2, or - Upgrading all Nx packages to 22.x together
Prompt To Fix With AI
This is a comment left during a code review.
Path: package.json
Line: 75:75
Comment:
Major version mismatch: `@nx/nest` is at v22.4.3 while core `nx` and all other `@nx/*` packages are at v21.3.2. This version skew could cause compatibility issues with plugin APIs, generators, and executors.
Nx packages should be kept in sync. Consider either:
- Downgrading `@nx/nest` back to 21.3.2, or
- Upgrading all Nx packages to 22.x together
How can I resolve this? If you propose a fix, please make it concise.|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @nx/nest from 21.3.2 to 22.4.3.
Release notes
Sourced from
@nx/nest's releases.... (truncated)
Commits
026756cfix(nest): ensure library is generated with correct outputPath for TS Soln #3...3c5e40bfix(nest): set moduleResolution to node to prevent TS5095 error (#33607)50cf84fchore(repo): update nx to 22.1.0-rc.2 (#33464)62d0ad7chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...9b5768efix(testing): use .cts config files for Jest 30+ to fix __dirname issues (#33...f76f1cechore(repo): dogfood pnpm catalogs (#33232)90f9085feat(nest): ensure dependencies are added to project's package.json #32548 (#...8360341chore(repo): disable duplicated typecheck targets if the project already uses...856d7d2fix(core)!: remove deprecated simpleName option from library generators (#32716)5d953a4fix(nest): setup tsconfig to use decorators #30749 (#32859)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@nx/nestsince your current version.You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Greptile Overview
Greptile Summary
This PR upgrades
@nx/nestfrom 21.3.2 to 22.4.3, a major version bump from v21 to v22.Critical Issue: This creates a version mismatch in the Nx monorepo. The core
nxpackage and all other@nx/*plugins (@nx/jest,@nx/js,@nx/node,@nx/react,@nx/rspack,@nx/vite,@nx/web,@nx/workspace) remain at version 21.3.2, while only@nx/nestis upgraded to 22.4.3.Risks:
@nx/nestmay expect v22 core features not available in v21Recommendation: Nx documentation strongly recommends keeping all
@nx/*packages at the same version. Either downgrade@nx/nestto 21.3.2 or upgrade all Nx packages to 22.x together.Confidence Score: 1/5
@nx/nest(v22.4.3) and all other Nx packages (v21.3.2) creates high risk of compatibility issues, broken builds, and runtime errors in the NestJS applicationImportant Files Changed
@nx/nestfrom 21.3.2 to 22.4.3 (major version bump) while other Nx packages remain at 21.3.2@nx/nestv22.4.3 installation and transitive dependency updates (babel packages)Sequence Diagram
sequenceDiagram participant D as Dependabot participant P as package.json participant L as pnpm-lock.yaml participant N as Nx Workspace D->>P: Bump @nx/nest 21.3.2 → 22.4.3 Note over P: Major version upgrade (v21 → v22) D->>L: Update dependency tree L->>L: Resolve @nx/nest@22.4.3 L->>L: Update transitive deps (@babel/*) Note over N: Version mismatch created:<br/>nx@21.3.2<br/>@nx/nest@22.4.3<br/>All other @nx/*@21.3.2 Note over N,P: Potential compatibility issues