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 TypeScript to 3.8 #5566

Merged
merged 2 commits into from Apr 1, 2020
Merged

Conversation

jackfranklin
Copy link
Collaborator

Easy upgrade this one! No changes that affect us so this change simply
bumps TS in package.json.

Also found the test-types command and bumped that too.

Easy upgrade this one! No changes that affect us so this change simply
bumps TS in `package.json`.
package.json Outdated
@@ -24,7 +24,7 @@
"tsc": "tsc --version && tsc -p .",
"apply-next-version": "node utils/apply_next_version.js",
"bundle": "npx browserify -r ./index.js:puppeteer -o utils/browser/puppeteer-web.js",
"test-types": "node utils/doclint/generate_types && npx -p typescript@3.2 tsc -p utils/doclint/generate_types/test/",
"test-types": "node utils/doclint/generate_types && npx -p typescript@3.8 tsc -p utils/doclint/generate_types/test/",
Copy link
Member

Choose a reason for hiding this comment

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

Good catch. Shall we just drop the @3.8 here, so that it uses the version down below in package.json?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

💯

@mathiasbynens mathiasbynens merged commit d678013 into master Apr 1, 2020
@mathiasbynens mathiasbynens deleted the upgrade-typescript-3.8 branch April 1, 2020 09:34
@mathiasbynens mathiasbynens added this to the TypeScript migration milestone Apr 16, 2020
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.

None yet

3 participants