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 4.0.5 #11225

Merged
merged 6 commits into from
Oct 31, 2020
Merged

Update Typescript to 4.0.5 #11225

merged 6 commits into from
Oct 31, 2020

Conversation

filipenevola
Copy link
Collaborator

Based on #11154

@@ -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: {
Copy link
Collaborator Author

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

Copy link
Contributor

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",
Copy link
Contributor

@afrokick afrokick Oct 28, 2020

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@filipenevola filipenevola changed the base branch from devel to release-1.12 October 28, 2020 22:53
@filipenevola filipenevola added in-development We are already working on it hacktoberfest-accepted labels Oct 31, 2020
@filipenevola filipenevola deleted the branch release-1.12 October 31, 2020 15:19
@filipenevola filipenevola reopened this Oct 31, 2020
@filipenevola
Copy link
Collaborator Author

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.

@filipenevola filipenevola merged commit 5197b7f into release-1.12 Oct 31, 2020
@filipenevola filipenevola deleted the typescript-4 branch October 31, 2020 16:13
@filipenevola filipenevola added confirmed We want to fix or implement it and removed in-development We are already working on it labels Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants