Skip to content

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

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Updates @octokit/auth-app from 6.0.3 to 6.0.4

Release notes

Sourced from @​octokit/auth-app's releases.

v6.0.4

6.0.4 (2024-02-23)

Bug Fixes

Commits
  • 61d61c2 fix(README): usage example (#579)
  • fb0624e maint: fix some spelling errors (#576)
  • e167700 build(deps): lock file maintenance (#577)
  • 0c15ee7 build(deps): lock file maintenance (#574)
  • c97c234 build(deps): lock file maintenance
  • f063a5e chore(deps): update dependency prettier to v3.2.5 (#572)
  • 94a8663 build(deps): lock file maintenance (#571)
  • bddd8ab chore(deps): update dependency esbuild to ^0.20.0
  • 9733c31 ci(action): update peter-evans/create-or-update-comment action to v4
  • 151f063 chore(deps): update dependency prettier to v3.2.4 (#567)
  • Additional commits viewable in compare view

Updates @octokit/types from 12.5.0 to 12.6.0

Release notes

Sourced from @​octokit/types's releases.

v12.6.0

12.6.0 (2024-02-22)

Features

Commits

Updates @octokit/webhooks from 12.1.2 to 13.0.1

Release notes

Sourced from @​octokit/webhooks's releases.

v13.0.1

13.0.1 (2024-02-24)

Bug Fixes

  • deps: update dependency @​octokit/openapi-webhooks-types to v6 (#978) (bb573c8)

v13.0.0

13.0.0 (2024-02-24)

Features

BREAKING CHANGES

  • use GitHub's OpenAPI spec
  • Output ESM instead of CJS

v13.0.0-beta.6

13.0.0-beta.6 (2024-02-24)

Bug Fixes

  • deps: bump @octokit/request-error (28fa416)

v13.0.0-beta.5

13.0.0-beta.5 (2024-02-24)

Bug Fixes

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

v13.0.0-beta.4

13.0.0-beta.4 (2024-02-17)

Bug Fixes

  • deps: bump octokit packages to beta versions (08ecfc1)

v13.0.0-beta.3

13.0.0-beta.3 (2024-02-17)

... (truncated)

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 26, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lambdas/octokit-d8417a6180 branch from 5998222 to 6668791 Compare February 27, 2024 08:19
Bumps the octokit group in /lambdas with 3 updates: [@octokit/auth-app](https://github.com/octokit/auth-app.js), [@octokit/types](https://github.com/octokit/types.ts) and [@octokit/webhooks](https://github.com/octokit/webhooks.js).


Updates `@octokit/auth-app` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v6.0.3...v6.0.4)

Updates `@octokit/types` from 12.5.0 to 12.6.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v12.5.0...v12.6.0)

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

---
updated-dependencies:
- dependency-name: "@octokit/auth-app"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-major
  dependency-group: octokit
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lambdas/octokit-d8417a6180 branch from 6668791 to 4439f81 Compare February 27, 2024 08:21
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2024

Superseded by #3793.

@dependabot dependabot bot closed this Mar 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lambdas/octokit-d8417a6180 branch March 4, 2024 19:22
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.

0 participants