Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Update probot to the latest version 🚀 #17

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 28, 2018

☝️ 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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Mar 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 22, 2018

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

greenkeeper bot added a commit that referenced this pull request May 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 19, 2018

Version 6.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 27 commits.

  • 6139330 chore: Commit version number, remove snapshot tests (#535)
  • 6ba287f docs: Add docs on unauthenticated events and a log warning (#536)
  • f525df9 fix: Allow listening to installation.deleted event and other events that don't include an installation id (#475)
  • 1748c63 Fix deprecatation warning for octokit authentication
  • 97ca3a5 fix(package): update @octokit/rest to version ^15.6.0 (#533)
  • d99f3bd chore: Test Node 9 and 10 in CI (#532)
  • 38da738 Audit of readme based on maintainer audit feedback (#526)
  • c0140b5 add ignore spammy/abusive user option for stats endpoint (#513)
  • 4524ada docs: suggested changes from audit #522 (#523)
  • 7250d1d docs: Issue templates (#525)
  • 1bace4c docs: Remove the docs/deploy.md step... (#520)
  • 70dd807 docs: Remove obsolete step for deploying to Now (#517)
  • 42e23d4 Fix typo (#515)
  • 544e662 doc: Added details about using the wildcard event (#504)
  • cfe3cdd fix: throw informative error if payload is missing repository (#508)

There are 27 commits in total.

See the full diff

@z0al z0al closed this Jun 24, 2018
@z0al z0al deleted the greenkeeper/probot-6.0.0 branch August 12, 2018 07:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant