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/parser from 7.1.1 to 7.5.0 in /modules/web #8850

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @typescript-eslint/parser from 7.1.1 to 7.5.0.

Release notes

Sourced from @​typescript-eslint/parser'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/parser's changelog.

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ 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

❤️ Thank You

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

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

7.3.1 (2024-03-18)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.3.0 (2024-03-18)

🩹 Fixes

  • correct engines.node constraints in package.json

... (truncated)

Commits
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • d5615d7 fix(parser): disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • 5d24691 chore(release): publish 7.4.0
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • 5995614 chore(release): publish 7.3.1
  • 4cf8ec7 chore(release): publish 7.3.0
  • 883f220 fix: correct engines.node constraints in package.json (#8671)
  • 95cf139 chore(release): publish 7.2.0
  • See full diff 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)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.1.1 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/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.5.0/packages/parser)

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

Signed-off-by: dependabot[bot] <[email protected]>
@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
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:

  • f64cd97 chore(deps-dev): bump @typescript-eslint/parser 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 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
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 k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 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 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 2, 2024
@k8s-ci-robot k8s-ci-robot merged commit 0c269e6 into master Apr 2, 2024
28 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/modules/web/typescript-eslint/parser-7.5.0 branch April 2, 2024 09:35
kireque referenced this pull request in kireque/home-ops 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
[https://github.com/kubernetes/dashboard/pull/8827](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8825](https://togithub.com/kubernetes/dashboard/pull/8825)
- chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes/dashboard/pull/8786](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8789](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8817](https://togithub.com/kubernetes/dashboard/pull/8817)
- chore(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes/dashboard/pull/8797](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8803](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8824](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8831](https://togithub.com/kubernetes/dashboard/pull/8831)
- chore(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes/dashboard/pull/8839](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8850](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8852](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8727](https://togithub.com/kubernetes/dashboard/pull/8727)
- chore(deps): bump azure/setup-helm from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes/dashboard/pull/8751](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8781](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8782](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8783](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8785](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8849](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8780](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8773](https://togithub.com/kubernetes/dashboard/pull/8773)
- chore(deps): bump express from 4.18.3 to 4.19.2 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes/dashboard/pull/8845](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8847](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8848](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8844](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8784](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8851](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8868](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8857](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8858](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8862](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8863](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8860](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8856](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8859](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8861](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8866](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8867](https://togithub.com/kubernetes/dashboard/pull/8867)

##### API

- fix: api schema and update kong chart config by
[@&#8203;floreks](https://togithub.com/floreks) in
[https://github.com/kubernetes/dashboard/pull/8879](https://togithub.com/kubernetes/dashboard/pull/8879)
- fix(api): role/clusterole/podlist endpoints by
[@&#8203;floreks](https://togithub.com/floreks) in
[https://github.com/kubernetes/dashboard/pull/8881](https://togithub.com/kubernetes/dashboard/pull/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
[https://github.com/kubernetes/dashboard/pull/8869](https://togithub.com/kubernetes/dashboard/pull/8869)
- feat(chart): allow setting priorityClassName on deployments by
[@&#8203;jnoordsij](https://togithub.com/jnoordsij) in
[https://github.com/kubernetes/dashboard/pull/8870](https://togithub.com/kubernetes/dashboard/pull/8870)
- feat(chart): bump chart version to 7.2.0 by
[@&#8203;floreks](https://togithub.com/floreks) in
[https://github.com/kubernetes/dashboard/pull/8882](https://togithub.com/kubernetes/dashboard/pull/8882)

#### New Contributors

- [@&#8203;jnoordsij](https://togithub.com/jnoordsij) made their first
contribution in
[https://github.com/kubernetes/dashboard/pull/8869](https://togithub.com/kubernetes/dashboard/pull/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.

2 participants