Skip to content

chore(deps): bump vite from 8.0.13 to 8.0.16 in the npm_and_yarn group across 1 directory - #43

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

chore(deps): bump vite from 8.0.13 to 8.0.16 in the npm_and_yarn group across 1 directory#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-bed0206944

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the / directory: vite.

Updates vite from 8.0.13 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.

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 8.0.13 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:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 21, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
livemark 14bcf68 Commit Preview URL

Branch Preview URL
Jul 21 2026, 02:46 PM

@claude

claude Bot commented Jul 21, 2026

Copy link
Copy Markdown

Claude finished @dependabot[bot]'s task in 1m 2s —— View job


PR Review: vite 8.0.13 → 8.0.16

  • Gather context and understand PR scope
  • Review changed files (package.json, pnpm-lock.yaml)
  • Security analysis (OWASP Top 10 + additional checks)
  • Post findings

Summary

Routine patch bump of vite across 2 files. The lockfile also pulls in updated transitive dependencies.

Changed Files

package.json — single line change, version specifier updated from 8.0.13 to 8.0.16.

pnpm-lock.yaml — all peer-resolved snapshot keys updated to reference vite@8.0.16. Vite's own transitive deps also change:

Dependency Old New
rolldown 1.0.1 1.0.3
lightningcss 1.32.0 1.33.0
postcss 8.5.14 8.5.21
picomatch 4.0.4 4.0.5
tinyglobby 0.2.16 0.2.17
@emnapi/runtime 1.10.0 1.11.2

A new package @napi-rs/wasm-runtime@1.1.6 also appears as an added resolved entry.


Security Analysis

Severity: NONE — no issues introduced. This update fixes security vulnerabilities.

The two security-relevant fixes in this range:

  • fix(deps): reject UNC paths for launch-editor-middleware vitejs/vite#22571 (fix(deps): reject UNC paths for launch-editor-middleware) — Previously the dev-server's editor-opening middleware could be directed to UNC paths (e.g. \\attacker\share\payload), which can trigger SMB/NTLM credential leaks or remote file access on Windows. This is a dev-only surface but worth patching.
  • fix: reject windows alternate paths vitejs/vite#22572 (fix: reject windows alternate paths) — Prevents path manipulation using Windows alternate stream or device paths (e.g. C:\file::$DATA) in the dev server. Relates to A01:2021 Broken Access Control (path traversal variant).

Both are dev-server only attack surfaces (not exploitable in production builds), but the fixes are appropriate and this update should be merged.

OWASP checks

Category Finding
A01 Broken Access Control ✅ Fixed by #22571/#22572 in this update
A02–A10 No concerns in this diff
Hardcoded secrets None
SSRF Dev-server UNC path fix mitigates a local SSRF-adjacent issue
Supply chain Integrity hashes updated correctly in lockfile

Verdict

Approve. Clean patch-version bump with two security fixes and no breaking changes. The lockfile diff is mechanical and consistent with the version change.

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