-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Upgrade to TypeScript 5.0 #10660
Upgrade to TypeScript 5.0 #10660
Conversation
🦋 Changeset detectedLatest commit: 7d41488 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
/release:pr |
🤯 🤯 🤯 That was fast |
A new release has been made for this PR. You can install it with |
2d38dd2
to
7d41488
Compare
✅ Deploy Preview for apollo-client-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
🎉 🎉 🎉
This PR upgrades to the newly-released TypeScript v5.0.
We anticipated this upgrade to be painless after making the necessary changes to adopt
v4.9.4
in #10470. So far this seems to be true 🎉npx tsc --noEmit
succeeds. Additionally I'll be running our E2E tests with a snapshot release of this branch (apollographql/client-router-e2e-tests#75) and comparing the compiled output to determine whether this can be shipped at a patch or should target ourrelease-3.8
branch. (Edit: we're clear to proceed at a patch version bump!)