Bump @vitejs/plugin-react from 5.1.1 to 6.0.1 in /webview#183
Bump @vitejs/plugin-react from 5.1.1 to 6.0.1 in /webview#183dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.1.1 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>
🤖 Augment PR SummarySummary: Updates the webview’s React/Vite integration dependency to the latest major release. Changes:
Technical Notes: This is a major version upgrade of the Vite React plugin; upstream notes indicate removal of bundled Babel-related features and updated peer dependency expectations. 🤖 Was this summary useful? React with 👍 or 👎 |
| "@types/react": "^19.2.7", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@vitejs/plugin-react": "^5.1.1", | ||
| "@vitejs/plugin-react": "^6.0.1", |
There was a problem hiding this comment.
@vitejs/plugin-react@6.0.1 declares a peer dependency on vite@^8.0.0 (and Node ^20.19.0 || >=22.12.0), but webview currently depends on vite@^7.2.4. This will likely cause peer-dependency warnings and may break the build/runtime unless Vite/Node are aligned with the plugin’s requirements.
Severity: high
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="webview/package.json">
<violation number="1" location="webview/package.json:24">
P1: `@vitejs/plugin-react` 6.x requires `vite` `^8.0.0`, but this project is still pinned to Vite 7, introducing an incompatible dependency set that can cause install/build failures.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "@types/react": "^19.2.7", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@vitejs/plugin-react": "^5.1.1", | ||
| "@vitejs/plugin-react": "^6.0.1", |
There was a problem hiding this comment.
P1: @vitejs/plugin-react 6.x requires vite ^8.0.0, but this project is still pinned to Vite 7, introducing an incompatible dependency set that can cause install/build failures.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At webview/package.json, line 24:
<comment>`@vitejs/plugin-react` 6.x requires `vite` `^8.0.0`, but this project is still pinned to Vite 7, introducing an incompatible dependency set that can cause install/build failures.</comment>
<file context>
@@ -21,7 +21,7 @@
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
- "@vitejs/plugin-react": "^5.1.1",
+ "@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^5.2.0",
</file context>
| "@vitejs/plugin-react": "^6.0.1", | |
| "@vitejs/plugin-react": "^5.1.1", |
Bumps @vitejs/plugin-react from 5.1.1 to 6.0.1.
Release notes
Sourced from
@vitejs/plugin-react's releases.... (truncated)
Changelog
Sourced from
@vitejs/plugin-react's changelog.... (truncated)
Commits
1e94c06release: plugin-react@6.0.177c00c0feat(plugin-react): expand@rolldown/plugin-babelpeer dep range (#1146)dcc9012release: plugin-react@6.0.03a17886docs: add a link to the Oxlint rule for component exports alongside the ESLin...f812135fix(deps): update all non-major dependencies (#1140)a0329a0docs(react): clarify react compiler preset filter (#1137)704e0d3release: plugin-react@6.0.0-beta.0ac16accfeat(react)!: remove babel (#1123)f01b30cfix(deps): update all non-major dependencies (#1127)b1014bdchore(react): add changelog for #1124Dependabot 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)