Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps the vite group with 4 updates: @vitejs/plugin-react, @vitest/coverage-istanbul, @vitest/eslint-plugin and vitest.

Updates @vitejs/plugin-react from 4.5.1 to 4.5.2

Release notes

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

plugin-react@4.5.2

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: false in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

Changelog

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

4.5.2 (2025-06-10)

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: true in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

Commits
  • bfb45ad release: plugin-react@4.5.2
  • 6ea9398 feat: add Vite 7-beta to peerDependencies range (#497)
  • 6db7e7c fix(deps): update all non-major dependencies (#469)
  • c450133 feat: suggest vite-plugin-react-oxc when using rolldown-vite (#491)
  • 4bec551 fix: use optimizeDeps.rollupOptions for rolldown-vite (#489)
  • See full diff in compare view

Updates @vitest/coverage-istanbul from 3.2.2 to 3.2.3

Release notes

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

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/eslint-plugin from 1.2.1 to 1.2.5

Release notes

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

v1.2.5

No release notes provided.

v1.2.4

No release notes provided.

v1.2.3

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.2...v1.2.3

v1.2.2

Bug Fixes

  • valid-title: Added support for call signatures as well (#710) (6a06cf9)
Commits

Updates vitest from 3.2.2 to 3.2.3

Release notes

Sourced from vitest's releases.

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b87ee3e chore: release v3.2.3
  • 83862d4 fix: run only the name plugin last, not all config plugins (#8130)
  • dc469f2 fix(runner): comments between fixture destructures (#8127)
  • 1d8ebf9 feat(browser): use base url instead of vitest (#8126)
  • dfe81a6 fix(pool): throw if user's tests use process.send() (#8125)
  • 0f33506 fix: rerun tests when project's setup file is changed (#8097)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the vite group with 4 updates: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react), [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul), [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitejs/plugin-react` from 4.5.1 to 4.5.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@4.5.2/packages/plugin-react)

Updates `@vitest/coverage-istanbul` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.3/packages/coverage-istanbul)

Updates `@vitest/eslint-plugin` from 1.2.1 to 1.2.5
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.2.1...v1.2.5)

Updates `vitest` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.3/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 4.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 3.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
- dependency-name: vitest
  dependency-version: 3.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
...

Signed-off-by: dependabot[bot] <support@github.com>
@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 Jun 16, 2025
@kodiakhq kodiakhq bot merged commit b84f9d4 into main Jun 16, 2025
7 checks passed
@kodiakhq kodiakhq bot deleted the dependabot-npm_and_yarn-vite-135e742be9 branch June 16, 2025 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: automerge PR will be merged automatically i.e., by a bot or action type: dependencies Maintaining 3rd-party dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants