Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
PR SummaryLow Risk Overview Refreshes Written by Cursor Bugbot for commit cdba91e. This will update automatically on new commits. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "@effect/rpc": "0.71.1", | ||
| "@effect/sql": "0.46.0", | ||
| "@effect/vitest": "0.27.0", | ||
| "@effect/vitest": "0.29.0", |
There was a problem hiding this comment.
Peer dependency mismatch: effect 3.20.0 vs required ^3.21.0
High Severity
@effect/vitest was bumped to 0.29.0, which requires effect: ^3.21.0 as a peer dependency. However, this package still pins effect at 3.20.0 in its dependencies. This unsatisfied peer dependency can cause runtime errors or unexpected behavior in tests if the new @effect/vitest version relies on APIs or behaviors introduced in effect@3.21.0.
Additional Locations (1)
🤖 Augment PR SummarySummary: Updates the Harpc TypeScript client’s dev dependency on 🤖 Was this summary useful? React with 👍 or 👎 |
| "@effect/rpc": "0.71.1", | ||
| "@effect/sql": "0.46.0", | ||
| "@effect/vitest": "0.27.0", | ||
| "@effect/vitest": "0.29.0", |
There was a problem hiding this comment.
@effect/vitest@0.29.0 appears to pull in effect@3.21.x; since this package pins effect to 3.20.0, please double-check the install doesn’t end up with two effect versions (which can cause subtle test/runtime/type mismatches).
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.


This PR contains the following updates:
0.27.0->0.29.02.0.5->2.1.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Effect-TS/effect (@effect/vitest)
v0.29.0Compare Source
Patch Changes
f7bb09b,bd7552a,ad1a7eb,0d32048,0d32048]:v0.28.0Compare Source
Patch Changes
fc82e81,82996bc,4d97a61,f6b0960,8798a84]:vitest-community/vitest-browser-react (vitest-browser-react)
v2.1.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - "before 4am every weekday,every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.