-
Notifications
You must be signed in to change notification settings - Fork 189
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
57
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
57 commits
Select commit
Hold shift + click to select a range
510d5b0
refactor: replace @voidzero-dev/vite-plus-test with upstream vitest@4…
Brooooooklyn 03d2490
fix(migration): re-pin vite-plus in force-override mode, fix lint/for…
Brooooooklyn b18f1e1
fix(migration): pass --no-frozen-lockfile to pnpm/yarn reinstall afte…
Brooooooklyn 41d3671
fix(migration): preserve vitest declare-module, route browser-provide…
Brooooooklyn 0672ed4
fix(migration): emit bunfig.toml with peer = false to unblock bun ins…
Brooooooklyn 2159a19
docs: align migrate guide and bundling notes with actual rewrite/shim…
Brooooooklyn 1578ca3
fix(ci): bump core tgz version for bun, sync declare-module snap
Brooooooklyn a3c6ebf
fix(ci): use a separate bumped-version core tgz for VP_OVERRIDE_PACKAGES
Brooooooklyn d58322f
fix(ci): pack core/cli with synthetic 7.99.0 version for bun peer-dep
Brooooooklyn f60e002
docs(cli): reformat BUNDLING.md provider-exports table
Brooooooklyn dd16440
fix(migration): mirror vite override as devDep on bun
Brooooooklyn 21b62e6
fix(ci): pack a vite-7.99.0.tgz alias so bun's name+version check passes
Brooooooklyn b7e393c
fix(ci): post-process core tgz into vite alias instead of name-swappi…
Brooooooklyn 09f65d4
fix(ci): use core tgz for vite override except where bun is the target
Brooooooklyn 7400223
chore: vp check --fix
Brooooooklyn 3cf5fa9
fix(migration): override vitest + @vitest/* family to single version
Brooooooklyn a9572c5
fix(cli): accept `test` field in defineConfig type signature
Brooooooklyn 73ad4b3
fix(cli): inject vitest specifier rewrite plugin into defineConfig
Brooooooklyn 10cc1c4
fix(cli): resolve mergeConfig star-export conflict between core and v…
Brooooooklyn 4d14555
test(snap): redact transient network warnings in snap output
Brooooooklyn f3d9a74
fix(migration): override @vitest/coverage-* family
Brooooooklyn d1eb9b5
fix(migration): rewrite `from 'vite-plus/test'` -> `from 'vitest'`
Brooooooklyn cf12ee4
style(migration): cargo fmt
Brooooooklyn fc38ae2
revert(migration): restore `'vitest' -> 'vite-plus/test'` forward rew…
Brooooooklyn aeb834e
chore: retrigger CI after empty period
Brooooooklyn 426224b
fix(cli): re-export vitest/config types (ViteUserConfig, etc.)
Brooooooklyn e9a8fd3
test(snap): drop leading whitespace on pnpm10 Packages line
Brooooooklyn 40ed602
fix(cli): propagate vite-plus/test rewrite plugin into test.projects
Brooooooklyn 51caa6b
chore: apply oxfmt formatting
Brooooooklyn 2d5756e
fix(cli): drop redundant type assertions in project injector
Brooooooklyn 95b71c8
fix(cli): add runtime targets for browser provider context exports
Brooooooklyn 8f1e604
fix(migration): don't let initial install's failure mask final instal…
Brooooooklyn b7737a6
ci(test-vp-create): include vitest family in VP_OVERRIDE_PACKAGES
Brooooooklyn 79c2254
chore: keep VITEST_VERSION + @vitest/browser* catalog in sync on bumps
Brooooooklyn a7859fd
fix(cli): use es-module-lexer to scope vite-plus/test rewrites to rea…
Brooooooklyn ef3b17a
fix(migration): pin legacy wrapper fallback to exact VITEST_VERSION
Brooooooklyn ca6e3ab
chore(upgrade-deps): bump vitest pins in test-vp-create.yml too
Brooooooklyn b4dde84
fix(cli): preserve quotes when rewriting dynamic import specifiers
Brooooooklyn b9d62d9
fix(deps): patch @vitest/mocker to hoist vite-plus/test imports
Brooooooklyn b327596
fix(cli): fall back to regex rewrite when es-module-lexer rejects JSX…
Brooooooklyn eb733d8
fix(cli): restore missing test/* subpaths and auto-inline matcher pac…
Brooooooklyn 72c4898
style: format build.ts and define-config.ts to oxfmt rules
Brooooooklyn 3fd73c5
fix(cli): align CJS index.cts allowlist with ESM index.ts
Brooooooklyn 079a696
style(cli): apply vp check --fix to define-config.ts and build.ts
Brooooooklyn 8d3239d
fix(cli): use oxc-parser for TSX rewrite fallback, cover re-exports
Brooooooklyn b07ea84
chore: pnpm dedupe after adding oxc-parser dependency
Brooooooklyn cf43391
fix(cli): resolve vitest family for browser-mode in transitive-dep pr…
Brooooooklyn c1c7cb3
chore(deps): upgrade vitest to 4.1.7
Brooooooklyn b2efc18
fix(migration): align @vitest/browser subpath rewrites with vite-plus…
Brooooooklyn 40272f1
fix(ci): pin packed package versions to 0.0.0 for stable tgz names
Brooooooklyn 07af786
fix(tools): drop deleted packages/test from snap-test relink map
Brooooooklyn aef9c85
fix(ci): use npm pkg set to pin packed versions
Brooooooklyn 62c3d5e
fix(ci): expect 0.0.0 in ecosystem-ci verify-install
Brooooooklyn 9b451f4
fix(cli): handle default+named imports in external dts type-only fix
Brooooooklyn 632f215
fix(cli): externalize postcss/lightningcss from the dts bundle
Brooooooklyn c9513a3
ci(upgrade-deps): sync @vitest/mocker patch entry on vitest bumps
Brooooooklyn 2d88fd9
fix(cli): externalize vitest/@vitest from the dts bundle
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.