Skip to content
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-dev): bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.5.0 in /modules/web #8851

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2024

Bumps @typescript-eslint/eslint-plugin from 7.1.0 to 7.5.0.

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.5.0

7.5.0 (2024-04-01)

🚀 Features

  • website: playground Visual Editor search makes case-insensitive (#8767)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false (#8685)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
  • typescript-eslint: declare peer dependency on utils to ensure npm correctly installs dependencies (#8738)
  • website: visual Editor is not scrolled (#8709)
  • website: make 404 page good again (#8750)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You

  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

... (truncated)

Commits
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • f0b1c4f fix(eslint-plugin): [no-unnecessary-type-assertion] handle exactOptionalPrope...
  • 5707268 fix(eslint-plugin): [no-floating-promises] handle TaggedTemplateExpression (#...
  • ca561e2 chore: manually updated local package.jsons to 7.4.0 (#8775)
  • 5d24691 chore(release): publish 7.4.0
  • 029fc0b feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-...
  • 2a62a40 fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const castin...
  • 990ec22 docs: fix example of binding unbound method (#8754)
  • a08554a feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 2, 2024
@k8s-ci-robot k8s-ci-robot added the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Apr 2, 2024
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 2, 2024
@shu-mutou shu-mutou removed the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Apr 2, 2024
@shu-mutou
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. labels Apr 2, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/modules/web/typescript-eslint/eslint-plugin-7.5.0 branch from 0ada25c to dbe1488 Compare April 2, 2024 09:38
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 2, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/modules/web/typescript-eslint/eslint-plugin-7.5.0 branch from dbe1488 to aebd1ed Compare April 2, 2024 09:41
@shu-mutou shu-mutou removed the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Apr 2, 2024
@shu-mutou
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. labels Apr 2, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/modules/web/typescript-eslint/eslint-plugin-7.5.0 branch from aebd1ed to d0e5671 Compare April 2, 2024 10:20
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 2, 2024
@shu-mutou shu-mutou removed the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Apr 2, 2024
@shu-mutou
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 2, 2024
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.1.0 to 7.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.5.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/modules/web/typescript-eslint/eslint-plugin-7.5.0 branch from d0e5671 to b58b928 Compare April 2, 2024 10:32
@k8s-ci-robot k8s-ci-robot added do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. labels Apr 2, 2024
@k8s-ci-robot
Copy link
Contributor

Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages.

The list of commits with invalid commit messages:

  • b58b928 chore(deps-dev): bump @typescript-eslint/eslint-plugin in /modules/web

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/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot
Copy link
Contributor

Keywords which can automatically close issues and at(@) mentions are not allowed in the title of a Pull Request.

You can edit the title by writing /retitle in a comment.

When GitHub merges a Pull Request, the title is included in the merge commit. To avoid invalid keywords in the merge commit, please edit the title of the PR.

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/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot
Copy link
Contributor

Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages.

The list of commits with invalid commit messages:

  • b58b928 chore(deps-dev): bump @typescript-eslint/eslint-plugin in /modules/web

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/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot
Copy link
Contributor

Keywords which can automatically close issues and at(@) mentions are not allowed in the title of a Pull Request.

You can edit the title by writing /retitle in a comment.

When GitHub merges a Pull Request, the title is included in the merge commit. To avoid invalid keywords in the merge commit, please edit the title of the PR.

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/test-infra repository. I understand the commands that are listed here.

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

Merging #8851 (b58b928) into master (dd9a7ef) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8851   +/-   ##
=======================================
  Coverage   37.51%   37.51%           
=======================================
  Files         255      255           
  Lines       11154    11154           
  Branches      142      158   +16     
=======================================
  Hits         4184     4184           
  Misses       6757     6757           
  Partials      213      213           

@shu-mutou shu-mutou removed the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Apr 2, 2024
@shu-mutou
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 2, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], shu-mutou

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 94fa926 into master Apr 2, 2024
21 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/modules/web/typescript-eslint/eslint-plugin-7.5.0 branch April 2, 2024 10:45
kireque pushed a commit to kireque/home-ops that referenced this pull request Apr 6, 2024
…430)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kubernetes-dashboard](https://togithub.com/kubernetes/dashboard) |
minor | `7.1.3` -> `7.2.0` |

---

### Release Notes

<details>
<summary>kubernetes/dashboard (kubernetes-dashboard)</summary>

###
[`v7.2.0`](https://togithub.com/kubernetes/dashboard/releases/tag/kubernetes-dashboard-7.2.0)

[Compare
Source](https://togithub.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.1.3...kubernetes-dashboard-7.2.0)

#### What's Changed

- ci: Fix CodeQL check and ignore codecov token error by
[@&#8203;shu-mutou](https://togithub.com/shu-mutou) in
[kubernetes/dashboard#8827
- chore(deps-dev): bump cypress from 13.6.6 to 13.7.1 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8825
- chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8786
- chore(deps-dev): bump sass from 1.71.1 to 1.72.0 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8789
- chore(deps-dev): bump webpack-dev-server from 5.0.2 to 5.0.4 in
/modules/web by [@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8817
- chore(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8797
- chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in
/modules/web by [@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8803
- chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in
/modules/web by [@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8824
- chore(deps-dev): bump
[@&#8203;graphql-mesh/openapi](https://togithub.com/graphql-mesh/openapi)
from 0.99.2 to 0.99.6 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8831
- chore(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8839
- chore(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.1.1 to 7.5.0 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8850
- chore(deps-dev): bump minimatch from 9.0.3 to 9.0.4 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8852
- chore(deps): bump github.com/prometheus/client_golang from 1.18.0 to
1.19.0 in /modules/api by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8727
- chore(deps): bump azure/setup-helm from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8751
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in
/modules/common/tools by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8781
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in
/modules/metrics-scraper by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8782
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in
/modules/auth by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[kubernetes/dashboard#8783
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in
/modules/web by [@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8785
- chore(deps-dev): bump
[@&#8203;graphql-mesh/cli](https://togithub.com/graphql-mesh/cli) from
0.89.0 to 0.89.8 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8849
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in
/modules/api by [@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8780
- chore(deps): bump github.com/emicklei/go-restful/v3 from 3.11.3 to
3.12.0 in /modules/api by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8773
- chore(deps): bump express from 4.18.3 to 4.19.2 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8845
- chore(deps-dev): bump
[@&#8203;graphql-mesh/runtime](https://togithub.com/graphql-mesh/runtime)
from 0.98.0 to 0.98.7 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8847
- chore(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.11.24 to
20.12.2 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8848
- chore(deps): bump github.com/golangci/golangci-lint from 1.56.2 to
1.57.2 in /modules/common/tools by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8844
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in
/modules/common/client by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8784
- chore(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.1.0 to 7.5.0 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8851
- chore(deps-dev): bump
[@&#8203;babel/preset-env](https://togithub.com/babel/preset-env) from
7.24.0 to 7.24.3 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8868
- chore(deps-dev): bump node-gyp from 10.0.1 to 10.1.0 in /modules/web
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8857
- chore(deps-dev): bump stylelint-config-standard-scss from 13.0.0 to
13.1.0 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8858
- chore(deps): bump github.com/go-openapi/spec from 0.20.4 to 0.21.0 in
/modules/api by [@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8862
- chore(deps): bump ace-builds from 1.32.7 to 1.32.9 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8863
- chore(deps-dev): bump cypress from 13.7.1 to 13.7.2 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8860
- chore(deps-dev): bump tar from 6.2.0 to 6.2.1 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8856
- chore(deps): bump core-js from 3.36.0 to 3.36.1 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8859
- chore(deps-dev): bump stylelint from 16.2.1 to 16.3.1 in /modules/web
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8861
- chore(deps-dev): bump ng-extract-i18n-merge from 2.11.0 to 2.11.1 in
/modules/web by [@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8866
- chore(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.12.2 to
20.12.3 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8867

##### API

- fix: api schema and update kong chart config by
[@&#8203;floreks](https://togithub.com/floreks) in
[kubernetes/dashboard#8879
- fix(api): role/clusterole/podlist endpoints by
[@&#8203;floreks](https://togithub.com/floreks) in
[kubernetes/dashboard#8881

##### Helm Chart

-   Update csrf secret handling.
It will no longer be regenerated on every helm run. Instead, it will use
a lookup function to make sure that the `private.key` value is not
empty. If secret will be deleted or key changed, then checksum
annotation on api/auth containers will trigger a rollout restart.
- Update kong `dns_order` configuration to include experimental `AAAA`
record for ipv6 lookup. It can potentially fix issues with accessing
Dashboard on IPv6-enabled cluster. Closes
[#&#8203;8855](https://togithub.com/kubernetes/dashboard/issues/8855)
- Reenable SA token automount for auth container. It is required to
initialize the in-cluster go client.
-   Bump API image to `1.4.1`
- Optimize kong deployment to minimize memory usage (down from ~250Mi to
~75Mi on start)
- feat(chart): add automountServiceAccountToken to deployment specs in
Helm chart by [@&#8203;jnoordsij](https://togithub.com/jnoordsij) in
[kubernetes/dashboard#8869
- feat(chart): allow setting priorityClassName on deployments by
[@&#8203;jnoordsij](https://togithub.com/jnoordsij) in
[kubernetes/dashboard#8870
- feat(chart): bump chart version to 7.2.0 by
[@&#8203;floreks](https://togithub.com/floreks) in
[kubernetes/dashboard#8882

#### New Contributors

- [@&#8203;jnoordsij](https://togithub.com/jnoordsij) made their first
contribution in
[kubernetes/dashboard#8869

**Full Changelog**:
kubernetes/dashboard@kubernetes-dashboard-7.1.3...kubernetes-dashboard-7.2.0

#### Installation

```sh
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard
```

#### Compatibility

| Kubernetes version | 1.27 | 1.28 | 1.29 |
|--------------------|-----|-----|-----|
| Compatibility            | ?   |   ?   |   ✓    |

-   `✓` Fully supported version range.
- `?` Due to breaking changes between Kubernetes API versions, some
features might not work correctly in the Dashboard.

#### Images

    docker.io/kubernetesui/dashboard-api:1.4.1
    docker.io/kubernetesui/dashboard-auth:1.1.2
    docker.io/kubernetesui/dashboard-metrics-scraper:1.1.1
    docker.io/kubernetesui/dashboard-web:1.2.3

</details>

---

### 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants