-
Notifications
You must be signed in to change notification settings - Fork 213
chore(deps): update dependency sherif to v1.10.0 #4027
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi @renovate[bot]. Thanks for your PR. I'm waiting for a redhat-developer member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
The image is available at: /test e2e-ocp-helm |
|
@github-actions[bot]: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
9050a77 to
1f678cd
Compare
|
The image is available at: /test e2e-ocp-helm |
1f678cd to
1ae65a8
Compare
|
The image is available at: /test e2e-ocp-helm |
1ae65a8 to
1799f02
Compare
|
The image is available at: /test e2e-ocp-helm |
1799f02 to
2ea7063
Compare
|
The image is available at: /test e2e-ocp-helm |
2ea7063 to
3c95397
Compare
|
The image is available at: /test e2e-ocp-helm |
3c95397 to
51c60a3
Compare
|
The image is available at: /test e2e-ocp-helm |
|
/retest |
51c60a3 to
36aacde
Compare
|
The image is available at: /test e2e-ocp-helm |
36aacde to
6838255
Compare
|
The image is available at: /test e2e-ocp-helm |
6838255 to
37ea803
Compare
|
The image is available at: |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
37ea803 to
34c2077
Compare
|
|
The image is available at: |
|
@renovate[bot]: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
alizard0
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alizard0 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |



This PR contains the following updates:
1.9.0→1.10.0Release Notes
QuiiBz/sherif (sherif)
v1.10.0Compare Source
JSON configuration in root
package.jsonWhen using many CLI arguments, it might be easier to move to the configuration format. In your root
package.json, add asheriffield containing the same options as the CLI, but in camelCase. Default values are shown below:{ "sherif": { "fix": false, "select": "highest", // "highest" | "lowest" "noInstall": false, "failOnWarnings": false, "ignoreDependency": [], // string[] "ignorePackage": [], // string[] "ignoreRule": [] // string[] } }--fail-on-warningsoptionAdd a new option
--fail-on-warningsto exit with code 1 if any warning issues are found. By default, only error issues will make Sherif exit with code 1.What's Changed
--fail-on-warningsoption by @QuiiBz in #141package.jsonby @QuiiBz in #146Full Changelog: QuiiBz/sherif@v1.9.0...v1.10.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.