Skip to content

deps(npm): bump vite from 8.0.5 to 8.1.0 - #118

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

deps(npm): bump vite from 8.0.5 to 8.1.0#118
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-8.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vite from 8.0.5 to 8.1.0.

Release notes

Sourced from vite's releases.

create-vite@8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0

Please refer to CHANGELOG.md for details.

v8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0-beta.0

Please refer to CHANGELOG.md for details.

v8.1.0-beta.0

Please refer to CHANGELOG.md for details.

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.

v8.0.13

Please refer to CHANGELOG.md for details.

v8.0.12

Please refer to CHANGELOG.md for details.

v8.0.11

Please refer to CHANGELOG.md for details.

v8.0.10

Please refer to CHANGELOG.md for details.

v8.0.9

Please refer to CHANGELOG.md for details.

v8.0.8

Please refer to CHANGELOG.md for details.

v8.0.7

Please refer to CHANGELOG.md for details.

v8.0.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.1.0 (2026-06-23)

Features

Bug Fixes

  • bundled-dev: errors should be kept when incremental build fails (#22617) (9a0dd48)
  • cache falsy values in perEnvironmentState (#22715) (0e91e79)
  • glob: respect caseSensitive option in hmr matcher (#22711) (65f525e)
  • html: omit nonce on import map when cspNonce is unset (#22713) (8340bb5)
  • optimizer: skip null-valued exports in expandGlobIds glob resolution (#22611) (8b9f5cd)
  • resolved build options should be kept as a getter (#22691) (3527191)
  • server: handle malformed URI in memory files middleware (#22714) (df9e0a5)
  • use literal envPrefix queries for Vite Task (#22706) (da72733)
  • warn on deprecated envFile (#22555) (ed7b283)

Code Refactoring

8.1.0-beta.0 (2026-06-15)

Features

  • import.meta.glob support caseSensitive option (#21707) (2ad6737)
  • add warning to discourage Vite with yarn pnp (#21906) (3fbb55a)
  • build: chunk importmap (#21580) (e180312)
  • css: support lightningcss plugin dependency (#21748) (0b7aaed)
  • deps: bump @​vitejs/devtools peer dependency version (#22542) (d2c2bc0)
  • html: add html.additionalAssetSources option (#21412) (a41404b)
  • integrate with Vite Task for zero-config build caching (#22453) (f8d75f7)
  • rename server.hmr options to server.ws options (#21357) (9ce3036)
  • server: support multiple hosts in __VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS (#21501) (735f9a1)
  • track dependencies when loading config with native (#22602) (a7e2da8)
  • types: add more precise typing for known query types to match known as types (#21863) (cc39e55)
  • update rolldown to 1.1.1 (#22593) (8a13d63)
  • wasm: direct .wasm imports (WASM ESM Integration) (#21779) (c23d85b)

Bug Fixes

  • apply correct fs restrictions for pnpm gvs (#22415) (092320b)
  • css: support external CSS with lightningcss (#18389) (d64a1a5)
  • deps: update all non-major dependencies (#22637) (44bb9d9)
  • deps: update all non-major dependencies (#22681) (f4f0633)
  • html: insert import map before modulepreload that is not self-close tag (#21409) (e399c89)
  • optimizer: preserve sourcemaps for transformed optimized deps with follow-up transforms (#22428) (1298951)

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

Greptile Summary

This is a Dependabot-generated minor version bump for vite (8.0.5 → 8.1.0), pulling in updated transitive dependencies including rolldown graduating from 1.0.0-rc.12 to the stable 1.1.2, patched versions of postcss, nanoid, and tinyglobby, and a raised peer-dep requirement on @vitejs/devtools (^0.1.0^0.3.0).

  • rolldown exits RC status and becomes stable 1.1.2, with native bindings gaining explicit libc fields for better platform targeting.
  • The regenerated package-lock.json also bumps the project's own version field from 0.14.9 to 0.14.10, which is absent from the package.json diff — suggesting a prior manual version bump in package.json that was never synced to the lock file until now.

Confidence Score: 5/5

Routine minor-version dependency bump with no functional code changes; safe to merge after confirming the devtools peer dep.

All changed files are lock file and manifest updates generated by Dependabot. The rolldown dependency graduates from a release candidate to a stable release, which is a positive change. The only items worth a second look are the app version appearing only in the lock file (likely a pre-existing sync gap in main) and the raised @vitejs/devtools peer dep range, neither of which is a blocking defect.

Confirm package.json on main already reads 0.14.10 to explain the lock-file version delta, and verify the @vitejs/devtools installed version satisfies ^0.3.0.

Important Files Changed

Filename Overview
package.json Bumps vite devDependency from ^8.0.3 to ^8.1.0; no other changes.
package-lock.json Lock file regenerated: vite 8.0.5→8.1.0, rolldown RC→1.1.2 stable, postcss/nanoid/tinyglobby patched. Also bumps the app version from 0.14.9 to 0.14.10, which is not reflected in the package.json diff.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[vite 8.0.5] -->|bump| B[vite 8.1.0]
    B --> C[rolldown 1.0.0-rc.12 → 1.1.2 stable]
    B --> D[postcss 8.5.8 → 8.5.15]
    B --> E[tinyglobby 0.2.15 → 0.2.17]
    C --> F["@rolldown/binding-* 1.0.0-rc.12 → 1.1.2"]
    C --> G["@oxc-project/types 0.122.0 → 0.137.0"]
    D --> H[nanoid 3.3.11 → 3.3.15]
    B --> I["peer: @vitejs/devtools ^0.1.0 → ^0.3.0"]
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[vite 8.0.5] -->|bump| B[vite 8.1.0]
    B --> C[rolldown 1.0.0-rc.12 → 1.1.2 stable]
    B --> D[postcss 8.5.8 → 8.5.15]
    B --> E[tinyglobby 0.2.15 → 0.2.17]
    C --> F["@rolldown/binding-* 1.0.0-rc.12 → 1.1.2"]
    C --> G["@oxc-project/types 0.122.0 → 0.137.0"]
    D --> H[nanoid 3.3.11 → 3.3.15]
    B --> I["peer: @vitejs/devtools ^0.1.0 → ^0.3.0"]
Loading

Fix All in Claude Code

Reviews (1): Last reviewed commit: "deps(npm): bump vite from 8.0.5 to 8.1.0" | Re-trigger Greptile

Greptile also left 2 inline comments on this PR.

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

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 23, 2026
Comment thread package-lock.json
{
"name": "corkscrew-app",
"version": "0.14.9",
"version": "0.14.10",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 App version in lock file ahead of package.json

The lock file's "version" field jumps from 0.14.9 to 0.14.10, but package.json shows no version change in this diff. This typically happens when package.json was manually bumped to 0.14.10 at some point without running npm install to sync the lock file — Dependabot's lock-file regeneration then picked up the discrepancy. The two files are now consistent on 0.14.10, but it's worth confirming that package.json on main actually reads 0.14.10 so there is no hidden version mismatch.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Fix in Claude Code

Comment thread package-lock.json
@@ -1762,7 +1779,7 @@
},

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 @vitejs/devtools peer dependency range bumped

Vite 8.1.0 raises the @vitejs/devtools peer dependency requirement from ^0.1.0 to ^0.3.0. If the project has @vitejs/devtools installed at a version below 0.3.0, npm will emit a peer-dependency conflict warning and devtools functionality may break at runtime. Verify the installed version (or confirm the package is unused) before merging.

Fix in Claude Code

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants