Skip to content

build(deps-dev): bump vite from 7.3.1 to 8.0.0 in /peek#2474

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

build(deps-dev): bump vite from 7.3.1 to 8.0.0 in /peek#2474
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/peek/vite-8.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 15, 2026

Bumps vite from 7.3.1 to 8.0.0.

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v8.0.0

Please refer to CHANGELOG.md for details.

v8.0.0-beta.18

Please refer to CHANGELOG.md for details.

v8.0.0-beta.17

Please refer to CHANGELOG.md for details.

v8.0.0-beta.16

Please refer to CHANGELOG.md for details.

v8.0.0-beta.15

Please refer to CHANGELOG.md for details.

v8.0.0-beta.14

Please refer to CHANGELOG.md for details.

v8.0.0-beta.13

Please refer to CHANGELOG.md for details.

v8.0.0-beta.12

Please refer to CHANGELOG.md for details.

v8.0.0-beta.11

Please refer to CHANGELOG.md for details.

v8.0.0-beta.10

Please refer to CHANGELOG.md for details.

v8.0.0-beta.9

Please refer to CHANGELOG.md for details.

v8.0.0-beta.8

Please refer to CHANGELOG.md for details.

v8.0.0-beta.7

Please refer to CHANGELOG.md for details.

v8.0.0-beta.6

Please refer to CHANGELOG.md for details.

v8.0.0-beta.5

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.0.0 (2026-03-12)

Vite 8 is here!

Today, we're thrilled to announce the release of the next Vite major:

⚠ BREAKING CHANGES

  • remove import.meta.hot.accept resolution fallback (#21382)
  • update default browser target (#21193)
  • the epic rolldown-vite merge (#21189)

Features

... (truncated)

Commits
  • ea68a88 chore(deps): update rolldown-related dependencies (#20810)
  • 693d255 release: v7.1.7
  • 98a3484 fix(hmr): wait for import.meta.hot.prune callbacks to complete before runni...
  • 9f32b1d fix(hmr): trigger prune event when import is removed from non hmr module (#20...
  • 9f2247c fix(deps): update all non-major dependencies (#20811)
  • 105abe8 fix(glob): handle glob imports from folders starting with dot (#20800)
  • 4c4583c fix(build): fix ssr environment emitAssets: true when `sharedConfigBuild: t...
  • 9bc9d12 fix(client): use CSP nonce when rendering error overlay (#20791)
  • 54377f7 release: v7.1.6
  • 88af2ae fix(deps): update all non-major dependencies (#20773)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.1 to 8.0.0.
- [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/[email protected]/packages/vite)

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

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 Mar 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🤖 AI Assistant 🤖

7 Enabled Automations • 0 Disabled Automations

Enabled automations

  • Investigate CI Failures
  • Run an extra, in-depth, PR Review
  • Auto-label pull requests
  • Keep the body of the PR updated
  • Address review feedback
  • Address merge conflicts
  • Enable PR Preview deployment
Troubleshooting

This control panel only adds or removes labels on the PR.
It does not directly start workflows.
If you toggle an option, related automation may not run until its next normal trigger event.

  • Re-sync control panel from labels

@github-actions
Copy link
Copy Markdown
Contributor

❌ UI Smoke Test Review — bc6d939

🎭 Smoke Test Results

⚠️ Could not parse smoke test results. Check the workflow run for details.

📸 Screenshot Preflight

⚠️ Could not parse preflight diagnostics. Check the workflow run for details.

💡 Recommendations

  • 🔧 Smoke test results were unavailable or invalid — rerun this workflow and verify peek/smoke-results.json is generated.
  • 🔧 Investigate console or page errors reported by the screenshot preflight.

📎 Full diagnostics and screenshots: workflow run

@github-actions
Copy link
Copy Markdown
Contributor

Dependency Update Analysis

Summary: vite is updated from 7.3.1 to 8.0.0 (devDependency, npm ecosystem). This is a major upgrade with known upstream breaking changes, but this repo’s current usage appears compatible and is testable in PR CI.

Dependency 1: vite 7.3.18.0.0

Ecosystem: npm / Node (devDependency)

Check Result
Breaking changes ⚠️ Found in upstream Vite 8 release notes (major bump)
Testable in PR ✅ Yes — PR workflow runs on pull_request for peek/package*.json
Changelog highlights (v7.3.1 → v8.0.0)

Key upstream Vite 8 notes (from Vite changelog / release notes):

  • Breaking: removed import.meta.hot.accept resolution fallback.
  • Breaking: updated default browser target.
  • Breaking/architectural: rolldown-vite merge (rolldown-based internals).
  • New peer optionals include @vitejs/devtools and esbuild.
Usage in this repository

Changed files in this PR:

  • peek/package.json
  • peek/package-lock.json

Direct repo usage of Vite:

  • peek/package.json scripts use Vite CLI (dev, build, preview, electron:dev, electron:build).
  • peek/vite.config.ts imports defineConfig and loadEnv from vite.

Related CI coverage:

  • .github/workflows/ui-smoke-test-pr-review.yml triggers on pull_request and includes path peek/package*.json.
  • That workflow runs cd peek && npm ci, npm run build, and Chromium smoke E2E.
Compatibility assessment

What looks good:

  • No import.meta.hot usage found in peek/ source/config, so the explicit HMR fallback removal does not appear to affect this repo.
  • Vite 8 lockfile entry requires Node ^20.19.0 || >=22.12.0; PR smoke workflow uses Node 24, which satisfies this.

Notable risk to watch:

  • Lockfile now contains nested [email protected] copies under Vitest paths (node_modules/vitest/node_modules/vite and node_modules/vite-node/node_modules/vite), alongside top-level [email protected].
  • Diff also shows @vitest/mocker peer range still vite: ^5 || ^6 || ^7.0.0-0 (optional peer), which explains this duplication.
  • This is not an immediate blocker, but it indicates tooling ecosystem lag around Vite 8 peer ranges; keep an eye on test-tooling edge cases.

Overall risk: medium (major tooling bump), mitigated by PR-testable smoke/build coverage and no direct evidence of incompatible API usage in this repo.

Labels Applied

No labels applied (configured classification label list is empty).


What is this? | From workflow: Dependency Review

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

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