Skip to content

chore(deps-dev): bump vite from 8.0.10 to 8.0.16 in the npm_and_yarn group across 1 directory#4

Merged
roll merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-bed0206944
Jul 1, 2026
Merged

chore(deps-dev): bump vite from 8.0.10 to 8.0.16 in the npm_and_yarn group across 1 directory#4
roll merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-bed0206944

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

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

Updates 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 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.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.16
  dependency-type: direct:development
  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 Jun 29, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 29, 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
testdocs c57be7e Commit Preview URL

Branch Preview URL
Jun 29 2026, 03:23 PM

@claude

claude Bot commented Jun 29, 2026

Copy link
Copy Markdown

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


PR Review: vite 8.0.10 → 8.0.16

  • Gather context and analyze PR
  • Review lock file changes
  • Analyze changelog for security/breaking changes
  • OWASP Top 10 analysis
  • Post findings

Summary

This is a routine patch update bumping vite from 8.0.10 to 8.0.16. Only pnpm-lock.yaml is changed, which is expected for a dependabot lock-file update.


Code Quality

The lock file changes look legitimate and consistent with the "vite": "^8.0.10" constraint in package.json. All vite resolution strings throughout the dependency graph are correctly updated to reference 8.0.16. Transitive dependency updates brought in alongside vite include:

  • rolldown 1.0.3 (vite 8's Rust-based bundler) + @rolldown/binding-* platform binaries
  • @emnapi/runtime and @napi-rs/wasm-runtime (NAPI runtime for rolldown)
  • es-module-lexer 2.1.0 → 2.2.0
  • nanoid 3.3.11/3.3.12 → 3.3.15
  • postcss 8.5.12/8.5.15 → 8.5.16
  • srvx 0.11.16 → 0.11.17
  • vitefu 1.1.3 added (required by @tanstack/start-plugin-core)

All additions are well-known packages in the vite ecosystem. No suspicious or unexpected packages were introduced.


OWASP Top 10 Analysis

Category Severity Notes
Using Components with Known Vulnerabilities NONE (resolved by this PR) vite 8.0.16 ships security fixes — see below
SQL Injection NONE No database code in changed files
XSS NONE No DOM/template changes
Broken Access Control / Path Traversal NONE (mitigated by this PR) vite 8.0.16 adds UNC path rejection — see below
All others NONE Not applicable to this lock file update

Security Findings

Severity: NONE — this PR improves security.

vite 8.0.16 specifically addresses two path-related vulnerabilities in the dev server:

  • #22571Reject UNC paths for launch-editor-middleware: UNC paths (\\server\share) could have been abused to redirect the editor opener to an attacker-controlled network share, enabling potential SSRF or credential leakage in Windows dev environments.
  • #22572Reject Windows alternate data stream paths: Alternate data stream paths (e.g., file.txt:evil) could bypass path validation, enabling path traversal to read arbitrary files through the vite dev server.

These are dev-only risks (vite is a devDependency), but patching them is good hygiene.


Recommendation

Approve and merge. The update is safe, the lock file changes are consistent and expected, and the update contains targeted security fixes. No breaking changes are present in the 8.0.10 → 8.0.16 range.

@roll
roll merged commit b85f8ad into main Jul 1, 2026
8 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm_and_yarn-bed0206944 branch July 1, 2026 14:36
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.

1 participant