chore(deps-dev): bump nx from 19.6.5 to 22.7.2 - #4759
Conversation
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d62b02f. Configure here.
| "@changesets/cli": "^2.27.1", | ||
| "dotenv": "^16.0.3", | ||
| "nx": "^19.6.5", | ||
| "nx": "^22.7.2", |
There was a problem hiding this comment.
Incomplete Nx major upgrade breaks caching
High Severity
Bumping nx from 19.6.5 to 22.7.2 without migrations leaves nx.json on removed Nx 19 APIs: tasksRunnerOptions with the nx-cloud runner and cacheableOperations. Those were EOL in Nx 21, and this workspace never sets cache: true in targetDefaults, so previously cacheable build targets stop caching. nx-cloud also stays at ^19.0.0 beside nx@22, and Nx 22 dropped pre-v20 migrations, so a direct jump skips the required rewrite path.
Reviewed by Cursor Bugbot for commit d62b02f. Configure here.
|
View your CI Pipeline Execution ↗ for commit 3c86159
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 19.6.5 to 22.7.2. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.7.2/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-version: 22.7.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
d62b02f to
3c86159
Compare


Bumps nx from 19.6.5 to 22.7.2.
Release notes
Sourced from nx's releases.
... (truncated)
Commits
4e9ea1bchore(core): refresh stale TUI snapshots on 22.7.xd02dc54fix(repo): unblock 22.7.x cargo tests and nx-build e2e7e4bce9feat(testing): add migration for Jest 30 snapshot guide link (#35629)43c0c82fix(core): cast perf entries to PerformanceMeasure for detail access0cfc6bcfix(core): allownx mcpto run outside of an Nx workspace (#35655)df0e414chore(core): remove dead TUI selection lifecycle helpers (#35649)a0f7a52fix(core): keep TUI task selection on the in-progress section (#35640)93813e9fix(core): support skipped batch tasks end-to-end and fix TUI double logs (#3...c514039fix(core): enable node's native v8 compile cache support (#35415)75e3498fix(core): isolate cache env vars in splitArgs spec (#35584)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for nx since your current version.
Install script changes
This version modifies
postinstallscript that runs during installation. Review the package contents before updating.