chore: bump vite to 8.0.16, bump @vitejs/plugin-react to 6.0.2#1603
Open
jescalada wants to merge 2 commits into
Open
chore: bump vite to 8.0.16, bump @vitejs/plugin-react to 6.0.2#1603jescalada wants to merge 2 commits into
jescalada wants to merge 2 commits into
Conversation
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1603 +/- ##
==========================================
+ Coverage 85.38% 85.51% +0.12%
==========================================
Files 83 83
Lines 7878 7878
Branches 1312 1312
==========================================
+ Hits 6727 6737 +10
+ Misses 1123 1114 -9
+ Partials 28 27 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Workaround for a bug caused by a Vite dependency regression + Material UI's circular dependencies. We should remove the override once #1507 goes in
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.
Description
Aggregates
viteand@vite/plugin-reactbumps as they're dependent on one another. Supersedes related Dependabot PRs (#1597, #1574)Note that there's a bug in a Vite 8 dependency (
rolldown) which causes the UI/Cypress tests to error out. This is apparently caused by a circular dependency in MUI 4 which that dependency is choking on. I figured we couldoverrideit for now with a working version just to keep our dependencies up to date.Checklist
General
Tests
npm test)npm run lintandnpm run format:check)npm run check-types)