chore(deps): update devdependencies (major)#871
Open
github-actions[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update devdependencies (major)#871github-actions[bot] wants to merge 1 commit intomasterfrom
github-actions[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
Author
Preview Deployment Status🚫 Storybook Preview: Failed 🚫 Frontend Preview: Failed |
Contributor
Author
Coverage Report
File CoverageNo changed files found. |
e50f4f7 to
ed6775c
Compare
ed6775c to
7ce0ad4
Compare
7ce0ad4 to
c2b0cf9
Compare
c2b0cf9 to
836e436
Compare
c173a67 to
4887d75
Compare
32068e6 to
a1e8a23
Compare
aee5394 to
bebe488
Compare
bebe488 to
72ef1c1
Compare
ffd7e90 to
87a7bb5
Compare
9657077 to
d29d778
Compare
d29d778 to
3bc66d8
Compare
38d90b5 to
1775103
Compare
7053182 to
9f402e4
Compare
9f402e4 to
ff3380a
Compare
f78116a to
6955c55
Compare
6955c55 to
94e578c
Compare
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:
19.8.1->20.5.019.8.1->20.5.022.18.8->24.12.03.11.0->4.3.03.2.4->4.1.03.2.4->4.1.03.2.4->4.1.01.2.6->2.1.01.7.8->2.1.226.1.0->29.0.01.13.6->2.1.410.2.2->11.0.117.1.0->18.0.04.2.12->5.2.96.3.6->8.0.05.1.4->6.1.13.25.76->4.3.6Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v20.5.0Compare Source
Bug Fixes
20.4.4 (2026-03-12)
Note: Version bump only for package @commitlint/cli
20.4.3 (2026-03-03)
Bug Fixes
20.4.2 (2026-02-19)
Note: Version bump only for package @commitlint/cli
20.4.1 (2026-02-02)
Note: Version bump only for package @commitlint/cli
v20.4.4Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.3Compare Source
Bug Fixes
v20.4.2Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.1Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.0Compare Source
Features
20.3.1 (2026-01-08)
Note: Version bump only for package @commitlint/cli
v20.3.1Compare Source
Note: Version bump only for package @commitlint/cli
v20.3.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.2.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.1.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.0.0Compare Source
Note: Version bump only for package @commitlint/cli
19.8.1 (2025-05-08)
Bug Fixes
conventional-changelog/commitlint (@commitlint/config-conventional)
v20.5.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
20.4.4 (2026-03-12)
Note: Version bump only for package @commitlint/config-conventional
20.4.3 (2026-03-03)
Bug Fixes
20.4.2 (2026-02-19)
Note: Version bump only for package @commitlint/config-conventional
20.4.1 (2026-02-02)
Note: Version bump only for package @commitlint/config-conventional
v20.4.4Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.4.3Compare Source
Bug Fixes
v20.4.2Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.4.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.4.0Compare Source
Features
20.3.1 (2026-01-08)
Note: Version bump only for package @commitlint/config-conventional
v20.3.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.3.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.2.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.0.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.8.1 (2025-05-08)
Note: Version bump only for package @commitlint/config-conventional
vitejs/vite-plugin-react (@vitejs/plugin-react-swc)
v4.3.0Compare Source
Add Vite 8 to peerDependencies range #1142
This plugin is compatible with Vite 8.
v4.2.3Compare Source
v4.2.2Compare Source
Update code to support newer
rolldown-vite(#978)rolldown-vitewill removeoptimizeDeps.rollupOptionsin favor ofoptimizeDeps.rolldownOptionssoon. This plugin now usesoptimizeDeps.rolldownOptionsto support newerrolldown-vite. Please updaterolldown-viteto the latest version if you are using an older version.v4.2.1Compare Source
Fix
@vitejs/plugin-react-swc/preambleon build (#962)v4.2.0Compare Source
Add
@vitejs/plugin-react-swc/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
@vitejs/plugin-react-swc/preambleat the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtmlAPI.Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (#951)
Previously, this plugin did not use SWC if plugins were not provided even if
useAtYourOwnRisk_mutateSwcOptionswas provided. This is now fixed.v4.1.0Compare Source
Set SWC cacheRoot options
This is set to
{viteCacheDir}/swcand override the default of.swc.Perf: simplify refresh wrapper generation (#835)
v4.0.1Compare Source
Set
optimizeDeps.rollupOptions.transform.jsxinstead ofoptimizeDeps.rollupOptions.jsxfor rolldown-vite (#735)optimizeDeps.rollupOptions.jsxis going to be deprecated in favor ofoptimizeDeps.rollupOptions.transform.jsx.v4.0.0Compare Source
vitest-dev/vitest (@vitest/browser)
v4.1.0Compare Source
Vitest 4.1 is out!
This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.
🚀 Features
setTickModeto timer controls - by @atscott and @sheremet-va in https://github.com/vitest-dev/vitest/issues/8726 (4b480)toTestSpecificationto reported tasks - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9464 (1a470)vi.mockorvi.hoistedare declared outside of top level of the module - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9387 (5db54)aroundEachandaroundAllhooks - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9450 (2a8cb)neworallin--updateflag - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9543 (a5acf)metain test options - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9535 (7d622)test.extendsyntax - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9550 (e5385)vitest listto statically collect tests instead of running files to collect them - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9630 (7a8e7)--detect-async-leaks- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9528 (c594d)mockThrowandmockThrowOnce- by @thor-juhasz and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9512 (61917)update: "none"and add docs about snapshots behavior on CI - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9700 (05f18)launchOptionswithconnectOptions- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9702 (f0ff1)page/locator.markAPI to enhance playwright trace - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9652 (d0ee5)testinexperimental_parseSpecification- by @jgillick and Jeremy Gillick in https://github.com/vitest-dev/vitest/issues/9235 (2f367)createSpecification- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9336 (c8e6c)runTestFilesas alternative torunTestSpecifications- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9443 (43d76)allowWriteandallowExecoptions toapi- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9350 (20e00)toTestSpecification- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9627 (6f17d)userEvent.wheelAPI - by @macarie in https://github.com/vitest-dev/vitest/issues/9188 (66080)filterNodeoption to prettyDOM for filtering browser assertion error output - by @Copilot, sheremet-va and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9475 (d3220)detailsPanelPositionoption and button - by @shairez in https://github.com/vitest-dev/vitest/issues/9525 (c8a31)findElementand enable strict mode in webdriverio and preview - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9677 (c3f37)ignore start/stopignore hints - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9204 (e59c9)coverage.changedoption to report only changed files - by @kykim00 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9521 (1d939)onModuleRunnerhook toworker.init- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9286 (e977f)importDurations: { limit, print }options - by @hi-ogawa, Claude Opus 4.6 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9401 (7e10f)importDurations- by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9533 (3f7a5)beforeAll/afterAll- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9572 (c8339)agentreporter to reduce ai agent token usage - by @cpojer in https://github.com/vitest-dev/vitest/issues/9779 (3e9e0)retryoptions - by @MazenSamehR, Matan Shavit, @AriPerkkio and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9370 (9e4cf)🐞 Bug Fixes
meta.urlincreateRequire- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9441 (e3422)external/noExternalduringconfigEnvironmenthook - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9508 (59ea2)browser.isolateis used - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9410 (3d48e)vi.mock({ spy: true })node v8 coverage - by @hi-ogawa, hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9541 (687b6).namefrom statically collected test - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9596 (b66ff)expect.soft- by @iumehara, @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9231 (3eb2c)sequence.shuffle.testsis enabled - by @kaigritun, Kai Gritun and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9576 (8182b)expect/src/utilsfromvitest- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9616 (48739)--detect-async-leaks- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9638 (9fd4c)aroundEach/Allwhen inneraroundEach/Allthrows - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9657 (4ec6c)aroundEach/Allsetup timed out - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9670 (bb013)VitestRunnerConfigoptional fields withSerializedConfig- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9661 (79520)toBe*spy assertions in favor oftoHaveBeen*(andtoThrowError) - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9665 (4d390)aroundEach/Allerrors but aggregate them on runner - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9673 (b6365)resolves/rejectschained assertion error - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9679 (c6151)maxConcurrency- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9653 (16d13)resolve.conditionsfor externals - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9717 (1d498)mockObjectchange backwards compatible - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9744 (84c69)URL.nameon jsdom - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9767 (031f3)vi.importActual()for virtual modules - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9772 (1e89e)FixtureAccessErrorif suite hook accesses undefined fixture - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9786 (fc2ce)loadortransformoriginal module - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9774 (a8216)hideSkippedTestsshould not hidetest.todo- by @oilater in https://github.com/vitest-dev/vitest/issues/9562 and https://github.com/vitest-dev/vitest/issues/9781 (8181e)beforeEachhooks - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9826 (99e52)performance.nowto measure test timeout duration - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9795 (f48a6)toMatchScreenshotpasses - by @macarie in https://github.com/vitest-dev/vitest/issues/9289 (46aab)toMatchScreenshot- by @macarie in https://github.com/vitest-dev/vitest/issues/9552 (83ca0)--remote-debugging-addressfrom chrome args - by @hi-ogawa and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9712 (f09bb)ensureAwaited- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9732 (97685)getCDPSessionandcdp()- by @AriPerkkio in [https://github.com/fix(browser): types ofgetCDPSessionandcdp()vitest-dev/vitest#9716Configuration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.