Sourced from cosmiconfig's changelog.
8.0.0
No major breaking changes! We dropped support for Node 10 and 12 -- which you're probably not using. And we swapped out the YAML parser -- which you probably won't notice.
- Breaking change: Drop support for Node 10 and 12.
- Breaking change: Use npm package js-yaml to parse YAML instead of npm package yaml.
- Added: Loader errors now include the path of the file that was tried to be loaded.
7.1.0
- Added: Additional default
searchPlaces
within a .config subdirectory (without leading dot in the file name)
This version was pushed to npm by d-fischer, a new releaser for cosmiconfig since your current version.