-
-
Notifications
You must be signed in to change notification settings - Fork 721
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 dependency vitest to v1.6.0 #7296
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/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.
+43
−43
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 6, 2024 00:29
dcb4c2d
to
3b5e60e
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 6, 2024 04:43
3b5e60e
to
73d0060
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
2 times, most recently
from
June 6, 2024 07:51
d499eee
to
d9f5ffd
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 6, 2024 08:04
d9f5ffd
to
54c5553
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 6, 2024 09:13
54c5553
to
9639ad5
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 6, 2024 09:38
9639ad5
to
36cbe2f
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 6, 2024 09:54
36cbe2f
to
cca36ad
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 6, 2024 10:14
cca36ad
to
0ac2c38
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 6, 2024 11:00
0ac2c38
to
5c5e6bf
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 6, 2024 11:23
5c5e6bf
to
b69029d
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 6, 2024 11:41
b69029d
to
8264841
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 6, 2024 12:18
8264841
to
6721842
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 28, 2024 13:37
57cc041
to
7499f0b
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 28, 2024 14:25
7499f0b
to
4e73ebc
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 28, 2024 14:35
4e73ebc
to
729223c
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 28, 2024 15:20
729223c
to
9ab21d5
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 28, 2024 16:41
9ab21d5
to
082399a
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 28, 2024 21:44
082399a
to
b58ba17
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 29, 2024 02:00
b58ba17
to
ee3d93a
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
2 times, most recently
from
November 29, 2024 08:45
205217d
to
5847132
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 29, 2024 09:13
5847132
to
ac3f270
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 29, 2024 09:49
ac3f270
to
2268def
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 29, 2024 10:26
2268def
to
a4e0325
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 29, 2024 11:44
a4e0325
to
796a312
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 29, 2024 12:27
796a312
to
83e0166
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 29, 2024 21:36
83e0166
to
2ac1a46
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
1.4.0
->1.6.0
Release Notes
vitest-dev/vitest (vitest)
v1.6.0
Compare Source
🚀 Features
includeConsoleOutput
andaddFileAttribute
in junit - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5659 (2f913)🐞 Bug Fixes
resolveId('vitest')
afterbuildStart
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5646 (f5faf)toJSON
for error serialization - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5526 (19a21)*.test-d.*
by default - by @MindfulPol in https://github.com/vitest-dev/vitest/issues/5634 (bfe8a)vite-node
's wrapper only to executed files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5642 (c9883)🏎 Performance
View changes on GitHub
v1.5.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.1
Compare Source
🚀 Features
startVitest()
to acceptstdout
andstdin
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5493 (780b1)startVitest
API is experimental and doesn't follow semver.🐞 Bug Fixes
import.meta.env.PROD: false
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5561 (9c649)onTestFinished
in reverse order - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5598 (23f29)fileParallelism
by default on browser pool - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5528 (5c69f)v8-to-istanbul
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5549 (df6a4)cleanOnRerun
is disabled - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5540 (ea3c1)thresholds
to compare files relative to root - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5574 (80265)toEqual
andtoMatchObject
with circular references - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5535 (9e641)View changes on GitHub
v1.5.0
Compare Source
Configuration
📅 Schedule: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 by Mend Renovate. View the repository job log.