-
Notifications
You must be signed in to change notification settings - Fork 213
chore(deps): update devdependencies (non-major) #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 |
|
The image is available at: |
b730beb to
aba736b
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alizard0, christoph-jerolimov 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 |
|
The image is available at: |
aba736b to
d6f4244
Compare
|
New changes are detected. LGTM label has been removed. |
|
The image is available at: |
d6f4244 to
cd4dd06
Compare
|
The image is available at: |
cd4dd06 to
303e1fd
Compare
|
The image is available at: |
303e1fd to
5897f21
Compare
|
The image is available at: |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5897f21 to
e0e5e45
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. |



This PR contains the following updates:
1.57.0→1.58.01.9.0→1.10.0Release Notes
microsoft/playwright (@playwright/test)
v1.58.0Compare Source
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.