Skip to content

fix(lambda): bump the octokit group across 1 directory with 4 updates #3998

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 Jul 17, 2024

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

Updates @octokit/auth-app from 6.0.3 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/plugin-throttling from 8.1.3 to 9.3.1

Release notes

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

v9.3.1

9.3.1 (2024-07-14)

Bug Fixes

v9.3.0

9.3.0 (2024-04-29)

Features

v9.2.1

9.2.1 (2024-04-23)

Bug Fixes

v9.2.0

9.2.0 (2024-04-15)

Features

  • routes changed from repository_id to nwo and enterprise groups now includes the enterprise in route (#684) (734bcba)

v9.1.0

9.1.0 (2024-04-03)

Features

v9.0.4

9.0.4 (2024-04-03)

Bug Fixes

  • deps: update dependency @​octokit/types to v13 (8cc6eb9)

v9.0.3

9.0.3 (2024-03-01)

... (truncated)

Commits
  • e3727b4 fix: only import Octokit as type (#721)
  • f8f0848 chore: use vitest (#720)
  • eaa159d chore: use fetch-mock v10 (#719)
  • 186bf66 chore(deps): update dependency prettier to v3.3.3 (#718)
  • 05cbe48 ci: start testing against 22 (#717)
  • 08becf6 build(deps): lock file maintenance (#716)
  • 7bc966a docs(comment): outdated information about the default secondary retry after (...
  • e5036ab build(deps): lock file maintenance (#714)
  • 2970c6f chore(deps): update dependency esbuild to ^0.23.0
  • ad5d81f chore(deps): update dependency esbuild to ^0.22.0
  • Additional commits viewable in compare view

Updates @octokit/rest from 20.0.2 to 21.0.1

Release notes

Sourced from @​octokit/rest's releases.

v21.0.1

21.0.1 (2024-07-17)

Bug Fixes

v21.0.0

21.0.0 (2024-06-20)

Features

BREAKING CHANGES

  • package is now ESM

v21.0.0-beta.4

21.0.0-beta.4 (2024-06-19)

Bug Fixes

v21.0.0-beta.3

21.0.0-beta.3 (2024-04-30)

Features

v21.0.0-beta.2

21.0.0-beta.2 (2024-04-16)

Bug Fixes

  • deps: bump Octokit deps (5d8da12)
  • pkg: add a default fallback export (1b6e582)

v21.0.0-beta.1

21.0.0-beta.1 (2024-03-05)

... (truncated)

Commits

Updates @octokit/webhooks from 12.2.0 to 13.3.0

Release notes

Sourced from @​octokit/webhooks's releases.

v13.3.0

13.3.0 (2024-07-15)

Features

v13.2.8

13.2.8 (2024-07-10)

Bug Fixes

  • types: webhooks payload type updates via @octokit/openapi-webhooks-types (#1032) (836a8bb)

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)

... (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 Jul 17, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 17, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lambdas/octokit-0679b01af4 branch 2 times, most recently from be6fbf1 to e4b467f Compare July 23, 2024 12:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lambdas/octokit-0679b01af4 branch from e4b467f to edef731 Compare July 23, 2024 12:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lambdas/octokit-0679b01af4 branch from edef731 to 94e4912 Compare July 29, 2024 19:15
Bumps the octokit group with 4 updates in the /lambdas directory: [@octokit/auth-app](https://github.com/octokit/auth-app.js), [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.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.3 to 7.1.0
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v6.0.3...v7.1.0)

Updates `@octokit/plugin-throttling` from 8.1.3 to 9.3.1
- [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
- [Commits](octokit/plugin-throttling.js@v8.1.3...v9.3.1)

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

Updates `@octokit/webhooks` from 12.2.0 to 13.3.0
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v12.2.0...v13.3.0)

---
updated-dependencies:
- dependency-name: "@octokit/auth-app"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: octokit
- dependency-name: "@octokit/plugin-throttling"
  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-major
  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-0679b01af4 branch from 94e4912 to 6bd8274 Compare July 30, 2024 12:08
@npalm npalm closed this Jul 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 30, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lambdas/octokit-0679b01af4 branch July 30, 2024 12:30
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