Bump vite from 7.2.4 to 8.0.3 in /webview#186
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.2.4 to 8.0.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Augment PR SummarySummary: Updates the Changes:
Technical Notes:
🤖 Was this summary useful? React with 👍 or 👎 |
| "typescript": "~5.9.3", | ||
| "typescript-eslint": "^8.48.1", | ||
| "vite": "^7.2.4", | ||
| "vite": "^8.0.3", |
There was a problem hiding this comment.
webview/package.json:31 Bumping to vite@^8.0.3 likely makes npm ci fail because current pinned plugins (e.g. @vitejs/plugin-react@5.1.1, @tailwindcss/vite@4.1.17, vite-plugin-singlefile@2.3.0) declare vite peer ranges only up to ^7, so the dependency tree becomes unsatisfied.
Severity: high
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
| "typescript": "~5.9.3", | ||
| "typescript-eslint": "^8.48.1", | ||
| "vite": "^7.2.4", | ||
| "vite": "^8.0.3", |
There was a problem hiding this comment.
| "typescript": "~5.9.3", | ||
| "typescript-eslint": "^8.48.1", | ||
| "vite": "^7.2.4", | ||
| "vite": "^8.0.3", |
There was a problem hiding this comment.
webview/package.json:31 Vite 8 changes the default build.target baseline (docs indicate Chrome 111+); since this webview runs inside VS Code’s webview (and the extension declares vscode: ^1.74.0, which ships Chromium 102), the built bundle may become incompatible for older supported VS Code versions.
Severity: medium
🤖 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:31">
P1: Vite was bumped to `^8.0.3`, but current plugin versions in this package only declare peer support through Vite 7. Upgrade those plugins to Vite-8-compatible versions (or keep Vite on 7) to avoid dependency/build breakage.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "typescript": "~5.9.3", | ||
| "typescript-eslint": "^8.48.1", | ||
| "vite": "^7.2.4", | ||
| "vite": "^8.0.3", |
There was a problem hiding this comment.
P1: Vite was bumped to ^8.0.3, but current plugin versions in this package only declare peer support through Vite 7. Upgrade those plugins to Vite-8-compatible versions (or keep Vite on 7) to avoid dependency/build breakage.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At webview/package.json, line 31:
<comment>Vite was bumped to `^8.0.3`, but current plugin versions in this package only declare peer support through Vite 7. Upgrade those plugins to Vite-8-compatible versions (or keep Vite on 7) to avoid dependency/build breakage.</comment>
<file context>
@@ -28,7 +28,7 @@
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.1",
- "vite": "^7.2.4",
+ "vite": "^8.0.3",
"vite-plugin-singlefile": "^2.3.0"
}
</file context>
| "vite": "^8.0.3", | |
| "vite": "^7.2.4", |
Bumps vite from 7.2.4 to 8.0.3.
Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
bb65468build: normalize license repo url (#21010)7cec1adchore(deps): update rolldown-related dependencies (#21009)6843a6afix: handle query parameters for/@vite/*modules (#20998)bb85bd7fix(build): ensure amd bundles requestrequireto be injected (#20861)29cdb39refactor: remove unusedinvokeparameter (#20991)856e683fix(deps): downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins#1909 (...ca18b23fix: disable optional peer dep handling fornodeResolveWithVite(#20989)77c25c1fix: update build log to include environment name (#20987)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)