chore(pnpm deps)(deps-dev): bump @nx/js from 21.3.2 to 22.4.3#449
chore(pnpm deps)(deps-dev): bump @nx/js from 21.3.2 to 22.4.3#449dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
| "@nestjs/testing": "^11.1.5", | ||
| "@nx/jest": "21.3.2", | ||
| "@nx/js": "21.3.2", | ||
| "@nx/js": "22.4.3", |
There was a problem hiding this 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.
| "@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.|
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/js from 21.3.2 to 22.4.3.
Release notes
Sourced from
@nx/js's releases.... (truncated)
Commits
92f821dfix(js): avoid duplicate@nx/js/typescriptplugin entries for non-buildable...f154b70fix(core): daemon client reconnection on server restart (#33432)6f85b83cleanup(repo): format all files (#33902)62c13c5feat(misc): support prettier v3 (#33898)4493157fix(js): allow copying generated Prisma client (asset) from 'node_modules' (#...de966a2fix(js): adjusted stdout and stderr handling to support the latest@swc/cliv...68d4d4efix(js): check package.json for name when project.json exists but has no name...192099afix(js): resolve nx binary from workspace root in node executor (#33842)80523effix(js): prevent crash when terminating task using the@nx/js:swcexecutor ...54eed65feat(js): improve SWC compilation error logging (#33297)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@nx/jssince 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
Upgraded
@nx/jsfrom 21.3.2 to 22.4.3 in an automated dependency update.Major Issues Found:
@nx/js@22.4.3whilenxcore 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.2Transitive Dependency Changes:
Recommendation:
Either revert
@nx/jsto 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
@nx/js@22.4.3withnx@21.3.2and other plugins on 21.3.2 violates recommended practices and introduces compatibility risk. This is also a major version jump for a single package.Important Files Changed
@nx/jsfrom 21.3.2 to 22.4.3, creating version mismatch with other Nx packages still on 21.3.2@nx/js@22.4.3and 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