Skip to content

Bump vite from 8.0.14 to 8.0.15#41

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps vite from 8.0.14 to 8.0.15.

Release notes

Sourced from vite's releases.

v8.0.15

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

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
  • 8d1b019 release: v8.0.15
  • 2686d7d fix(deps): update all non-major dependencies (#22511)
  • 3052a67 chore(deps): update rolldown-related dependencies (#22566)
  • e3cfb9d fix(optimizer): close the rolldown bundle when write() rejects (#22528)
  • 6978a9c refactor: correct logic in collectAllModules function (#22562)
  • 646dbed feat: update rolldown to 1.0.3 (#22538)
  • 85a0eff fix: capitalize error messages and remove spurious space in parse error (#22488)
  • 47c4213 fix(dev): fix html-proxy cache key mismatch for /@fs/ HTML paths (#21762)
  • 5c8e98f fix(glob): error on relative glob in virtual module when no files match (#22497)
  • c85c9ee feat: send 408 on request timeout (#22476)
  • Additional commits viewable in compare view

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)

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

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 1, 2026

Labels

The following labels could not be found: dependencies, frontend. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copilot AI review requested due to automatic review settings June 1, 2026 05:37
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
npm/@oxc-project/types 0.133.0 UnknownUnknown
npm/@rolldown/binding-android-arm64 1.0.3 UnknownUnknown
npm/@rolldown/binding-darwin-arm64 1.0.3 UnknownUnknown
npm/@rolldown/binding-darwin-x64 1.0.3 UnknownUnknown
npm/@rolldown/binding-freebsd-x64 1.0.3 UnknownUnknown
npm/@rolldown/binding-linux-arm-gnueabihf 1.0.3 UnknownUnknown
npm/@rolldown/binding-linux-arm64-gnu 1.0.3 UnknownUnknown
npm/@rolldown/binding-linux-arm64-musl 1.0.3 UnknownUnknown
npm/@rolldown/binding-linux-ppc64-gnu 1.0.3 UnknownUnknown
npm/@rolldown/binding-linux-s390x-gnu 1.0.3 UnknownUnknown
npm/@rolldown/binding-linux-x64-gnu 1.0.3 UnknownUnknown
npm/@rolldown/binding-linux-x64-musl 1.0.3 UnknownUnknown
npm/@rolldown/binding-openharmony-arm64 1.0.3 UnknownUnknown
npm/@rolldown/binding-wasm32-wasi 1.0.3 UnknownUnknown
npm/@rolldown/binding-win32-arm64-msvc 1.0.3 UnknownUnknown
npm/@rolldown/binding-win32-x64-msvc 1.0.3 UnknownUnknown
npm/rolldown 1.0.3 UnknownUnknown
npm/tinyglobby 0.2.17 UnknownUnknown
npm/vite 8.0.15 🟢 7
Details
CheckScoreReason
Code-Review🟢 7Found 19/26 approved changesets -- score normalized to 7
Maintained🟢 1030 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions🟢 5detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
Binary-Artifacts🟢 5binaries present in source code
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
SAST🟢 7SAST tool is not run on all commits -- score normalized to 7

Scanned Files

  • package-lock.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant