Skip to content

chore(deps): update devdependencies (major)#871

Open
github-actions[bot] wants to merge 1 commit intomasterfrom
renovate/major-devdependencies
Open

chore(deps): update devdependencies (major)#871
github-actions[bot] wants to merge 1 commit intomasterfrom
renovate/major-devdependencies

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 29, 2025

This PR contains the following updates:

Package Type Update Change
@commitlint/cli (source) devDependencies major 19.8.1 -> 20.5.0
@commitlint/config-conventional (source) devDependencies major 19.8.1 -> 20.5.0
@types/node (source) devDependencies major 22.18.8 -> 24.12.0
@vitejs/plugin-react-swc (source) devDependencies major 3.11.0 -> 4.3.0
@vitest/browser (source) devDependencies major 3.2.4 -> 4.1.0
@vitest/coverage-istanbul (source) devDependencies major 3.2.4 -> 4.1.0
@vitest/ui (source) devDependencies major 3.2.4 -> 4.1.0
@yamada-ui/cli (source) devDependencies major 1.2.6 -> 2.1.0
@yamada-ui/react (source) devDependencies major 1.7.8 -> 2.1.2
jsdom devDependencies major 26.1.0 -> 29.0.0
lefthook devDependencies major 1.13.6 -> 2.1.4
mongodb-memory-server (source) devDependencies major 10.2.2 -> 11.0.1
nyc (source) devDependencies major 17.1.0 -> 18.0.0
react-email (source) devDependencies major 4.2.12 -> 5.2.9
vite (source) devDependencies major 6.3.6 -> 8.0.0
vite-tsconfig-paths devDependencies major 5.1.4 -> 6.1.1
zod (source) devDependencies major 3.25.76 -> 4.3.6

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.5.0

Compare 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.4

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/cli

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.0.0

Compare 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.0

Compare 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.4

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/config-conventional

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.0.0

Compare 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.0

Compare Source

Add Vite 8 to peerDependencies range #​1142

This plugin is compatible with Vite 8.

v4.2.3

Compare Source

v4.2.2

Compare Source

Update code to support newer rolldown-vite (#​978)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

v4.2.1

Compare Source

Fix @vitejs/plugin-react-swc/preamble on build (#​962)

v4.2.0

Compare Source

Add @vitejs/plugin-react-swc/preamble virtual module for SSR HMR (#​890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react-swc/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (#​951)

Previously, this plugin did not use SWC if plugins were not provided even if useAtYourOwnRisk_mutateSwcOptions was provided. This is now fixed.

v4.1.0

Compare Source

Set SWC cacheRoot options

This is set to {viteCacheDir}/swc and override the default of .swc.

Perf: simplify refresh wrapper generation (#​835)

v4.0.1

Compare Source

Set optimizeDeps.rollupOptions.transform.jsx instead of optimizeDeps.rollupOptions.jsx for rolldown-vite (#​735)

optimizeDeps.rollupOptions.jsx is going to be deprecated in favor of optimizeDeps.rollupOptions.transform.jsx.

v4.0.0

Compare Source

vitest-dev/vitest (@​vitest/browser)

v4.1.0

Compare 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
   🐞 Bug Fixes

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 1, 2025

Preview Deployment Status

🚫 Storybook Preview: Failed

🚫 Frontend Preview: Failed

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 1, 2025

Coverage Report

Status Category Percentage Covered / Total
🔴 Lines 44.83% (🎯 70%)
⬇️ -40.05%
221 / 493
🔴 Statements 44.6% (🎯 70%)
⬇️ -40.22%
223 / 500
🔴 Functions 36.8% (🎯 80%)
⬇️ -44.56%
46 / 125
🔴 Branches 45.33% (🎯 60%)
⬇️ -33.18%
131 / 289
File CoverageNo changed files found.
Generated in workflow #3620 for commit 41c5e7d by the Vitest Coverage Report Action

@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from e50f4f7 to ed6775c Compare October 9, 2025 05:10
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch from ed6775c to 7ce0ad4 Compare October 27, 2025 08:29
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch from 7ce0ad4 to c2b0cf9 Compare November 3, 2025 08:30
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch from c2b0cf9 to 836e436 Compare November 10, 2025 08:30
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from c173a67 to 4887d75 Compare November 24, 2025 08:30
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 32068e6 to a1e8a23 Compare December 8, 2025 08:32
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from aee5394 to bebe488 Compare December 22, 2025 08:31
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch from bebe488 to 72ef1c1 Compare December 29, 2025 08:32
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from ffd7e90 to 87a7bb5 Compare January 12, 2026 08:33
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 9657077 to d29d778 Compare January 26, 2026 08:33
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch from d29d778 to 3bc66d8 Compare February 2, 2026 08:43
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 38d90b5 to 1775103 Compare February 16, 2026 08:49
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 7053182 to 9f402e4 Compare February 23, 2026 08:53
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch from 9f402e4 to ff3380a Compare February 28, 2026 09:49
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from f78116a to 6955c55 Compare March 9, 2026 08:46
@github-actions github-actions bot force-pushed the renovate/major-devdependencies branch from 6955c55 to 94e578c Compare March 16, 2026 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants