-
-
Notifications
You must be signed in to change notification settings - Fork 75
Breaking: Bump to [email protected], typescript@~3.2.1 #576
Conversation
can you add new nodes to |
Given the discussion in this PR, the team seems to be in general consensus that the "supported TS version" change is a breaking change. |
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.
Do you mind also updating the readme with the supported TS version range?
Hmm, I'm not quite sure which nodes would need to be added to
👍 Done. Also switched the version constraint to a |
@nevir you should just add |
Is |
I just wanted to chime in and say thank you to everyone who's working on this! Great work! |
Added the node type |
@kaicataldo, is there anything else you'd like me to tweak? |
@@ -46,7 +46,7 @@ | |||
"dependencies": { | |||
"eslint-scope": "^4.0.0", | |||
"eslint-visitor-keys": "^1.0.0", | |||
"typescript-estree": "5.3.0" | |||
"typescript-estree": "^6.0.0" |
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.
7.0.0 just came out
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.
7.0.0 has breaking changes -> ast structure has changed
JamesHenry/typescript-estree@159c325
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.
From what I can tell, the main change in typescript-estree is added support for
BigIntLiteral
s. Added some snapshots for 'em, as well.Should this be a major bump due to the typescript upgrade? Or only minor?