mswjs / msw

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

fix: remove the upper range for `typescript` peer dependency #2077

Closed kettanaito closed 8 months ago

kettanaito commented 8 months ago

The upper range for the typescript peer dependency we have set prevents our users from migrating to the newest versions of TypeScript until MSW does so. That's a suboptimal developer experience and we have to fix it.

I suggest we rely on the typescript-nightly job to help us detect any issues with the upcoming TypeScript versions early, and mitigate them before that TypeScript release lands for everyone.

kibertoad commented 8 months ago

Woohoo!

kettanaito commented 8 months ago

Released: v2.2.3 🎉

This has been released in v2.2.3!

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.