ci: Update Test families (major) - #865
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
9 times, most recently
from
December 16, 2023 02:00
bc07ad6 to
9ffb28b
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
2 times, most recently
from
December 19, 2023 17:01
5e3374d to
d021b9b
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
7 times, most recently
from
December 31, 2023 18:32
9538e0d to
8223146
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
5 times, most recently
from
January 6, 2024 12:17
516640b to
a86195f
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
3 times, most recently
from
January 17, 2024 17:28
6201393 to
25515c5
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
3 times, most recently
from
January 20, 2024 00:44
4eba8d7 to
d0853f4
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
from
January 21, 2024 14:03
d0853f4 to
29807aa
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
from
January 26, 2024 18:32
29807aa to
24a6d24
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
2 times, most recently
from
February 20, 2024 16:09
5128bd0 to
2f7bcc8
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
3 times, most recently
from
March 2, 2024 18:24
732fa85 to
223c75c
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
from
March 15, 2024 12:24
223c75c to
4c86405
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
from
April 4, 2024 07:07
4c86405 to
c7d2dad
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
from
April 11, 2024 20:47
c7d2dad to
35bc23f
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
10 times, most recently
from
April 20, 2024 04:07
5f2191e to
0f5444d
Compare
renovate
Bot
force-pushed
the
renovate/major-test-families
branch
from
April 20, 2024 04:14
0f5444d to
95bb643
Compare
hey3
approved these changes
Apr 20, 2024
This file contains hidden or 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
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:
23.2.0->24.0.00.34.6->1.5.0Release Notes
jsdom/jsdom (jsdom)
v24.0.0Compare Source
This release reverts our selector engine back to
nwsapi. As discussed in #3659, the performance regressions from@asamuzakjp/dom-selectorturned out to be higher than anticipated. In the future, we can revisit@asamuzakjp/dom-selectorafter it reachesnwsapi's performance on the two real-world benchmarks provided by the community.Since reverting to
nwsapicauses several functionality regressions, e.g. removing:has()support, we've decided to make this a major version.Additionally:
input.maxLength,input.minLength,input.size,progress.max,tableCell.colSpan,tableCell.rowSpan,tableCol.span,textArea.cols,textArea.maxLength,textArea.minLength,textArea.rows.vitest-dev/vitest (vitest)
v1.5.0Compare Source
v1.4.0Compare Source
🚀 Features
not- by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5294 (b9d37)--projectoption - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5295 (201bd)shuffle.filesandshuffle.testsoptions - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5281 (356db)cache.diroption - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5229 (d7e8b)--changedoption - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5314 (600b4)clearScreencli flag - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5241 (e1735)🐞 Bug Fixes
--projectoption - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5265 (d1a06)--inspect-brkto pause before execution - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5355 (e77c5)magic-stringtooptimizeDeps.include- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5278 (8f04e)reportsDirectoryfrom removing user's project - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5376 (07ec3)toContain/toMatchassertion error - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5267 (8ee59)definesto supportundefinedvalues - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5284 (5b58b)onConsoleLogreturn type - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5337 (6d1b1)beforeAllandafterAll- by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5288 (ce5ca)@vitest/coverage-v8are used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5250 (29f98)View changes on GitHub
v1.3.1Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.3.0Compare Source
🚀 Features
snapshotSerializersoption - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5092 (5b102)🐞 Bug Fixes
poolOptions- by @penalosa in https://github.com/vitest-dev/vitest/issues/5221 (bc5b2)coverage.reportsDirectorywith multiple directories - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5056 (ae73f)--browser=<name>correctly - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5179 (656e2).tmpdirectory conflicts with--shardoption - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5184 (5749d)defineWorkspace- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5089 (0bf52)jsdomvariable - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5164 (0f898)optimizeDeps.disabledwarnings on Vite 5.1 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5215 (1aecd)disableConsoleInterceptconfig - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/[50](https://togithub.com/vitest-dev/vitest/actions/runs/7934052979/job/21664152574#step:8:51)74 (a55ad)View changes on GitHub
v1.2.2Compare Source
🐞 Bug Fixes
coverage/.tmpfiles after run - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5008 (d53b8)toThrow(asymmetricMatcher)failure message - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5000 (a199a)VITEST_POOL_ID- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5002 (7d0a4)ignoreSourceErrorsin run mode - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5044 (6dae3)useFakeTimersto fakerequestIdleCallbackon non browser - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5028 (a9a48)import.meta.resolve- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5045 (cf564)View changes on GitHub
v1.2.1Compare Source
🐞 Bug Fixes
thresholds.autoUpdateto work with arrow function configuration files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4959 (4b411)AsymmetricMatcher- by @hi-ogawa and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4942 (06bae)await vi.hoisted- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4962 (dcf2e)View changes on GitHub
v1.2.0Compare Source
🚀 Features
--disable-console-interceptoption to allow opting-out from automatic console log interception - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4786 (43fa6)🐞 Bug Fixes
server.headers- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4890 (55f53)testNamePatternconfig - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4909 (4add9)objDisplaydefault truncate option fortest.eachtitle - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4917 (9ae9d)process.exitis called inside the test - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4903 (8e6c1)poolandpoolOptionson project level - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4765 (e9fe4)View changes on GitHub
v1.1.3Compare Source
🐞 Bug Fixes
slowTestThresholdto all reporters - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4876 (1769c)View changes on GitHub
v1.1.2Compare Source
🐞 Bug Fixes
expect(...).toMatchFileSnapshot()matcher. - by @zmullett, Zac Mullett and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4839 (b8140)memoryLimit- by @inottn and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4802 (70e8a)View changes on GitHub
v1.1.1Compare Source
🐞 Bug Fixes
inline: trueis set - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4815 (8f622)--no-parallelism- by @bonyuta0204 in https://github.com/vitest-dev/vitest/issues/4831 (5053a)skip- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4814 (19faf)beforeAll/afterAllerrors in junit reporter - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4819 (2baea)View changes on GitHub
v1.1.0Compare Source
🚀 Features
--workspaceoption, fix root resolution in workspaces - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4773 (67d93)--no-file-parallelism,--maxWorkers,--minWorkersflags - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4705 (fd5d7)--no-isolateflag to improve performance, add documentation about performance - by @sheremet-va, @AriPerkkio and Pascal Jufer in https://github.com/vitest-dev/vitest/issues/4777 (4d55a)--excludeCLI flag - by @Namchee and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4279 (f859e)🐞 Bug Fixes
toHavePropertyassertion error diff - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4734 (f8f70)defineWorkspacefix intellisense and report type errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4743 (9cc36)View changes on GitHub
v1.0.4Compare Source
The previous release was built incorrectly and didn't include the performance fix. This release fixes that.
🐞 Bug Fixes
--coverage.all=falseresolved incorrectly - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4697 (a7931)🏎 Performance
log-updateto v5 - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4711 (13ff9)View changes on GitHub
v1.0.3Compare Source
🐞 Bug Fixes
🏎 Performance
log-updateto v5 - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4711 (13ff9)View changes on GitHub
v1.0.2Compare Source
🐞 Bug Fixes
stripSnapshotIndentationfor thrown snapshot - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4663 (74820)Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.