[go: nahoru, domu]

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

Fix Typescript compiler issues with TS 2.4.1 #65

Merged
merged 4 commits into from
Jun 29, 2017
Merged

Fix Typescript compiler issues with TS 2.4.1 #65

merged 4 commits into from
Jun 29, 2017

Conversation

laurenzlong
Copy link
Contributor

Need to upgrade to TS 2.4.1 and change code according to the stricter compiler, since our release system uses it.

package.json Outdated
@@ -45,7 +45,7 @@
"nock": "^8.0.0",
"sinon": "^1.17.4",
"tslint": "^3.15.1",
"typescript": "^2.0.3"
"typescript": "^2.4.1"
Copy link
Member

Choose a reason for hiding this comment

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

This isn't strictly necessary (or at least it can be postponed until after this release). When NPM run build runs, it uses the maximum version that is available. If we raise this version then our TypeScript customers must upgrade too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense, updated.

@laurenzlong laurenzlong changed the title Upgrade to TS 2.4.1 Fix Typescript compiler issues with TS 2.4.1 Jun 29, 2017
@laurenzlong laurenzlong merged commit dea3fab into master Jun 29, 2017
@laurenzlong laurenzlong deleted the ll-ts24 branch June 29, 2017 18:37
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.

None yet

2 participants