chore(deps-dev): bump vite from 7.3.3 to 8.0.16#255
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.3 to 8.0.16. - [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.16/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.16 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Greptile SummaryThis PR updates the Guard dashboard Vite dev dependency. The main changes are:
Confidence Score: 4/5This is close, but the Node version baseline should be fixed before merging.
web/guard-dashboard/package.json and the repo's Node version metadata need a matching Node 20.19+ or 22.12+ baseline. Important Files Changed
Reviews (1): Last reviewed commit: "chore(deps-dev): bump vite from 7.3.3 to..." | Re-trigger Greptile |
| "tailwindcss": "^3.4.17", | ||
| "typescript": "^5.7.3", | ||
| "vite": "^7.1.2" | ||
| "vite": "^8.0.16" |
There was a problem hiding this comment.
Bumping Vite to 8 raises the actual runtime requirement to Node 20.19+ or 22.12+, but the repo does not declare or pin that new baseline for local builds. On Node 20.9, pnpm --dir web/guard-dashboard build now fails before building with Vite's engine warning and a node:util styleText import error from rolldown. CI uses Node 24, so this can pass in CI while pnpm build breaks for developers or other automation still on older Node 20 releases.
Bumps vite from 7.3.3 to 8.0.16.
Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
f94df87release: v8.0.16dc245c7fix: reject windows alternate paths (#22572)50b9512fix(deps): reject UNC paths for launch-editor-middleware (#22571)8d1b019release: v8.0.152686d7dfix(deps): update all non-major dependencies (#22511)3052a67chore(deps): update rolldown-related dependencies (#22566)e3cfb9dfix(optimizer): close the rolldown bundle when write() rejects (#22528)6978a9crefactor: correct logic incollectAllModulesfunction (#22562)646dbedfeat: update rolldown to 1.0.3 (#22538)85a0efffix: capitalize error messages and remove spurious space in parse error (#22488)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)