v0.13.0
This version has a number of stuff because I apparently forgot to do a release for a while! In addition to a few fixes around NPM and Yarn, this adds support for two completely new lockfile formats (renv.lock and pdm.lock) and v9 of PNPM lockfiles.
It also introduces a new --update-config-ignores flag to make it easier to (re)generate config ignores, which is pretty handy!
What's Changed
- support versions with build metadata in
yarn.lockfiles (#227) - handle aliased packages in lockfiles for npm and yarn (#233)
- support parsing
renv.lockfiles (#243) - support parsing
pdm.lockfiles (#245) - update to Go 1.21 (#246)
- support PNPM v9 lockfiles (#251)
- update YAML library to v3 (#252)
- support updating config ignores with
--update-config-ignores(#248)
Full Changelog: v0.12.0...v0.13.0