Skip to content

Conversation

cwise89
Copy link
Contributor

@cwise89 cwise89 commented Jan 18, 2021

What:

This Pull Request includes all the necessary dependency upgrades for Typescript 4.x.x to work properly.

How:

Upgrade was performed by running yarn upgrade-interactive --latest. After upgrading Typescript version - ^3.9.6 -> ^4.1.3, there were a few linting errors and warnings when building with microbundle. The build errors we resolved by upgrading @typescript-eslint/eslint-plugin and @typescript-eslint/parser versions - ^3.6.1 -> ^4.14.0 using the yarn upgrade-interactive --latest command again. When running yarn test, there were a few Jest warnings. The Jest warnings were resolved by upgrading the ts-jest version - ^26.1.2 -> ^26.4.4.

… upgraded @typescript-eslint/ to versions 4.14.0(latest), and upgraded ts-jest to version 26.4.4(latest)
@hartzis hartzis linked an issue Mar 1, 2021 that may be closed by this pull request
1 task
@hartzis hartzis merged commit 51435d4 into FormidableLabs:main Mar 1, 2021
@github-actions github-actions bot mentioned this pull request May 18, 2023
@paulmarsicloud paulmarsicloud mentioned this pull request Jun 1, 2023
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.

Upgrade to Typescript 4
2 participants