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

fix(lambda): bump the octokit group in /lambdas with 3 updates #4498

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the octokit group in /lambdas with 3 updates: @octokit/plugin-throttling, @octokit/types and @octokit/webhooks.

Updates @octokit/plugin-throttling from 9.4.0 to 9.6.0

Release notes

Sourced from @​octokit/plugin-throttling's releases.

v9.6.0

9.6.0 (2025-03-18)

Features

  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints (#778) (b879eb9)

v9.5.0

9.5.0 (2025-03-18)

Features

  • new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history,/repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#777) (52d925e)
Commits
  • b879eb9 feat: new /orgs/{org}/issue-types, `/orgs/{org}/issue-types/{issue_type_id}...
  • 52d925e feat: new /enterprises/{enterprise}/actions/hosted-runners, `/orgs/{org}/ac...
  • 7429d8b chore(deps): update dependency prettier to v3.5.3 (#774)
  • 4f4a3db build(deps): lock file maintenance (#776)
  • b5f63ae chore(deps): update dependency semantic-release-plugin-update-version-in-file...
  • e80b371 build(deps): lock file maintenance (#771)
  • 9537978 chore(deps): update dependency prettier to v3.5.2 (#773)
  • a99a1ea chore(deps): update dependency prettier to v3.5.1 (#769)
  • 1a4ab47 build(deps): lock file maintenance (#770)
  • 97e6809 chore(deps): update dependency esbuild to ^0.25.0 (#768)
  • Additional commits viewable in compare view

Updates @octokit/types from 13.8.0 to 13.10.0

Release notes

Sourced from @​octokit/types's releases.

v13.10.0

13.10.0 (2025-03-18)

Features

  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints, add issue type to responses, description updates (#669) (302087f)

v13.9.0

13.9.0 (2025-03-18)

Features

  • new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history,/repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#668) (3ee44b3)

v13.8.1

13.8.1 (2025-03-18)

Bug Fixes

  • deps: update dependency @​octokit/openapi-types to v24 (#664) (94a68f9)
Commits
  • 302087f feat: new /orgs/{org}/issue-types, `/orgs/{org}/issue-types/{issue_type_id}...
  • 3ee44b3 feat: new /enterprises/{enterprise}/actions/hosted-runners, `/orgs/{org}/ac...
  • 94a68f9 fix(deps): update dependency @​octokit/openapi-types to v24 (#664)
  • 45945de chore(deps): update dependency semantic-release-plugin-update-version-in-file...
  • See full diff in compare view

Updates @octokit/webhooks from 13.7.4 to 13.7.5

Release notes

Sourced from @​octokit/webhooks's releases.

v13.7.5

13.7.5 (2025-03-18)

Bug Fixes

  • types: payload type updates to include issue types and description updates (#1123) (15060bc)
Commits
  • 15060bc fix(types): payload type updates to include issue types and description updat...
  • 55b4c72 maint: set node versions to lts/*, replace ts-node with tsx (#1115)
  • d25c164 chore(deps): update dependency prettier to v3.5.3 (#1121)
  • 6d2ee65 build(deps): lock file maintenance (#1122)
  • 4892c43 docs: add createWebMiddleware() & update event-handler to reflect ESM usa...
  • b8525a9 build(deps): lock file maintenance (#1120)
  • See full diff in compare view

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

Bumps the octokit group in /lambdas with 3 updates: [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js), [@octokit/types](https://github.com/octokit/types.ts) and [@octokit/webhooks](https://github.com/octokit/webhooks.js).


Updates `@octokit/plugin-throttling` from 9.4.0 to 9.6.0
- [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
- [Commits](octokit/plugin-throttling.js@v9.4.0...v9.6.0)

Updates `@octokit/types` from 13.8.0 to 13.10.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v13.8.0...v13.10.0)

Updates `@octokit/webhooks` from 13.7.4 to 13.7.5
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v13.7.4...v13.7.5)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-throttling"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: octokit
- dependency-name: "@octokit/types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: octokit
- dependency-name: "@octokit/webhooks"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: octokit
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 24, 2025 21:09
@npalm npalm merged commit fc2c309 into main Mar 28, 2025
5 checks passed
@npalm npalm deleted the dependabot/npm_and_yarn/lambdas/octokit-d853623a31 branch March 28, 2025 09:31
npalm pushed a commit that referenced this pull request Mar 28, 2025
🤖 I have created a release *beep* *boop*
---


##
[6.4.1](v6.4.0...v6.4.1)
(2025-03-28)


### Bug Fixes

* **lambda:** bump the aws group across 1 directory with 7 updates
([#4502](#4502))
([d2ebb3a](d2ebb3a))
* **lambda:** bump the aws group in /lambdas with 6 updates
([#4495](#4495))
([9d86451](9d86451))
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates
([#4507](#4507))
([f3100e1](f3100e1))
* **lambda:** bump the octokit group in /lambdas with 2 updates
([#4506](#4506))
([72da9d7](72da9d7))
* **lambda:** bump the octokit group in /lambdas with 3 updates
([#4498](#4498))
([fc2c309](fc2c309))
* **lambda:** bump vite from 6.2.0 to 6.2.3 in /lambdas
([#4504](#4504))
([5493334](5493334))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant