chore(deps-dev): bump vite from 5.4.21 to 8.0.14 - #157
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.21 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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:144">
P1: `@vitejs/plugin-react@^4.3.0` is not compatible with Vite 8. The 4.x line only supports Vite 4-7. Update to `@vitejs/plugin-react@^5.0.0` or later, which supports Vite 8.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| "typescript": "5.8.3", | ||
| "typescript-eslint": "^8.38.0", | ||
| "vite": "^5.4.19", | ||
| "vite": "^8.0.14", |
There was a problem hiding this comment.
P1: @vitejs/plugin-react@^4.3.0 is not compatible with Vite 8. The 4.x line only supports Vite 4-7. Update to @vitejs/plugin-react@^5.0.0 or later, which supports Vite 8.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 144:
<comment>`@vitejs/plugin-react@^4.3.0` is not compatible with Vite 8. The 4.x line only supports Vite 4-7. Update to `@vitejs/plugin-react@^5.0.0` or later, which supports Vite 8.</comment>
<file context>
@@ -141,7 +141,7 @@
"typescript": "5.8.3",
"typescript-eslint": "^8.38.0",
- "vite": "^5.4.19",
+ "vite": "^8.0.14",
"vitest": "^4.1.5"
},
</file context>
Bumps vite from 5.4.21 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 changelogDependabot 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)Summary by cubic
Upgrade the dev build system to Vite 8 for faster builds and recent fixes. This updates the
vitedev dependency from 5.4.x to 8.0.14.Written for commit a47cdd6. Summary will update on new commits. Review in cubic