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

chore: upgrade to TS version 5.3.2 [] #1600

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

Chaoste
Copy link
Contributor

@Chaoste Chaoste commented Feb 2, 2024

@MayaGillilan updated the TS version already on the top level recently. I'm updating it now for all packages inside the repo.

@Chaoste Chaoste requested a review from a team as a code owner February 2, 2024 16:12
@@ -2,7 +2,6 @@
"extends": "../../tsconfig.json",
"include": ["src", "types"],
"compilerOptions": {
"module": "esnext",
Copy link
Contributor

Choose a reason for hiding this comment

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

wondering what was the motivation behind removing this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's defined already in the top-level tsconfig and we just repeat it again and again. As we're already extending the shared tsconfig, I would not repeat similar configurations

Copy link
Contributor

Choose a reason for hiding this comment

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

Fair enough I only ask because in the packages it's esnext and at the top level it's es2020. Just wanted to make sure this is a conscious change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The module config is actually exnext on the top level :)

"module": "esnext",

@Chaoste Chaoste merged commit 5602f4e into master Feb 5, 2024
14 checks passed
@Chaoste Chaoste deleted the chore/bump-ts-5.3.3 branch February 5, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment