👷 Update dependency typescript to v6#123
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 34c1f744a1
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "rollup-plugin-dts": "6.3.0", | ||
| "tslib": "2.8.1", | ||
| "typescript": "5.9.3", | ||
| "typescript": "6.0.3", |
There was a problem hiding this comment.
Keep TypeScript within typescript-eslint supported range
Bumping the root typescript devDependency to 6.0.3 makes the toolchain inconsistent with the currently locked typescript-eslint@8.57.0, which declares a peer range of typescript: >=4.8.4 <6.0.0 in yarn.lock (around lines 3899-3909). Because the repo’s lint script depends on typescript-eslint, this can cause strict-peer installs (common in CI or downstream consumers) to fail and can also lead to unsupported lint behavior; this update should be paired with a typescript-eslint version that explicitly supports TS 6 or deferred.
Useful? React with 👍 / 👎.
This PR contains the following updates:
5.9.3→6.0.3Release Notes
microsoft/TypeScript (typescript)
v6.0.3Compare Source
v6.0.2Compare Source
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.