-
-
Notifications
You must be signed in to change notification settings - Fork 740
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.
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
January 21, 2025 22:09
40bcb6b
to
128b1f8
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
2 times, most recently
from
January 21, 2025 22:22
e050c29
to
96b815f
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 22, 2025 08:50
96b815f
to
1260300
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 22, 2025 11:58
1260300
to
6eb906d
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 22, 2025 12:08
6eb906d
to
9f62fd1
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 22, 2025 16:23
9f62fd1
to
84d556e
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 22, 2025 17:22
84d556e
to
3ac4002
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 23, 2025 12:50
3ac4002
to
7edb33b
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 23, 2025 13:07
7edb33b
to
49c96e5
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 23, 2025 13:47
49c96e5
to
985ed69
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 23, 2025 15:04
985ed69
to
33c718a
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 23, 2025 15:39
33c718a
to
b7085a0
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 24, 2025 00:25
b7085a0
to
562be44
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
January 24, 2025 15:31
562be44
to
add2d09
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.