Skip to content

build(deps-dev): bump vite from 8.0.14 to 8.0.16 in /apps/web in the npm_and_yarn group across 1 directory - #5

Merged
timothygithinji merged 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/npm_and_yarn-bed0206944
Jun 22, 2026
Merged

build(deps-dev): bump vite from 8.0.14 to 8.0.16 in /apps/web in the npm_and_yarn group across 1 directory#5
timothygithinji merged 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/npm_and_yarn-bed0206944

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Updates 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

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.

Greptile Summary

This PR bumps vite from 8.0.14 to 8.0.16 in apps/web/package.json as an automated Dependabot update.

  • The 8.0.16 patch includes two security-relevant fixes: rejecting UNC paths and Windows alternate paths in the dev server middleware, which prevents potential path traversal during development.
  • The 8.0.15 intermediate release adds a 408 response on request timeout and several bug fixes (html-proxy cache key mismatch, glob error handling, optimizer bundle cleanup).

Confidence Score: 5/5

Safe to merge — this is a patch-level devDependency update that only affects the local dev server and build tooling, not production runtime code.

The change is a single-line version bump of a devDependency. Both intermediate releases are patch-level with bug and security fixes in the Vite dev server. There is no production runtime impact and the update is straightforward.

No files require special attention.

Important Files Changed

Filename Overview
apps/web/package.json Single-line patch bump of vite devDependency from 8.0.14 to 8.0.16; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["apps/web/package.json"] -->|"vite devDependency"| B["8.0.14 → 8.0.16"]
    B --> C["8.0.15: bug fixes + features"]
    B --> D["8.0.16: security fixes"]
    C --> C1["408 on request timeout"]
    C --> C2["html-proxy cache key fix"]
    C --> C3["optimizer bundle cleanup"]
    D --> D1["Reject UNC paths in dev server"]
    D --> D2["Reject Windows alternate paths"]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A["apps/web/package.json"] -->|"vite devDependency"| B["8.0.14 → 8.0.16"]
    B --> C["8.0.15: bug fixes + features"]
    B --> D["8.0.16: security fixes"]
    C --> C1["408 on request timeout"]
    C --> C2["html-proxy cache key fix"]
    C --> C3["optimizer bundle cleanup"]
    D --> D1["Reject UNC paths in dev server"]
    D --> D2["Reject Windows alternate paths"]
Loading

Reviews (1): Last reviewed commit: "build(deps-dev): bump vite" | Re-trigger Greptile

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


Updates `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: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 17, 2026
@timothygithinji
timothygithinji merged commit bc2995e into main Jun 22, 2026
1 check passed
@timothygithinji
timothygithinji deleted the dependabot/npm_and_yarn/apps/web/npm_and_yarn-bed0206944 branch June 22, 2026 19:20
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