Skip to content

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
"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

2 participants