chore(deps): test Vite+ Rolldown fix preview - #30
Draft
fengmk2 wants to merge 3 commits into
Draft
Conversation
Owner
Author
|
CI completed for commit
No other preview compatibility issue was found. |
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.
This draft updates
vite-plusand thevitealias from0.2.6to preview0.0.0-commit.15cc57f55e221b26ca82e7475ce90d22af8b5cd0. The preview build comes from Vite+ PR #2617.CI sets
VP_PR_VERSION=2617because the normal installer cannot get a commit build from npmjs. The package manager uses the Vite+ registry bridge.The preview includes Vite
8.2.2and Rolldown1.2.7. Rolldown PR #10809 fixes the scope analysis reported in Rolldown issue #10779. The incorrect analysis could keep a dead dynamic import in a server build. The existing production-build regression test passes with this preview.The preview also includes
tsdown0.23.0. This version renamesdeps.skipNodeModulesBundletodeps.neverBundle, so this change updates the Cloudflare package configuration.Vite+
0.2.6includes Oxlint1.75.0. The preview includes Oxlint1.81.0. Oxlint1.79.0started to runno-redeclarein ES modules (release notes, implementation PR). It now reports two existingnext/documentdeclaration merges. This change adds narrow ignores and does not change the runtime code. The same toolchain update reports a bare underscore parameter (implementation PR), so this change removes that unused parameter.This change also updates
vitestand@vitest/coverage-istanbulfrom4.1.10to4.1.11. Dependabot now groups Vite+, Vite, and Vitest packages in one update.Local package builds and the focused regression tests pass. The new Oxlint version also reports warning-level React and whitespace findings. This draft leaves that warning code unchanged so CI can show the full compatibility result.