SvanBoxel / delete-merged-branch

No more manually deleting merged branches, this lovely app does it for you.
https://github.com/apps/delete-merged-branch/
ISC License
324 stars 55 forks source link

Update probot to the latest version 🚀 #132

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency probot was updated from 9.5.3 to 9.6.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: probotbot License: ISC

Release Notes for v9.6.0

9.6.0 (2019-10-23)

Features

  • throw errors during startup if NODE_ENV is production and the application is not in a usable state (#1046) (ca3d2f8)
Commits

The new version differs by 3 commits.

  • ca3d2f8 feat: throw errors during startup if NODE_ENV is production and the application is not in a usable state (#1046)
  • 65382de chore(package): Update dotenv to the latest version 🚀 (#1040)
  • e2599d6 docs: remove GitHub Actions deployment documentation (#1038)

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov[bot] commented 4 years ago

Codecov Report

Merging #132 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #132   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          29     29           
  Branches        4      4           
=====================================
  Hits           29     29

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update feba492...9014b0a. Read the comment docs.

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

Release Notes for v9.6.1

9.6.1 (2019-10-30)

Bug Fixes

  • Correctly retry requests after hitting rate or abuse limits (b9bb412)
  • typescript: add done callback to Paginate interface (3053278)
Commits

The new version differs by 6 commits.

  • 159c215 :art: Refactor GitHub test
  • b9bb412 fix: Correctly retry requests after hitting rate or abuse limits
  • edc9f80 Add tests for default retry and throttle options
  • 3053278 fix(typescript): add done callback to Paginate interface
  • 56415e9 chore(package): update lockfile package-lock.json
  • 79f8809 chore(package): update @types/dotenv to version 8.2.0

See the full diff