Skip to content

chore(deps): bump vite from 6.4.1 to 8.0.14#41

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

chore(deps): bump vite from 6.4.1 to 8.0.14#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-8.0.14

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps vite from 6.4.1 to 8.0.14.

Release notes

Sourced from vite's releases.

v8.0.14

Please refer to CHANGELOG.md for details.

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.

... (truncated)

Changelog

Sourced from vite's changelog.

8.0.14 (2026-05-21)

Features

Bug Fixes

  • deps: update all non-major dependencies (#22471) (98b8163)
  • dev: handle errors when sending messages to vite server (#22450) (e8e9a34)
  • html: handle trailing slash paths in transformIndexHtml (#22480) (5d94d1b)
  • optimizer: pass oxc jsx options to transformSync in dependency scan (#22342) (b3132da)

Miscellaneous Chores

  • deps: update rolldown-related dependencies (#22470) (7cb728e)
  • remove irrelevant commits from changelog (2c69495)

Code Refactoring

  • glob: do not rewrite import path for absolute base (#22310) (0ae2844)

Tests

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

... (truncated)

Commits
  • c917f1e release: v8.0.14
  • 5d94d1b fix(html): handle trailing slash paths in transformIndexHtml (#22480)
  • 98b8163 fix(deps): update all non-major dependencies (#22471)
  • 96efc88 feat: update rolldown to 1.0.2 (#22484)
  • ebf39a0 test(css): sass does not use main field (#22449)
  • 0ae2844 refactor(glob): do not rewrite import path for absolute base (#22310)
  • 7cb728e chore(deps): update rolldown-related dependencies (#22470)
  • b3132da fix(optimizer): pass oxc jsx options to transformSync in dependency scan ...
  • e8e9a34 fix(dev): handle errors when sending messages to vite server (#22450)
  • 2c69495 chore: remove irrelevant commits from changelog
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 21, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from a team as a code owner May 21, 2026 12:05
@github-actions github-actions Bot added size/XS PR size: XS dependencies-changed This PR modifies dependency files labels May 21, 2026
@github-actions
Copy link
Copy Markdown

Dependency Changes Detected

This PR modifies dependency files. Please review whether these changes are intentional.

Changed files:

  • package.json

Maintainer checklist:

  • Confirm dependency changes are intentional
  • Review package delta if lockfile changed

Copy link
Copy Markdown
Contributor

@lml2468 lml2468 left a comment

Choose a reason for hiding this comment

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

🔴 [REQUEST_CHANGES — self-review, posting as COMMENT] Major version jump with unresolved toolchain incompatibility.

vite 6.4.1 → 8.0.14 (two major versions):

🔴 Blocking: vitest version mismatch. The repo currently uses vitest@2.1.9, which internally depends on vite ^5.0.0. Upgrading vite to 8 while keeping vitest at 2.x will break the test runner. The correct path is:

  • Upgrade vitest to 4.x (latest: 4.1.7) which supports vite ^6||^7||^8
  • This also requires upgrading @vitest/coverage-v8 to 4.1.7 (PR #42 does this)
  • PRs #41, #42, and a vitest upgrade must be merged together as a coordinated batch

🔵 Vite 7 and 8 introduce breaking changes. Verify vite.config.ts (if any) has no deprecated options. The lock file diff shows removal of many @esbuild/* platform packages — confirm this is expected for vite 8's bundler changes.

Do not merge standalone. Coordinate with PR #42 + vitest upgrade.

Copy link
Copy Markdown

@Jerry-Xin Jerry-Xin left a comment

Choose a reason for hiding this comment

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

The Vite major bump is relevant to this repo, but the dependency set and build environment are not compatible yet.

🔴 Blocking

🔴 Critical: npm ci fails because @vitejs/plugin-react@4.7.0 does not accept Vite 8. The PR changes vite to ^8.0.14 in package.json:35, while @vitejs/plugin-react remains ^4.4.1 at package.json:31; the resolved lockfile peer range is only ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 in package-lock.json:1590 and package-lock.json:1607. I verified this locally with npm ci, which exits with ERESOLVE could not resolve.

🔴 Critical: The repo still builds on Node 18, but Vite 8 requires ^20.19.0 || >=22.12.0. The CI matrix includes Node 18 in .github/workflows/ci.yml:77, and the Docker build image is node:18-alpine in Dockerfile:1. The new Vite lockfile entry declares the higher engine at package-lock.json:4535 and package-lock.json:4551, so even after fixing the React plugin peer conflict, CI/Docker installs remain broken unless the supported Node version is raised.

💬 Non-blocking

🟡 Warning: vitest@2.1.9 still brings its own Vite 5 dependency (package-lock.json:5100, package-lock.json:5123, package-lock.json:5597). After moving the app build to Vite 8, consider upgrading Vitest and @vitest/coverage-v8 to versions intended for that Vite generation so tests exercise a compatible toolchain.

✅ Highlights

The PR is scoped to dependency metadata only, and the Vite config itself does not show obvious API usage that would need application-code changes once the toolchain compatibility issues are fixed.

Copy link
Copy Markdown
Contributor

@lml2468 lml2468 left a comment

Choose a reason for hiding this comment

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

[CHANGES_REQUESTED] Independent cross-review. Same Dependabot partial-bump pattern.

🔴 Blocking: CI red — ERESOLVE peer dependency mismatch

While resolving: @vitejs/plugin-react@4.7.0
Found: vite@8.0.14
Could not resolve dependency:
peer vite@"^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" from @vitejs/plugin-react@4.7.0

vite bumped from 6.x to 8.x, but @vitejs/plugin-react at ^4.4.1 (resolved to 4.7.0) only peers on vite@^4 || ^5 || ^6 || ^7 — does not include ^8.

Required fix: Either:

  1. Bump @vitejs/plugin-react to a version that supports vite 8.x alongside this PR, OR
  2. Close and configure Dependabot grouping:
    groups:
      vite:
        patterns:
          - "vite"
          - "@vitejs/*"

This is the 3rd Dependabot PR today with the same partial-group problem (#41 vite, #42 vitest, #44 react). A single dependabot.yml update with proper groups would prevent all of them.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 to 8.0.14.
- [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.14/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.14
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-8.0.14 branch from a7a6990 to 2460f77 Compare May 30, 2026 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies-changed This PR modifies dependency files size/XS PR size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants