chore(deps-dev): bump @sveltejs/vite-plugin-svelte from 5.1.1 to 7.0.0 in /prompt-launcher#27
Open
dependabot[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 5.1.1 to 7.0.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.0.0/packages/vite-plugin-svelte) --- updated-dependencies: - dependency-name: "@sveltejs/vite-plugin-svelte" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
ZeroPointSix
requested changes
Jun 11, 2026
ZeroPointSix
left a comment
Owner
There was a problem hiding this comment.
总体结论:本轮巡检审查了 PR #27 当前 head 841abbc。这个 PR 不能单独合并:@sveltejs/vite-plugin-svelte@7 与当前解析到的 @sveltejs/kit@2.49.4 peer dependency 不兼容,CI 已在 npm ci 阶段失败。
关键发现:
- 阻塞:GitHub Actions
CI #36的check-and-test (22.x)在Install dependencies步骤失败,错误为ERESOLVE could not resolve。日志显示@sveltejs/kit@2.49.4的 peer dependency 只接受@sveltejs/vite-plugin-svelte的^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0,但本 PR 将根项目升级到@sveltejs/vite-plugin-svelte@^7.0.0,因此安装阶段已经无法解析依赖。 - 阻塞:插件 7 的 lockfile peer dependency 明确要求
vite为^8.0.0-beta.7 || ^8.0.0,但当前prompt-launcher/package.json仍是vite ^6.0.3。这和 PR #38 的 Vite 8 升级风险相关,不能把插件 7 作为独立小升级合并。 - 高:插件 7 还要求
svelte ^5.46.4和 Node^20.19 || ^22.12 || >=24。当前 lockfile 被动解析出svelte@5.54.0,满足最低 Svelte 要求;CI Node 22.22.x 也满足 engine。但这些条件应与 Svelte/Vite/SvelteKit 的整体升级一起验证,而不是靠单个 Dependabot PR 分散推进。 - 中:lockfile 中本次触及的多个依赖
resolved来源从registry.npmmirror.com变为registry.npmjs.org。如果仓库有固定 registry 策略,后续重新生成 lockfile 时也需要保持一致。
优先级建议:
- 阻塞:不要单独合并 PR #27。需要同步升级一组兼容版本:
@sveltejs/kit、@sveltejs/vite-plugin-svelte、vite,并确认 Svelte 版本满足插件 7 的 peer range。 - 高:完成依赖组合后重新生成 lockfile,并跑
npm ci、npm run check、npm run build;如果 PR #44 的完整测试入口已合入基线,还应跑npm run test。 - 中:确认 lockfile registry 来源变化是否符合仓库策略。
后续建议:
- 建议把 PR #27 与 Vite 8 相关升级合并成一个明确的“前端工具链兼容性升级”PR 来处理,或者暂时关闭/忽略插件 7 的单独升级,等 SvelteKit 支持链完整后再重建 Dependabot PR。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @sveltejs/vite-plugin-svelte from 5.1.1 to 7.0.0.
Release notes
Sourced from
@sveltejs/vite-plugin-svelte's releases.... (truncated)
Changelog
Sourced from
@sveltejs/vite-plugin-svelte's changelog.... (truncated)
Commits
67721b6Version Packages (#1289)04fbceeVersion Packages (next) (#1287)9344fc3chore: remove dominikg from author field (#1281)22a402echore: upgrade vitefu to compatible peer dependency range (#1286)170baccVersion Packages (next) (#1268)583f700remove deprecations (#1274)1011098refactor: bump svelte and remove custom cssHash handling (#1271)7e39bc1refactor: move inspector into vite-plugin-svelte, adapt code (#1270)c6db092refactor: update vite peer dep and remove esbuild (#1266)24bf204Version Packages (#1259)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@sveltejs/vite-plugin-sveltesince 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)