cben / mathdown

Collaborative markdown with math
https://www.mathdown.net
Other
420 stars 46 forks source link

mocha@2.4.1 breaks build 🚨 #132

Closed greenkeeperio-bot closed 8 years ago

greenkeeperio-bot commented 8 years ago

Hello :wave:

:rotating_light::rotating_light::rotating_light:

mocha just published its new version 2.4.1, which is covered by your current version range. After updating it in your project the build went from success to failure.

This means your software is now malfunctioning, because of this update. Use this branch to work on adaptions and fixes.

Happy fixing and merging :palm_tree:


The new version differs by 69 commits .

There are 69 commits in total. See the full diff.


This pull request was created by greenkeeper.io. It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap:

cben commented 8 years ago

Not sure if this random flakiness or related to mocha upgrade.

At first I assumed the commit can have no effect, since I have a npm-shrinkwrap.json (which greenkeeper doesn't understand yet). But all test runs did get the new mocha 2.4.1 installed? Aha! devDependencies are not shrinkwrapped!