deps(npm): bump vite from 8.0.5 to 8.1.0 - #118
Conversation
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>
| { | ||
| "name": "corkscrew-app", | ||
| "version": "0.14.9", | ||
| "version": "0.14.10", |
There was a problem hiding this comment.
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!
| @@ -1762,7 +1779,7 @@ | |||
| }, | |||
There was a problem hiding this comment.
@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.
Bumps vite from 8.0.5 to 8.1.0.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
5909efdfix: allow multiplebindCLIShortcutscalls with shortcut merging (#21103)39a0a15chore(deps): update rolldown-related dependencies (#21095)6a34ac3fix(deps): update all non-major dependencies (#21096)02ceaecchore(deps): update dependency@rollup/plugin-commonjsto v29 (#21099)572aacarelease: v7.2.2728c8eefix: revert "refactor: use fs.cpSync (#21019)" (#21081)a532e68release: v7.2.182d2d6cfix(worker): some worker asset was missing (#21074)f83264frefactor(build): renameindexOfMatchInSlicetofindPreloadMarker(#21054)8293de0release: v7.2.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 includingrolldowngraduating from1.0.0-rc.12to the stable1.1.2, patched versions ofpostcss,nanoid, andtinyglobby, and a raised peer-dep requirement on@vitejs/devtools(^0.1.0→^0.3.0).rolldownexits RC status and becomes stable1.1.2, with native bindings gaining explicitlibcfields for better platform targeting.package-lock.jsonalso bumps the project's own version field from0.14.9to0.14.10, which is absent from thepackage.jsondiff — suggesting a prior manual version bump inpackage.jsonthat 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
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"]%%{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"]Reviews (1): Last reviewed commit: "deps(npm): bump vite from 8.0.5 to 8.1.0" | Re-trigger Greptile