chore(deps-dev): bump vite from 8.0.0 to 8.0.16#1216
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Contributor
📦 NPM canary releaseDeployed canary version 0.0.0-canary-d8e2a5f. |
Contributor
🏋️ Size limit report
Click here if you want to find out what is changed in this build |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/vite-8.0.16
branch
from
July 1, 2026 15:03
9682ab8 to
5f8dd60
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/vite-8.0.16
branch
from
July 9, 2026 12:24
5f8dd60 to
cc75fc7
Compare
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.0 to 8.0.16. - [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.16/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.16 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/vite-8.0.16
branch
from
July 10, 2026 14:36
cc75fc7 to
49dba16
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps vite from 8.0.0 to 8.0.16.
Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
f94df87release: v8.0.16dc245c7fix: reject windows alternate paths (#22572)50b9512fix(deps): reject UNC paths for launch-editor-middleware (#22571)8d1b019release: v8.0.152686d7dfix(deps): update all non-major dependencies (#22511)3052a67chore(deps): update rolldown-related dependencies (#22566)e3cfb9dfix(optimizer): close the rolldown bundle when write() rejects (#22528)6978a9crefactor: correct logic incollectAllModulesfunction (#22562)646dbedfeat: update rolldown to 1.0.3 (#22538)85a0efffix: capitalize error messages and remove spurious space in parse error (#22488)Note
Low Risk
Dev-only dependency lockfile update; risk is limited to local dev, Storybook, and Vitest/build behavior regressions, not shipped runtime code.
Overview
Updates the lockfile so Vite resolves from 8.0.0 to 8.0.16, pulling in patch/minor fixes across the dev toolchain (Storybook’s Vite builder,
@vitejs/plugin-react, Vitest, and coverage).The resolved Vite stack shifts notably: rolldown moves from 1.0.0-rc.9 to 1.0.3, postcss and tinyglobby bump, and
@oxc-project/runtimeis no longer in Vite’s dependency tree. Many other transitive packages (ESLint-related, CodeMirror, WASM helpers) refresh because they sit on Vite’s graph—no application source changes in this PR.Reviewed by Cursor Bugbot for commit 49dba16. Bugbot is set up for automated code reviews on this repo. Configure here.