Update dependency sherif to ^0.11.0 #268
Merged
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:
^0.10.0
->^0.11.0
Release Notes
QuiiBz/sherif (sherif)
v0.11.0
Compare Source
Ignore a specific dependency and version
Let's say your monorepo has two versions of react:
18.3.1
and19.0.0
. One of your application is expected to use the new react19.0.0
, but you still want to make sure you keep the same react18.*
version on all your other applicationsPreviously, you had to ignore completely the
react
dependency from themultiple-dependency-versions
rule, which means you would completely loose track of potentially different react18.*
versions:But now, you can ignore a specific set of dependency and version, so the
multiple-dependency-versions
rule will keep detecting any other react version and alert you:Report dependency versions mismatch with the root
package.json
Previously, Sherif didn't check the
multiple-dependency-versions
in the rootpackage.json
. It now does, meaning you can deduplicate more dependency versions if they are present in both a package in a workspace, and the rootpackage.json
.What's Changed
multiple-dependency-versions
also checks root package by @QuiiBz in https://github.com/QuiiBz/sherif/pull/82multiple-dependency-versions
by @QuiiBz in https://github.com/QuiiBz/sherif/pull/84New Contributors
Full Changelog: QuiiBz/sherif@v0.10.0...v0.11.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.