mswjs / msw

Industry standard API mocking for JavaScript.
https://mswjs.io
MIT License
15.97k stars 519 forks source link

fix: support typescript@5.5 (deprecate v4.7) #2190

Closed KaiSpencer closed 4 months ago

KaiSpencer commented 5 months ago

Build and tests pass locally for me 👌

KaiSpencer commented 4 months ago

Hey @kettanaito,

Thanks for the review.

I have updated the tsconfig files to all inherit from the typings tsconfig.json (which the old 4.7.json was extending itself).

I see we also don't have a file for 4.9, yet it is in the matrix. So I have added this file too.

kettanaito commented 4 months ago

I treat this as a fix because TS 4.7 is EOL, nobody should be using it. If they are, it doesn't mean MSW will break, just means we won't address any type issues on that version going forward.

kettanaito commented 4 months ago

Released: v2.3.2 🎉

This has been released in v2.3.2!

Make sure to always update to the latest version (npm i msw@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.