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 the latest stable version #47

Merged
merged 2 commits into from
Nov 8, 2022
Merged

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Nov 7, 2022

TypeScript has been updated to the latest stable version. Additional TypeScript options added in these versions have been migrated into the tsconfig.json from the MetaMask module template.

One option was kept back for now: noUncheckedIndexedAccess. This option resulted in too many errors, so will be attempted in a separate PR.

The range was updated to use ~ because TypeScript doesn't follow SemVer; their minor releases can include breaking changes.

TypeScript has been updated to the latest stable version. Additional
TypeScript options added in these versions have been migrated into the
`tsconfig.json` from the MetaMask module template.

One option was kept back for now: `noUncheckedIndexedAccess`. This
option resulted in too many errors, so will be attempted in a separate
PR.

The range was updated to use `~` because TypeScript doesn't follow
SemVer; their minor releases can include breaking changes.
@Gudahtt Gudahtt requested a review from a team as a code owner November 7, 2022 21:51
@Gudahtt
Copy link
Member Author

Gudahtt commented Nov 7, 2022

Issue created here to track adding noUncheckedIndexedAccess: #49

@Gudahtt Gudahtt merged commit 837f4a4 into main Nov 8, 2022
@Gudahtt Gudahtt deleted the update-typescript branch November 8, 2022 01:05
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.

2 participants