mocha 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -12
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ # 4.0.1 / 2017-10-05
2
+
3
+ ## :bug: Fixes
4
+
5
+ - [#3051]: Upgrade Growl to v1.10.3 to fix its [peer dep problems](https://github.com/tj/node-growl/pull/68) ([@dpogue])
6
+
7
+ [#3051]: https://github.com/mochajs/mocha/pull/3051
8
+ [@dpogue]: https://github.com/dpogue
9
+
1
10
  # 4.0.0 / 2017-10-02
2
11
 
3
12
  You might want to read this before filing a new bug! :stuck_out_tongue_closed_eyes:
@@ -47,18 +56,18 @@ For more info, please [read this article](https://boneskull.com/mocha-v4-nears-r
47
56
 
48
57
  - [#2890]: Speed up build by (re-)consolidating SauceLabs tests ([@boneskull])
49
58
 
50
- [#3016]: https://github.com/mochajs/issues/3016
51
- [#2979]: https://github.com/mochajs/issues/2979
52
- [#2615]: https://github.com/mochajs/issues/2615
53
- [#2879]: https://github.com/mochajs/issues/2879
54
- [#2095]: https://github.com/mochajs/issues/2095
55
- [#2295]: https://github.com/mochajs/issues/2295
56
- [#2686]: https://github.com/mochajs/issues/2686
57
- [#2814]: https://github.com/mochajs/pull/2814
58
- [#2493]: https://github.com/mochajs/issues/2493
59
- [#2628]: https://github.com/mochajs/issues/2628
60
- [#3020]: https://github.com/mochajs/pull/3020
61
- [#2890]: https://github.com/mochajs/issues/2890
59
+ [#3016]: https://github.com/mochajs/mocha/issues/3016
60
+ [#2979]: https://github.com/mochajs/mocha/issues/2979
61
+ [#2615]: https://github.com/mochajs/mocha/issues/2615
62
+ [#2879]: https://github.com/mochajs/mocha/issues/2879
63
+ [#2095]: https://github.com/mochajs/mocha/issues/2095
64
+ [#2295]: https://github.com/mochajs/mocha/issues/2295
65
+ [#2686]: https://github.com/mochajs/mocha/issues/2686
66
+ [#2814]: https://github.com/mochajs/mocha/pull/2814
67
+ [#2493]: https://github.com/mochajs/mocha/issues/2493
68
+ [#2628]: https://github.com/mochajs/mocha/issues/2628
69
+ [#3020]: https://github.com/mochajs/mocha/pull/3020
70
+ [#2890]: https://github.com/mochajs/mocha/issues/2890
62
71
  [@skeggse]: https://github.com/skeggse
63
72
  [@olsonpm]: https://github.com/olsonpm
64
73
  [@ngeor]: https://github.com/ngeor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "simple, flexible, fun test framework",
5
5
  "keywords": [
6
6
  "mocha",
@@ -300,9 +300,8 @@
300
300
  },
301
301
  "scripts": {
302
302
  "lint": "eslint . bin/*",
303
- "test": "make test && make clean",
304
- "preversion": "npm test",
305
- "prepublishOnly": "rimraf mocha.js && make mocha.js",
303
+ "test": "make clean && make test",
304
+ "prepublishOnly": "npm test && make clean && make mocha.js",
306
305
  "coveralls": "nyc report --reporter=text-lcov | coveralls"
307
306
  },
308
307
  "dependencies": {
@@ -312,7 +311,7 @@
312
311
  "diff": "3.3.1",
313
312
  "escape-string-regexp": "1.0.5",
314
313
  "glob": "7.1.2",
315
- "growl": "1.10.2",
314
+ "growl": "1.10.3",
316
315
  "he": "1.1.1",
317
316
  "mkdirp": "0.5.1",
318
317
  "supports-color": "4.4.0"
@@ -324,7 +323,7 @@
324
323
  "coffee-script": "^1.10.0",
325
324
  "coveralls": "^3.0.0",
326
325
  "cross-spawn": "^5.1.0",
327
- "eslint": "^4.7.2",
326
+ "eslint": "^4.8.0",
328
327
  "eslint-config-semistandard": "^11.0.0",
329
328
  "eslint-config-standard": "^10.2.1",
330
329
  "eslint-plugin-import": "^2.7.0",