Merged
Conversation
Upgrade `vite-plus`, `@voidzero-dev/vite-plus-core` and `@voidzero-dev/vite-plus-test` from 0.1.18 to 0.1.19 in the pnpm workspace catalog (and overrides). Also add an explicit `platform: "node"` to `sdks/nodejs-client`'s `vite.config.ts` so `vp pack` builds the SDK against the intended runtime. No functional change beyond that. Release notes: https://github.com/voidzero-dev/vite-plus/releases/tag/v0.1.19 Made-with: Cursor
hyoban
approved these changes
Apr 21, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #35462 +/- ##
==========================================
- Coverage 85.51% 85.51% -0.01%
==========================================
Files 4437 4437
Lines 207166 207166
Branches 38607 38607
==========================================
- Hits 177152 177149 -3
- Misses 26904 26907 +3
Partials 3110 3110
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:
|
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
Bump
vite-plus/@voidzero-dev/vite-plus-core/@voidzero-dev/vite-plus-testfrom 0.1.18 → 0.1.19 in the pnpm workspace catalog (and overrides).Release notes: https://github.com/voidzero-dev/vite-plus/releases/tag/v0.1.19
Highlights relevant to this repo (patch release, no breaking changes):
vite/vitest/ oxc / tsdown.fix(tracing): avoidSetGlobalDefaultErrorpanic when rolldown devtools is enabled.chore(deps): bumpvite-taskfor a workspace file-handle fix (benefitsvp test).fix(check): respectoxlintexit code sodenyWarningsfailsvp check(we don't setdenyWarnings, so no CI regression).Also adds an explicit
platform: "node"tosdks/nodejs-client/vite.config.tssovp packbuilds the SDK against the intended runtime.Test plan
pnpm installsucceeds;vp --versionreportsvite-plus v0.1.19.pnpm --filter dify-web exec vp test --run→ 2333 files / 28740 tests passing (2 skipped).pnpm --filter dify-client exec vp test --run→ 14 files / 104 tests passing.pnpm --filter dify-client run build→ producesdist/index.mjs(52.30 kB) in ~500ms.Made with Cursor