chore(deps): bump vite from 6.4.2 to 8.0.14 - #49
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.2 to 8.0.14. - [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.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.14 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/vite-8.0.14
branch
from
May 31, 2026 10:16
f6b637b to
594965c
Compare
Author
|
Looks like vite is up-to-date now, so this is no longer needed. |
dean0x
added a commit
that referenced
this pull request
Jul 18, 2026
## #85 — fmt --check summary stale README documented `N would reformat, K failed`; fmt.rs:350 emits `{changed} would reformat, {unchanged} unchanged, {failed} failed`. Fix: add the missing `M unchanged` field to match actual output. ## #42 — --quiet family (one atomic fix to prevent re-divergence) - Global --quiet help text carried a lint-only parenthetical that rendered in build/check/fmt/watch/init --help (global = true). New text is accurate for every subcommand: "Suppress status and diagnostic output; errors always print; exit codes unaffected". - README CLI reference updated to match new binary output. - Lint after_help example changed from "exit 2 on errors only" (implying exit 0 on warnings) to "exits 1 on warnings, 2 on errors". - README lint --quiet example updated to match. - Lint exit code table now explicitly states --quiet suppresses output but not exit codes (per ADR-004 three-tier safety model). ## #49 — rule count wrong in --help Lint command description claimed "6 warning-level"; actual default severities are 5 warn + 1 default-off. Fixed to "3 error-level, 5 warning-level, 1 default-off". ## #88 — <output>.map ambiguous `<output>` can be read as the stem, implying `out.map` instead of `out.md.map`. Changed to `<output-file>.map, e.g. -o out.md → out.md.map` in both main.rs and README. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps vite from 6.4.2 to 8.0.14.
Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
c917f1erelease: v8.0.145d94d1bfix(html): handle trailing slash paths in transformIndexHtml (#22480)98b8163fix(deps): update all non-major dependencies (#22471)96efc88feat: update rolldown to 1.0.2 (#22484)ebf39a0test(css): sass does not use main field (#22449)0ae2844refactor(glob): do not rewrite import path for absolute base (#22310)7cb728echore(deps): update rolldown-related dependencies (#22470)b3132dafix(optimizer): pass oxc jsx options to transformSync in dependency scan ...e8e9a34fix(dev): handle errors when sending messages to vite server (#22450)2c69495chore: remove irrelevant commits from changelog