-
-
Notifications
You must be signed in to change notification settings - Fork 511
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
feat(package): update typescript to v4.8 #1375
Conversation
dargmuesli
commented
Aug 26, 2022
•
edited by kettanaito
Loading
edited by kettanaito
- Closes Support TypeScript 4.8 #1376
Hey, @dargmuesli! Thanks for opening this. I've seen other developers requesting 4.8 support so this is definitely on our roadmap (see #1376). Let's see whether our current source code can compile on 4.8 without issues. |
Everyone: feel free to add/suggest the necessary changes for the builds to run successfully! |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7d4f8d0:
|
Hey @kettanaito, I've resolved the typing issues I think. Has been fairly straight-forward, but maybe check if the array addition in https://github.com/mswjs/msw/pull/1375/files#diff-7b84dd6c401e1aad989a92df223139b02211125ef773060498e026b464c2b3c1R38 (in context/set) is ok this way 👋 |
Hey, @dargmuesli. You are absolutely fantastic! 🎉 Will check that. |
The dependency |
Great find! Thanks. Let's see if these changes are also compatible with other versions of TypeScript we support 👀 Maybe we should establish a policy that adding a new version removes the oldest one automatically. We should have the fixed number of supported projects anyway to keep our heads sane. No need to do this now but something to consider. |
Great, looks like all tests pass! 🥳 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A superb work done! Thank you, @dargmuesli. Welcome to contributors 🎉
Released: v0.46.0 🎉This has been released in v0.46.0! Make sure to always update to the latest version ( Predictable release automation by @ossjs/release. |