Code Monkey home page Code Monkey logo

bumpercar's People

Contributors

bahmutov avatar brian-mann avatar lorennorman avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

bumpercar's Issues

Dependency Dashboard

This issue provides visibility into Renovate updates and their statuses. Learn more

Repository problems

These problems occurred while renovating this repository.

  • WARN: Found renovate config warnings

Rate Limited

These updates are currently rate limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency semantic-release to version 17.4.7 ๐ŸŒŸ
  • chore(deps): update dependency semantic-release to version 18.x ๐ŸŒŸ
  • fix(deps): update dependency lazy-ass to version 2.x ๐ŸŒŸ

Other Branches

These updates are pending. To force PRs open, click the checkbox below.

  • chore(deps): update dependency striptags to version 3.2.0 ๐ŸŒŸ
  • chore(deps): update dependency tough-cookie to version 2.3.3 ๐ŸŒŸ

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.


  • Check this box to trigger a request for Renovate to run again on this repository

Show any error response details if available

Noticed error response from Buildkite that was hiding the details in response.data field

data: { message: 'Validation Failed', errors: [Object] } } }

If the response error has this field, show it in the console before throwing the error. In this case it was showing

error response data
{ message: 'Validation Failed',
  errors: 
   [ { field: 'env',
       code: '"_aws_credentials_json" is not a valid environment variable name (only a-z, A-Z, 0-9 and underscores are allowed)',
       value: [Object] } ] }

For each provider, just pass token property

Why use custom names inside each?

Instead of:

car = bumpercar.create({
    providers: {
      travis: {
        githubToken: creds.githubToken
      }
      circle: {
        circleToken: creds.circleToken
      }
      appVeyor: {
        appVeyorToken: creds.appVeyorToken
      }
    }
  })

should be

car = bumpercar.create({
    providers: {
      travis: {
        token: creds.githubToken
      }
      circle: {
        token: creds.circleToken
      }
      appVeyor: {
        token: creds.appVeyorToken
      }
    }
  })

This would be a breaking change

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Preset name not found within published preset config (monorepo:babel6). Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

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.