build(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 6.0.2#336
build(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 6.0.2#336dependabot[bot] wants to merge 2 commits into
Conversation
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.7.0 to 6.0.2. - [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.2/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Holding this — verify-then-adopt off latest `main` turned up a hard blocker. `@vitejs/plugin-react` 6 declares `vite` ^8.0.0 as a peer, plus two new required peers (`babel-plugin-react-compiler` ^1 and `@rolldown/plugin-babel`) — it's built for the Rolldown-vite era. The app is on `vite` ^6, so this can't land as an isolated bump; it needs a coordinated vite 6→8 migration (React Compiler + Rolldown babel plugin + a full re-verify of the component / playwright / Vercel suite). That also explains the red checks here — they're real, not stale-branch noise. For the record, vitest 4 already permits `vite` ^6 || ^7 || ^8, so the test runner isn't the constraint — the scope is. Deferring until a dedicated vite 8 migration. Interim option if we want the major sooner without vite 8: `@vitejs/plugin-react` 5.2.0 supports `vite` ^4|5|6|7|8, so 4→5 is a safe vite-6-compatible step. Leaving this open as the tracker for the eventual 6.x adoption. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @vitejs/plugin-react from 4.7.0 to 6.0.2.
Release notes
Sourced from @vitejs/plugin-react's releases.
... (truncated)
Changelog
Sourced from @vitejs/plugin-react's changelog.
... (truncated)
Commits
6535b55release: plugin-react@6.0.2bf0e43bfeat(react): whitelist debugging-options (#1189)3bd1f08feat: use carets for rolldown versions (#1216)2b8df67fix(deps): update all non-major dependencies (#1218)8fa9619fix(deps): update react 19.2.6 (#1211)a4296adfix(deps): update all non-major dependencies (#1209)323ccd7fix(deps): update all non-major dependencies (#1196)a7506e1chore(deps): update vite 8.0.10 (#1198)02cff2afix(deps): update all non-major dependencies (#1184)4b9c890fix(deps): update react 19.2.5 (#1181)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@vitejs/plugin-reactsince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)