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

Upgrade TypeScript #2610

Closed
osyrisrblx opened this issue Feb 13, 2024 · 1 comment · Fixed by #2617
Closed

Upgrade TypeScript #2610

osyrisrblx opened this issue Feb 13, 2024 · 1 comment · Fixed by #2617
Milestone

Comments

@osyrisrblx
Copy link
Member

TypeScript 5.3 is now available, 5.4 is currently in beta.

If 5.4 comes out soon, it might be a good idea to just skip to that instead.

@osyrisrblx osyrisrblx added this to the 3.0.0 milestone Feb 13, 2024
@osyrisrblx
Copy link
Member Author

microsoft/TypeScript#56948

2024-03-05 TypeScript 5.4 Final Release 🚀

osyrisrblx added a commit that referenced this issue Feb 14, 2024
- Bumps `typescript` and `ts-expose-internals` to v5.3.3
- Removes the test diagnostic for `noSuperProperty` as the compiler
catches this now (microsoft/TypeScript/pull/54056)
- Make 1:1 changes for methods and fields
- Handles the `NoSubstitutionTemplateLiteral` node from
microsoft/TypeScript/pull/55930

Please take a look at the module resolution change. I'm not sure if this
will have downstream effects that I couldn't catch in testing.

Closes #2610

---------

Co-authored-by: Osyris <osyrisrblx@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant