Skip to content

chore(deps): bump vite from 8.1.5 to 8.2.0 - #5192

Merged
odinr merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-8.2.0
Jul 31, 2026
Merged

chore(deps): bump vite from 8.1.5 to 8.2.0#5192
odinr merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-8.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps vite from 8.1.5 to 8.2.0.

Release notes

Sourced from vite's releases.

create-vite@8.2.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.2.0 (2026-07-30)

Features

  • add input to server.fs.allow (#23035) (95a3cda)
  • bundled-dev: reload once after rebuild instead of via the fallback page (#23106) (b24381d)
  • bundled-dev: support worker file update accepted by HMR (#23068) (0d04351)
  • config: include column in config incompatibility location (#23064) (8a24572)
  • dev: resolve interface name for explicit host in network URLs (#22965) (3ac77d9)

Bug Fixes

  • bundledDev: print build errors to the terminal when an HMR update fails (#23024) (41c4658)
  • deps: update all non-major dependencies (#23069) (4c07b74)
  • hmr: preserve environment snapshot during server restart (#22992) (b1186c3)
  • importAnalysis: interop imports injected into optimized dep files by plugins (#23029) (8c2a87d)
  • module-runner: keep stack trace interception working when Object.prototype is frozen (#23073) (599c5b0)
  • server: strip base in indexHtml module graph lookup (#22932) (fa005d1)
  • support resolving top-level input option with plugins (#23101) (41df81a)

Documentation

  • config: correct cacheDir default fallback description (#23060) (aafa103)

Tests

8.2.0-beta.0 (2026-07-22)

Features

  • add input option (#22642) (9beae37)
  • config: warn features incompatible with native loader in bundle loader (#22850) (05302b0)
  • css: export PostCSS config type for type-safe configs (#22792) (302c755)
  • dev: label network URLs with their interface name (#22830) (78accc4)
  • optimizer: support aube lockfile (#22813) (6319827)
  • optimizer: support nub lockfile (#22891) (65d3604)
  • update rolldown-related dependencies and use client-side HMR in bundled-dev (#22961) (960e9ef)
  • wasm: expand test suite, unwrap WebAssembly.Global and enable js-string builtins (#22674) (9e79b51)

Bug Fixes

Performance Improvements

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 30, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 30, 2026 17:06
@dependabot dependabot Bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Jul 30, 2026
@changeset-bot

changeset-bot Bot commented Jul 30, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 73d2b2c

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

@github-actions github-actions Bot added the 🚧 chore maintaines work, (update deps, workflos ...) label Jul 30, 2026
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.1.5 to 8.2.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/create-vite@8.2.0/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-8.2.0 branch from 7e6b80d to 73d2b2c Compare July 30, 2026 17:12
@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 65.59% 3106 / 4735
🔵 Statements 65.01% 3732 / 5740
🔵 Functions 50.79% 1080 / 2126
🔵 Branches 55.17% 1706 / 3092
File CoverageNo changed files found.
Generated in workflow #15042 for commit 73d2b2c by the Vitest Coverage Report Action

@odinr

odinr commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Dependabot Validation — vite 8.1.5 → 8.2.0

Result: ✅ Validated, high confidence — approved for merge

Checks performed

  • Branch rebased onto latest origin/main (de2b4fb78), fast-forward, no conflicts.
  • pnpm install --frozen-lockfile — lockfile in sync, no changes required.
  • pnpm build — 80/80 packages passed.
  • pnpm test — 685/685 tests passed.
  • Upstream changelog reviewed — no breaking changes between 8.1.5 and 8.2.0.
  • No open Dependabot security alerts for vite.
  • pnpm -w check — one pre-existing Biome failure present on main prior to this change (unrelated to this dependency bump).

Confidence note

Per .github/instructions/dependabot-pr.instructions.md, this update would default to medium confidence solely because the upstream release is < 48h old. All other high-confidence criteria are met (minor bump, no breaking changes, no security advisories, clean validation, no unresolved review comments, minimal scope). The repo maintainer has explicitly reviewed this and instructed overriding the recency guard, so this is being merged as high-confidence.

Proceeding with squash merge.

@odinr odinr left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Validated per comment above; recency guard overridden by maintainer instruction.

@odinr
odinr merged commit 654d6c3 into main Jul 31, 2026
7 checks passed
@odinr
odinr deleted the dependabot/npm_and_yarn/vite-8.2.0 branch July 31, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚧 chore maintaines work, (update deps, workflos ...) 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.

1 participant