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.
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.