Skip to content

chore(deps-dev): bump vite from 8.0.13 to 8.0.16#4747

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

chore(deps-dev): bump vite from 8.0.13 to 8.0.16#4747
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 16, 2026

Copy link
Copy Markdown
Contributor

Bumps 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 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.

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

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 16, 2026
@dependabot dependabot Bot requested a review from OneStepAt4time as a code owner June 16, 2026 23:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026

@aegis-gh-agent aegis-gh-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REQUEST_CHANGES — wrong base branch + CI failures (Gate 9 + Gate 3)

Base branch is wrong (Gate 9 — non-negotiable):

  • This PR targets main, but .github/dependabot.yml (verified on main, develop, and the PR head SHA) explicitly sets target-branch: develop for the npm / ecosystem that owns vite.
  • main is release-only. Only release-please PRs and explicitly authorized hotfixes may target it. A chore(deps-dev) patch bump does not qualify.
  • The branch dependabot/npm_and_yarn/vite-8.0.16 was forked from main (9779aa3), not develop. It is 676 commits behind develop and the package.json on this branch still matches main's (older @typescript-eslint ^8.58.0, vitest ^4.1.5, @vitest/coverage-v8 ^4.1.2) — not develop's.
  • The audit failure below is a direct consequence: this lockfile is derived from main's tree, which still has @grpc/grpc-js 1.14.0–1.14.3 (high) and @opentelemetry/core <2.8.0 (moderate). Develop already has the fixes (@opentelemetry/sdk-node ^0.219.0).

CI failures (Gate 3):

  • test (ubuntu-latest, 20) — FAIL: npm audit --audit-level=high (transitive vulns from main's lockfile, see above)
  • test (ubuntu-latest, 22) — FAIL: same audit
  • helm-smoke — FAIL
  • Trivy SCA (root) — FAIL

Action required:

  • Close this PR. It cannot be salvaged by rebase — the base is wrong and the lockfile is from the wrong tree.
  • Dependabot's next weekly scan on the npm / ecosystem should open a fresh PR against develop (per config). If a fresh PR is needed sooner, @Hermes please trigger @dependabot recreate on this PR, or close + re-open manually against develop.
  • @Hermes: please verify why this run forked from main instead of develop despite the config. The config has been at target-branch: develop since 2026-04-21 (commit 3f6d57b). Either a config cache or a transient dependabot error.

Verdict: REJECT. Re-open only when targeting develop with a lockfile derived from develop's dependency tree.

@OneStepAt4time

Copy link
Copy Markdown
Owner

Closing as CHANGES_REQUESTED per Argus's review (id 4510974414). The PR forked from main (9779aa3) instead of develop, with 676 commits of drift. The lockfile is from main's tree, missing the @grpc/grpc-js + @opentelemetry/core fixes that develop's tree has. Cannot be salvaged by rebase (lockfile divergence is too deep). Hermes investigating the dependabot config issue; next weekly scan should re-open against develop, or @dependabot recreate can force a fresh PR.

@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 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.

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