Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update examples/component-tests to vite 6.0.8 #1346

Merged

Conversation

MikeMcC399
Copy link
Collaborator

Issue

The examples/component-tests currently uses vite@5.4.6, released Sep 16, 2024. This is not the latest version.

Change

Update examples/component-tests to vite@latest which is currently vite@6.0.8, released Jan 20, 2025, including updating other dependencies in the project.

Verification

git clone https://github.com/cypress-io/github-action
cd github-action
git clean -xfd # if repeating
cd examples/component-tests
npm test

The test should pass.

Disregard any warning:

The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.

update
react to 19.0.0
react-dom to 19.0.0
@types/react to 19.0.7
@types/react-dom to 19.0.3
@vitejs/plugin-react to 4.3.4
@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 self-assigned this Jan 20, 2025
@MikeMcC399 MikeMcC399 marked this pull request as ready for review January 20, 2025 09:33
@jennifer-shehane jennifer-shehane merged commit 61a39d7 into cypress-io:master Jan 21, 2025
76 checks passed
@MikeMcC399 MikeMcC399 deleted the update/component-tests branch January 21, 2025 14:51
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