Skip to content

Commit

Permalink
fix(lambda): bump the octokit group in /lambdas with 2 updates (#4166)
Browse files Browse the repository at this point in the history
Bumps the octokit group in /lambdas with 2 updates:
[@octokit/types](https://github.com/octokit/types.ts) and
[@octokit/webhooks](https://github.com/octokit/webhooks.js).

Updates `@octokit/types` from 13.5.0 to 13.6.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/octokit/types.ts/releases"><code>@​octokit/types</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v13.6.1</h2>
<h2><a
href="https://github.com/octokit/types.ts/compare/v13.6.0...v13.6.1">13.6.1</a>
(2024-10-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>restore CJS compat (<a
href="https://redirect.github.com/octokit/types.ts/issues/651">#651</a>)
(<a
href="https://github.com/octokit/types.ts/commit/d66a6b99c1fe140fbc81afec442e14b4949926f0">d66a6b9</a>)</li>
</ul>
<h2>v13.6.0</h2>
<h1><a
href="https://github.com/octokit/types.ts/compare/v13.5.1...v13.6.0">13.6.0</a>
(2024-09-27)</h1>
<h3>Features</h3>
<ul>
<li>add better types for <code>request.request.signal</code> (<a
href="https://redirect.github.com/octokit/types.ts/issues/649">#649</a>)
(<a
href="https://github.com/octokit/types.ts/commit/78173c7b4b5b86618aa79276a61d1db6f75c3c8a">78173c7</a>)</li>
</ul>
<h2>v13.5.1</h2>
<h2><a
href="https://github.com/octokit/types.ts/compare/v13.5.0...v13.5.1">13.5.1</a>
(2024-09-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency
<code>@​octokit/tsconfig</code> to v4 (<a
href="https://redirect.github.com/octokit/types.ts/issues/610">#610</a>)
(<a
href="https://github.com/octokit/types.ts/commit/b01e2fb9aad06b5cfdd200ad4e7875afa0138994">b01e2fb</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/octokit/types.ts/commit/d66a6b99c1fe140fbc81afec442e14b4949926f0"><code>d66a6b9</code></a>
fix: restore CJS compat (<a
href="https://redirect.github.com/octokit/types.ts/issues/651">#651</a>)</li>
<li><a
href="https://github.com/octokit/types.ts/commit/78173c7b4b5b86618aa79276a61d1db6f75c3c8a"><code>78173c7</code></a>
feat: add better types for <code>request.request.signal</code> (<a
href="https://redirect.github.com/octokit/types.ts/issues/649">#649</a>)</li>
<li><a
href="https://github.com/octokit/types.ts/commit/b01e2fb9aad06b5cfdd200ad4e7875afa0138994"><code>b01e2fb</code></a>
fix(deps): update dependency <code>@​octokit/tsconfig</code> to v4 (<a
href="https://redirect.github.com/octokit/types.ts/issues/610">#610</a>)</li>
<li><a
href="https://github.com/octokit/types.ts/commit/c8bb699405a70fc2e39396de4b706b18cdbdf222"><code>c8bb699</code></a>
build(deps-dev): bump dset from 3.1.3 to 3.1.4 (<a
href="https://redirect.github.com/octokit/types.ts/issues/648">#648</a>)</li>
<li><a
href="https://github.com/octokit/types.ts/commit/e52f6e9099540cdd70ff5d535097c52fd62e3318"><code>e52f6e9</code></a>
chore(deps): update dependency json-schema-to-typescript to v15 (<a
href="https://redirect.github.com/octokit/types.ts/issues/647">#647</a>)</li>
<li><a
href="https://github.com/octokit/types.ts/commit/aca1e8b12c746564d21ba9368dc6834b09fac237"><code>aca1e8b</code></a>
chore(deps): update dependency typedoc to ^0.26.0</li>
<li><a
href="https://github.com/octokit/types.ts/commit/9370d297761b8f3fa3e7be4b979b0b898812cabe"><code>9370d29</code></a>
ci(action): update actions/add-to-project action to v1.0.2 (<a
href="https://redirect.github.com/octokit/types.ts/issues/646">#646</a>)</li>
<li><a
href="https://github.com/octokit/types.ts/commit/f92bd84032888a7cf0e88f9f846a45c9250af9ff"><code>f92bd84</code></a>
build(deps-dev): bump braces from 3.0.2 to 3.0.3</li>
<li><a
href="https://github.com/octokit/types.ts/commit/3de13854b638bf013d14710df6d97637fd71f3af"><code>3de1385</code></a>
ci(action): update actions/checkout digest to 692973e (<a
href="https://redirect.github.com/octokit/types.ts/issues/643">#643</a>)</li>
<li><a
href="https://github.com/octokit/types.ts/commit/b21cc042affd15918abdc0636cb017e3751bbadc"><code>b21cc04</code></a>
🚧 Workflows have changed (<a
href="https://redirect.github.com/octokit/types.ts/issues/642">#642</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/octokit/types.ts/compare/v13.5.0...v13.6.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@octokit/webhooks` from 12.2.0 to 12.3.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/octokit/webhooks.js/releases"><code>@​octokit/webhooks</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v12.3.1</h2>
<h2><a
href="https://github.com/octokit/webhooks.js/compare/v12.3.0...v12.3.1">12.3.1</a>
(2024-10-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>type update via <code>@octokit/webhooks-types</code> v7.6.1 (<a
href="https://github.com/octokit/webhooks.js/commit/a54faa492d9491e2e63be654038d28c20bf7e7ba">a54faa4</a>)</li>
</ul>
<h2>v12.3.0</h2>
<h1><a
href="https://github.com/octokit/webhooks.js/compare/v12.2.0...v12.3.0">12.3.0</a>
(2024-10-03)</h1>
<h3>Features</h3>
<ul>
<li>add new <code>merge_group.destroyed</code> event (<a
href="https://github.com/octokit/webhooks.js/commit/c1cedbb853347b0244bb34c55ac02f0c4e7b9868">c1cedbb</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/octokit/webhooks.js/commit/a54faa492d9491e2e63be654038d28c20bf7e7ba"><code>a54faa4</code></a>
fix: type update via <code>@octokit/webhooks-types</code> v7.6.1</li>
<li><a
href="https://github.com/octokit/webhooks.js/commit/c1cedbb853347b0244bb34c55ac02f0c4e7b9868"><code>c1cedbb</code></a>
feat: add new <code>merge_group.destroyed</code> event</li>
<li>See full diff in <a
href="https://github.com/octokit/webhooks.js/compare/v12.2.0...v12.3.1">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 94ecc5f commit 5573c39
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@octokit/core": "5.2.0",
"@octokit/plugin-throttling": "8.2.0",
"@octokit/rest": "20.1.1",
"@octokit/types": "^13.6.0",
"@octokit/types": "^13.6.1",
"cron-parser": "^4.9.0",
"typescript": "^5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions lambdas/functions/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@aws-sdk/client-sqs": "^3.666.0",
"@middy/core": "^4.7.0",
"@octokit/rest": "20.1.1",
"@octokit/types": "^13.6.0",
"@octokit/webhooks": "^12.2.0",
"@octokit/types": "^13.6.1",
"@octokit/webhooks": "^12.3.1",
"aws-lambda": "^1.0.7"
},
"nx": {
Expand Down
24 changes: 12 additions & 12 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ __metadata:
"@octokit/core": "npm:5.2.0"
"@octokit/plugin-throttling": "npm:8.2.0"
"@octokit/rest": "npm:20.1.1"
"@octokit/types": "npm:^13.6.0"
"@octokit/types": "npm:^13.6.1"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.12"
Expand Down Expand Up @@ -302,8 +302,8 @@ __metadata:
"@aws-sdk/client-sqs": "npm:^3.666.0"
"@middy/core": "npm:^4.7.0"
"@octokit/rest": "npm:20.1.1"
"@octokit/types": "npm:^13.6.0"
"@octokit/webhooks": "npm:^12.2.0"
"@octokit/types": "npm:^13.6.1"
"@octokit/webhooks": "npm:^12.3.1"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
Expand Down Expand Up @@ -3978,22 +3978,22 @@ __metadata:
languageName: node
linkType: hard

"@octokit/webhooks-types@npm:7.4.0":
version: 7.4.0
resolution: "@octokit/webhooks-types@npm:7.4.0"
checksum: 10c0/c2f06bdee4cb3f8f9e685a5a0289bd59673954b9bd25701480ba204ea23333f9bcc4a6f757f563ae5a1490f58eace8ebbc7aa8a1737c276ccc1cf5c3e2fe2ebe
"@octokit/webhooks-types@npm:7.6.1":
version: 7.6.1
resolution: "@octokit/webhooks-types@npm:7.6.1"
checksum: 10c0/7c2cb40f9ccd2bd392cf35c23f995ae0719ef35fd3bce0264ced5518cbf0a7087bd069bf5e5963fc33d0232726968db526912df3cb017c1bd1761c8849c31a30
languageName: node
linkType: hard

"@octokit/webhooks@npm:^12.2.0":
version: 12.2.0
resolution: "@octokit/webhooks@npm:12.2.0"
"@octokit/webhooks@npm:^12.3.1":
version: 12.3.1
resolution: "@octokit/webhooks@npm:12.3.1"
dependencies:
"@octokit/request-error": "npm:^5.0.0"
"@octokit/webhooks-methods": "npm:^4.1.0"
"@octokit/webhooks-types": "npm:7.4.0"
"@octokit/webhooks-types": "npm:7.6.1"
aggregate-error: "npm:^3.1.0"
checksum: 10c0/d22c55e99726c32d55b9faf8cde02274c3f6cd82992a5cedf795de401656cc716ff151b0dd6e4173d12dc335583944415613132a9dbf18ee6ffa0d550479a1c2
checksum: 10c0/9330723851b0e5995dc1e9094b220bb4fed136af135ad9fa474202562d5f17c8372c01c725f357530aa1d0fe6230364afd4d88c0241cfdd057bde4e7c78d7d76
languageName: node
linkType: hard

Expand Down

0 comments on commit 5573c39

Please sign in to comment.