JasonEtco / ci-reporter

🚧📝 GitHub App to show CI failure logs in PR comments
https://github.com/apps/ci-reporter
ISC License
48 stars 11 forks source link

Update probot to the latest version 🚀 #52

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 7.0.0 of probot was just published.

Dependency probot
Current Version 6.2.1
Type dependency

The version 7.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of probot.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v7.0.0

Improvements

  • Probot has been rewritten in TypeScript. Overall, you should see no significant difference between 6.2.0 and 7.0.0 and you can continue writing your apps in plain ol' JavaScript if you'd like. Writing Probot apps in TypeScript is still experimental, but if you'd like to help us improve the experience, please check out #512 and open pull requests to improve TypeScript support.

  • Rename robot to app (#542)

  • A lot of documentation improvements, including docs on Environment Configuration

Fixes

  • Fix path to GraphQL API when using GitHub Enterprise. Now you can use Probot to make GraphQL requests against your GitHub Enterprise instance (#580)

  • Fix deprecation warning from Octokit.js for response.meta (#550)

Commits

The new version differs by 37 commits ahead by 37, behind by 2.

  • a90fe25 7.0.0
  • 48887fa Various cleanup and fixes from TS checklist (#585)
  • be1d856 Add some documentation about TS to README and CONTRIBUTING (#590)
  • d740f2a chore: Use tslint-config-standard (#594)
  • cec2e58 chore(package): update @types/jest to version 23.1.3 (#593)
  • 866929f Revert "Configuration: DISABLE_STATS=true" (#591)
  • dee76d2 chore(package): update @types/jest to version 23.0.0 (#555)
  • 3ac0fa1 docs(configuration): DISABLE_STATS=true (#578)
  • 73ac539 fix: Fix path to GraphQL API when using GitHub Enterprise (#580)
  • 43ea6ce Adds error case (#589)
  • a542433 doc: Clarify that WEBHOOK_SECRET needs to match GitHub settings (#588)
  • c2476c7 chore: Replace jsdoc with typedoc (#583)
  • 8df333c Adds missing awaits (#584)
  • 6c2cc02 doc: Update robot => app in README (#586)
  • 9920d26 docs: clarify GitHub apps as GA in 2.13 and above (#579)

There are 37 commits in total.

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:

greenkeeper[bot] commented 6 years ago

Version 7.0.1 just got published.

Update to this version instead 🚀

Release Notes v7.0.1

Bug Fixes

  • Fixes a bug with context.event #611
  • Updates @octokit/rest
Commits

The new version differs by 8 commits.

  • b32fc2b 7.0.1
  • 8340d85 Update ocotokit/rest.js to v15.9.4 (#610)
  • fa37137 fix: Remove extra event setting (#611)
  • 13ca06d Update eslint to the latest version 🚀 (#581)
  • b5806ba docs: Fix new contribution grammar (#609)
  • 1aaf280 update the example app id image (#606)
  • eef8479 Update links for our API (#604)
  • 9ec8765 Remove next tag (#595)

See the full diff