Skip to content

chore(deps-dev): bump the vitest group across 1 directory with 5 updates#6576

Merged
groovecoder merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vitest-64f36e1224
May 1, 2026
Merged

chore(deps-dev): bump the vitest group across 1 directory with 5 updates#6576
groovecoder merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vitest-64f36e1224

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps the vitest group with 3 updates in the / directory: @vitejs/plugin-react, @vitest/coverage-v8 and @vitest/eslint-plugin.

Updates @vitejs/plugin-react from 5.1.4 to 6.0.1

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@6.0.1

Expand @rolldown/plugin-babel peer dep range (#1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

plugin-react@6.0.0

Remove Babel Related Features (#1123)

Vite 8+ can handle React Refresh Transform by Oxc and doesn't need Babel for it. With that, there are no transform applied that requires Babel. To reduce the installation size of this plugin, babel is no longer a dependency of this plugin and the related features are removed.

If you are using Babel, you can use @rolldown/plugin-babel together with this plugin:

 import { defineConfig } from 'vite'
 import react from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
export default defineConfig({
plugins: [


react({



  babel: {



    plugins: ['@babel/plugin-proposal-throw-expressions'],



  },



}),





react(),



babel({



  plugins: ['@babel/plugin-proposal-throw-expressions'],



}),

]
})

For React compiler users, you can use reactCompilerPreset for easier setup with preconfigured filter to improve build performance:

 import { defineConfig } from 'vite'
-import react from '@vitejs/plugin-react'
+import react, { reactCompilerPreset } from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
export default defineConfig({
plugins: [

react({

 babel: {



   plugins: ['babel-plugin-react-compiler'],



 },


}),


react(),
babel({

 presets: [reactCompilerPreset()]



</tr></table>

... (truncated)

Changelog

Sourced from @​vitejs/plugin-react's changelog.

6.0.1 (2026-03-13)

Expand @rolldown/plugin-babel peer dep range (#1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

6.0.0 (2026-03-12)

6.0.0-beta.0 (2026-03-03)

Remove Babel Related Features (#1123)

Vite 8+ can handle React Refresh Transform by Oxc and doesn't need Babel for it. With that, there are no transform applied that requires Babel. To reduce the installation size of this plugin, babel is no longer a dependency of this plugin and the related features are removed.

If you are using Babel, you can use @rolldown/plugin-babel together with this plugin:

 import { defineConfig } from 'vite'
 import react from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
export default defineConfig({
plugins: [


react({



  babel: {



    plugins: ['@babel/plugin-proposal-throw-expressions'],



  },



}),





react(),



babel({



  plugins: ['@babel/plugin-proposal-throw-expressions'],



}),

]
})

For React compiler users, you can use reactCompilerPreset for easier setup with preconfigured filter to improve build performance:

 import { defineConfig } from 'vite'
-import react from '@vitejs/plugin-react'
+import react, { reactCompilerPreset } from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
export default defineConfig({
plugins: [

react({

 babel: {



   plugins: ['babel-plugin-react-compiler'],



 },



</tr></table>

... (truncated)

Commits
  • 1e94c06 release: plugin-react@6.0.1
  • 77c00c0 feat(plugin-react): expand @rolldown/plugin-babel peer dep range (#1146)
  • dcc9012 release: plugin-react@6.0.0
  • 3a17886 docs: add a link to the Oxlint rule for component exports alongside the ESLin...
  • f812135 fix(deps): update all non-major dependencies (#1140)
  • a0329a0 docs(react): clarify react compiler preset filter (#1137)
  • 704e0d3 release: plugin-react@6.0.0-beta.0
  • ac16acc feat(react)!: remove babel (#1123)
  • f01b30c fix(deps): update all non-major dependencies (#1127)
  • b1014bd chore(react): add changelog for #1124
  • Additional commits viewable in compare view

Updates @vitest/coverage-v8 from 4.0.18 to 4.1.4

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.3

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

... (truncated)

Commits

Updates @vitest/eslint-plugin from 1.6.9 to 1.6.16

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.6.16

   🚀 Features

    View changes on GitHub

v1.6.15

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.14...v1.6.15

v1.6.14

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.13...v1.6.14

v1.6.13

   🚀 Features

    View changes on GitHub

v1.6.12

    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.11...v1.6.12

v1.6.11

   🐞 Bug Fixes

    View changes on GitHub

v1.6.10

   🚀 Features

... (truncated)

Commits

Updates @vitest/ui from 4.0.18 to 4.1.4

Release notes

Sourced from @​vitest/ui's releases.

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.3

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

... (truncated)

Commits

Updates vitest from 4.0.18 to 4.1.4

Release notes

Sourced from vitest's releases.

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.3

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

... (truncated)

Commits
  • ac04bac chore: release v4.1.4
  • 82c858d chore: Remove no-op function in plugin config logic (#8501)
  • d4fbb5c feat(experimental): support aria snapshot (#9668)
  • b77de96 feat(reporter): add filterMeta option to json reporter (#10078)
  • a120e3a feat(experimental): expose assertion as a public field (#10095)
  • 5375780 feat(coverage): default to text reporter skipFull if agent detected (#10018)
  • a1b5f0f fix: make expect(..., message) consistent as error message prefix (#10068)
  • 203f07a fix: use "black" foreground for labeled terminal message to ensure contrast (...
  • 2dc0d62 chore: release v4.1.3
  • 7827363 feat: add experimental.preParse flag (#10070)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 30, 2026
@codemist codemist added this pull request to the merge queue Mar 31, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 31, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vitest-64f36e1224 branch 3 times, most recently from 426d3e8 to 12dfaa9 Compare April 6, 2026 11:24
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vitest-64f36e1224 branch from 12dfaa9 to 224269c Compare April 13, 2026 12:06
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vitest-64f36e1224 branch from 224269c to 2135caa Compare April 20, 2026 12:59
@dependabot dependabot Bot changed the title chore(deps-dev): bump the vitest group with 5 updates chore(deps-dev): bump the vitest group across 1 directory with 5 updates Apr 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vitest-64f36e1224 branch from 2135caa to ba6fc55 Compare April 27, 2026 13:29
Bumps the vitest group with 3 updates in the / directory: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest).


Updates `@vitejs/plugin-react` from 5.1.4 to 6.0.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.1/packages/plugin-react)

Updates `@vitest/coverage-v8` from 4.0.18 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/coverage-v8)

Updates `@vitest/eslint-plugin` from 1.6.9 to 1.6.16
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.6.9...v1.6.16)

Updates `@vitest/ui` from 4.0.18 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/ui)

Updates `vitest` from 4.0.18 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vitest
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vitest
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
- dependency-name: "@vitest/ui"
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vitest
- dependency-name: vitest
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vitest
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vitest-64f36e1224 branch from ba6fc55 to 40e9db0 Compare April 27, 2026 16:14
@mozilla-blender
Copy link
Copy Markdown
Contributor

BLEnder: will not auto-merge (major version bump on @vitejs/plugin-react).

@mozilla-blender
Copy link
Copy Markdown
Contributor

Reviewing this major version bump. Workflow run

@mozilla-blender
Copy link
Copy Markdown
Contributor

Reviewing this major version bump. Workflow run

Copy link
Copy Markdown
Contributor

@mozilla-blender mozilla-blender Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

APPROVED: auto-merge: major bump evaluated as safe (high confidence).

@mozilla-blender
Copy link
Copy Markdown
Contributor

Reviewing this major version bump. Workflow run

Copy link
Copy Markdown
Contributor

@mozilla-blender mozilla-blender Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

APPROVED: auto-merge: major bump evaluated as safe (high confidence).

@mozilla-blender
Copy link
Copy Markdown
Contributor

Reviewing this major version bump. Workflow run

Copy link
Copy Markdown
Contributor

@mozilla-blender mozilla-blender Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

APPROVED: auto-merge: major bump evaluated as safe (high confidence).

@mozilla-blender
Copy link
Copy Markdown
Contributor

Reviewing this major version bump. Workflow run

@mozilla-blender
Copy link
Copy Markdown
Contributor

Reviewing this major version bump. Workflow run

Copy link
Copy Markdown
Contributor

@mozilla-blender mozilla-blender Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

APPROVED: auto-merge: major bump evaluated as safe (high confidence).

@mozilla-blender
Copy link
Copy Markdown
Contributor

SAFE: major version bump is safe to merge.

Confidence: high
Reason: The only true major bump is @vitejs/plugin-react 5→6, whose sole breaking change is the removal of built-in Babel support. The codebase calls react() with zero arguments in vitest.config.ts — no babel option is used anywhere. The new peer-dependency requirement of Vite ^8.0.0 is satisfied because this same PR pulls Vite from 7.3.1 to 8.0.10. The vitest family updates (4.0.18→4.1.4) and @vitest/eslint-plugin (1.6.9→1.6.16) are minor bumps with only bug fixes and additive features. All CI checks pass (unit-tests, npm-build, functional-tests, test-integrations, npm-lint).

Breaking changes: @vitejs/plugin-react 6.0.0: Removed built-in Babel support (babel option, @babel/core dep, plugin-transform-react-jsx-self/source, bundled react-refresh). JSX transform now handled by Oxc inside Vite 8.; @vitejs/plugin-react 6.0.0: Peer dependency changed from vite ^4-7 to vite ^8 only.; vite 8.0.0: Switched bundler from Rollup to Rolldown; CSS processor from esbuild to LightningCSS; esbuild is now an optional peer dep.
Test coverage: vitest.config.ts is the only file importing @vitejs/plugin-react. It calls react() with no arguments, so the removed Babel options are unreachable. Unit-test and build CI jobs exercise this config and both pass.

Note: auto-merge could not be enabled (Resource not accessible by integration).
A maintainer can merge this PR manually, or enable auto-merge on the repo so BLEnder can merge safe updates in the future.

@groovecoder groovecoder added this pull request to the merge queue May 1, 2026
Merged via the queue into main with commit 0de3f74 May 1, 2026
17 checks passed
@groovecoder groovecoder deleted the dependabot/npm_and_yarn/vitest-64f36e1224 branch May 1, 2026 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants