Conversation
|
|
Renovate Jira issue ID: CLI-261 |
SummaryThis PR updates TypeScript from v5.9.3 to v6.0.0 (resolves to 6.0.2 in bun.lock). However, there is a critical compatibility issue: the pinned version of What reviewers should knowBefore reviewing code changes:
Key points for reviewers:
|
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
There was a problem hiding this comment.
Conclusion: This PR has a real compatibility problem that blocks merge — typescript-eslint@8.56.1 explicitly declares "typescript": ">=4.8.4 <6.0.0" as a peer dependency (visible in the lock file), meaning it does not support TypeScript 6.x. typescript-eslint needs to be bumped to a version that supports TS 6 before this can land safely.
| @@ -829,7 +829,7 @@ | |||
|
|
|||
| "type-fest": ["type-fest@0.21.3", "https://repox.jfrog.io/artifactory/api/npm/npm/type-fest/-/type-fest-0.21.3.tgz", {}, "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="], | |||
|
|
|||
There was a problem hiding this comment.
Incompatible peer dependency: typescript-eslint@8.56.1 declares "typescript": ">=4.8.4 <6.0.0" — it explicitly does not support TypeScript 6.x. Installing TypeScript 6.0.2 alongside this version creates a peer dependency conflict.
Linting (ESLint with @typescript-eslint/parser) may silently produce incorrect results, error out, or fail entirely. Check the typescript-eslint changelog and bump it alongside this TypeScript upgrade — typescript-eslint v8.x added TypeScript 6 support in a later minor release.
- Mark as noise



This PR contains the following updates:
^5.9.3→^6.0.0Release Notes
microsoft/TypeScript (typescript)
v6.0.2Compare Source
Configuration
📅 Schedule: Branch creation - "after 7am every weekday,before 7pm every weekday" in timezone CET, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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.