-
Notifications
You must be signed in to change notification settings - Fork 193
refactor: replace @voidzero-dev/vite-plus-test with upstream vitest@4.1.5 #1588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Brooooooklyn
wants to merge
67
commits into
main
Choose a base branch
from
refactor/replace-vite-plus-test-with-vitest
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
746e953
refactor: replace @voidzero-dev/vite-plus-test with upstream vitest@4…
Brooooooklyn 36a08e4
fix(migration): re-pin vite-plus in force-override mode, fix lint/for…
Brooooooklyn 0d4f9d7
fix(migration): pass --no-frozen-lockfile to pnpm/yarn reinstall afte…
Brooooooklyn cca59df
fix(migration): preserve vitest declare-module, route browser-provide…
Brooooooklyn e77266e
fix(migration): emit bunfig.toml with peer = false to unblock bun ins…
Brooooooklyn d1253be
docs: align migrate guide and bundling notes with actual rewrite/shim…
Brooooooklyn cf5925e
fix(ci): bump core tgz version for bun, sync declare-module snap
Brooooooklyn 82bb662
fix(ci): use a separate bumped-version core tgz for VP_OVERRIDE_PACKAGES
Brooooooklyn aa1f48b
fix(ci): pack core/cli with synthetic 7.99.0 version for bun peer-dep
Brooooooklyn 1a81af8
docs(cli): reformat BUNDLING.md provider-exports table
Brooooooklyn 84f8b90
fix(migration): mirror vite override as devDep on bun
Brooooooklyn 4ec862c
fix(ci): pack a vite-7.99.0.tgz alias so bun's name+version check passes
Brooooooklyn 069108a
fix(ci): post-process core tgz into vite alias instead of name-swappi…
Brooooooklyn e8f2ed6
fix(ci): use core tgz for vite override except where bun is the target
Brooooooklyn 29d0b80
chore: vp check --fix
Brooooooklyn f2b7391
fix(migration): override vitest + @vitest/* family to single version
Brooooooklyn f731b5d
fix(cli): accept `test` field in defineConfig type signature
Brooooooklyn 717d781
fix(cli): inject vitest specifier rewrite plugin into defineConfig
Brooooooklyn a5f398a
fix(cli): resolve mergeConfig star-export conflict between core and v…
Brooooooklyn 16608a9
test(snap): redact transient network warnings in snap output
Brooooooklyn 27c0a6e
fix(migration): override @vitest/coverage-* family
Brooooooklyn 4cd2fb6
fix(migration): rewrite `from 'vite-plus/test'` -> `from 'vitest'`
Brooooooklyn 3e4024d
style(migration): cargo fmt
Brooooooklyn 7b362f8
revert(migration): restore `'vitest' -> 'vite-plus/test'` forward rew…
Brooooooklyn bbc3330
chore: retrigger CI after empty period
Brooooooklyn 6f15db0
fix(cli): re-export vitest/config types (ViteUserConfig, etc.)
Brooooooklyn 09c416c
test(snap): drop leading whitespace on pnpm10 Packages line
Brooooooklyn 2904382
fix(cli): propagate vite-plus/test rewrite plugin into test.projects
Brooooooklyn 0a14214
chore: apply oxfmt formatting
Brooooooklyn 29e89d5
fix(cli): drop redundant type assertions in project injector
Brooooooklyn fc57bf1
fix(cli): add runtime targets for browser provider context exports
Brooooooklyn bcfa51a
fix(migration): don't let initial install's failure mask final instal…
Brooooooklyn f91d53c
ci(test-vp-create): include vitest family in VP_OVERRIDE_PACKAGES
Brooooooklyn c695fb3
chore: keep VITEST_VERSION + @vitest/browser* catalog in sync on bumps
Brooooooklyn 6a3406a
fix(cli): use es-module-lexer to scope vite-plus/test rewrites to rea…
Brooooooklyn 80528bd
fix(migration): pin legacy wrapper fallback to exact VITEST_VERSION
Brooooooklyn 912930e
chore(upgrade-deps): bump vitest pins in test-vp-create.yml too
Brooooooklyn 5cc9ce6
fix(cli): preserve quotes when rewriting dynamic import specifiers
Brooooooklyn 582a197
fix(deps): patch @vitest/mocker to hoist vite-plus/test imports
Brooooooklyn a6db660
fix(cli): fall back to regex rewrite when es-module-lexer rejects JSX…
Brooooooklyn 631117d
fix(cli): restore missing test/* subpaths and auto-inline matcher pac…
Brooooooklyn 5284120
style: format build.ts and define-config.ts to oxfmt rules
Brooooooklyn 339a0a3
fix(cli): align CJS index.cts allowlist with ESM index.ts
Brooooooklyn e57d7a4
style(cli): apply vp check --fix to define-config.ts and build.ts
Brooooooklyn b575c9e
fix(cli): use oxc-parser for TSX rewrite fallback, cover re-exports
Brooooooklyn db48a22
chore: pnpm dedupe after adding oxc-parser dependency
Brooooooklyn f7a364f
fix(cli): resolve vitest family for browser-mode in transitive-dep pr…
Brooooooklyn 8f76746
chore(deps): upgrade vitest to 4.1.7
Brooooooklyn 1b23d89
fix(migration): align @vitest/browser subpath rewrites with vite-plus…
Brooooooklyn e39672f
fix(ci): pin packed package versions to 0.0.0 for stable tgz names
Brooooooklyn c04fb79
fix(tools): drop deleted packages/test from snap-test relink map
Brooooooklyn 5ae87be
fix(ci): use npm pkg set to pin packed versions
Brooooooklyn a781524
fix(ci): expect 0.0.0 in ecosystem-ci verify-install
Brooooooklyn 73c57cf
fix(cli): handle default+named imports in external dts type-only fix
Brooooooklyn 9f154d2
fix(cli): externalize postcss/lightningcss from the dts bundle
Brooooooklyn de32eb6
ci(upgrade-deps): sync @vitest/mocker patch entry on vitest bumps
Brooooooklyn 8f685bc
fix(cli): externalize vitest/@vitest from the dts bundle
Brooooooklyn 50eec0d
fix(cli): add direct vitest dep for browser-mode packages on migration
Brooooooklyn 7de64d0
fix(ci): harden upgrade-deps script for slash-escaping and mocker pat…
Brooooooklyn 3747033
chore(deps): sync lockfile to rebased workspace catalog and whitelist…
Brooooooklyn c1072bd
fix(tools): preserve root patchedDependencies on sync-remote + scrub …
Brooooooklyn 774f4b2
fix(cli): keep declare-module on vitest family unrewritten in oxlint …
Brooooooklyn 42d8c0c
fix(ci): use extend-identifiers for PnP and update lint snap for decl…
Brooooooklyn 7722ad8
chore(deps): pnpm dedupe after lockfile regen
Brooooooklyn e34f1c5
fix(migration): rewrite CJS require() specifiers alongside ESM imports
Brooooooklyn 918450d
chore: re-trigger CI dispatch
Brooooooklyn 3ae8f5a
chore(deps): pnpm dedupe rolldown-plugin-dts peer-set drift
Brooooooklyn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.