Skip to content

Commit

Permalink
fix(deps): update dependency @octokit/types to v13 (#175)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@octokit/types](https://togithub.com/octokit/types.ts) | [`^12.4.0`
->
`^13.0.0`](https://renovatebot.com/diffs/npm/@octokit%2ftypes/12.6.0/13.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@octokit%2ftypes/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@octokit%2ftypes/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@octokit%2ftypes/12.6.0/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@octokit%2ftypes/12.6.0/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>octokit/types.ts (@&#8203;octokit/types)</summary>

###
[`v13.0.0`](https://togithub.com/octokit/types.ts/releases/tag/v13.0.0)

[Compare
Source](https://togithub.com/octokit/types.ts/compare/v12.6.0...v13.0.0)

##### Features

- Updates openapi-types to v21.0.0 (which had breaking changes),
BREAKING CHANGE: Updates multiple endpoints to use owner + repo in place
of repository_id
([#&#8203;625](https://togithub.com/octokit/types.ts/issues/625))
([ad024fe](https://togithub.com/octokit/types.ts/commit/ad024febe5598df7b28a4678c308d46a01325163))

##### BREAKING CHANGES

- Updates multiple endpoints to use owner + repo in place of
repository_id

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kunalnagarco/action-cve).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 9, 2024
1 parent bff1bbf commit 5f5e0b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@octokit/rest": "^20.0.2",
"@octokit/types": "^12.4.0",
"@octokit/types": "^13.0.0",
"@pagerduty/pdjs": "2.2.4",
"@slack/types": "2.11.0",
"@slack/webhook": "7.0.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ __metadata:
"@actions/github": "npm:6.0.0"
"@kunalnagarco/eslint-config": "npm:2.1.0"
"@octokit/rest": "npm:^20.0.2"
"@octokit/types": "npm:^12.4.0"
"@octokit/types": "npm:^13.0.0"
"@pagerduty/pdjs": "npm:2.2.4"
"@semantic-release/changelog": "npm:6.0.3"
"@semantic-release/commit-analyzer": "npm:12.0.0"
Expand Down Expand Up @@ -1373,7 +1373,7 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^12.0.0, @octokit/types@npm:^12.4.0, @octokit/types@npm:^12.6.0":
"@octokit/types@npm:^12.0.0, @octokit/types@npm:^12.6.0":
version: 12.6.0
resolution: "@octokit/types@npm:12.6.0"
dependencies:
Expand Down

0 comments on commit 5f5e0b3

Please sign in to comment.