Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #548 +/- ##
==========================================
+ Coverage 89.23% 89.30% +0.06%
==========================================
Files 97 100 +3
Lines 3206 3225 +19
Branches 711 699 -12
==========================================
+ Hits 2861 2880 +19
Misses 159 159
Partials 186 186 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e45d537 to
c5a24fa
Compare
Upgrade all Nx dependencies from 22.6.1 to 22.6.4 and Vite from 7.3.1 to 8.0.3. Also upgrades vite ecosystem packages: - @vitejs/plugin-react: 4.7.0 → 6.0.1 - vite-tsconfig-paths: 5.1.4 → 6.1.1 - vitest: 4.1.1 → 4.1.2 - @vitest/coverage-v8: 4.1.1 → 4.1.2 - @vitest/ui: 4.1.1 → 4.1.2 All other dependencies updated to latest minor/patch versions via the standard update-versions workflow process. Snapshot changes are version number bumps only.
c5a24fa to
f31284d
Compare
cogwirrel
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for this change
Upgrade Nx dependencies to 22.6.4 and Vite to major version 8, along with compatible ecosystem packages.
Description of changes
Nx upgrade (22.6.1 → 22.6.4):
nx,@nx/devkit,@nx/eslint,@nx/eslint-plugin,@nx/js,@nx/playwright,@nx/react,@nx/vite,create-nx-workspaceVite 8 upgrade (7.3.1 → 8.0.3) and ecosystem:
vite: 7.3.1 → 8.0.3@vitejs/plugin-react: 4.7.0 → 6.0.1 (Vite 8 required)vite-tsconfig-paths: 5.1.4 → 6.1.1 (no breaking API changes)vitest: 4.1.1 → 4.1.2@vitest/coverage-v8: 4.1.1 → 4.1.2@vitest/ui: 4.1.1 → 4.1.2Other dependency updates (minor/patch):
esbuild kept at 0.27.4 (vite 8 peer dependency requires ^0.27.0).
Description of how you validated changes
pnpm nx test nx-plugin -u)pnpm nx run-many --target lint --all --fix)pnpm nx run-many --target build --all)Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license