Skip to content

chore(deps-dev): bump vite from 6.4.2 to 7.3.2#150

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vite-6.4.2
Open

chore(deps-dev): bump vite from 6.4.2 to 7.3.2#150
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vite-6.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps vite from 6.4.2 to 7.3.2.

Release notes

Sourced from vite's releases.

v7.3.2

Please refer to CHANGELOG.md for details.

v7.3.1

Please refer to CHANGELOG.md for details.

v7.3.0

Please refer to CHANGELOG.md for details.

v7.2.7

Please refer to CHANGELOG.md for details.

v7.2.6

Please refer to CHANGELOG.md for details.

v7.2.5

Please refer to CHANGELOG.md for details.

Note: 7.2.5 failed to publish so it is skipped on npm

v7.2.4

Please refer to CHANGELOG.md for details.

v7.2.3

Please refer to CHANGELOG.md for details.

v7.2.2

Please refer to CHANGELOG.md for details.

plugin-legacy@7.2.1

Please refer to CHANGELOG.md for details.

v7.2.1

Please refer to CHANGELOG.md for details.

plugin-legacy@7.2.0

Please refer to CHANGELOG.md for details.

v7.2.0

Please refer to CHANGELOG.md for details.

v7.2.0-beta.1

Please refer to CHANGELOG.md for details.

v7.2.0-beta.0

Please refer to CHANGELOG.md for details.

v7.1.12

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

7.3.2 (2026-04-06)

Bug Fixes

7.3.1 (2026-01-07)

Features

  • add ignoreOutdatedRequests option to optimizeDeps (#21364) (9d39d37)

7.3.0 (2025-12-15)

Features

  • deps: update esbuild from ^0.25.0 to ^0.27.0 (#21183) (cff26ec)

7.2.7 (2025-12-08)

Bug Fixes

7.2.6 (2025-12-01)

7.2.5 (2025-12-01)

Bug Fixes

Performance Improvements

Documentation

  • clarify manifest.json imports field is JS chunks only (#21136) (46d3077)

Miscellaneous Chores

7.2.4 (2025-11-20)

Bug Fixes

  • revert "perf(deps): replace debug with obug (#21107)" (2d66b7b)

7.2.3 (2025-11-20)

... (truncated)

Commits

@dependabot dependabot Bot added area:build Turbo/Vite/Biome/tsconfig toolchain chore Routine maintenance / non-feature work labels Apr 22, 2026
@dependabot dependabot Bot changed the title chore(deps): bump vite from 5.4.21 to 6.4.2 Apr 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-6.4.2 branch from 77d1860 to 1d84b8c Compare April 26, 2026 08:28
@github-actions github-actions Bot added the area:desktop apps/desktop (Electron shell, renderer) label Apr 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-6.4.2 branch from 1d84b8c to 764ef53 Compare April 26, 2026 08:54
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.2 to 7.3.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-6.4.2 branch from 764ef53 to 334d522 Compare April 26, 2026 08:58
@hqhq1025 hqhq1025 added bot-rerun Temporary label to rerun automation and removed bot-rerun Temporary label to rerun automation labels May 1, 2026
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Review mode: initial

Findings

  • [Minor] Major version bump from Vite 6 to Vite 7 may introduce breaking changes. The lockfile shows that electron-vite@2.3.0 and @vitejs/plugin-react@4.7.0 are resolved against Vite 7.3.2, which suggests package compatibility, but the project's Vite configuration (vite.config.ts or similar) was not inspected. Vite 7 has breaking changes including a higher minimum Node version, removal of deprecated CJS Node API, and changes to resolve.conditions defaults. Please verify that the project's build config and scripts are compatible. If any issues arise, check the Vite 7 migration guide.
    Suggested fix: Run pnpm build and check for errors, then manually inspect vite.config.* files for deprecated APIs.

  • [Minor] Node version requirement increased. Vite 7 requires Node.js ^20.19.0 || >=22.12.0 (per lockfile metadata). The project's engines.node is >=22, but if the CI or local environment uses a Node version below 22.12.0, the update will fail at install or build time. Confirm that all environments use Node >=22.12.0.
    Suggested fix: Verify the Node version in CI (e.g., .github/workflows/*.yml) is at least 22.12.0. If not, bump it.

Questions

  • None.

Summary
Review mode: initial. This is a routine Dependabot PR that bumps Vite from 6.4.2 to 7.3.2. No linked issues. The lockfile resolution suggests plugin compatibility, but manual verification of the project's Vite configuration is recommended due to the major version jump. No blockers identified; the primary risks are build compatibility and Node version requirements. CI will catch any regressions.

Testing
Not run (automation) — CI should execute pnpm build && pnpm test to validate.

Open-CoDesign Bot

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

Labels

area:build Turbo/Vite/Biome/tsconfig toolchain area:desktop apps/desktop (Electron shell, renderer) chore Routine maintenance / non-feature work

1 participant