Skip to content

test(deps): update vite in examples to 8.0.10#1741

Merged
AtofStryker merged 1 commit into
cypress-io:masterfrom
MikeMcC399:update/vite-8
Apr 27, 2026
Merged

test(deps): update vite in examples to 8.0.10#1741
AtofStryker merged 1 commit into
cypress-io:masterfrom
MikeMcC399:update/vite-8

Conversation

@MikeMcC399
Copy link
Copy Markdown
Collaborator

@MikeMcC399 MikeMcC399 commented Apr 25, 2026

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<7 for future automated updates.

Reference

Migration from v7

Verification

git clean -xfd
npm ci
npm run lint
cd examples

cd component-tests
npm ci
npm test
cd ..

cd wait-on-vite
npm ci
npm run dev
npm test # run in separate terminal
cd ..

cd ..

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-tests and examples/wait-on-vite projects to Vite 8.0.10 (from 7.3.2), including a bump to @vitejs/plugin-react 6.0.1 and minor React patch updates in the component test example.

Regenerates the example package-lock.json files to reflect Vite 8’s updated dependency tree (notably switching bundling internals from rollup/esbuild entries to rolldown/lightningcss-related packages).

Adjusts renovate.json to allow future automated updates for vite up to <9 and @vitejs/plugin-react up to <7.

Reviewed by Cursor Bugbot for commit 577c359. Bugbot is set up for automated code reviews on this repo. Configure here.

update
examples/component-tests
examples/wait-on-vite

allow renovate
vite<9
@vitejs/plugin-react<7
@cypress-app-bot
Copy link
Copy Markdown
Collaborator

@MikeMcC399 MikeMcC399 self-assigned this Apr 25, 2026
@MikeMcC399 MikeMcC399 marked this pull request as ready for review April 25, 2026 16:43
Copy link
Copy Markdown
Contributor

@AtofStryker AtofStryker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. Thank you @MikeMcC399! Going to merge in but heads up github seems to be having some issues today

@AtofStryker AtofStryker merged commit 3aebf9a into cypress-io:master Apr 27, 2026
89 checks passed
@MikeMcC399
Copy link
Copy Markdown
Collaborator Author

@AtofStryker

Thanks! Yes, I had noticed the outage https://www.githubstatus.com/ after I saw some strange things happening!

@MikeMcC399 MikeMcC399 deleted the update/vite-8 branch April 27, 2026 18:45
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

🎉 This PR is included in version 7.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants