deps(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 6.0.3#19
Conversation
| "@types/react": "^19.0.0", | ||
| "@types/react-dom": "^19.0.0", | ||
| "@vitejs/plugin-react": "^4.3.0", | ||
| "@vitejs/plugin-react": "^6.0.3", |
There was a problem hiding this comment.
WARNING: @vitejs/plugin-react v6 requires Vite 8, but this project uses Vite ^6.4.2
The new version's peer dependency is "vite": "^8.0.0" (visible in the lock file's new packages/dashboard/node_modules/@vitejs/plugin-react entry). Merging this PR while still on Vite 6 will produce a peer dependency conflict and is likely to break the dashboard build.
To resolve, either:
- Also bump
viteto^8.0.0(which is a major upgrade with its own breaking changes), or - Keep
@vitejs/plugin-reacton v4.x until Vite 8 is adopted.
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (2 files)
Fix these issues in Kilo Cloud Reviewed by claude-4.6-sonnet-20260217 · Input: 20.1K · Output: 3.6K · Cached: 154K |
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.7.0 to 6.0.3. - [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.3/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
d831eba to
eaa5ecb
Compare
|
Kilo Code Review could not run — your account is out of credits. Add credits or switch to a free model to enable reviews on this change. |
Bumps @vitejs/plugin-react from 4.7.0 to 6.0.3.
Release notes
Sourced from @vitejs/plugin-react's releases.
... (truncated)
Changelog
Sourced from @vitejs/plugin-react's changelog.
... (truncated)
Commits
640fd35release: plugin-react@6.0.3889efb0fix(deps): update all non-major dependencies (#1249)6c57dd4fix(plugin-react): use '/' base in bundledDev preamble to fix non-root base p...3cc33a7fix(deps): update react-related dependencies (#1245)c0f7c7fdocs: mention the Biome rule in the "Consistent components exports" section (...cd80f0ffix(deps): update all non-major dependencies (#1241)e38accafix(deps): update all non-major dependencies (#1227)9a9bb26perf(react): improve react compiler preset so that slightly more modules are ...6535b55release: plugin-react@6.0.2bf0e43bfeat(react): whitelist debugging-options (#1189)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@vitejs/plugin-reactsince your current version.