gitpair
gitpair copied to clipboard
Use NodeJS modules
For a while, I've been getting dependency warning/update emails on this repository, mostly around babel. I think node has mostly gotten to the point where es6 can be used natively without a bunch of build steps.
Well, I am right in theory, but jest doesn't officially support type:module es6 and has a few experimental/hacky solutions.
I also noticed that test coverage was pretty low, so I may up that coverage while I'm here.
@bdo looks like circleci might need to be updated to use node 18 instead of 14. Change is related to bumping up commitlint.