Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2021

Bumps @octokit/webhooks from 7.21.0 to 9.0.1.

Release notes

Sourced from @​octokit/webhooks's releases.

v9.0.1

9.0.1 (2021-04-17)

Bug Fixes

  • middleware: pass on to the next middleware in case of express (#534) (07f19fe)

v9.0.0

BREAKING CHANGES

  • createWebhooksApi() has been removed. Use new Webhooks() instead

  • webhooks.middleware has been removed. Use createNodeMiddleware() instead

  • createMiddleware has been removed. Use createNodeMiddleware() instead

  • deprecated path option for Webhooks constructor has been removed. Use createNodeMiddleware(webhooks, { path }) instead

  • all usage of debug has been removed. Use the log option instead

  • webhooks.sign now default to sha256 algorithm. In order to continue to use sha1, replace

    webhooks.sign(secret, payload)

    with

    webhooks.sign({ secret, algorith: "sha1" }, payload)
  • webhooks.sign() and webhooks.verify() are now asynchronous

  • static sign and verify methods are no longer exported. Use @octokit/webhooks-methods package instead

v9.0.0-beta.5

9.0.0-beta.5 (2021-04-11)

Bug Fixes

  • testing deno compatibility be removing import from "http" (662f35c)

v9.0.0-beta.4

9.0.0-beta.4 (2021-04-10)

Features

... (truncated)

Commits
  • 07f19fe fix(middleware): pass on to the next middleware in case of express (#534)
  • 024e3ee feat: v9 (#533)
  • 5bd1901 fix: correct spelling error in DiscussionTransferredEvent event name (#532)
  • f8b2d63 build(deps): lock file maintenance (#531)
  • 720f92b fix(typescript): username property on Committer can be not present #530)
  • 3072c79 fix(typescript): add some missing properties to event payloads (#529)
  • 0e130c9 build(deps): lock file maintenance (#528)
  • 1d9c01f build(deps): lock file maintenance (#527)
  • e75d17a feat(typescript): add new is_one_time and is_custom_ammount to `Sponsorsh...
  • 9205ade docs: add references about why we use crypto.timingSafeEqual (#525)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.21.0 to 9.0.1.
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v7.21.0...v9.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 19, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2021

Superseded by #75.

@dependabot dependabot bot closed this Apr 21, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/octokit/webhooks-9.0.1 branch April 21, 2021 06:53
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants