Update dependency typescript to v6#625
Conversation
369022f to
1f1b340
Compare
Generated by renovateBot
1f1b340 to
d8b4cb2
Compare
| "eslint-plugin-react-refresh": "^0.4.26", | ||
| "globals": "^17.0.0", | ||
| "typescript": "~5.7.3", | ||
| "typescript": "~6.0.0", |
There was a problem hiding this comment.
🟡 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.
Was this helpful? React with 👍 or 👎 to provide feedback.
This PR contains the following updates:
~5.7.3→~6.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
microsoft/TypeScript (typescript)
v6.0.2Compare Source
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.9.2: TypeScript 5.9Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.8.3: TypeScript 5.8.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
v5.8.2: TypeScript 5.8Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.