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 across 1 directory with 4 updates #507

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 13, 2024

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

Updates @octokit/auth-app from 6.0.1 to 7.1.0

Release notes

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

v7.1.0

7.1.0 (2024-05-09)

Features

  • appId argument can be set to Client ID string (#606) (7dc08e5)

v7.0.0

7.0.0 (2024-04-30)

Features

BREAKING CHANGES

  • package is now ESM
  • remove type "oauth" that was previously deprecated

v7.0.0-beta.9

7.0.0-beta.9 (2024-04-30)

Bug Fixes

  • mark import as type import (fcce291)

v7.0.0-beta.8

7.0.0-beta.8 (2024-04-16)

Bug Fixes

  • add /app/installation-requests to requires-app-auth paths (#594) (f16debb)
  • deps: upgrade @octokit/types to v13 (#596) (8e46539)
  • upgrade octokit deps (6d40281)

Features

v7.0.0-beta.7

7.0.0-beta.7 (2024-04-16)

Bug Fixes

... (truncated)

Commits

Updates @octokit/rest from 20.0.2 to 20.1.1

Release notes

Sourced from @​octokit/rest's releases.

v20.1.1

20.1.1 (2024-05-03)

Bug Fixes

v20.1.0

20.1.0 (2024-04-03)

Features

Commits
  • 7058346 fix: update REST endpoints (#428)
  • b4e2102 ci(action): update actions/checkout digest to 0ad4b8f (#426)
  • 9d99a65 ci(action): update actions/checkout digest to 1d96c77 (#425)
  • c751cb5 ci(action): update actions/add-to-project action to v1.0.1 (#424)
  • 792bb39 chore(deps): update dependency undici to v6.11.1 [security] (#421)
  • 9adf1a4 feat(security): Add provenance (#420)
  • 9ab9253 ci(action): update actions/add-to-project action to v1
  • 335f2d2 ci(action): update actions/add-to-project action to v0.6.1 (#418)
  • 8f0efe0 build(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 (#416)
  • 5bf5fa6 build(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 in /docs (#415)
  • Additional commits viewable in compare view

Updates @octokit/types from 12.1.1 to 12.6.0

Release notes

Sourced from @​octokit/types's releases.

v12.6.0

12.6.0 (2024-02-22)

Features

v12.5.0

12.5.0 (2024-02-15)

Features

v12.4.0

12.4.0 (2023-12-04)

Features

  • permissions.organization_custom_properties (#598) (ff98468)

v12.3.0

12.3.0 (2023-11-12)

Features

  • backport improvements from [@octokit-next](https://github.com/octokit-next) (#595) (0eebf54)

v12.2.0

12.2.0 (2023-11-07)

Features

  • types: make OctokitResponse an interface (#594) (7269dcc)
Commits
  • b2d7de9 feat: many new endpoints (#618)
  • 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)
  • ff98468 feat: permissions.organization_custom_properties (#598)
  • 1397259 build(deps): lock file maintenance
  • Additional commits viewable in compare view

Updates @octokit/webhooks from 12.0.3 to 13.2.7

Release notes

Sourced from @​octokit/webhooks's releases.

v13.2.7

13.2.7 (2024-05-06)

Bug Fixes

  • explicitly check that request.body is a string (#1010) (c9b988d)

v13.2.6

13.2.6 (2024-04-25)

Bug Fixes

  • types: type updates from @octokit/openapi-webhooks-types v8.2.1 (#1008) (88595a9)

v13.2.5

13.2.5 (2024-04-23)

Bug Fixes

  • types: upgrade @octokit/openapi-webhooks-types to v8.2.0 (#1006) (ee06df5)

v13.2.4

13.2.4 (2024-04-19)

Bug Fixes

v13.2.3

13.2.3 (2024-04-13)

Bug Fixes

  • types: update @octokit/openapi-types to v8.1.1 - No relevant changes (#1002) (9635fd9)

v13.2.2

13.2.2 (2024-04-05)

Bug Fixes

  • types: updates to custom_property.created event types (#998) (fdfd062)

v13.2.1

13.2.1 (2024-04-03)

... (truncated)

Commits
  • c9b988d fix: explicitly check that request.body is a string (#1010)
  • 4e778f9 build(deps): lock file maintenance (#1011)
  • 88595a9 fix(types): type updates from @octokit/openapi-webhooks-types v8.2.1 (#1008)
  • 918bd11 build(deps): lock file maintenance (#1007)
  • ee06df5 fix(types): upgrade @octokit/openapi-webhooks-types to v8.2.0 (#1006)
  • c4a44e2 fix: use exports field for ESM exports (#1004)
  • 5831f68 docs(README): update to point to openapi webhooks (#1003)
  • 115b4f3 build(deps): lock file maintenance
  • 08471c5 ci(action): update actions/add-to-project action to v1.0.1 (#1001)
  • 9635fd9 fix(types): update @octokit/openapi-types to v8.1.1 - No relevant changes (...
  • Additional commits viewable 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 with 3 updates in the /lambdas directory: [@octokit/auth-app](https://github.com/octokit/auth-app.js), [@octokit/rest](https://github.com/octokit/rest.js) and [@octokit/webhooks](https://github.com/octokit/webhooks.js).


Updates `@octokit/auth-app` from 6.0.1 to 7.1.0
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v6.0.1...v7.1.0)

Updates `@octokit/rest` from 20.0.2 to 20.1.1
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v20.0.2...v20.1.1)

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

Updates `@octokit/webhooks` from 12.0.3 to 13.2.7
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v12.0.3...v13.2.7)

---
updated-dependencies:
- dependency-name: "@octokit/auth-app"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: octokit
- dependency-name: "@octokit/rest"
  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-major
  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 May 13, 2024
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
0 participants