Giter Site home page Giter Site logo

bloc's People

Contributors

davidtpate avatar greenkeeper[bot] avatar

Watchers

 avatar  avatar

bloc's Issues

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

Version 4.1.0 of code just got published.

Branch Build failing 🚨
Dependency code
Current Version 4.0.0
Type devDependency

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

As code is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 7 commits.

  • 2559673 v4.1.0
  • 38df73b print expected value in assertion messages
  • df0113b update dependencies and test Node 8
  • 461fdb1 add link to Hoek.contain() from includes()
  • 3d9dfc3 add NaN() assertion
  • d6f7d4b test Node v7 on travis
  • c11a9d3 update dependencies

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

Version 13.1.0 of lab just got published.

Branch Build failing 🚨
Dependency lab
Current Version 13.0.4
Type devDependency

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

As lab is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 7 commits.

  • 6e920a8 version 13.1.0
  • 4cd4c5c Merge pull request #707 from geek/master
  • ee23f54 Update espree version
  • 3ee968b Merge pull request #706 from bitcloud/upgrade_eslint
  • 13626ca upgrade eslint to 3.19.x
  • 44d7e5f Merge pull request #704 from geek/master
  • ffb783a Add WebAssembly to allowed globals

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml
  • The new Node.js version is in-range for the engines in 1 of your package.json files, so that was left alone

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


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 bluebird is breaking the build 🚨

Version 3.5.1 of bluebird just got published.

Branch Build failing 🚨
Dependency bluebird
Current Version 3.5.0
Type dependency

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

bluebird is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.5.1

Bugfixes:

  • Fix false positive unhandled rejection when using async await (#1404)
  • Fix false positive when reporting error as non-error (#990)
Commits

The new version differs by 26 commits.

  • dcfa52b Release v3.5.1
  • 48c8591 Fixes #1404
  • 3c93a91 Revert "Update default.html"
  • 5155a7b Merge pull request #1463 from gabegorelick/isError
  • 3f7ccf4 Better error check
  • f8f4a01 Merge pull request #1462 from themez/patch-1
  • 18891c9 Fix title style
  • b2b14c2 Update default.html
  • a61aa1c tiny grammar change (#1457)
  • 2c9f7a4 Update tap.md (#1438)
  • 3a7fcbb fixes markdow headers (#1437)
  • e889c0d Correct a tiny tiny typo (#1431)
  • e03f12c improve .all() docs (#1436)
  • 4f90934 Updated links (#1420)
  • 3d2e57f Add Node.js 7+8 to Travis build matrix (#1412)

There are 26 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

Version 4.2.0 of hoek just got published.

Branch Build failing 🚨
Dependency hoek
Current Version 4.1.1
Type dependency

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

hoek is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 10 commits.

  • 1db691b 4.2.0
  • a4b9939 node 8
  • 8a2e118 Merge pull request #204 from g-k/add-escape-json
  • be57205 escapeJson matching on charcodes
  • 9bff98b document escapeJSON function
  • d1231c9 remove unused namedJson internal
  • cf70d6d match and replace once to improve escapeJson perf
  • a758d13 trigger rebuild for travis
  • c5c19d7 only escape JSON we care about
  • f28a438 Add escapeJson

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

Version 10.4.2 of joi just got published.

Branch Build failing 🚨
Dependency joi
Current Version 10.4.1
Type dependency

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

joi is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 24 commits0.

  • e2b5d49 10.4.2
  • d8af6ab Cleanup for #1161
  • cd01c65 Merge pull request #1161 from WesTyler/otherwise_bug
  • c25856c Merge pull request #1132 from WesTyler/options_describe
  • 257e65e Merge branch 'danielo515/master'
  • 70a40a4 Update API.md
  • 4e4c9ad Extract alternatives baseType outside of "failed" conditionals
  • 875e0a2 Merge pull request #1177 from shvaikalesh/patch-1
  • d17ccbb fix syntax highlight
  • 31089bb Merge pull request #1165 from rokoroku/patch-api-md
  • 8a86908 Update API.md
  • 00f562d Code cleanup on "options" for describe()
  • 309db0c Add missing documentation for any.validate() in API.md
  • e4a61c6 Moves obj._settings.baseType to obj._baseType; adds obj._baseType to description
  • c272fcc Hoek.clone to prevent modification of this._settings via description

There are 24 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


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.