This repository was archived by the owner on Jun 7, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.0
->^5.0.0
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
scinos/yarn-deduplicate
v5.0.0
Compare Source
Breaking
types, and those have changed. If you were not using the exported types, this change should be
transparent for you.
Chores
v4.0.0
Compare Source
Breaking
Added
--exclude-scopes
flag to exclude scopes (thanks to @sventschui)--exclude
flags inREADME.md
Fixed
package.json
Chores
typescript
4.6.2 (via peer dependency)v3.1.0
Compare Source
Chores
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.0Added
v3.0.0
Compare Source
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
v2.1.1
Compare Source
v2.1.0
Compare Source
Chores
yarn.lock
Added
--scopes
to limit changes to a list of scopes (thanks to @sgomes)--strategy
(thanks to @KubaJastrz)Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.