yarn-deduplicate
Advanced tools
Changelog
[6.0.2] - 2023-05-11
Changelog
[6.0.1] - 2022-12-11
npx
(#206) (thanks to @karlhorky)Changelog
[6.0.0] - 2022-08-29
engines
entry in package.json
corepack
insteadChangelog
[5.0.2] - 2022-08-15
Changelog
[5.0.0] - 2022-04-23
Changelog
[4.0.0] - 2022-03-21
--exclude-scopes
flag to exclude scopes (thanks to @sventschui)--exclude
flags in README.md
package.json
typescript
4.6.2 (via peer dependency)Changelog
3.1.0 - 2020-10-25
jest
to 26.6.1yarn
to 1.22.10 (via policy)eslint-config-prettier
to 6.14.0prettier
to 2.1.2eslint-plugin-jest
to 24.1.0eslint
to 7.12.0Changelog
3.0.0- 2020-10-29
Flags --packages
, --scopes
and --exclude
don't support comma-separated values anymore (eg:
--packages libA,libB
). Instead, you can pass multiple values per flag (eg: --packages libA libB
)
or pass the flag multiple times (eg: --packages libA --packages libB
).
If you use one of those flags and you want to specify a custom yarn.lock
file, you need to use
--
to separate the arg. Example --packages libA -- ../project/yarn.lock
Changelog
2.1.0- 2020-07-10
yarn.lock
--scopes
to limit changes to a list of scopes (thanks to @sgomes)--strategy
(thanks to @KubaJastrz)