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 🚀 #29

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 6.0.0 of probot was just published.

Dependency probot
Current Version 5.0.1
Type dependency

The version 6.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 v6.0.0 – 2018-02-28

Breaking Changes

  • Migrate to @octokit/rest.js, which is the latest version of the node-github client. There shouldn't be any noticeable changes, but since @octokit/rest is a complete rewrite of the node-github internals, we're marking this a breaking change just to be safe. (#400)

Improvements

  • Allow setting name on logger components. (#355)

    robot.on('issues.opened', context => {
      const log = context.log.child({name: 'my-issue-thingy'});
    });

Community

  • Need persistence in your app? We've got some docs to help you out! (#242)

  • Looking to contribute to Probot? We've started labeling issues good-first-issue, so check them out.

See full changelog

Commits

The new version differs by 25 commits ahead by 25, behind by 1.

  • 253e0d1 Update node-github => octokit/rest.js in docs
  • 0060098 chore(package): Update standard to the latest version 🚀 (#436)
  • bff87ef Lock to specific version of express-async-errors (#432) (#444)
  • 3e597aa docs: Summer of Code doc (#435)
  • b820949 fix(package): update @octokit/rest to version 14.0.9
  • 9394ca1 Update docs about glitch deployment (#421)
  • 72d6911 fix: Re-throw errors from octokit (#418)
  • 2f3f434 fix(package): Update bottleneck to the latest version 🚀 (#397)
  • c8231b5 Use npx, document yarn (#417)
  • 0b1a875 doc: Add .env.example template info (#414)
  • e8fde06 Further explicit note on yml config for target repos (#416)
  • 7d932b8 fix(package): update dotenv to version 5.0.0 (#412)
  • d3a47ab Payload object explanation in documentation (#411)
  • b85d6f3 More explicit notes on yml config for target repos (#415)
  • c0844e0 fix(package): update @octokit/rest to version 14.0.8

There are 25 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:

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #29   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines          91     91           
  Branches        7      7           
=====================================
  Hits           91     91

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 39b37dc...172365b. Read the comment docs.

greenkeeper[bot] commented 6 years ago

Version 6.1.0 just got published.

Update to this version instead 🚀

Release Notes v6.1.0 – 2018-03-21

Enhancements

  • Do you love Probot and GraphQL? Well good news for you! Now you can use them together! Be warned: this is experimental. See the docs to get started and share your feedback. (#472)

  • An error will now be raised if there are several .pem files in your app directory. Set PRIVATE_KEY_PATH to specify which one you want to use. (#441)

  • Updated Node.js minimum version required to 8.3.0. This was a requirement for apps to run before, but the check was only looking for 7.7. (#464)

  • Switched from github-webhook-handler to @octokit/webhooks. You shouldn't notice any changes, but let us know if your app has any weird symptoms (#462)

  • Updated @octokit/rest to version 15.2.0

See full changelog

Commits

The new version differs by 25 commits ahead by 25, behind by 1.

  • 05e063f docs: Replaced myapp.yml with config.yml (#471)
  • 3503b1f Add GraphQL support (#472)
  • 9f324c7 chore: Minimal changes to get @octokit/webhooks working (#462)
  • 2fc8fd8 feat: Better error messages (#434)
  • b0f69c3 docs: a list of events can also be passed to robot.on() (#474)
  • 6757148 chore: Refactor GitHub client extensions (#470)
  • ecfdce2 chore: Remove scripts that are no longer used (#468)
  • 19a06c8 Updated Node.js minimum version required to 8.3.0 (#464)
  • a0f8420 Move details on development dependencies to development docs (#463)
  • 5898da7 fix(package): update @octokit/rest to version 15.2.0 (#457)
  • 24aec79 chore(package): update semver to version 5.5.0 (#461)
  • 71ad002 chore(package): update nock to version 9.2.0 (#460)
  • 1d139b7 chore(package): update raven to version 2.4.2 (#459)
  • 6086c92 chore(package): update bottleneck to version 2.2.0 (#458)
  • fbc9593 Docs: encourage people to add their app to the website (#454)

There are 25 commits in total.

See the full diff