-
Notifications
You must be signed in to change notification settings - Fork 40
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 typescript to 5.4 #407
Comments
dylanpyle
added a commit
to dylanpyle/dnt
that referenced
this issue
May 13, 2024
Well - I tried to make this change but I'm having some issues getting it to work - will follow up if I get that resolved:
|
@dylanpyle could you open a pr even if it might not be working? (It won't work via jsdelivr because it's using an import map internally. In Deno we need to improve the situation of using a jsr dep locally when it uses an import map.) |
dsherret
pushed a commit
that referenced
this issue
Aug 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(PR coming shortly)
Looks like this dependency comes from
@ts-morph/bootstrap
; bumping that version to0.23
+ should now use TypeScript 5.4.This will definitely break some builds, as 5.4 is stricter about a few things (e.g. type imports conflicting with local values), but allows usage of new features like
NoInfer
.The text was updated successfully, but these errors were encountered: