-
Notifications
You must be signed in to change notification settings - Fork 174
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 v2.1.9 #38
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
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.0.5
chore(deps): update dependency vitest to v2.0.5 - autoclosed
Aug 25, 2024
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.0.5 - autoclosed
chore(deps): update dependency vitest to v2.0.5
Aug 28, 2024
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
August 28, 2024 09:04
3772a98
to
adfec0c
Compare
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.0.5
chore(deps): update dependency vitest to v2.1.0
Sep 12, 2024
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
2 times, most recently
from
September 13, 2024 15:40
4393293
to
429191a
Compare
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.1.0
chore(deps): update dependency vitest to v2.1.1
Sep 13, 2024
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
October 2, 2024 18:18
429191a
to
50f18fb
Compare
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.1.1
chore(deps): update dependency vitest to v2.1.2
Oct 2, 2024
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
October 14, 2024 11:25
50f18fb
to
020df86
Compare
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.1.2
chore(deps): update dependency vitest to v2.1.3
Oct 14, 2024
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
October 28, 2024 16:26
020df86
to
f71a70b
Compare
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.1.3
chore(deps): update dependency vitest to v2.1.4
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
November 13, 2024 16:17
f71a70b
to
e1e3bc5
Compare
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.1.4
chore(deps): update dependency vitest to v2.1.5
Nov 13, 2024
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.1.5
chore(deps): update dependency vitest to v2.1.6
Nov 26, 2024
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
2 times, most recently
from
December 2, 2024 12:12
0e207e4
to
3154671
Compare
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.1.6
chore(deps): update dependency vitest to v2.1.7
Dec 2, 2024
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.1.7
chore(deps): update dependency vitest to v2.1.8
Dec 2, 2024
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
December 2, 2024 17:06
3154671
to
bb0c81d
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
2 times, most recently
from
January 30, 2025 14:35
b701f35
to
83fc637
Compare
renovate
bot
force-pushed
the
renovate/vitest-monorepo
branch
from
February 3, 2025 14:07
83fc637
to
f8a82cc
Compare
renovate
bot
changed the title
chore(deps): update dependency vitest to v2.1.8
chore(deps): update dependency vitest to v2.1.9
Feb 3, 2025
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:
2.0.4
->2.1.9
Release Notes
vitest-dev/vitest (vitest)
v2.1.9
Compare Source
🚨 Breaking Changes
coverage.ignoreEmptyLines
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5543 (31994)pool
to'forks'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5047 (7f8f9)--merge-reports
to support coverage - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5736 (b7438)🚀 Features
--output-json
- by @Joristdh in https://github.com/vitest-dev/vitest/issues/5745 (0766b)parseAst
,parseAstAsync
from vite - by @sheremet-va (f645e)click
event - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5777 (839c3)page.screenshot
method - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5853 (81c42)userEvent
methods, addfill
anddragAndDrop
events - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5882 (4dbea)expect.dom
method and bundlejest-dom
matchers with@vitest/browser
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5910 (3a96a)tripleClick
to interactive api - by @userquin in https://github.com/vitest-dev/vitest/issues/5987 (200a4)userEvent.upload
in playwright provider - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6442 (cf148)--inspect
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6433 (0499a)--inspect-brk
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6434 (7ab0f)transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)thresholds.<glob>.100
option - by @thor-juhasz and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6174 (f6845)--exclude-after-remap
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6309 (5932a){ spy: true }
instead of a factory - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6289 (95f02)test.for
- by @hi-ogawa and @sheremet-va in https://github.com/vitest-dev/vitest/issues/5861 (c2380)vi.advanceTimersToNextFrame
- by @bnjm and @sheremet-va in https://github.com/vitest-dev/vitest/issues/6347 (8ff63)🐞 Bug Fixes
--exclude
option - by @fregante in https://github.com/vitest-dev/vitest/issues/5782 (d6700)--inspect-brk
stop on Windows - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6110 (f8519)require
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6159 (807a2)testNamePattern
adds leading space - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6186 (073a5)index
file - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6266 (081cf)expect.getState().testPath
always returns correct path - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6472 (ac698)Vitest.setServer
to postconfigureServer
hook to enable import analysis for workspace config loading - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6584 (e7f35)toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)project.provide
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5959 (0eda9)BenchmarkResult.samples
array to reduce memory usage - by @hi-ogawa and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6541 (a6407)preview
provider when running in StackBlitz - by @userquin in https://github.com/vitest-dev/vitest/issues/5836 (76e13)coverage.reporter
from string values - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5920 (f33da)crypto.randomUUID
from the client - by @userquin in https://github.com/vitest-dev/vitest/issues/6079 (04c83)afterEach
cleanup hooks in node entrypoint - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6192 (e6fbc)process
global - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6213 (1affb)process
global " - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6213 (9069b)data:
protocol on preview provider file upload - by @userquin in https://github.com/vitest-dev/vitest/issues/6501 (e9821)/mockServiceWorker.js
instead of/__vitest_msw__
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.