This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency @vitest/ui to v0.34.7 #272
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/vitest-ui-0.34.x
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.
Conversation
This file contains 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
reg-suit detected visual differences. Check this report, and review them. ⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪ What do the circles mean?The number of circles represent the number of changed images.🔴 : Changed items, ⚪ : New items, ⚫ : Deleted items, and 🔵 Passed items How can I change the check status?If reviewers approve this PR, the reg context status will be green automatically. |
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 18, 2023 08:01
c389d81
to
9420f15
Compare
renovate
bot
changed the title
chore(deps): update dependency @vitest/ui to v0.34.2
chore(deps): update dependency @vitest/ui to v0.34.3
Aug 25, 2023
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 25, 2023 08:42
9420f15
to
6ab891e
Compare
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 29, 2023 15:23
6ab891e
to
9502e79
Compare
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 29, 2023 18:59
9502e79
to
cdbeb81
Compare
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 29, 2023 21:26
cdbeb81
to
38c7f86
Compare
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 30, 2023 00:53
38c7f86
to
5dd1ae8
Compare
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 30, 2023 03:19
5dd1ae8
to
ac0e501
Compare
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 30, 2023 06:24
ac0e501
to
09e7fe8
Compare
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 30, 2023 10:02
09e7fe8
to
2ae1e89
Compare
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 30, 2023 13:05
2ae1e89
to
5d4e125
Compare
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 30, 2023 17:28
5d4e125
to
00b3cd3
Compare
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
August 30, 2023 19:04
00b3cd3
to
6851170
Compare
renovate
bot
changed the title
chore(deps): update dependency @vitest/ui to v0.34.3
chore(deps): update dependency @vitest/ui to v0.34.4
Sep 8, 2023
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
September 8, 2023 11:17
6851170
to
e1f6a84
Compare
renovate
bot
changed the title
chore(deps): update dependency @vitest/ui to v0.34.4
chore(deps): update dependency @vitest/ui to v0.34.5
Sep 21, 2023
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
September 21, 2023 16:36
e1f6a84
to
ff8b032
Compare
renovate
bot
changed the title
chore(deps): update dependency @vitest/ui to v0.34.5
chore(deps): update dependency @vitest/ui to v0.34.6
Sep 29, 2023
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
September 29, 2023 16:06
ff8b032
to
fa4b27a
Compare
renovate
bot
changed the title
chore(deps): update dependency @vitest/ui to v0.34.6
chore(deps): update dependency @vitest/ui to v0.34.7
Dec 4, 2023
renovate
bot
force-pushed
the
renovate/vitest-ui-0.34.x
branch
from
December 4, 2023 18:31
fa4b27a
to
34488dd
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.34.1
->0.34.7
Release Notes
vitest-dev/vitest (@vitest/ui)
v0.34.7
Compare Source
v0.34.6
Compare Source
🐞 Bug Fixes
test.extend
should be init once time in all test - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4168 (730b2)View changes on GitHub
v0.34.5
Compare Source
🚀 Features
diff
option - by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4063 (b50cf)coverage['100']
to istanbul provider - by @marcelobotega in https://github.com/vitest-dev/vitest/issues/4109 (a7e09)vi.waitFor
method - by @Dunqing and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4113 (d79cb)vi.waitUntil
method - by @Dunqing and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4129 (e0ac9)🐞 Bug Fixes
toThrow
- by @Dunqing in https://github.com/vitest-dev/vitest/issues/3979 (725a0)testNamePattern
- by @segrey in https://github.com/vitest-dev/vitest/issues/4103 and https://github.com/vitest-dev/vitest/issues/4104 (3c305)test.extend
doesn't work in hooks without test - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4065 (175c7)SourceMapInput
to fix CYCLIC_CROSS_CHUNK_REEXPORT - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4128 (ca70a)🏎 Performance
View changes on GitHub
v0.34.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.34.3
Compare Source
🚀 Features
allowExternal
option - by @vojvodics and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3894 (c03fa)vitest/reporters
- by @Dunqing and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3980 (5704b)🐞 Bug Fixes
View changes on GitHub
v0.34.2
Compare Source
🚀 Features
--experimental-vm-threads
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3880 (f4e6e)ctx.skip()
inside the running test - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3966 (5c88d)🐞 Bug Fixes
execute.d.ts
- by @btea in https://github.com/vitest-dev/vitest/issues/3970 (0f8e6)?inline
query is specified - by @thebanjomatic and Adam Hines in https://github.com/vitest-dev/vitest/issues/3952 (3891d)🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.