Skip to content

Bump vite from 8.0.10 to 8.0.16#291

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

Bump vite from 8.0.10 to 8.0.16#291
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-8.0.14

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps vite from 8.0.10 to 8.0.16.

Release notes

Sourced from vite's releases.

v8.0.16

Please refer to CHANGELOG.md for details.

v8.0.15

Please refer to CHANGELOG.md for details.

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.

Changelog

Sourced from vite's changelog.

8.0.16 (2026-06-01)

Bug Fixes

8.0.15 (2026-06-01)

Features

Bug Fixes

  • capitalize error messages and remove spurious space in parse error (#22488) (85a0eff)
  • deps: update all non-major dependencies (#22511) (2686d7d)
  • dev: fix html-proxy cache key mismatch for /@fs/ HTML paths (#21762) (47c4213)
  • glob: error on relative glob in virtual module when no files match (#22497) (5c8e98f)
  • optimizer: close the rolldown bundle when write() rejects (#22528) (e3cfb9d)
  • resolve: provide onWarn for viteResolvePlugin in JS plugin containers (#22509) (40985f1)

Miscellaneous Chores

Code Refactoring

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)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 22, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
get-based Ready Ready Preview, Comment Jun 3, 2026 7:40am

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 22, 2026

Greptile Summary

Routine dependabot bump of vite from 8.0.10 to 8.0.16, pulling in six patch releases. All changed packages are devDependencies — vite is used only for development tooling; production ships as plain ES modules with no bundler.

  • Security fixes (8.0.16): rejects UNC paths and Windows alternate paths in launch-editor-middleware, closing two path-traversal vectors in the dev server.
  • Bundler stabilization: rolldown advances from 1.0.0-rc.17 to the stable 1.0.3 release, along with all its platform-specific native bindings; postcss moves from 8.5.10 to 8.5.15, nanoid to 3.3.12, and tinyglobby to 0.2.17.
  • Peer dependency tightening: vite's @vitejs/devtools peer range moves from ^0.1.0 to ^0.1.18, but this is an optional peer with no effect on runtime behaviour.

Confidence Score: 5/5

Safe to merge — all changes are confined to devDependencies used only during development; no production runtime is affected.

The bump is a pure devDependency update with no production-code changes. The 8.0.16 release patches two path-traversal issues in the dev server's launch-editor middleware, making the upgrade actively beneficial. rolldown reaches its stable 1.0.3 release from an RC, which reduces churn risk rather than introducing it. No breaking changes are documented across the six patch versions.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps vite from ^8.0.10 to ^8.0.16 in devDependencies
package-lock.json Lockfile updates: vite 8.0.16, rolldown 1.0.0-rc.17→1.0.3 (stable), postcss 8.5.15, nanoid 3.3.12, tinyglobby 0.2.17, all @rolldown/* bindings to 1.0.3, @vitejs/devtools peer updated to ^0.1.18

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[vite 8.0.10] -->|bump| B[vite 8.0.16]
    B --> C[rolldown 1.0.3 stable]
    B --> D[postcss 8.5.15]
    B --> E[tinyglobby 0.2.17]
    C --> F[rolldown bindings 1.0.3 all platforms]
    C --> G[oxc-project types 0.133.0]
    D --> H[nanoid 3.3.12]
    B --> I[Security Fixes in 8.0.16]
    I --> J[Reject UNC paths in launch-editor-middleware]
    I --> K[Reject Windows alternate paths]
Loading

Reviews (2): Last reviewed commit: "Bump vite from 8.0.10 to 8.0.16" | Re-trigger Greptile

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.10 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.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Build(deps-dev): Bump vite from 8.0.10 to 8.0.14 Bump vite from 8.0.10 to 8.0.16 Jun 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-8.0.14 branch from c71405f to b38d091 Compare June 3, 2026 07:39
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