Coder Social home page Coder Social logo

auto-comment-bot's People

Contributors

codelenny avatar greenkeeper[bot] avatar

Watchers

 avatar  avatar

auto-comment-bot's Issues

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

Version 1.18.0 of nodemon was just published.

Branch Build failing 🚨
Dependency nodemon
Current Version 1.17.5
Type devDependency

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

nodemon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
  • ❌ ci/gitlab/greenkeeper/nodemon-1.18.0 Pipeline failed on GitLab Details

Release Notes v1.18.0

1.18.0 (2018-07-10)

Bug Fixes

Features

  • support ctrl+l to clear (a974892)
Commits

The new version differs by 10 commits.

  • a974892 feat: support ctrl+l to clear
  • d48a482 fix: don't watch directory when watching file
  • 9d1a63c fix: allow watching relative path files (#1385)
  • ec76cad chore: Merge branch 'master'
  • 73aa13f docs: add to faq
  • 251bc57 docs: typo on string #24 & #246 (#1374)
  • a724e53 docs: more docs for nodemon as child process (#1362)
  • 935e260 docs: FAQ update to address Docker restarts
  • c554b42 Update faq.md
  • dc06466 Note about procps on Docker

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 🌴

Bugfix TypeError/catchError

TypeError: Future#chainRej expects the function it's given to return a Future.

  Actual: new HttpError("Empty value for parameter 'commit_id': undefined") :: Error

  From calling: function (err) {

      if(err instanceof selector || err.message === selector.message) {

        return cb(err);

      }

      return err;

    }

  With: new HttpError("Empty value for parameter 'commit_id': undefined")

Add filters

Use YAML frontmatter with Mongo syntax (library), e.g.

---
when:
  event:
    $in:
      - issues.opened
      - pull_request.opened
---
My template...

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

The devDependency express was updated from 4.16.4 to 4.17.0.

🚨 View failing branch.

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

express is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ ci/gitlab/greenkeeper/express-4.17.0: Pipeline failed on GitLab (Details).
  • ❌ Travis CI - Branch: The build failed.

Release Notes for 4.17.0
Commits

The new version differs by 53 commits.

There are 53 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 🌴

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

Version 3.0.3 of codecov was just published.

Branch Build failing 🚨
Dependency codecov
Current Version 3.0.2
Type devDependency

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

codecov is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ ci/gitlab/greenkeeper/codecov-3.0.3 Pipeline failed on GitLab Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.0.3

Fix for not git repos

Commits

The new version differs by 3 commits.

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 🌴

Prevent Shield Caching

See if disabling caching on the shield images will prevent GitHub from caching images for too long.

Fix Pull Request Payload

Maybe you should use the correct payload for pull requests. They don't look like issues, as much as you might want them to.

Catch EJS errors?

Should EJS errors be caught? Parsing:

<%= some.undefined.object %>

Will throw an error. Should this be caught and dealt with, or will throwing errors not cause any problems?

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

The devDependency proxyquire was updated from 2.1.0 to 2.1.1.

🚨 View failing branch.

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

proxyquire is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ ci/gitlab/greenkeeper/proxyquire-2.1.1: Pipeline failed on GitLab (Details).
  • ❌ Travis CI - Branch: The build failed.

Commits

The new version differs by 6 commits.

  • 5b88b07 2.1.1
  • 3905975 Update dependencies (#243)
  • 3ca62af funding: adding github funding spec
  • 12606d1 README.md: Fix typo (#241)
  • 3da0603 Add file path reference to readme (#237)
  • cb725be readme: fix simple-get example

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 🌴

Update comments

  • In YAML metadata, allow a "template ID" to be attached to templates
  • Add YAML metadata controlling how comments should be updated
    • Compare to Codecov: add new comment, update top comment, don't post again in the thread
  • Attach template ID to posted comments (use comment metadata)
  • Listen to more events
  • Update comments in threads instead of posting, if they share a template ID (and comment update setting allows it)

Create current version badge

See https://probot.github.io/docs/http/

Redirect to shields.io static badge?

Static data (write JSON, use dynamic shields.io badge):

  • Stat 3: Latest version (package.json) published
  • Stat 4: Last deployment date

Add badges

  • Latest version running on Glitch (depends on #3)
  • Build status
  • Coverage

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

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 🌴

Publish Documentation

  • Setup Sphinx
  • Publish to readthedocs
  • Add API docs (under Development section)
  • Document setup/installation (standalone, glitch)
  • Document filtering
  • Document pre-processing
  • List available variables for filtering, insertion

An in-range update of @octokit/rest is breaking the build 🚨

Version 15.9.5 of @octokit/rest was just published.

Branch Build failing 🚨
Dependency @octokit/rest
Current Version 15.9.4
Type dependency

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

@octokit/rest 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
  • ❌ ci/gitlab/greenkeeper/@octokit/rest-15.9.5: Pipeline running on GitLab (Details).
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • ❌ Travis CI - Branch: The build failed.

Release Notes v15.9.5

15.9.5 (2018-08-01)

Bug Fixes

  • #950: mark deprecated properties as optional in typescript typings (bbb066b), closes #950
Commits

The new version differs by 4 commits.

  • bbb066b fix(#950): mark deprecated properties as optional in typescript typings
  • e8a786e docs(examples): update removeAssigneesFromIssue example
  • a2b9e35 refactor: remove obsolete workaround
  • fbc85b0 build(package): @octokit/fixtures-server@^2.1.5

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 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.