-
-
Notifications
You must be signed in to change notification settings - Fork 403
chore(deps): update dependency sherif to v1 #854
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
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.2Release Notes
QuiiBz/sherif (sherif)
v1.0.2Compare Source
What's Changed
package.jsonfails by @QuiiBz in https://github.com/QuiiBz/sherif/pull/104Full Changelog: QuiiBz/sherif@v1...v1.0.2
v1.0.1Compare Source
What's Changed
multiple-dependency-versionsfor 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.0Compare Source
New
unordered-dependenciesruleDependencies 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
installcommand when autofixingWhen running Sherif with
--fix, your lockfile might need to be refreshed (e.g. when a dependency version is updated, or moved from normaldependenciestodevDependencies). Sherif will now automatically run your package manager'sinstallcommand 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-installflag.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:{ "name": "example-workspace", "workspaces": [ "packages/*", // already supported "packages/**/*" // new! ] }What's Changed
unordered-dependenciesrule by @QuiiBz in https://github.com/QuiiBz/sherif/pull/94installwhen 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.