NasAmin / trx-parser

This repository contains a Typescript GitHub action for parsing trx files and creating status check for each trx file based on its test outcome
MIT License
15 stars 16 forks source link

Bump @octokit/webhooks from 7.21.0 to 9.15.0 #215

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps @octokit/webhooks from 7.21.0 to 9.15.0.

Release notes

Sourced from @​octokit/webhooks's releases.

v9.15.0

9.15.0 (2021-09-15)

Features

  • types: add missing workflow_job.queued event (#633) (b611fee)

v9.14.2

9.14.2 (2021-09-13)

Bug Fixes

  • types: allow non-truthy values in generated output (#632) (c51e5ee)

v9.14.1

9.14.1 (2021-09-05)

Bug Fixes

v9.14.0

9.14.0 (2021-09-03)

Features

v9.13.0

9.13.0 (2021-09-02)

Features

  • types: new branch_protection_rule event (#624) (8e5099d)

v9.12.0

9.12.0 (2021-08-06)

Features

v9.11.0

9.11.0 (2021-07-18)

... (truncated)

Commits
  • b611fee feat(types): add missing workflow_job.queued event (#633)
  • c51e5ee fix(types): allow non-truthy values in generated output (#632)
  • db0de11 build(deps): lock file maintenance
  • 7659db9 build: bump @octokit/webhooks-types to latest, no relevant changes (#630)
  • ccc17bd build(deps): update @octokit/webhooks-* packages (#629)
  • 8aaf1b9 chore(deps): update dependency prettier to v2.4.0
  • 6e77faa build(deps): update dependency axios to 0.21.2 [security] (#627)
  • 8748fbd build(deps): lock file maintenance (#620)
  • 7843cb2 fix: handle invalid URL (#611)
  • 976c7c4 feat: export emitterEventNames (#626)
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #222.