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

breaking: node 16; typescript 4 #1844

Merged
merged 2 commits into from
Mar 9, 2023
Merged

breaking: node 16; typescript 4 #1844

merged 2 commits into from
Mar 9, 2023

Conversation

thymikee
Copy link
Member

@thymikee thymikee commented Feb 20, 2023

Summary:

Started off #1842 by @robhogan. Wanted to bump min Node to 16, turned out we need to upgrade TS to 4 (about time tbh). Hence I moved it to a sperate PR.

Test Plan:

CI

@@ -11,7 +11,7 @@
"@react-native-community/cli-tools": "^10.1.1",
"chalk": "^4.1.2",
"cosmiconfig": "^5.1.0",
"deepmerge": "^3.2.0",
"deepmerge": "^4.3.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

this turned out to be unnecessary, but checking the release notes the only breaking change is umd -> cjs, which is fine for us

Copy link
Collaborator

@adamTrz adamTrz left a comment

Choose a reason for hiding this comment

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

TS v4! 🎉

@thymikee thymikee merged commit cb923a5 into main Mar 9, 2023
@thymikee thymikee deleted the feat/node-16-ts-4 branch March 9, 2023 13:36
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