Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Update to typescript@2.5.1 #3151

Merged
merged 6 commits into from Aug 24, 2017
Merged

Update to typescript@2.5.1 #3151

merged 6 commits into from Aug 24, 2017

Conversation

ajafff
Copy link
Contributor

@ajafff ajafff commented Aug 23, 2017

PR checklist

  • Addresses an existing issue: #0000
  • New feature, bugfix, or enhancement
    • Includes tests
  • Documentation update

Overview of change:

Update to the new version of typescript and fix all new errors.
Unfortunately moduleNameHasNonRelativeName is no longer exposed which would break the build. We can either wait for microsoft/TypeScript#17890 to be fixed in the next patch release or merge as is and remove the assertion in noSubmoduleImportsRule later.

Is there anything you'd like reviewers to focus on?

CHANGELOG.md entry:

[bugfix] prefer-const correctly handle catch without binding parameter introduced in typescript@2.5.1
Fixes #3154

Copy link
Contributor

@adidahiya adidahiya left a comment

Choose a reason for hiding this comment

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

can you file an issue to track the removal of the as any cast? add it to the tslint 5.8 milestone

@adidahiya adidahiya added this to the TSLint v5.7 milestone Aug 24, 2017
@ajafff ajafff merged commit 6b05193 into palantir:master Aug 24, 2017
@ajafff ajafff deleted the ts2.5 branch August 24, 2017 17:02
HyphnKnight pushed a commit to HyphnKnight/tslint that referenced this pull request Apr 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError with "Optional catch binding parameters" in TS 2.5.1
2 participants