chore(deps-dev): Bump @sveltejs/vite-plugin-svelte from 6.2.4 to 7.2.0#56
chore(deps-dev): Bump @sveltejs/vite-plugin-svelte from 6.2.4 to 7.2.0#56dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) from 6.2.4 to 7.2.0. - [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@7.2.0/packages/vite-plugin-svelte) --- updated-dependencies: - dependency-name: "@sveltejs/vite-plugin-svelte" dependency-version: 7.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| "@sveltejs/kit": "^2.49.0", | ||
| "@sveltejs/package": "^2.5.6", | ||
| "@sveltejs/vite-plugin-svelte": "^6.2.1", | ||
| "@sveltejs/vite-plugin-svelte": "^7.2.0", |
There was a problem hiding this comment.
CRITICAL: vite-plugin-svelte@7 requires Vite 8, but this package pins Vite ^7
This is a major version bump (6 → 7) that pulls in a breaking change: per the release notes, vite-plugin-svelte 7.0.0 "require[s] vite 8" as a peer dependency. This package still declares "vite": "^7.2.4" (line 61), so bun install will fail with an unmet peer-dependency error. Bump vite to ^8 and regenerate the lockfile before merging, or this PR will break the build.
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
| "@sveltejs/kit": "^2.47.3", | ||
| "@sveltejs/package": "^2.5.4", | ||
| "@sveltejs/vite-plugin-svelte": "^6.2.1", | ||
| "@sveltejs/vite-plugin-svelte": "^7.2.0", |
There was a problem hiding this comment.
CRITICAL: vite-plugin-svelte@7 requires Vite 8, but this package pins Vite ^7
This is a major version bump (6 → 7) that pulls in a breaking change: per the release notes, vite-plugin-svelte 7.0.0 "require[s] vite 8" as a peer dependency. This package still declares "vite": "^7.1.12", so bun install will fail with an unmet peer-dependency error. Bump vite to ^8 and regenerate the lockfile before merging, or this PR will break the build.
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
Code Review SummaryStatus: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)CRITICAL
Files Reviewed (2 files)
Fix these issues in Kilo Cloud Reviewed by hy3-20260706:free · Input: 76.4K · Output: 9K · Cached: 412.4K |
Bumps @sveltejs/vite-plugin-svelte from 6.2.4 to 7.2.0.
Release notes
Sourced from @sveltejs/vite-plugin-svelte's releases.
... (truncated)
Changelog
Sourced from @sveltejs/vite-plugin-svelte's changelog.
... (truncated)
Commits
02981fdVersion Packages (#1371)4158aa2feat: context menu with component stack (#1370)c867a3aVersion Packages (#1368)dbdb255fix: inspector rtl host styles (#1324)694bc95chore(deps): update dependency typescript to v6 (#1315)9281816chore(deps): update all non-major dependencies (#1365)02d370dVersion Packages (#1361)3b581deRevert "feat: support.svelte.mjsand.svelte.mtsfiles" (#1366)5545e1afeat: support.svelte.mjsand.svelte.mtsfiles (#1293)2cb977efix(inspector): activate under Vite+ by matching its client module path (#1355)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)