Skip to content
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

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

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

kettanaito
Copy link
Member

@kettanaito kettanaito commented Mar 7, 2024

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.

@kettanaito kettanaito merged commit 07cc073 into main Mar 7, 2024
10 of 11 checks passed
@kettanaito kettanaito deleted the fix/ts-range-unlock branch March 7, 2024 10:09
@kibertoad
Copy link

Woohoo!

@kettanaito
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants