-
Notifications
You must be signed in to change notification settings - Fork 62
Upgrade typescript-eslint-parser to 17.0.1 #169
Upgrade typescript-eslint-parser to 17.0.1 #169
Conversation
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 👍
package.json
Outdated
"typescript": "~2.8.1", | ||
"typescript-eslint-parser": "^15.0.0" | ||
"typescript": "~2.9", | ||
"typescript-eslint-parser": "^16.0.1" |
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.
I checked this out locally to see how far we could increase the version of typescript + the parser before more tests started breaking, and it looks like we can upgrade to the following safely from this commit.
"typescript": "~3.0.3",
"typescript-eslint-parser": "^19.0.2"
Should we do that in this PR or a follow up? /cc @bradzacher
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 either way.
Add addition tests for eslint/typescript-eslint-parser#491
typescript-eslint-parser v20 has some breaking changes, i will prepare fix for them but should i do this conditionally if typescript-eslint-parser < 20 than or just add it to peerDependencies? |
thanks @armano2! feel free to branch off your branch so you can continue working whilst you wait for us to catch up. in regards to the v20 compatibility. |
ok :> |
typescript 2.9
typescript-eslint-parser: 17.0.1
solve #137