-
Notifications
You must be signed in to change notification settings - Fork 311
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #1815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,7 +44,7 @@ | |
| "typescript": "^5.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "ws": "^8.16.0" | ||
| "ws": "^8.21.0" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 ws version in assemblyai now higher than catalog minimum The Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| }, | ||
| "peerDependencies": { | ||
| "@livekit/agents": "workspace:*", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡
@vitest/coverage-v8pinned at 4.0.17 whilevitestbumped to ^4.1.0 creates peer dependency mismatch@vitest/coverage-v8is pinned at exact version4.0.17in the rootpackage.json:33, butvitestwas bumped to^4.1.0(package.json:51). The lockfile confirms@vitest/coverage-v8@4.0.17declares an exact peer dependency onvitest: 4.0.17, yet resolves againstvitest@4.1.0. This version mismatch can cause runtime issues when collecting code coverage (e.g.pnpm test -- --coverage) because@vitest/coverage-v8relies on vitest internals that may change between minor versions.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.