Merged
Conversation
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.1.4 to 6.0.1. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.1/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Combine the Vite 8 and @vitejs/plugin-react 6 upgrades, carry forward the color forcing fix, and harden SSE updates so the covered test suite stays stable.
a86fdb5 to
42ceed9
Compare
Clean up the accidental conflict markers in the events router and verify the branch with lint and the full test suite before pushing.
Vizzly - Visual Test Results
|
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.
Why
@vitejs/plugin-react@6andvite@8are coupled now, so the original split Dependabot PRs were each broken on their own. This PR turns#236into the real upgrade branch by aligning the toolchain and carrying forward the small stability fixes that kept the suite honest.What Changed
@vitejs/plugin-reactto^6.0.1viteto^8.0.0package-lock.jsonfor the combined toolchainTest Plan
npm run lintnpm testnpm run buildnpm run cli -- --help,npm run cli -- --version,npm run cli -- doctor,npm run cli -- config --json, and--helpacross the registered commandsNotes
vizzly whoamistill fails against the current local setup because the configured API URL ishttp://localhost:3000and no local API was running during the smoke test.::highlight(...)selectors.