Skip to content

chore(pnpm deps)(deps-dev): bump @nx/nest from 21.3.2 to 22.4.3#446

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nx/nest-22.4.3
Closed

chore(pnpm deps)(deps-dev): bump @nx/nest from 21.3.2 to 22.4.3#446
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nx/nest-22.4.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 30, 2026

Bumps @nx/nest from 21.3.2 to 22.4.3.

Release notes

Sourced from @​nx/nest's releases.

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

🚀 Features

  • core: display batch tasks in the tui (#33695)
  • core: add variant 2 to CNW cloud prompts with promo message (#34223)

🩹 Fixes

  • core: handle resizing a bit better for inline_tui (#34006)
  • core: consolidate GitHub URL messaging when gh push fails (#34196)
  • core: cloud commands are noop when not connected rather than errors (#34193)
  • core: fall back to node_modules when tmp has noexec (#34207, #33991)
  • devkit: allow null values in JSON schema validation (#34167)
  • react: remove file-loader dependency and update svgr migration (#34218)

❤️ Thank You

... (truncated)

Commits
  • 026756c fix(nest): ensure library is generated with correct outputPath for TS Soln #3...
  • 3c5e40b fix(nest): set moduleResolution to node to prevent TS5095 error (#33607)
  • 50cf84f chore(repo): update nx to 22.1.0-rc.2 (#33464)
  • 62d0ad7 chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...
  • 9b5768e fix(testing): use .cts config files for Jest 30+ to fix __dirname issues (#33...
  • f76f1ce chore(repo): dogfood pnpm catalogs (#33232)
  • 90f9085 feat(nest): ensure dependencies are added to project's package.json #32548 (#...
  • 8360341 chore(repo): disable duplicated typecheck targets if the project already uses...
  • 856d7d2 fix(core)!: remove deprecated simpleName option from library generators (#32716)
  • 5d953a4 fix(nest): setup tsconfig to use decorators #30749 (#32859)
  • 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/nest since your current version.


Dependabot compatibility score

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 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)

Greptile Overview

Greptile Summary

This PR upgrades @nx/nest from 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 nx package 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/nest is upgraded to 22.4.3.

Risks:

  • Nx plugin APIs may have changed between v21 and v22, causing incompatibilities
  • Generators and executors from @nx/nest may expect v22 core features not available in v21
  • The Nx workspace may exhibit unpredictable behavior with mixed plugin versions
  • Build, test, or serve commands for NestJS projects may fail

Recommendation: Nx documentation strongly recommends keeping all @nx/* packages at the same version. Either downgrade @nx/nest to 21.3.2 or upgrade all Nx packages to 22.x together.

Confidence Score: 1/5

  • Not safe to merge due to Nx version mismatch that could break the workspace
  • Major version mismatch between @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 application
  • package.json requires immediate attention to resolve Nx version inconsistency

Important Files Changed

Filename Overview
package.json Upgraded @nx/nest from 21.3.2 to 22.4.3 (major version bump) while other Nx packages remain at 21.3.2
pnpm-lock.yaml Updated lockfile reflects @nx/nest v22.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
Loading

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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>
@dependabot dependabot Bot added dependencies PRs from Dependabot pnpm package.json labels Jan 30, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
family-tree Ignored Ignored Preview Jan 30, 2026 8:34am

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

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

2 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

Comment thread package.json
"@nx/jest": "21.3.2",
"@nx/js": "21.3.2",
"@nx/nest": "21.3.2",
"@nx/nest": "22.4.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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
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.

@Xayrulloh Xayrulloh closed this Apr 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 12, 2026

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/nest-22.4.3 branch April 12, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies PRs from Dependabot pnpm package.json

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant