-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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 4.0.5 #11225
Update Typescript to 4.0.5 #11225
Conversation
@@ -373,12 +373,12 @@ export const blankHash = "47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU="; | |||
// Returns a base64 SHA256 hash representing a tree on disk. It is not sensitive | |||
// to modtime, uid/gid, or any permissions bits other than the current-user-exec | |||
// bit on normal files. | |||
export function treeHash(root: string, options: { | |||
ignore: (path: string) => boolean; | |||
export function treeHash(root: string, optionsParams: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@afrokick can you review my change? I'm not a TS expert but I did the change based on my general knowledge ;) It was breaking with TS2783 error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -14,8 +14,8 @@ var packageJson = { | |||
pacote: "https://github.com/meteor/pacote/tarball/a81b0324686e85d22c7688c47629d4009000e8b8", | |||
"node-gyp": "6.0.1", | |||
"node-pre-gyp": "0.14.0", | |||
typescript: "3.8.3", | |||
"meteor-babel": "7.9.0", | |||
typescript: "4.0.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also we need to update meteor-babel's TS to 4.0.5 https://github.com/meteor/babel/blob/master/package.json#L50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Windows tests are getting stuck, not sure why. I'll merge it and so we can see the tests in the release-1.12 branch. |
Based on #11154