Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @nx/js from 21.3.2 to 22.4.3.

Release notes

Sourced from @​nx/js'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
  • 92f821d fix(js): avoid duplicate @nx/js/typescript plugin entries for non-buildable...
  • f154b70 fix(core): daemon client reconnection on server restart (#33432)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • 4493157 fix(js): allow copying generated Prisma client (asset) from 'node_modules' (#...
  • de966a2 fix(js): adjusted stdout and stderr handling to support the latest @​swc/cli v...
  • 68d4d4e fix(js): check package.json for name when project.json exists but has no name...
  • 192099a fix(js): resolve nx binary from workspace root in node executor (#33842)
  • 80523ef fix(js): prevent crash when terminating task using the @nx/js:swc executor ...
  • 54eed65 feat(js): improve SWC compilation error logging (#33297)
  • 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/js 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

Upgraded @nx/js from 21.3.2 to 22.4.3 in an automated dependency update.

Major Issues Found:

  • Version mismatch created: @nx/js@22.4.3 while nx core and all other @nx/* packages (@nx/jest, @nx/nest, @nx/node, @nx/react, @nx/rspack, @nx/vite, @nx/web, @nx/workspace) remain on 21.3.2
  • Nx strongly recommends keeping all Nx packages aligned to the same version for compatibility
  • This is a major version jump (21→22) for a single package in the monorepo

Transitive Dependency Changes:

  • Babel packages updated from 7.28.5 to 7.28.6 (minor patch)
  • Various other transitive dependencies updated (yaml, etc.)

Recommendation:
Either revert @nx/js to 21.3.2 to maintain version alignment, or upgrade all Nx packages together to 22.4.3 in a coordinated manner. The current state creates compatibility risk.

Confidence Score: 1/5

  • This PR creates a version mismatch across Nx packages which may cause build failures or runtime issues
  • Nx packages should maintain version alignment - having @nx/js@22.4.3 with nx@21.3.2 and other plugins on 21.3.2 violates recommended practices and introduces compatibility risk. This is also a major version jump for a single package.
  • package.json requires immediate attention to resolve version mismatch

Important Files Changed

Filename Overview
package.json Upgraded @nx/js from 21.3.2 to 22.4.3, creating version mismatch with other Nx packages still on 21.3.2
pnpm-lock.yaml Updated dependency tree with new @nx/js@22.4.3 and transitive Babel dependencies (7.28.5→7.28.6)

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Dep as Dependabot
    participant PM as pnpm
    participant Nx as Nx Workspace

    Dev->>Dep: Configure dependency updates
    Dep->>PM: Detect @nx/js@21.3.2 outdated
    Dep->>PM: Update @nx/js to 22.4.3
    PM->>PM: Resolve dependency tree
    PM->>PM: Update @babel packages (7.28.5→7.28.6)
    PM->>PM: Update yaml, other transitive deps
    Note over PM,Nx: Version mismatch created:<br/>@nx/js@22.4.3 with nx@21.3.2
    PM-->>Dep: Generate pnpm-lock.yaml changes
    Dep->>Dev: Create PR #449
    Dev->>Nx: Risk: Incompatible plugin versions
    Note over Dev,Nx: May cause build/runtime issues
Loading

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

Bumps [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) 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/js)

---
updated-dependencies:
- dependency-name: "@nx/js"
  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:44am

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
"@nestjs/testing": "^11.1.5",
"@nx/jest": "21.3.2",
"@nx/js": "21.3.2",
"@nx/js": "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.

Version mismatch across Nx packages - @nx/js is now on 22.4.3 while nx core and all other @nx/* packages remain on 21.3.2.

Suggested change
"@nx/js": "22.4.3",
"@nx/js": "21.3.2",

Nx packages should maintain version alignment for compatibility. Consider updating all Nx packages together, or revert this to 21.3.2 until a coordinated upgrade.

Prompt To Fix With AI
This is a comment left during a code review.
Path: package.json
Line: 74:74

Comment:
Version mismatch across Nx packages - `@nx/js` is now on 22.4.3 while `nx` core and all other `@nx/*` packages remain on 21.3.2.

```suggestion
    "@nx/js": "21.3.2",
```

Nx packages should maintain version alignment for compatibility. Consider updating all Nx packages together, or revert this to 21.3.2 until a coordinated upgrade.

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.

@Xayrulloh Xayrulloh deleted the dependabot/npm_and_yarn/nx/js-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