Closed mootari closed 1 month ago
How about dropping the test but keeping the rest of the changes?
Sure, it didn't feel quite right anyway. 🙂
I also updated the Node types to match the minimum engine version.
Did this PR introduce this warning? We should fix…
=============
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0
YOUR TYPESCRIPT VERSION: 5.6.2
Please only submit bug reports when using the officially supported version.
=============
@mbostock No, by #957 as far as I can tell. We may need to update eslint I think?
Thanks for tracking that down @mootari!
A typo in an outdated markdown-it type made me notice that several of our types don't match their library versions.
This PR
he
),@types/prompts
,Some notes:
this.skip()
allowed me to at least keep them in view.yarn.lock
would be the source of truth but that seems more complicated than what I'd want to deal with.