Skip to content

chore(deps-dev): bump the vite group with 12 updates #1947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the vite group with 12 updates:

Package From To
@julr/vite-plugin-validate-env 1.3.0 2.2.0
@vitejs/plugin-react-swc 3.8.0 3.11.0
@vitest/coverage-v8 1.6.1 3.2.4
vite 5.4.14 7.0.6
vite-plugin-checker 0.7.2 0.10.1
vite-plugin-compression2 0.11.0 2.2.0
vite-plugin-radar 0.9.6 0.10.1
vite-tsconfig-paths 4.3.2 5.1.4
vitest 1.6.1 3.2.4
vite-plugin-dts 3.9.1 4.5.4
vite-plugin-lib-inject-css 1.3.0 2.2.2
@storybook/react-vite 8.5.8 9.0.18

Updates @julr/vite-plugin-validate-env from 1.3.0 to 2.2.0

Release notes

Sourced from @​julr/vite-plugin-validate-env's releases.

v2.2.0

Changes

  • Add support for Vite 7
    View changes on GitHub

v2.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

   🚨 Breaking Changes

    View changes on GitHub
Commits
  • 6309794 chore: release v2.2.0
  • 4ba3ad8 chore: update dependencies and accept vite 7 as peer deps
  • a3ea9c1 docs: fix missing validator and schema in env.ts example (#42)
  • 7f82fe1 docs: fix TypeScript declaration filename to match Vite conventions (#43)
  • 0bf9d7a chore: release v2.1.0
  • b5b0e98 chore: update dependencies
  • 47026f1 feat: expose function for validation without running Vite (#36)
  • 15d4300 fix: include @standard-schema/spec as a dependency (#38)
  • db7de67 docs: recommend strictImportMetaEnv
  • cfa9502 chore: release v2.0.0
  • Additional commits viewable in compare view

Updates @vitejs/plugin-react-swc from 3.8.0 to 3.11.0

Release notes

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

[email protected]

Add HMR support for compound components (#518)

HMR now works for compound components like this:

const Root = () => <div>Accordion Root</div>
const Item = () => <div>Accordion Item</div>
export const Accordion = { Root, Item }

Return Plugin[] instead of PluginOption[] (#537)

The return type has changed from react(): PluginOption[] to more specialized type react(): Plugin[]. This allows for type-safe manipulation of plugins, for example:

// previously this causes type errors
react()
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))

[email protected]

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.

[email protected]

Add explicit semicolon in preambleCode #485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

[email protected]

Add filter for rolldown-vite #470

Added filter so that it is more performant when running this plugin with rolldown-powered version of Vite.

Skip HMR preamble in Vitest browser mode #478

This was causing annoying Sourcemap for "/@react-refresh" points to missing source files and is unnecessary in test mode.

Skip HMR for JSX files with hooks #480

... (truncated)

Changelog

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

3.11.0 (2025-07-18)

Add HMR support for compound components (#518)

HMR now works for compound components like this:

const Root = () => <div>Accordion Root</div>
const Item = () => <div>Accordion Item</div>
export const Accordion = { Root, Item }

Return Plugin[] instead of PluginOption[] (#537)

The return type has changed from react(): PluginOption[] to more specialized type react(): Plugin[]. This allows for type-safe manipulation of plugins, for example:

// previously this causes type errors
react()
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))

3.10.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.

3.10.1 (2025-06-03)

Add explicit semicolon in preambleCode #485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

3.10.0 (2025-05-23)

Add filter for rolldown-vite #470

Added filter so that it is more performant when running this plugin with rolldown-powered version of Vite.

Skip HMR preamble in Vitest browser mode #478

... (truncated)

Commits

Updates @vitest/coverage-v8 from 1.6.1 to 3.2.4

Release notes

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

v3.2.4

   🐞 Bug Fixes

    View changes on GitHub

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.2.2

... (truncated)

Commits

Updates vite from 5.4.14 to 7.0.6

Release notes

Sourced from vite's releases.

v7.0.6

Please refer to CHANGELOG.md for details.

v7.0.5

Please refer to CHANGELOG.md for details.

v7.0.4

Please refer to CHANGELOG.md for details.

v7.0.3

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v7.0.2

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v7.0.1

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v7.0.0

Please refer to CHANGELOG.md for details.

v7.0.0-beta.2

Please refer to CHANGELOG.md for details.

v7.0.0-beta.1

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

7.0.6 (2025-07-24)

Bug Fixes

  • deps: update all non-major dependencies (#20442) (e49f505)
  • dev: incorrect sourcemap when optimized CJS is imported (#20458) (ead2dec)
  • module-runner: normalize file:// on windows (#20449) (1c9cb49)
  • respond with correct headers and status code for HEAD requests (#20421) (23d04fc)

Miscellaneous Chores

Code Refactoring

7.0.5 (2025-07-17)

Bug Fixes

  • deps: update all non-major dependencies (#20406) (1a1cc8a)
  • remove special handling for Accept: text/html (#20376) (c9614b9)
  • watch assets referenced by new URL(, import.meta.url) (#20382) (6bc8bf6)

Miscellaneous Chores

  • deps: update dependency rolldown to ^1.0.0-beta.27 (#20405) (1165667)

Code Refactoring

  • use foo.endsWith("bar") instead of /bar$/.test(foo) (#20413) (862e192)

7.0.4 (2025-07-10)

Bug Fixes

  • allow resolving bare specifiers to relative paths for entries (#20379) (324669c)

Build System

7.0.3 (2025-07-08)

Bug Fixes

  • client: protect against window being defined but addEv undefined (#20359) (31d1467)
  • define: replace optional values (#20338) (9465ae1)
  • deps: update all non-major dependencies (#20366) (43ac73d)

Miscellaneous Chores

... (truncated)

Commits

Updates vite-plugin-checker from 0.7.2 to 0.10.1

Release notes

Sourced from vite-plugin-checker's releases.

[email protected]

   🐞 Bug Fixes

    View changes on GitHub

[email protected]

No significant changes

    View changes on GitHub

[email protected]

   🐞 Bug Fixes

    View changes on GitHub

[email protected]

   🐞 Bug Fixes

    View changes on GitHub

[email protected]

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

... (truncated)

Commits
  • bfba928 v0.10.1
  • c083e25 chore(deps): update dependency @​vue/language-core to ~3.0.3 (#545)
  • 455b64e fix: pass single string command with args to spawn (#540)
  • 0a9cead chore(deps): update dependency playwright-chromium to ^1.54.1 (#542)
  • e4cdae3 v0.10.0
  • 4fbf2e6 chore: more biome fixes
  • 3dd12c3 chore: apply additional biome checks
  • 7c71255 chore: migrate root biome + format project
  • 86edafc chore(deps): bump biome to v2
  • e9823ca chore(deps): bump lint-staged
  • Additional commits viewable in compare view

Updates vite-plugin-compression2 from 0.11.0 to 2.2.0

Release notes

Sourced from vite-plugin-compression2's releases.

v2.2.0

  • Add compression algorithm aliases.
  • The correct variable should be passed when using custom filename.

Credits

@​solonovamax

v2.1.0

  • Add zstd support. (Use the built-in zstd of nodejs. Note that you need to ensure your local node version)

v2.0.1

  • Fix build script.

v2.0.0

Major Changes

  • Changed algorithm option to algorithms (array support)
  • Removed compressionOptions in favor of new defineAlgorithm() helper
  • Enhanced API for better developer experience

New Features

  • Support for multiple compression algorithms in a single plugin instance
  • New defineAlgorithm() helper for better type-safety and options control
  • Custom compression algorithm support via function callbacks

Improvements

  • Better TypeScript type definitions
  • Simplified configuration for common use cases
  • Added comprehensive migration guide
  • Added Q&A document for common usage patterns

See the Migration Guide for detailed upgrade instructions.

v1.4.0

Added build log output for compression result.

This enhancement provides visibility into compression results during the build process, complementing Vite's default reporter by including assets from the public directory in the output statistics.

v1.3.3

Patches

  • Fix error deps

v1.3.2

Support Vite6

... (truncated)

Changelog

Sourced from vite-plugin-compression2's changelog.

2.2.0

  • Add compression algorithm aliases.
  • The correct variable should be passed when using custom filename.

Credits

@​solonovamax

2.1.0

  • Add zstd support. (Use the built-in zstd of nodejs. Note that you need to ensure your local node version)

2.0.1

  • Fix build script.

2.0.0

Major Changes

  • Changed algorithm option to algorithms (array support)
  • Removed compressionOptions in favor of new defineAlgorithm() helper
  • Enhanced API for better developer experience

New Features

  • Support for multiple compression algorithms in a single plugin instance
  • New defineAlgorithm() helper for better type-safety and options control
  • Custom compression algorithm support via function callbacks

Improvements

  • Better TypeScript type definitions
  • Simplified configuration for common use cases
  • Added comprehensive migration guide
  • Added Q&A document for common usage patterns

See the Migration Guide for detailed upgrade instructions.

1.4.0

Added build log output for compression result.

This enhancement provides visibility into compression results during the build process, complementing Vite's default reporter by including assets from the public directory in the output statistics.

1.3.3

Patches

... (truncated)

Commits

Updates vite-plugin-radar from 0.9.6 to 0.10.1

Release notes

Sourced from vite-plugin-radar's releases.

v0.10.1

What's Changed

New Contributors

Full Changelog: stafyniaksacha/vite-plugin-radar@v0.10.0...v0.10.1

v0.10.0

Potential breaking changes

  • disable default export, only named export will work
- import VitePluginRadar from 'vite-plugin-radar'
+ import { VitePluginRadar } from 'vite-plugin-radar'

What's Changed

New Contributors

Full Changelog: stafyniaksacha/vite-plugin-radar@v0.9.6...v0.10.0

Changelog

Sourced from vite-plugin-radar's changelog.

0.10.1 (2025-07-22)

Features

Bug Fixes

  • yandex metrika base link changed to a new one (#40) (ac24b89)

0.10.0 (2025-01-17)

⚠ BREAKING CHANGES

  • disable default export

Features

Commits

Updates vite-tsconfig-paths from 4.3.2 to 5.1.4

Release notes

Sourced from vite-tsconfig-paths's releases.

v5.1.4

  • fix: correctly infer the paths root dir (eea1c17d0fe4ad6e3f8bc324216bc09173e3c778) (#150)

v5.1.3

  • fix: Once an importer is matched, end directory traversal (b0d8ecb9b862412e93f73b172cc0692259ce01b8)
  • feat: Add vite-tsconfig-paths:resolve debug logs (7160d6e52673367a7f4766ca9023ddc1da43e5dd)
  • chore: Ensure debug logs can be enabled in vitest (0dc9a8b9b0ec8657f9d6980ac33d0bc090e278ef)

v5.1.2

  • fix Windows regression introduced in v5.1.1 (#162)

v5.1.1

  • support ${configDir} syntax in include/exclude (#156)

v5.1.0

  • Add skip option for adding additional directories to be skipped when searching for tsconfig.json files (#146)
  • Fix path resolution on Windows when other Vite plugins neglect to normalize the importer path before calling this.resolve in their resolveId hooks (#157)
  • Allow both tsconfig.json and jsconfig.json in the same directory (4124b091607503d44b876bb4edd726667b386660)

v5.0.0

This package is now ESM only in order to align with Vite: https://vitejs.dev/guide/migration#deprecate-cjs-node-api

If your project is using CommonJS, you can rename your Vite config to use the .mjs or .mts extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin.

Commits
  • f58afbc 5.1.4
  • ece58bf chore: upgrade typescript
  • 593a611 fix: ensure parseNative result is correctly handled
  • eea1c17 fix: correctly infer the paths root dir
  • 34cb651 test: add case for resolving paths from an extended tsconfig (#166)
  • 2d187b9 chore: upgrade vite & vitest
  • a5bb13e chore: stop using yarn in package.json scripts
  • dcb0c9d 5.1.3
  • 16ef4b1 test: ensure root option is set
  • 0dc9a8b chore: ensure debug logs can be enabled in vitest
  • Additional commits viewable in compare view

Updates vitest from 1.6.1 to 3.2.4

Release notes

Sourced from vitest's releases.

v3.2.4

   🐞 Bug Fixes

Bumps the vite group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@julr/vite-plugin-validate-env](https://github.com/Julien-R44/vite-plugin-validate-env) | `1.3.0` | `2.2.0` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `3.8.0` | `3.11.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.6.1` | `3.2.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.14` | `7.0.6` |
| [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) | `0.7.2` | `0.10.1` |
| [vite-plugin-compression2](https://github.com/nonzzz/vite-plugin-compression) | `0.11.0` | `2.2.0` |
| [vite-plugin-radar](https://github.com/stafyniaksacha/vite-plugin-radar) | `0.9.6` | `0.10.1` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `4.3.2` | `5.1.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.6.1` | `3.2.4` |
| [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) | `3.9.1` | `4.5.4` |
| [vite-plugin-lib-inject-css](https://github.com/emosheeep/vite-plugin-lib-inject-css) | `1.3.0` | `2.2.2` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.5.8` | `9.0.18` |


Updates `@julr/vite-plugin-validate-env` from 1.3.0 to 2.2.0
- [Release notes](https://github.com/Julien-R44/vite-plugin-validate-env/releases)
- [Commits](Julien-R44/vite-plugin-validate-env@v1.3.0...v2.2.0)

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

Updates `@vitest/coverage-v8` from 1.6.1 to 3.2.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/coverage-v8)

Updates `vite` from 5.4.14 to 7.0.6
- [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/v7.0.6/packages/vite)

Updates `vite-plugin-checker` from 0.7.2 to 0.10.1
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.1)

Updates `vite-plugin-compression2` from 0.11.0 to 2.2.0
- [Release notes](https://github.com/nonzzz/vite-plugin-compression/releases)
- [Changelog](https://github.com/nonzzz/vite-plugin-compression/blob/master/CHANGELOG.md)
- [Commits](nonzzz/vite-plugin-compression@v0.11.0...v2.2.0)

Updates `vite-plugin-radar` from 0.9.6 to 0.10.1
- [Release notes](https://github.com/stafyniaksacha/vite-plugin-radar/releases)
- [Changelog](https://github.com/stafyniaksacha/vite-plugin-radar/blob/main/CHANGELOG.md)
- [Commits](stafyniaksacha/vite-plugin-radar@v0.9.6...v0.10.1)

Updates `vite-tsconfig-paths` from 4.3.2 to 5.1.4
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v4.3.2...v5.1.4)

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

Updates `vite-plugin-dts` from 3.9.1 to 4.5.4
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/unplugin-dts/blob/v4.5.4/CHANGELOG.md)
- [Commits](qmhc/unplugin-dts@v3.9.1...v4.5.4)

Updates `vite-plugin-lib-inject-css` from 1.3.0 to 2.2.2
- [Release notes](https://github.com/emosheeep/vite-plugin-lib-inject-css/releases)
- [Changelog](https://github.com/emosheeep/vite-plugin-lib-inject-css/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emosheeep/vite-plugin-lib-inject-css/commits/[email protected])

Updates `@storybook/react-vite` from 8.5.8 to 9.0.18
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.0.18/code/frameworks/react-vite)

---
updated-dependencies:
- dependency-name: "@julr/vite-plugin-validate-env"
  dependency-version: 2.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vite
  dependency-version: 7.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vite-plugin-checker
  dependency-version: 0.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
- dependency-name: vite-plugin-compression2
  dependency-version: 2.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vite-plugin-radar
  dependency-version: 0.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
- dependency-name: vite-tsconfig-paths
  dependency-version: 5.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vitest
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vite-plugin-dts
  dependency-version: 4.5.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vite-plugin-lib-inject-css
  dependency-version: 2.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: "@storybook/react-vite"
  dependency-version: 9.0.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 28, 2025
Copy link

changeset-bot bot commented Jul 28, 2025

⚠️ No Changeset found

Latest commit: bbfef68

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

0 participants