Skip to content

build(deps-dev): Bump the vite group across 1 directory with 8 updates#3476

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-vite-e54f6d2571
Open

build(deps-dev): Bump the vite group across 1 directory with 8 updates#3476
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-vite-e54f6d2571

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the vite group with 8 updates in the / directory:

Package From To
@vitejs/plugin-react 5.1.3 6.0.2
@vitest/coverage-istanbul 4.0.18 4.1.6
@vitest/eslint-plugin 1.6.6 1.6.17
vite 7.3.1 8.0.13
vite-plugin-checker 0.12.0 0.13.0
vite-plugin-dts 4.5.4 5.0.0
vite-plugin-svgr 4.5.0 5.2.0
vitest 4.0.18 4.1.6

Updates @vitejs/plugin-react from 5.1.3 to 6.0.2

Release notes

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

plugin-react@6.0.2

Allow all options in reactCompilerPreset (#1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

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'],



</tr></table>

... (truncated)

Changelog

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

6.0.2 (2026-05-14)

Allow all options in reactCompilerPreset (#1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

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'
</tr></table>

... (truncated)

Commits

Updates @vitest/coverage-istanbul from 4.0.18 to 4.1.6

Release notes

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

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates @vitest/eslint-plugin from 1.6.6 to 1.6.17

Release notes

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

v1.6.17

   🐞 Bug Fixes

    View changes on GitHub

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

... (truncated)

Commits
  • 789966e chore: release v1.6.17
  • a4bcdf5 fix: recommend toBeTypeOf instead of expectTypeOf in `prefer-expect-type-...
  • fd8eb3c fix(no-standalone-expect): allow expect inside vi.defineHelper callbacks (#894)
  • dbf423c refactor: simplify ParsedGeneralVitestFnCall type exclusion (#895)
  • 3dfdf72 chore: release v1.6.16
  • 8110bfa feat(require-test-timeout): support ancestor traversal (#890)
  • 123a9c4 chore: release v1.6.15
  • 84f312a feat: allow same-file const variable timeouts (#888)
  • 5a408df chore: release v1.6.14
  • 09ab936 chore: bump @​typescript-eslint packages to ^8.58.0 (#886)
  • Additional commits viewable in compare view

Updates vite from 7.3.1 to 8.0.13

Release notes

Sourced from vite's releases.

v8.0.13

Please refer to CHANGELOG.md for details.

v8.0.12

Please refer to CHANGELOG.md for details.

v8.0.11

Please refer to CHANGELOG.md for details.

v8.0.10

Please refer to CHANGELOG.md for details.

v8.0.9

Please refer to CHANGELOG.md for details.

v8.0.8

Please refer to CHANGELOG.md for details.

v8.0.7

Please refer to CHANGELOG.md for details.

v8.0.6

Please refer to CHANGELOG.md for details.

v8.0.5

Please refer to CHANGELOG.md for details.

v8.0.4

Please refer to CHANGELOG.md for details.

create-vite@8.0.3

Please refer to CHANGELOG.md for details.

v8.0.3

Please refer to CHANGELOG.md for details.

create-vite@8.0.2

Please refer to CHANGELOG.md for details.

v8.0.2

Please refer to CHANGELOG.md for details.

plugin-legacy@8.0.2

Please refer to CHANGELOG.md for details.

create-vite@8.0.1

Please refer to CHANGELOG.md for details.

v8.0.1

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.0.13 (2026-05-14)

Features

  • bundled-dev: add lazy bundling support (#21406) (4f0949f)
  • optimizer: improve the esbuild plugin converter to pass some properties of build result to onEnd (#22357) (47071ce)
  • update rolldown to 1.0.1 (#22444) (8c766a6)

Bug Fixes

  • build: copy public directory after building same environment with write=false (#22328) (158e8ae)
  • css: await sass/less/styl worker disposal on teardown (fix #22274) (#22275) (b7edcb7)
  • css: keep deprecated name/originalFileName in synthetic assetFileNames call (#22439) (8e59c97)
  • make isBundled per environment (#22257) (a576326)
  • ssr: avoid rewriting labels that collide with imports (#22451) (d9b18e0)

Miscellaneous Chores

8.0.12 (2026-05-11)

Features

Bug Fixes

  • deps: update all non-major dependencies (#22420) (2be6000)
  • module-runner: prevent partial-exports race on concurrent imports of in-flight invalidated re-export chains (#22369) (f5a22e6)
  • refer to rolldownOptions instead of deprecated rollupOptions in messages (#22400) (b675c7b)
  • worker: apply build.target to worker bundle (#22404) (3c93fde)
  • worker: forward define to worker bundle transform (#22408) (d4838a0)

Miscellaneous Chores

8.0.11 (2026-05-07)

Features

Bug Fixes

  • deps: update all non-major dependencies (#22334) (672c962)
  • deps: update all non-major dependencies (#22382) (5c0cfcb)
  • glob: align hmr matcher options with glob enumeration (#22306) (30028f9)
  • make separate object instance for each environment (#22276) (7c2aa3b)

... (truncated)

Commits
  • a46f11a release: v8.0.13
  • d9b18e0 fix(ssr): avoid rewriting labels that collide with imports (#22451)
  • 4f0949f feat(bundled-dev): add lazy bundling support (#21406)
  • 158e8ae fix(build): copy public directory after building same environment with `write...
  • 47071ce feat(optimizer): improve the esbuild plugin converter to pass some properties...
  • 8e59c97 fix(css): keep deprecated name/originalFileName in synthetic `assetFileNa...
  • a576326 fix: make isBundled per environment (#22257)
  • 8c766a6 feat: update rolldown to 1.0.1 (#22444)
  • b7edcb7 fix(css): await sass/less/styl worker disposal on teardown (fix #22274) (#22275)
  • fcdc87c chore: update changelog (#22413)
  • Additional commits viewable in compare view

Updates vite-plugin-checker from 0.12.0 to 0.13.0

Release notes

Sourced from vite-plugin-checker's releases.

vite-plugin-checker@0.13.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 37e272d v0.13.0
  • c48dd85 chore(deps): update dependency stylelint to v16.26.1 (#677)
  • ef4841d feat(eslint): support ESLint v10.x (#668)
  • c870779 chore(deps): replace dependency @​tsconfig/node22 with @​tsconfig/node24 (#627)
  • d1fd1af chore(deps): update dependency vite to ^8.0.8 (#678)
  • 769696e feat(biome): add support for biome 2.4 (#660)
  • 399de37 fix(deps): update dependency picomatch to ^4.0.4 (#670)
  • 4314360 build(deps): bump vite from 5.4.19 to 7.3.2 (#674)
  • e39c564 chore(deps): update pnpm/action-setup digest to b906aff (#666)
  • 8633ae5 fix(stylelint): allow meow v14 in peer dependencies (#646)
  • Additional commits viewable in compare view

Updates vite-plugin-dts from 4.5.4 to 5.0.0

Release notes

Sourced from vite-plugin-dts's releases.

vite-plugin-dts@5.0.0-beta.6

No significant changes

    View changes on GitHub

vite-plugin-dts@5.0.0-beta.5

No significant changes

    View changes on GitHub

vite-plugin-dts@5.0.0-beta.4

No significant changes

    View changes on GitHub

vite-plugin-dts@5.0.0-beta.3

No significant changes

    View changes on GitHub

vite-plugin-dts@5.0.0-beta.2

No significant changes

    View changes on GitHub

vite-plugin-dts@5.0.0-beta.1

No significant changes

    View changes on GitHub

vite-plugin-dts@5.0.0-beta.0

No significant changes

    View changes on GitHub
Changelog

Sourced from vite-plugin-dts's changelog.

5.0.0 (2026-04-30)

5.0.0-beta.6 (2025-07-31)

5.0.0-beta.5 (2025-07-30)

5.0.0-beta.4 (2025-07-13)

5.0.0-beta.3 (2025-07-07)

5.0.0-beta.2 (2025-06-18)

5.0.0-beta.1 (2025-06-16)

5.0.0-beta.0 (2025-05-18)

Commits
  • 07b7f3c chore: fix repository of package.json
  • 2996858 release(vite-plugin-dts): v5.0.0
  • 6f02521 chore: bump deps and fix minor type issues
  • 66c6fe0 ci: use npm trusted publishing and fix prerelease tag inference
  • 17cfad9 release(vite-plugin-dts): v5.0.0-beta.7
  • ee2acd5 fix: bump @​microsoft/api-extractor to fix security vulnerabilities (#462)
  • 3a14a60 release(vite-plugin-dts): v5.0.0-beta.6
  • ab64386 release(vite-plugin-dts): v5.0.0-beta.5
  • e07291c release(vite-plugin-dts): v5.0.0-beta.4
  • 2e53b84 release(vite-plugin-dts): v5.0.0-beta.3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vite-plugin-dts since your current version.


Updates vite-plugin-svgr from 4.5.0 to 5.2.0

Release notes

Sourced from vite-plugin-svgr's releases.

v5.2.0

No significant changes

    View changes on GitHub

v5.1.0

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v5.0.0

   🚨 Breaking Changes

    View changes on GitHub
Commits
  • 8ff69f4 5.2.0
  • dfbcb3b build: export cjs entry as callable default
  • 127eea3 chore: upgrade toolchain dependencies
  • 765a674 build: make TypeScript root dirs explicit
  • 9c0bdca ci: add publint workflow
  • 1b19812 build: switch to tsdown for dual-module output
  • 0605cf7 5.1.0
  • f598866 test: fix TypeScript typings
  • 8aadc43 perf: lazy load SVGR dependencies
  • 0ca4f6b fix: correct OxcTransformOptions type to expose jsx options (#144)
  • Additional commits viewable in compare view

Updates vitest from 4.0.18 to 4.1.6

Release notes

Sourced from vitest's releases.

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.4

   🚀 Experimental Features

  • coverage:
    • Default to text reporter skipFull if agent detected  -  by

@dependabot dependabot Bot added type: automerge PR will be merged automatically i.e., by a bot or action type: dependencies Maintaining 3rd-party dependencies labels May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot-npm_and_yarn-vite-e54f6d2571 branch from f35a8ef to 6bfd982 Compare May 4, 2026 06:24
@kodiakhq kodiakhq Bot removed the type: automerge PR will be merged automatically i.e., by a bot or action label May 18, 2026
@kodiakhq
Copy link
Copy Markdown
Contributor

kodiakhq Bot commented May 18, 2026

This PR currently has a merge conflict. Please resolve this and then re-add the type: automerge label.

@dependabot dependabot Bot force-pushed the dependabot-npm_and_yarn-vite-e54f6d2571 branch 3 times, most recently from 6cfb06a to aadd3b0 Compare May 18, 2026 08:34
Bumps the vite group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.3` | `6.0.2` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `4.0.18` | `4.1.6` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.6` | `1.6.17` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.3.1` | `8.0.13` |
| [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) | `0.12.0` | `0.13.0` |
| [vite-plugin-dts](https://github.com/qmhc/unplugin-dts/tree/HEAD/packages/vite-plugin-dts) | `4.5.4` | `5.0.0` |
| [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) | `4.5.0` | `5.2.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.6` |



Updates `@vitejs/plugin-react` from 5.1.3 to 6.0.2
- [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.2/packages/plugin-react)

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

Updates `@vitest/eslint-plugin` from 1.6.6 to 1.6.17
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.6.6...v1.6.17)

Updates `vite` from 7.3.1 to 8.0.13
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.13/packages/vite)

Updates `vite-plugin-checker` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.12.0...vite-plugin-checker@0.13.0)

Updates `vite-plugin-dts` from 4.5.4 to 5.0.0
- [Release notes](https://github.com/qmhc/unplugin-dts/releases)
- [Changelog](https://github.com/qmhc/unplugin-dts/blob/main/packages/vite-plugin-dts/CHANGELOG.md)
- [Commits](https://github.com/qmhc/unplugin-dts/commits/vite-plugin-dts@5.0.0/packages/vite-plugin-dts)

Updates `vite-plugin-svgr` from 4.5.0 to 5.2.0
- [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases)
- [Commits](pd4d10/vite-plugin-svgr@v4.5.0...v5.2.0)

Updates `vitest` from 4.0.18 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/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: vite
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 4.1.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
- dependency-name: vite
  dependency-version: 8.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vite-plugin-checker
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
- dependency-name: vite-plugin-dts
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vite-plugin-svgr
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vitest
  dependency-version: 4.1.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot-npm_and_yarn-vite-e54f6d2571 branch from aadd3b0 to 7b7a65f Compare May 18, 2026 08:52
@brandonlenz
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 19, 2026

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependencies Maintaining 3rd-party dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant