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

feat: add support for typescript 5.3 #67

Merged
merged 1 commit into from
Dec 2, 2023
Merged

feat: add support for typescript 5.3 #67

merged 1 commit into from
Dec 2, 2023

Conversation

dominikg
Copy link
Collaborator

@dominikg dominikg commented Dec 2, 2023

fixes #66

the reason for keeping it capped at released "minor" versions of typescript instead of going with ^5 in peerDependencies is that typescript has a habit of including breaking changes in minor releases. We could be lenient here and allow unknown unreleased minors, but it can cause unforseen errors if a user updates typescript to a version we don't test, causing their type output to be wrong which in the worst case can be a breaking change for their users and if it went undetected could require them to scramble for fixes.

@Rich-Harris Rich-Harris merged commit ca2fcae into main Dec 2, 2023
11 checks passed
@Rich-Harris Rich-Harris deleted the feat/ts-5.3 branch December 2, 2023 18:03
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.

Support TypeScript 5.3
2 participants