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

chore: bump @octokit/webhooks from 8.12.3 to 9.1.0 in /tools/autodeployment #2196

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @octokit/webhooks from 8.12.3 to 9.1.0.

Release notes

Sourced from @​octokit/webhooks's releases.

v9.1.0

9.1.0 (2021-04-20)

Features

  • update package to use new packages split from @octokit/webhooks-defintions (#539) (698e793)

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

... (truncated)

Commits
  • 698e793 feat: update package to use new packages split from `@octokit/webhooks-defint...
  • bef35e3 build(deps): lock file maintenance
  • 07f19fe fix(middleware): pass on to the next middleware in case of express (#534)
  • 024e3ee feat: v9 (#533)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

@dependabot dependabot bot added area: autodeployment Anything related to auto deployment dependencies Pull requests that update a dependency file labels Apr 21, 2021
@dependabot dependabot bot requested a review from a team April 21, 2021 01:17
Copy link
Member

@manekenpix manekenpix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on dev

Copy link
Contributor

@chrispinkney chrispinkney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can confirm, watched the test on dev

@humphd humphd merged commit c846acb into master Apr 21, 2021
@humphd humphd deleted the dependabot/npm_and_yarn/tools/autodeployment/octokit/webhooks-9.1.0 branch April 21, 2021 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: autodeployment Anything related to auto deployment dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants