Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion livekit-rtc/jupyter-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.0.0",
"typescript": "~5.7.3",
"typescript": "~6.0.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟑 TypeScript 6.0 violates typescript-eslint peer dependency constraint (<6.0.0)

The TypeScript upgrade from ~5.7.3 to ~6.0.0 (resolved to 6.0.3) violates the peer dependency constraint of multiple @typescript-eslint/* packages (v8.56.1), which all declare typescript: '>=4.8.4 <6.0.0'. This is confirmed in the lockfile (livekit-rtc/jupyter-html/pnpm-lock.yaml), where packages like @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @typescript-eslint/typescript-estree, @typescript-eslint/type-utils, and @typescript-eslint/utils all specify <6.0.0. This peer dependency violation means linting via eslint . may fail or produce incorrect results. The typescript-eslint dependency should also be bumped to a version that supports TypeScript 6.0.

Prompt for agents
The typescript-eslint package at version 8.56.1 declares a peer dependency of typescript >=4.8.4 <6.0.0, but TypeScript has been bumped to 6.0.3. The typescript-eslint dependency in package.json (line 29) should be bumped to a version that supports TypeScript 6.0. Check the typescript-eslint releases for a version with an updated peer dependency range that includes TypeScript 6.x. The relevant file is livekit-rtc/jupyter-html/package.json. The lockfile at livekit-rtc/jupyter-html/pnpm-lock.yaml confirms the constraint violation across multiple @typescript-eslint/* sub-packages.
Open in Devin Review

Was this helpful? React with πŸ‘ or πŸ‘Ž to provide feedback.

"typescript-eslint": "^8.56.1",
"vite": "^6.4.1",
"vite-plugin-singlefile": "^2.3.0"
Expand Down
82 changes: 41 additions & 41 deletions livekit-rtc/jupyter-html/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading