-
Notifications
You must be signed in to change notification settings - Fork 667
chore: migrate nx from 19.4.2 to 22.4.5 #32426
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
base: 26_1
Are you sure you want to change the base?
Conversation
3930333 to
afc184d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request upgrades the Nx build system from version 19.4.2 to 22.4.5, spanning three major version increments. The migration includes updating core Nx packages and adjusting test utilities to match the new ExecutorContext API interface.
Changes:
- Upgraded
nxfrom 19.4.2 to 22.4.5 - Upgraded
@nx/devkit,@nx/jest, and@nx/jsfrom their 19.x/18.x versions to 22.4.5 - Updated
nx-cloudfrom 19.0.0 to 19.1.0 - Added
nxJsonConfigurationandprojectGraphproperties to mock ExecutorContext in test utilities
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated Nx packages from 19.x to 22.4.5, nx-cloud to 19.1.0 |
| pnpm-lock.yaml | Complete dependency tree update reflecting Nx 22.x requirements, including new Jest 30.x dependencies for internal Nx use |
| packages/nx-infra-plugin/src/utils/test-utils.ts | Added required nxJsonConfiguration and projectGraph fields to mock ExecutorContext to match Nx 22 API requirements |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
afc184d to
eddc478
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
No description provided.