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

Update Typescript to v4.8 #6567

Merged
merged 5 commits into from
Oct 19, 2022
Merged

Update Typescript to v4.8 #6567

merged 5 commits into from
Oct 19, 2022

Conversation

hotzenklotz
Copy link
Member

@hotzenklotz hotzenklotz commented Oct 19, 2022

While updating the immutability-helpers (PR #6565), I had a look at the latest Typescript version 4.8. According to their release notes, there might be some speedups for the compile and watch tasks and better type understanding in some situations. :-)
In our code base it only resolved 2 ignored/suppressed type errors.

Full release notes: https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/

While at it, I had to update ESLint to a compatible version. I bumped some of the eslint rules as well. I dropped the ts-migrate package since we are not using it anymore.

Steps to test:

  • CI should be enough

Issues:

  • None

(Please delete unneeded items, merge only when none are left open)

Copy link
Member

@philippotto philippotto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@hotzenklotz hotzenklotz merged commit f48e589 into master Oct 19, 2022
@hotzenklotz hotzenklotz deleted the ts_v4.8 branch October 19, 2022 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants