chore(deps): update dependency typescript to v6#134
Conversation
|
doistbot
left a comment
There was a problem hiding this comment.
Thank you for keeping our dependencies current with this major version bump to TypeScript 6. Staying up to date with compiler releases is excellent for the project's long-term maintainability. There is a slight configuration mismatch to address, as the website workspace's lockfile remains out of sync and the currently locked version of Typedoc lacks support for TypeScript 6.
| "typedoc-plugin-markdown": "^4.4.1", | ||
| "typedoc-plugin-zod": "^1.3.1", | ||
| "typescript": "~5.9.0", | ||
| "typescript": "~6.0.0", |
There was a problem hiding this comment.
[P1] This bumps the website workspace to TypeScript 6, but website/package-lock.json still pins typescript to ~5.9.0, so npm ci in website/ will fail with the manifest and lockfile out of sync. Regenerate that lockfile as part of this change; while doing that, note that the currently locked typedoc@0.28.14 only declares support through TypeScript 5.9.x, so you'll also need a Typedoc version that supports TS 6 or keep the website on 5.9.
This PR contains the following updates:
~5.9.0→~6.0.05.9.3→6.0.3Release Notes
microsoft/TypeScript (typescript)
v6.0.3Compare Source
v6.0.2Compare Source
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.