chore(deps-dev): bump vite from 6.4.1 to 8.0.7 in /prompt-launcher#38
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump vite from 6.4.1 to 8.0.7 in /prompt-launcher#38dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 to 8.0.7. - [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/v8.0.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.7 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 #38。当前改动把 prompt-launcher 的 Vite 从 6.x 升到 8.x,但现有 SvelteKit 依赖仍停在不兼容的版本范围,CI 已在 npm ci 阶段失败;建议先修依赖组合后再继续合并。
关键发现:
- 阻塞:CI
check-and-test (22.x)在Install dependencies步骤失败,错误为ERESOLVE could not resolve。日志显示当前解析到@sveltejs/kit@2.49.4,其 peer dependency 只接受vite@^5.0.3 || ^6.0.0 || ^7.0.0-beta.0,但本 PR 将根项目vite升到^8.0.7,因此安装阶段已经无法通过。建议要么同步升级@sveltejs/kit到支持 Vite 8 的版本并重新生成 lockfile,要么先将 Vite 升级目标降回 SvelteKit 当前 peer range 支持的版本。 - 高:
package-lock.json显示 Vite 8 依赖链从 Rollup/esbuild 体系切换到rolldown@1.0.0-rc.13、lightningcss等新依赖,并且vite@8.0.7的 engine 要求为node ^20.19.0 || >=22.12.0。CI 当前 Node 22.22.2 满足要求,但需要确认本地开发、构建机和 Tauri 打包环境也都满足该最低版本,否则依赖安装或构建会在其他环境失败。 - 中:lockfile 中大量包的
resolved来源从registry.npmmirror.com变为registry.npmjs.org。这可能只是 Dependabot 生成环境差异,但会影响依赖来源一致性。建议确认仓库是否有固定 registry 策略;若希望保持镜像源,需要按仓库约定重新生成 lockfile。
优先级建议:
- 阻塞:先解决
@sveltejs/kit与 Vite 8 的 peer dependency 冲突,确保npm ci通过。 - 高:确认 Node 版本边界,尤其是本地开发和 Tauri 构建环境是否满足 Vite 8 的 engine 要求。
- 中:确认 lockfile registry 来源变化是否符合预期。
后续建议:
- 更稳妥的处理方式是把 Vite 8 与
@sveltejs/kit、@sveltejs/vite-plugin-svelte等 Svelte 工具链升级放在同一个兼容性 PR 中,并在 PR 中贴出npm ci、npm run check、npm run build的结果;如果 PR #44 的完整测试入口已合入基线,也建议补跑npm run test。
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 vite from 6.4.1 to 8.0.7.
Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
fdb2e6frelease: v8.0.75c05b04fix: use sync dns.getDefaultResultOrder instead of dns.promises (#22185)7b3086frelease: v8.0.6af71fb2chore: replace remaining prettier script (#22179)51d3e48feat: update rolldown to 1.0.0-rc.13 (#22097)17a8f9efix(optimize-deps): hoist CJS interop assignment (#22156)d5081c2fix(css): avoid mutating sass error multiple times (#22115)56ec256perf: early return ingetLocalhostAddressIfDiffersFromDNSwhen DNS order is...bdc53abchore(create-vite): remove unnecessary DOM.Iterable (#22168)1a12d4crelease: v8.0.5Dependabot 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)