31.json (7735B)
1 { 2 "number": 31, 3 "title": "mocha@3.4.0 breaks build \ud83d\udea8", 4 "state": "closed", 5 "diff_file": "31.diff", 6 "author": "greenkeeperio-bot", 7 "created_at": "2017-05-14T18:44:29Z", 8 "closed_at": "2018-04-09T13:51:26Z", 9 "merged_at": null, 10 "base_ref": "master", 11 "head_ref": "greenkeeper-mocha-3.4.0", 12 "labels": [ 13 "greenkeeper" 14 ], 15 "assignees": [], 16 "requested_reviewers": [], 17 "body": "| \ud83d\udea8\ud83d\udd25\u26a0\ufe0f _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! \ud83d\udea8\ud83d\udd25\u26a0\ufe0f |\n| --- |\n| This version of Greenkeper will be __shutdown on May 31st.__ |\n| With [Integrations](https://developer.github.com/early-access/integrations/) **first-class bot support** landed on GitHub and we\u2019ve rewritten Greenkeeper to take full advantage of it. **Simpler setup, fewer pull-requests, faster than ever**.<br><br><img src=\"https://cloud.githubusercontent.com/assets/908178/19868156/20c1c0c4-9fa7-11e6-9f17-611c51677dbd.gif\" />\n\n---\nHello lovely humans,\n\n[mocha](https://www.npmjs.com/package/mocha) just published its new version 3.4.0.\n\n<table>\n <tr>\n <th align=left>\n State\n </th>\n <td>\n Failing tests :rotating_light:\n </td>\n </tr>\n <tr>\n <th align=left>\n Dependency\n </td>\n <td>\n mocha\n </td>\n </tr>\n <tr>\n <th align=left>\n New version\n </td>\n <td>\n 3.4.0\n </td>\n </tr>\n <tr>\n <th align=left>\n Type\n </td>\n <td>\n devDependency\n </td>\n </tr>\n</table>\n\nThis version is **covered** by your **current version range** and after updating it in your project **the build went from success to failure**.\n\nAs mocha is \u201conly\u201d a devDependency of this project it **might not break production or downstream projects**, but \u201conly\u201d your build or test tools \u2013 **preventing new deploys or publishes**.\n\nI recommend you give this issue a high priority. I\u2019m sure you can resolve this :muscle:\n\n\nOf course this could just be a false positive, caused by a flaky test suite, or third parties that are currently broken or unavailable, but that would be another problem I\u2019d recommend working on.\n\n\nDo you have any ideas how I could improve these pull requests? Did I report anything you think isn\u2019t right?\nAre you unsure about how things are supposed to work?\n\nThere is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I\u2019m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new).\n\nGood luck with your project :sparkles:\n\nYou rock!\n\n:palm_tree:\n\n---\n[GitHub Release](https://github.com/mochajs/mocha/releases/tag/v3.4.0)\n\n<p>Mocha is now moving to a quicker release schedule: when non-breaking changes are merged, a release should happen that week.</p>\n<p>This week's highlights:</p>\n<ul>\n<li><code>allowUncaught</code> added to commandline as <code>--allow-uncaught</code> (and bugfixed)</li>\n<li>warning-related Node flags</li>\n</ul>\n<h2><g-emoji alias=\"tada\" fallback-src=\"https://assets-cdn.github.com/images/icons/emoji/unicode/1f389.png\" ios-version=\"6.0\">\ud83c\udf89</g-emoji> Enhancements</h2>\n<ul>\n<li><a href=\"https://urls.greenkeeper.io/mochajs/mocha/pull/2793\">#2793</a>, <a href=\"https://urls.greenkeeper.io/mochajs/mocha/pull/2697\">#2697</a>: add --allowUncaught to Node.js (<a href=\"https://urls.greenkeeper.io/lrowe\">@lrowe</a>)</li>\n<li><a href=\"https://urls.greenkeeper.io/mochajs/mocha/pull/2733\">#2733</a>: Add <code>--no-warnings</code> and <code>--trace-warnings</code> flags (<a href=\"https://urls.greenkeeper.io/sonicdoe\">@sonicdoe</a>)</li>\n</ul>\n<h2><g-emoji alias=\"bug\" fallback-src=\"https://assets-cdn.github.com/images/icons/emoji/unicode/1f41b.png\" ios-version=\"6.0\">\ud83d\udc1b</g-emoji> Fixes</h2>\n<ul>\n<li><a href=\"https://urls.greenkeeper.io/mochajs/mocha/pull/2793\">#2793</a>, <a href=\"https://urls.greenkeeper.io/mochajs/mocha/pull/2697\">#2697</a>: fix broken allowUncaught (<a href=\"https://urls.greenkeeper.io/lrowe\">@lrowe</a>)</li>\n</ul>\n<h2><g-emoji alias=\"nut_and_bolt\" fallback-src=\"https://assets-cdn.github.com/images/icons/emoji/unicode/1f529.png\" ios-version=\"6.0\">\ud83d\udd29</g-emoji> Other</h2>\n<ul>\n<li><a href=\"https://urls.greenkeeper.io/mochajs/mocha/pull/2778\">#2778</a>: Add license report and scan status (<a href=\"https://urls.greenkeeper.io/xizhao\">@xizhao</a>)</li>\n<li><a href=\"https://urls.greenkeeper.io/mochajs/mocha/pull/2794\">#2794</a>: no special case for macOS running Karma locally (<a href=\"https://urls.greenkeeper.io/boneskull\">@boneskull</a>)</li>\n<li><a href=\"https://urls.greenkeeper.io/mochajs/mocha/pull/2795\">#2795</a>: reverts use of semistandard directly ([<a href=\"https://urls.greenkeeper.io/mochajs/mocha/pull/2648\" class=\"issue-link js-issue-link\" data-url=\"https://github.com/mochajs/mocha/issues/2648\" data-id=\"197810941\" data-error-text=\"Failed to load issue title\" data-permission-text=\"Issue title is private\">#2648</a>]) (<a href=\"https://urls.greenkeeper.io/boneskull\">@boneskull</a>)</li>\n</ul>\n\n---\nThe new version differs by 170 commits .\n\n- [`7554b31`](https://github.com/mochajs/mocha/commit/7554b310d830353db554bc0e67649eb3e9e4cb32) <code>Add Changelog for v3.4.0</code>\n- [`9f7f7ed`](https://github.com/mochajs/mocha/commit/9f7f7edef19e5de7fc6a9f1ce969bf8579fa61ee) <code>Add `--trace-warnings` flag</code>\n- [`92561c8`](https://github.com/mochajs/mocha/commit/92561c833cfb9bb4122a22044103c8e3713f3c6d) <code>Add `--no-warnings` flag</code>\n- [`ceee976`](https://github.com/mochajs/mocha/commit/ceee976873cd3fe0558e3373a407bafaf4bb5bad) <code>lint test/integration/fixtures/simple-reporter.js</code>\n- [`dcfc094`](https://github.com/mochajs/mocha/commit/dcfc09425c1569ec203ad7f93f972b0d71bbcb69) <code>Revert \"use `semistandard` directly\"</code>\n- [`93392dd`](https://github.com/mochajs/mocha/commit/93392ddb061e6870eb3fc524a7eff600c881cef3) <code>no special case for macOS running Karma locally</code>\n- [`4d1d91d`](https://github.com/mochajs/mocha/commit/4d1d91d68d88a394429cd70a9b15f4fb60fe5e6b) <code>--allow-uncaught cli option</code>\n- [`fb1e083`](https://github.com/mochajs/mocha/commit/fb1e0830b5e235326b58b25da9f07c42da363404) <code>fix allowUncaught in browser</code>\n- [`4ed3fc5`](https://github.com/mochajs/mocha/commit/4ed3fc58a3ba95a6420086d7af0d0a032308e36a) <code>Add license report and scan status</code>\n- [`fb1687e`](https://github.com/mochajs/mocha/commit/fb1687ec16e8ae347ca4498560f984e575224d59) <code>:ship: Release v3.3.0</code>\n- [`1943e02`](https://github.com/mochajs/mocha/commit/1943e029da1d420e027ad8b5875c0e03e43b86c4) <code>Add Changelog for v3.3.0</code>\n- [`861e968`](https://github.com/mochajs/mocha/commit/861e968b516613a9f1d964668660450b446750dc) <code>Refactor literal play-icon hex code to a var</code>\n- [`1d3c5bc`](https://github.com/mochajs/mocha/commit/1d3c5bcc945a2cf8ff3c640f7d3358b1a639bb4e) <code>Fix typo in karma.conf.js</code>\n- [`9bd9389`](https://github.com/mochajs/mocha/commit/9bd9389c58e81b10bef9f4b2e5a54b77a026d2d0) <code>Fix spec paths in test HTML files</code>\n- [`0a93024`](https://github.com/mochajs/mocha/commit/0a93024b475e58e75c5def6b2f5228bd363874de) <code>Adds tests for loading reporters w/ relative/absolute paths (#2773)</code>\n\n\nThere are 170 commits in total. See the [full diff](https://github.com/mochajs/mocha/compare/e8cda7399efe1f8f1da97d8295ad323f9c64c8aa...7554b310d830353db554bc0e67649eb3e9e4cb32).", 18 "comments": [], 19 "review_comments": [] 20 }