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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lambda): bump the octokit group in /lambdas with 2 updates #3773

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the octokit group in /lambdas with 2 updates: @octokit/types and @octokit/webhooks.

Updates @octokit/types from 12.4.0 to 12.5.0

Release notes

Sourced from @鈥媜ctokit/types's releases.

v12.5.0

12.5.0 (2024-02-15)

Features

Commits
  • bc28bdc feat: add x-accepted-github-permissions (#609)
  • fa1e25b chore(deps): update dependency npm-run-all2 to v6
  • 349bf94 chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0
  • 47eb4d0 ci(action): update peter-evans/create-or-update-comment action to v4
  • 7e554cd chore(deps): update dependency semantic-release to v23
  • 40bc39f ci(action): update github/codeql-action action to v3
  • dbc66ec 馃毀 Workflows have changed (#600)
  • See full diff in compare view

Updates @octokit/webhooks from 12.1.0 to 12.1.2

Release notes

Sourced from @鈥媜ctokit/webhooks's releases.

v12.1.2

12.1.2 (2024-02-17)

Bug Fixes

  • deps: update @octokit/webhooks-methods (#973) (d17d59c)

v12.1.1

12.1.1 (2024-02-15)

Bug Fixes

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 19, 2024
github-actions[bot]
github-actions bot previously approved these changes Feb 19, 2024
@npalm
Copy link
Member

npalm commented Feb 20, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lambdas/octokit-db81fe03bd branch from 267df9c to b5ae917 Compare February 20, 2024 08:54
@npalm
Copy link
Member

npalm commented Feb 20, 2024

@dependabot rebase

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 12.4.0 to 12.5.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v12.4.0...v12.5.0)

Updates `@octokit/webhooks` from 12.1.0 to 12.1.2
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v12.1.0...v12.1.2)

---
updated-dependencies:
- 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 force-pushed the dependabot/npm_and_yarn/lambdas/octokit-db81fe03bd branch from b5ae917 to 9d55ce5 Compare February 20, 2024 09:14
@npalm npalm merged commit de9985a into main Feb 20, 2024
6 checks passed
@npalm npalm deleted the dependabot/npm_and_yarn/lambdas/octokit-db81fe03bd branch February 20, 2024 09:26
npalm pushed a commit that referenced this pull request Feb 27, 2024
馃 I have created a release *beep* *boop*
---


##
[5.8.0](v5.7.1...v5.8.0)
(2024-02-27)


### Features

* Add option to set lambda memory increase webhook memory
([#3778](#3778))
([40bceb6](40bceb6))
* migrate webhook runner configuration to SSM
([#3728](#3728))
([32492e3](32492e3))


### Bug Fixes

* **lambda:** bump the aws group in /lambdas with 6 updates
([#3772](#3772))
([3549bc1](3549bc1))
* **lambda:** bump the aws group in /lambdas with 6 updates
([#3783](#3783))
([b850e85](b850e85))
* **lambda:** bump the octokit group in /lambdas with 2 updates
([#3773](#3773))
([de9985a](de9985a))

---
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: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
rvodden pushed a commit to HumanisingAutonomy/terraform-aws-github-runner that referenced this pull request Mar 3, 2024
馃 I have created a release *beep* *boop*
---

##
[5.8.0](philips-labs/terraform-aws-github-runner@v5.7.1...v5.8.0)
(2024-02-27)

### Features

* Add option to set lambda memory increase webhook memory
([philips-labs#3778](philips-labs#3778))
([40bceb6](philips-labs@40bceb6))
* migrate webhook runner configuration to SSM
([philips-labs#3728](philips-labs#3728))
([32492e3](philips-labs@32492e3))

### Bug Fixes

* **lambda:** bump the aws group in /lambdas with 6 updates
([philips-labs#3772](philips-labs#3772))
([3549bc1](philips-labs@3549bc1))
* **lambda:** bump the aws group in /lambdas with 6 updates
([philips-labs#3783](philips-labs#3783))
([b850e85](philips-labs@b850e85))
* **lambda:** bump the octokit group in /lambdas with 2 updates
([philips-labs#3773](philips-labs#3773))
([de9985a](philips-labs@de9985a))

---
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: forest-releaser[bot] <80285352+forest-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.

None yet

1 participant