Skip to content

Releases: scinos/yarn-deduplicate

v2.0.0

25 Oct 19:28
Compare
Choose a tag to compare

Breaks

  • Drop support for Node < 10

v1.2.0

25 Oct 19:29
Compare
Choose a tag to compare

Edit: Do not use. It breaks Node 8 compatiblity. Use 2.0.0 instead

Added

  • TypeScript definitions (thanks to @bluelovers)
  • Info about the source of duplication to README
  • CLI option to exclude packages (thanks to @JacobBlomgren)
  • Updated a bunch of dependencies

v1.1.1

25 Oct 19:29
Compare
Choose a tag to compare

Fixed

  • Fixed typos in doc and CLI (thanks to @ActuallyACat and @Alonski)
  • Moved yarn from peerDependencies to engines

v1.1.0

25 Oct 19:29
Compare
Choose a tag to compare
  • Option --fail to exit the process with an error if there are duplicated packages (thanks to
    @amark)
  • If the path to yarn.lock is not specified, use yarn.lock as the default (thanks to @Joge97)

v1.0.5

25 Oct 19:30
Compare
Choose a tag to compare

Changed

Chores

  • Moved eslint and stricter to devDependencies (thanks @hawkrives)
  • Re-enabled disabled tests (thanks @amark)

v1.0.4

25 Oct 19:30
Compare
Choose a tag to compare

Changed

  • Fixes parsing the strategy. Now specifying -s fewer actually does something! (thanks to
    @leipert)

Chores

  • Added eslint and prettier to keep the code consistent

v1.0.3

25 Oct 19:30
Compare
Choose a tag to compare

Changed

  • Retain Windows end-of-line (thanks to @Shingyx)

v1.0.2

25 Oct 19:30
Compare
Choose a tag to compare

Chores

  • Added homepage to package.json

v1.0.1

25 Oct 19:30
Compare
Choose a tag to compare

Chores

  • Removed unused files (tests, local .history) from the npm package. Only *.js and text files
    are included now.

v1.0.0

31 Oct 05:47
Compare
Choose a tag to compare

1.0.0

Breaking

  • Renamed project from yarn-tools to yarn-deduplicate
  • CLI unification (see Migration to 1.0 guide)
  • Save changes back to yarn.lock by default (thanks to @felipemsantana)

Added

  • Added an option to specify the strategy when deduping files
  • Support for packages without the @<version> part
  • Support for non-semver versions, like <package>@next

Changed

  • Do not change the order of integrity field (thanks to @lukebatchelor)

Chores

  • Added support to CircleCI (thanks to @lukebatchelor)
  • Moved repo from BitBucket to GitHub
  • Bumped @yarnpkg/lockfile to 1.1.0 (thanks to @lukebatchelor)
  • Added 'dedupe' as package keyword (thanks to @gfx)