-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update vitest monorepo to ^0.34.6 (patch) #96
Merged
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
renovate
bot
requested review from
kongponents-bot,
adamdehaven,
jillztom and
a team
as code owners
October 6, 2023 07:01
kongponents-bot
approved these changes
Oct 6, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 6, 2023 09:46
0fd59f3
to
f1b2f03
Compare
kongponents-bot
approved these changes
Oct 6, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 9, 2023 06:23
f1b2f03
to
2e161ed
Compare
kongponents-bot
approved these changes
Oct 9, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 10, 2023 07:00
2e161ed
to
329ffd0
Compare
kongponents-bot
approved these changes
Oct 10, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 10, 2023 12:11
329ffd0
to
1ce651e
Compare
kongponents-bot
approved these changes
Oct 10, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 11, 2023 07:31
1ce651e
to
0231bd4
Compare
kongponents-bot
approved these changes
Oct 11, 2023
kongponents-bot
previously approved these changes
Oct 11, 2023
renovate
bot
changed the title
chore(deps): update vitest monorepo to ^0.34.5 (patch)
chore(deps): update vitest monorepo to ^0.34.6 (patch)
Oct 13, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 13, 2023 11:05
0231bd4
to
2ec419e
Compare
kongponents-bot
approved these changes
Oct 13, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 13, 2023 13:21
2ec419e
to
eb969ff
Compare
kongponents-bot
previously approved these changes
Oct 13, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 16, 2023 09:42
eb969ff
to
22e9012
Compare
kongponents-bot
approved these changes
Oct 16, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 16, 2023 18:48
22e9012
to
c2744b7
Compare
kongponents-bot
approved these changes
Oct 16, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 17, 2023 06:51
c2744b7
to
dae5574
Compare
kongponents-bot
approved these changes
Oct 17, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 17, 2023 20:05
dae5574
to
02e6786
Compare
kongponents-bot
approved these changes
Oct 17, 2023
kongponents-bot
approved these changes
Oct 17, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 17, 2023 20:09
02e6786
to
48d5b4a
Compare
kongponents-bot
approved these changes
Oct 17, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 18, 2023 04:55
48d5b4a
to
d44863a
Compare
kongponents-bot
previously approved these changes
Oct 18, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 19, 2023 05:01
d44863a
to
9bd33bb
Compare
kongponents-bot
approved these changes
Oct 19, 2023
renovate
bot
force-pushed
the
renovate/patch-vitest-monorepo
branch
from
October 19, 2023 08:26
9bd33bb
to
8e7dd8a
Compare
kongponents-bot
previously approved these changes
Oct 19, 2023
adamdehaven
approved these changes
Oct 19, 2023
🎉 This PR is included in version 1.7.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.34.3
->^0.34.6
0.34.2
->0.34.6
Release Notes
vitest-dev/vitest (@vitest/ui)
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
Configuration
📅 Schedule: Branch creation - "before 5am every weekday" in timezone America/New_York, Automerge - "every weekday" in timezone America/New_York.
🚦 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.