chore(deps): update dependency typescript to v5.9.3#7348
Conversation
|
| "@types/node": "22.19.17", | ||
| "tsup": "^8.5.1", | ||
| "typescript": "^6.0.0", | ||
| "typescript": "^5.7.3", |
There was a problem hiding this comment.
TypeScript version downgrade inconsistent with monorepo
This change downgrades the TypeScript constraint from ^6.0.0 to ^5.7.3, which conflicts with every other package in this monorepo (all of which pin to ^6.0.0 or ^6.0.3). Compiling plugin-video with TypeScript 5.x while the rest of the workspace — including @elizaos/core, which this plugin depends on — is compiled with TypeScript 6.x can cause type incompatibilities or silent mismatches at the type declaration boundary.
5cebe00 to
33c6f30
Compare
This PR contains the following updates:
^6.0.0→^5.7.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
microsoft/TypeScript (typescript)
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.