chore(deps-dev): bump vite from 8.1.0 to 8.1.5 in /docs#2351
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump vite from 8.1.0 to 8.1.5 in /docs#2351dependabot[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 8.1.0 to 8.1.5. - [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.1.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.1.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR updates the Vite development dependency used by the docs.
Confidence Score: 4/5The docs frozen-install path will fail until the pnpm lockfile is updated.
docs/package.json and pnpm-lock.yaml
|
| Filename | Overview |
|---|---|
| docs/package.json | Updates the docs Vite range, but the matching pnpm lockfile importer was not updated. |
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
docs/package.json:26
**Frozen Install Rejects Stale Lockfile**
The docs lockfile importer still records `vite` as `^8.0.16` and resolves 8.1.0. Clean docs builds run `pnpm install --frozen-lockfile`, so this manifest-only change causes installation to fail before the docs build starts.
Reviews (1): Last reviewed commit: "chore(deps-dev): bump vite from 8.1.0 to..." | Re-trigger Greptile
| "ts-morph": "^28.0.0", | ||
| "tsx": "^4.21.0", | ||
| "vite": "^8.0.16", | ||
| "vite": "^8.1.5", |
There was a problem hiding this comment.
Frozen Install Rejects Stale Lockfile
The docs lockfile importer still records vite as ^8.0.16 and resolves 8.1.0. Clean docs builds run pnpm install --frozen-lockfile, so this manifest-only change causes installation to fail before the docs build starts.
Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/package.json
Line: 26
Comment:
**Frozen Install Rejects Stale Lockfile**
The docs lockfile importer still records `vite` as `^8.0.16` and resolves 8.1.0. Clean docs builds run `pnpm install --frozen-lockfile`, so this manifest-only change causes installation to fail before the docs build starts.
How can I resolve this? If you propose a fix, please make it concise.
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 8.1.0 to 8.1.5.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
5e7fe12release: v8.1.56c08c39fix(optimizer): respect importer module format for dynamic import interop wit...5a72b87fix(client): overlay error message format align rolldown (#22869)f8b38e3fix(module-runner): don't crash stack-trace source mapping when globalThis.Bu...8100320fix(bundled-dev): avoid duplicatedbuildEnd(#22931)c88c236docs(build): fix incorrect@defaultfor build.cssMinify (#22948)b59a73ffix(ssr): scope switch-case declarations to the switch, not the function (#22...fef682dfix(deps): update all non-major dependencies (#22921)3c345e4fix(deps): update rolldown-related dependencies (#22922)369ed60docs(build): fix incorrect@defaultfor build.lib.formats (#22911)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 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)