CodeLenny / auto-comment-bot

Automatically post comments on issues and pull requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of probot is breaking the build 🚨

greenkeeper opened this issue Β· comments

Version 7.0.1 of probot was just published.

Branch Build failing 🚨
Dependency probot
Current Version 7.0.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

probot is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details
  • ❌ ci/gitlab/greenkeeper/probot-7.0.1 Pipeline failed on GitLab Details

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

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 🌴

After pinning to 7.0.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

Version 7.1.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v7.1.0

Improvements

  • If a webhook received from GitHub is not using the same value configured for WEBHOOK_SECRET you'll now see a more helpful error message telling you how to fix it. (#621, #647) @hiimbex

  • By default, installation tokens are cached for 59 minutes. You can now change that by setting INSTALLATION_TOKEN_TTL (#638) @tommilligan

  • PRIVATE_KEY can now be a base64 encoded string, which make it a little easier to set in some deployment environments (#624) @tcbyrd

  • Many more improvements to our TypeScript support, including:

  • Update versions for a few dependencies:

Documentation:

See full changelog

Commits

The new version differs by 30 commits.

  • 9a09eaf 7.1.0
  • 782707a fix: Show friendly error when the webhook secret on GitHub does not match WEBHOOK_SECRET (#647)
  • 42d3d39 chore: Add template for release-drafter app (#666)
  • 96b186a chore: Convert resolver tests to TypeScript (#660)
  • 84518e5 chore(package): update ts-jest to version 23.1.4 (#662)
  • c8d9f0a chore(package): update bottleneck to version 2.8.0 (#661)
  • 8a12f83 Convert logger test to Typescript (#656)
  • 1820442 Add probot-messages (#657)
  • d8383d3 Rename event->name in docs (#631)
  • 691d724 chore(package): update @types/node to version 10.7.0 (#659)
  • 1351932 chore(package): update typedoc to version 0.12.0 (#658)
  • 686232d chore: Rename plugins to apps (#654)
  • 59f924e Add environment variable option to provide a base64 encoded key (#624)
  • 4159d80 chore(tests): Convert graphql tests to TypeScript (#629)
  • 4118f1d Added env var INSTALLATION_TOKEN_TTL (#638)

There are 30 commits in total.

See the full diff

Version 7.1.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v7.1.1

Improvements

See full changelog

Commits

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

  • 069ec5e 7.1.1
  • 217eaa3 add npm ignore for package-locks
  • facac54 update octokit/rest and tests to use /app/installations (#681)
  • 31ec2a3 chore(test): convert server to TypeScript (#664)
  • 94d3d10 chore(package): update standard to version 12.0.0 (#672)
  • 415b6ea chore(test): Convert private-key tests to ts (#676)
  • 0a417e9 chore(package): update tslint-config-standard to version 8.0.0 (#677)
  • c01361f docs: Response object should call .send() and not .end() (#671)
  • ba0616d 7.1.0
  • 6ac4a06 Fix link to deployment docs (#669)
  • 84660d0 TypeScript: set the proper response type when making a GraphQL query with context.github.query() (#667)

See the full diff

  • The dependency probot was updated from 7.1.1 to 7.1.2.

Your tests are still failing with this version. Compare changes

Release Notes for 7.1.2

Improvements

Security Update

See full changelog

Commits

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

  • a8a0f65 7.1.2
  • 9671c13 Merge branch 'master' of https://github.com/probot/probot
  • fcd1e92 fix(package): require @octokit/webhooks@^5.0.2 (#691)
  • 4972ed0 Relax webhooks requirement
  • 4310b6e fix(package): update @octokit/webhooks to version 5.0.1
  • be260ef Update best-practices.md (#682)
  • 069ec5e 7.1.1
  • 217eaa3 add npm ignore for package-locks
  • facac54 update octokit/rest and tests to use /app/installations (#681)
  • 31ec2a3 chore(test): convert server to TypeScript (#664)
  • 94d3d10 chore(package): update standard to version 12.0.0 (#672)
  • 415b6ea chore(test): Convert private-key tests to ts (#676)
  • 0a417e9 chore(package): update tslint-config-standard to version 8.0.0 (#677)
  • c01361f docs: Response object should call .send() and not .end() (#671)
  • ba0616d 7.1.0

There are 22 commits in total.

See the full diff

  • The dependency probot was updated from 7.1.2 to 7.2.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v7.2.0

Improvements

Commits

The new version differs by 7 commits.

  • 2ff0ec6 7.2.0
  • 3be935b httpSSSSSSS (#701)
  • 1da7009 chore(tests): convert serializers test to TypeScript (#695)
  • 1e63aa5 Update development docs to explain GitHub App Manifests (#700)
  • f6946a0 Probot Support for GitHub App Manifests (#650)
  • fc99246 Resolve Jest transform option deprecation warning (#694)
  • bdb2c0e chore(package): update nock to version 10.0.0

See the full diff

  • The dependency probot was updated from 7.5.0 to 7.5.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v7.5.1

7.5.1 (2019-03-03)

Bug Fixes

Commits

The new version differs by 82 commits.

  • c95f5ed build(package): lock file
  • b42f83d build(package): update semantic-release
  • d32ce60 fix: Update dependencies (#870)
  • e975bbd update spelling
  • beb8466 docs(CONTRIBUTING): Merging the Pull Request & releasing a new version
  • 0dbb499 ci(travis): semantic-release setup
  • d742bc7 build: lock file
  • d835553 build(package): semantic-release setup
  • c8ed774 doc: update GitHub actions workflow reference (#823)
  • 7d938d6 docs(README): fix link to travis
  • ca85391 7.5.0
  • cc5b80b fix: pass utf8 as 2nd argument when reading private key from file using fs.readFileSync
  • 301fc47 test: pass utf8 as 2nd argument when reading private key from file using fs.readFileSync
  • 222256a fix: GitHubAPI.paginate callback signature in stats
  • 33f321a fix(typescript): Webhooks class constructor definition (#798)

There are 82 commits in total.

See the full diff