Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 04:01
2cb582b

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.lock files (#227)
  • handle aliased packages in lockfiles for npm and yarn (#233)
  • support parsing renv.lock files (#243)
  • support parsing pdm.lock files (#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