chore(deps): update dependency typescript to v6#166
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 546d407c4e
ℹ️ 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".
| "prettier": "3.8.1", | ||
| "ts-jest-resolver": "2.0.1", | ||
| "typescript": "5.9.3" | ||
| "typescript": "6.0.2" |
There was a problem hiding this comment.
Keep TypeScript within eslint toolchain peer range
Pinning typescript to 6.0.2 introduces a peer-version mismatch with the lint stack in this same lockfile (typescript-eslint@8.56.1 declares typescript: '>=4.8.4 <6.0.0' in pnpm-lock.yaml), so the repo is now on an unsupported compiler version for its configured eslint/parser packages. In environments that enforce peers (or when typescript-eslint relies on unsupported APIs), lint/type-check workflows can fail or produce unreliable diagnostics; this update should be paired with compatible typescript-eslint/@shelf/eslint-config upgrades first.
Useful? React with 👍 / 👎.
546d407 to
fd40154
Compare
fd40154 to
d3499b5
Compare
d3499b5 to
a323d30
Compare
a323d30 to
88b7857
Compare
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: (in timezone Europe/Kiev)
* 18-23,0-9 * * *)🚦 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.