v3.0.0
Breaking
Variadic flags
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
Chores
- Updated Commander to 6.1.0
- Updated eslint to 7.7.0
- Updated yarn to 1.22.5
- Updated prettier to 2.1.1
- Updated jest to 26.4.2
- Updated eslint-plugin-jest to 23.20.0