chore(deps): upgrade vite-plus to 0.1.18#35300
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #35300 +/- ##
==========================================
- Coverage 85.10% 85.10% -0.01%
==========================================
Files 4399 4399
Lines 201355 201355
Branches 38299 38299
==========================================
- Hits 171369 171366 -3
- Misses 26882 26885 +3
Partials 3104 3104
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
hyoban
approved these changes
Apr 16, 2026
HanqingZ
pushed a commit
to HanqingZ/dify
that referenced
this pull request
Apr 23, 2026
asukaminato0721
pushed a commit
to asukaminato0721/dify
that referenced
this pull request
Apr 24, 2026
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.
Summary
vite-plus/@voidzero-dev/vite-plus-core/@voidzero-dev/vite-plus-test0.1.16to0.1.18pnpm-lock.yamlso every importer resolves to the patched Vite+ packages with no0.1.16residue left behindWhy
Dependabot alert #312 flags
vite-plus <= 0.1.16forGHSA-33r3-4whc-44c2. The first patched version is0.1.17, and the current stable release is0.1.18, so this PR moves the monorepo to the latest stable patched line.Impact
vite-plusresolution from the workspacevite,vite-plus, andvitestaliases aligned to the same upstream releaseValidation
npx -y pnpm@10.33.0 --dir web type-check:tsgonpx -y pnpm@10.33.0 --dir web lint(completed with 0 errors; existing repo-wide warnings remain)rg -n '0\.1\.16' pnpm-lock.yaml pnpm-workspace.yaml