Skip to content

Bump vite from 8.0.14 to 8.0.16 - #45

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-8.0.16
Closed

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vite from 8.0.14 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.

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

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.14 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
...

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 17, 2026
@birdwell
birdwell temporarily deployed to dependabot/npm_and_yarn/vite-8.0.16 - AniListCal PR #45 June 17, 2026 03:11 — with Render Destroyed
@greptile-apps

greptile-apps Bot commented Jun 17, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps vite from 8.0.14 to 8.0.16, pulling in two patch releases. The 8.0.16 release contains security-relevant fixes for the dev server's launch-editor-middleware that now rejects UNC paths and Windows alternate paths, preventing potential path traversal in development environments.

  • vite 8.0.15: Adds a 408 response on request timeout, updates rolldown to 1.0.3, and includes several bug fixes (html-proxy cache key, glob error handling, optimizer bundle cleanup).
  • vite 8.0.16: Patches two path-validation issues in launch-editor-middleware — rejects UNC paths and Windows alternate data stream paths, closing potential dev-server file access vectors.
  • Transitive deps updated: rolldown 1.0.2→1.0.3, all @rolldown/binding-* packages, @oxc-project/types 0.132.0→0.133.0, and tinyglobby 0.2.16→0.2.17 (deduplicated in lock file).

Confidence Score: 5/5

Safe to merge — this is a patch-level security update to vite with no application code changes.

Only package.json and yarn.lock are touched. The lock file hashes are consistent with the published packages. The two releases being pulled in are patch fixes, including security hardening of the dev server's file-open middleware against malformed Windows paths. No breaking changes are noted in the changelog for either 8.0.15 or 8.0.16.

No files require special attention.

Important Files Changed

Filename Overview
package.json Version spec for vite bumped from ^8.0.14 to ^8.0.16 in both dependencies and resolutions sections.
yarn.lock Lock file updated to reflect new resolved versions: vite 8.0.16, rolldown 1.0.3, @oxc-project/types 0.133.0, all @rolldown/binding-* packages at 1.0.3, and tinyglobby 0.2.17 deduplicated into a single entry.

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

@birdwell birdwell mentioned this pull request Aug 19, 2026
@birdwell

Copy link
Copy Markdown
Owner

Superseded by #69, which updates the full direct and transitive dependency tree, passes typecheck/tests/build, and reports zero Yarn audit vulnerabilities.

@birdwell birdwell closed this Aug 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/vite-8.0.16 branch August 19, 2026 01:43
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