This release fixes an issue where git remote connection errors weren't being handled properly and folks were seeing errors like this:
fatal: unable to access 'https://badremoteurl.git/': Could not resolve host: badremoteurl.git
This release also adds the ability to pass CLI arguments into the openapi:reduce
command, as well as some minor documentation and dependency updates.
What's Changed
- feat(
openapi:reduce
): pass opts by @kanadgupta in #684 - chore(deps): bump a bunch of deps by @kanadgupta in #695
- ci: caching deps in ci by @erunion in #696
- docs: better callout for
rdme login
usage by @kanadgupta in #699 - test: cleaning up our jest config by @erunion in #700
- fix(createGHA): git remote connection errors by @kanadgupta in #705
Full Changelog: v8.2.0...8.2.1