test(deps): update vite in examples to 8.0.10#1741
Merged
Conversation
update examples/component-tests examples/wait-on-vite allow renovate vite<9 @vitejs/plugin-react<7
Collaborator
|
AtofStryker
approved these changes
Apr 27, 2026
Contributor
AtofStryker
left a comment
There was a problem hiding this comment.
lgtm. Thank you @MikeMcC399! Going to merge in but heads up github seems to be having some issues today
Collaborator
Author
|
Thanks! Yes, I had noticed the outage https://www.githubstatus.com/ after I saw some strange things happening! |
|
🎉 This PR is included in version 7.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Situation
The following examples are based on vite@7.3.2:
Current versions / support are as follows:
Change
Update to vite@8.0.10 in
Modify the renovate.json configuration to allow
vite<9&@vitejs/plugin-react<7for future automated updates.Reference
Migration from v7
Verification
Note
Medium Risk
Upgrades the Vite toolchain (and related bundling dependencies) to a new major version in example projects, which can change dev/build behavior and CI test stability. Scope is limited to
examples/**and Renovate config, with no production code changes.Overview
Updates the
examples/component-testsandexamples/wait-on-viteprojects to Vite8.0.10(from7.3.2), including a bump to@vitejs/plugin-react6.0.1and minor React patch updates in the component test example.Regenerates the example
package-lock.jsonfiles to reflect Vite 8’s updated dependency tree (notably switching bundling internals fromrollup/esbuildentries torolldown/lightningcss-related packages).Adjusts
renovate.jsonto allow future automated updates forviteup to<9and@vitejs/plugin-reactup to<7.Reviewed by Cursor Bugbot for commit 577c359. Bugbot is set up for automated code reviews on this repo. Configure here.