-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency typescript to v5 - autoclosed #2032
Conversation
✅ Deploy Preview for vue-test-utils-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@johnsoncodehk TS v5 is not type-checking correctly with the new signatures:
Does that ring a bell? |
I'm not sure yet, will take a look. |
34c06fc
to
9e8a29f
Compare
This seems to be reported correctly, TS 4.x would also show an error in the IDE, but tsc somehow fails to report the error, and TS 5.0 fixes the problem. |
1feeef5
to
c670f52
Compare
@johnsoncodehk Do you know how we should fix it? |
c670f52
to
fe74db8
Compare
Nevermind think I found it #2047 (mixin had an incorrect type, and we were missing a few generic parameter in a signature) |
fe74db8
to
d8cd3e0
Compare
This PR contains the following updates:
4.9.5
->5.0.4
Release Notes
Microsoft/TypeScript
v5.0.4
: TypeScript 5.0.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.3
: TypeScript 5.0.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.2
: TypeScript 5.0Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.