chore(deps): update dependency sherif to v1 #936
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.11.0
->^1.0.0
Release Notes
QuiiBz/sherif (sherif)
v1.0.0
Compare Source
New
unordered-dependencies
ruleDependencies should be ordered alphabetically to prevent complex diffs when installing a new dependency via a package manager. This rule is auto-fixable with
--fix
:Automatically run your package manager's
install
command when autofixingWhen running Sherif with
--fix
, your lockfile might need to be refreshed (e.g. when a dependency version is updated, or moved from normaldependencies
todevDependencies
). Sherif will now automatically run your package manager'sinstall
command for you.Your package manager is auto-detected based on its lockfile - if none is found, Sherif will ask you to choose one. The following package managers are supported:
This feature is disabled in CI environments, and can be disabled with the
--no-install
flag.Support nested packages in the workspace using
**
Sherif now supports expanding packages defined in the workspace using
**
. For example,packages/**/*
is now a supported syntax:What's Changed
unordered-dependencies
rule by @QuiiBz in https://github.com/QuiiBz/sherif/pull/94install
when autofixing by @Willem-Jaap in https://github.com/QuiiBz/sherif/pull/71Full Changelog: QuiiBz/sherif@v0.11.0...v1.0.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.