chore(deps): update dependency vitest to v0.30.1 - autoclosed#41
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
chore(deps): update dependency vitest to v0.30.1 - autoclosed#41renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
e82de4a to
52ff3bc
Compare
b71cb23 to
9e96d88
Compare
ac41e8e to
8e3a113
Compare
50f3b83 to
b802ef0
Compare
b802ef0 to
9f2d6f4
Compare
9f2d6f4 to
31e9417
Compare
31e9417 to
d495293
Compare
d0223d1 to
da09846
Compare
b2da2df to
201d9ef
Compare
55b29a8 to
ac8c9b2
Compare
2a21faf to
0c0fad0
Compare
36efc77 to
dd0e1b5
Compare
131a132 to
58fbaf4
Compare
9c54d94 to
6f178d9
Compare
cdac1c7 to
5418349
Compare
28ad31f to
be5d5c6
Compare
c2532ea to
6c95d8a
Compare
6c95d8a to
70a10a4
Compare
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 PR contains the following updates:
0.12.3->0.30.1Release Notes
vitest-dev/vitest
v0.30.1Compare Source
🐞 Bug Fixes
performanceandAggregateError- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3171 (cce45)test.eachrespectschaiConfig- by @sheremet-va (4f6c1)toMatchFileSnapshotensure dir exists - by @antfu in https://github.com/vitest-dev/vitest/issues/3155 (31168)skipWritingcheck - by @antfu (5436c)toMatchFileSnapshot- by @antfu in https://github.com/vitest-dev/vitest/issues/3164 (df3f2)View changes on GitHub
v0.30.0Compare Source
🚨 Breaking Changes
🚀 Features
toMatchFileSnapshotand auto queuing expect promise - by @antfu in https://github.com/vitest-dev/vitest/issues/3116 (bdc06)🐞 Bug Fixes
View changes on GitHub
v0.29.8Compare Source
🚀 Features
istanbulcoverage support for browser testing - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3040 (0f44d)🐞 Bug Fixes
View changes on GitHub
v0.29.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.5Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.4Compare Source
🚀 Features
--test-timeoutCLI argument - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3019 (63c62)🐞 Bug Fixes
View changes on GitHub
v0.29.3Compare Source
🚀 Features
🐞 Bug Fixes
anyas default value for TArgs in vi.fn() - by @jessevanassen in https://github.com/vitest-dev/vitest/issues/2947 (1bdcc)🏎 Performance
View changes on GitHub
v0.29.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.0Compare Source
This release makes some significant changes to how tests are running. If you were using
--no-threadsbefore, you might consider enabling--single-threadinstead (because your tests are now running inchild_processinstead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (likeprocess.chdir(), you can now use this option.One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with
--no-isolate,--no-threadsor--single-thread- you might need to update your setup files if you were relying on a global variable before.If you had performance issues on large code bases before, try the new
deps.experimentalOptimizeroption instead of disabling threads. Feedback is welcome!One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.
🚨 Breaking Changes
NODE_V8_COVERAGE- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2786 (095c6)nodeandjsdom(and other environments) now don't share the same global scope, if you run them with--no-isolateor--no-threadsflag. Vitest doesn't provide a way to restore the previous behavior as it is considered a bug.chid_processmight run longer due to the communication overhead. If you want to restore the previous behavior, use--single-thread.🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.28.5Compare Source
🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v0.28.4Compare Source
🐞 Bug Fixes
onWatcherStartwhentypecheck.ignoreSourceErrorsis true - by @mascii and @sheremet-va in https://github.com/vitest-dev/vitest/issues/2774 (d612e)View changes on GitHub
v0.28.3Compare Source
🚀 Features
configoption to be false - by @antfu in https://github.com/vitest-dev/vitest/issues/2749 (c66e3)🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v0.28.2Compare Source
🐞 Bug Fixes
timestamp: 0- by @danielroe in https://github.com/vitest-dev/vitest/issues/2747 (e88c0)View changes on GitHub
v0.28.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.28.0Compare Source
🚨 Breaking Changes
@vitet/runnerpackage instead ofvitest🐞 Bug Fixes
View changes on GitHub
v0.27.3Compare Source
🚀 Features
environmentMatchGlobsoption to auto infer env based on glob - by @antfu in https://github.com/vitest-dev/vitest/issues/2714 (3e142)🐞 Bug Fixes
reportCoveragecontext can be optional - by @antfu (4cd1e)View changes on GitHub
v0.27.2Compare Source
🚀 Features
🐞 Bug Fixes
coverage.allonly when all tests are run - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2665 (85096)🏎 Performance
View changes on GitHub
v0.27.1Compare Source
🚀 Features
🐞 Bug Fixes
coverage.extension- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2641 (7e388)View changes on GitHub
v0.27.0Compare Source
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v0.26.3Compare Source
🚀 Features
importOriginalhelper to the factory - by @antfu in https://github.com/vitest-dev/vitest/issues/2551 (853ee)🐞 Bug Fixes
View changes on GitHub
v0.26.2Compare Source
🚀 Features
🐞 Bug Fixes
dir- by @antfu in https://github.com/vitest-dev/vitest/issues/2550 (f6b59)View changes on GitHub
v0.26.1Compare Source
🚀 Features
🐞 Bug Fixes
[View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26
Configuration
📅 Schedule: Branch creation - "before 7am on Monday" in timezone Canada/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.