-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency sherif to v1 #854
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 4de545c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
442a6b6
to
975bdc9
Compare
975bdc9
to
5e2df0a
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
^0.11.0
->^1.0.2
Release Notes
QuiiBz/sherif (sherif)
v1.0.2
Compare Source
What's Changed
package.json
fails by @QuiiBz in https://github.com/QuiiBz/sherif/pull/104Full Changelog: QuiiBz/sherif@v1...v1.0.2
v1.0.1
Compare Source
What's Changed
multiple-dependency-versions
for pre-release versions by @QuiiBz in https://github.com/QuiiBz/sherif/pull/96New Contributors
Full Changelog: QuiiBz/sherif@v1.0.0...v1.0.1
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 - "* 0-3 * * 1" (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.