- Notifications
You must be signed in to change notification settings - Fork1.1k
Update dependency vitest to v2.1.9#115
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
renovate wants to merge1 commit intomainChoose a base branch fromrenovate/vitest-monorepo
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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
574489b
toe07d9c8
Comparee07d9c8
tof292f7f
Comparef292f7f
toebbabd9
Compareebbabd9
toa476d1e
Compare96c6261
to87e0415
Compare87e0415
to8e3f20e
Compare2ce3999
to7eba543
Compare7eba543
to739e78c
Compare739e78c
tob9f1cdb
Compareanandfresh approved these changesMar 23, 2025
b9f1cdb
to6b2dd5d
Compare6b2dd5d
toc76f40e
Comparec76f40e
to11cf36c
Compare11cf36c
to2ed875d
Compare2ed875d
to14591a6
Compare14591a6
to1a42854
CompareSign up for freeto 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.
Uh oh!
There was an error while loading.Please reload this page.
This PR contains the following updates:
2.1.1
->2.1.9
Release Notes
vitest-dev/vitest (vitest)
v2.1.9
Compare Source
This release includes security patches for:
🐞 Bug Fixes
/__screenshot-error
- by@hi-ogawa inhttps://github.com/vitest-dev/vitest/pull/7343View changes on GitHub
v2.1.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.7
Compare Source
🐞 Bug Fixes
pnpm.overrides
or yarn resolutions to override thevite
version in thevitest
package - the APIs are compatible.View changes on GitHub
v2.1.6
Compare Source
🚀 Features
View changes on GitHub
v2.1.5
Compare Source
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by@AriPerkkio inhttps://github.com/vitest-dev/vitest/issues/6808(0bf0a)unhandledRejection
even when base reporter is not used - by@AriPerkkio inhttps://github.com/vitest-dev/vitest/issues/6812(8878b)sequence.concurrent
from theRuntimeConfig
type - by@sheremet-va inhttps://github.com/vitest-dev/vitest/issues/6880(6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by@sheremet-va inhttps://github.com/vitest-dev/vitest/issues/6877(93b67)enter
or'a'
- by@AriPerkkio inhttps://github.com/vitest-dev/vitest/issues/6848(487c8)🏎 Performance
View changes on GitHub
v2.1.4
Compare Source
🚀 Features
This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your
package.json
. See npm's documentation aboutsemver for more information.transformIndexHtml
- by@sheremet-va inhttps://github.com/vitest-dev/vitest/issues/6725(16902)🐞 Bug Fixes
v=
queries to setup files imports - by@sheremet-va inhttps://github.com/vitest-dev/vitest/issues/6759(b8258)toThrowError
with empty string parameter - by@shulaoda inhttps://github.com/vitest-dev/vitest/issues/6710(a6129)test.extend
type exports - by@hi-ogawa inhttps://github.com/vitest-dev/vitest/issues/6707(e5c38)🏎 Performance
hash
to replacecreateHash
- by@btea inhttps://github.com/vitest-dev/vitest/issues/6703(5d07b)View changes on GitHub
v2.1.3
Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by@hi-ogawa inhttps://github.com/vitest-dev/vitest/issues/6697(e0027)/mockServiceWorker.js
instead of/__vitest_msw__
- by@sheremet-va inhttps://github.com/vitest-dev/vitest/issues/6687(4b2ce)toMatchObject
diff - by@hi-ogawa inhttps://github.com/vitest-dev/vitest/issues/6620(d289e)<empty line>
logs when interleavingconsole.log/error
- by@hi-ogawa inhttps://github.com/vitest-dev/vitest/issues/6644(9ece3)fast-glob
instead oftinyglobby
in Vitest - by@sheremet-va inhttps://github.com/vitest-dev/vitest/issues/6688(70baa)🏎 Performance
View changes on GitHub
v2.1.2
Compare Source
🐞 Bug Fixes
Vitest.setServer
to postconfigureServer
hook to enable import analysis for workspace config loading - by@hi-ogawa inhttps://github.com/vitest-dev/vitest/issues/6584(e7f35)BenchmarkResult.samples
array to reduce memory usage - by@hi-ogawa and@AriPerkkio inhttps://github.com/vitest-dev/vitest/issues/6541(a6407)data:
protocol on preview provider file upload - by@userquin inhttps://github.com/vitest-dev/vitest/issues/6501(e9821)*.astro
by default - by@AriPerkkio inhttps://github.com/vitest-dev/vitest/issues/6565(f8ff7)cleanOnRerun: false
to invalidate previous results - by@AriPerkkio inhttps://github.com/vitest-dev/vitest/issues/6592(88bde)toBeDefined
withexpect.poll
- by@hi-ogawa inhttps://github.com/vitest-dev/vitest/issues/6562(f7da6)--cpu-prof
and--heap-prof
not working by default - by@AriPerkkio inhttps://github.com/vitest-dev/vitest/pull/6555(2e4d894)beforeAll
failed - by@hi-ogawa inhttps://github.com/vitest-dev/vitest/issues/6524(fb797)onTestFinished
andonTestFailed
duringretry
andrepeats
- by@hi-ogawa inhttps://github.com/vitest-dev/vitest/issues/6609(c5e29)--standalone
- by@hi-ogawa inhttps://github.com/vitest-dev/vitest/issues/6577(d0bf8)View changes on GitHub
Configuration
📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated byMend Renovate. View therepository job log.