mocha 7.1.2 → 7.2.0

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.
package/package.json CHANGED
@@ -1,13 +1,21 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "7.1.2",
3
+ "version": "7.2.0",
4
4
  "description": "simple, flexible, fun test framework",
5
5
  "keywords": [
6
6
  "mocha",
7
7
  "test",
8
8
  "bdd",
9
9
  "tdd",
10
- "tap"
10
+ "tap",
11
+ "testing",
12
+ "chai",
13
+ "assertion",
14
+ "ava",
15
+ "jest",
16
+ "tape",
17
+ "jasmine",
18
+ "karma"
11
19
  ],
12
20
  "funding": {
13
21
  "type": "opencollective",
@@ -69,13 +77,13 @@
69
77
  "yargs-unparser": "1.6.0"
70
78
  },
71
79
  "devDependencies": {
72
- "@11ty/eleventy": "^0.8.3",
73
- "@mocha/docdash": "^2.1.2",
74
- "acorn": "^7.0.0",
75
- "assetgraph-builder": "^7.0.0",
76
- "autoprefixer": "^9.6.0",
77
- "babel-eslint": "^10.0.3",
78
- "browserify": "^16.2.3",
80
+ "@11ty/eleventy": "^0.10.0",
81
+ "@11ty/eleventy-plugin-inclusive-language": "^1.0.0",
82
+ "@mocha/docdash": "^2.1.3",
83
+ "assetgraph-builder": "^8.0.0",
84
+ "autoprefixer": "^9.7.4",
85
+ "babel-eslint": "^10.1.0",
86
+ "browserify": "^16.5.0",
79
87
  "browserify-package-json": "^1.0.1",
80
88
  "chai": "^4.2.0",
81
89
  "coffee-script": "^1.12.7",
@@ -92,8 +100,9 @@
92
100
  "eslint-plugin-promise": "^4.2.1",
93
101
  "eslint-plugin-standard": "^4.0.1",
94
102
  "fs-extra": "^8.0.1",
95
- "husky": "^1.3.1",
96
- "hyperlink": "^4.3.1",
103
+ "husky": "^4.2.3",
104
+ "hyperlink": "^4.4.3",
105
+ "image-size": "^0.8.3",
97
106
  "jsdoc": "^3.6.3",
98
107
  "karma": "^4.1.0",
99
108
  "karma-browserify": "^6.0.0",
@@ -101,30 +110,30 @@
101
110
  "karma-mocha": "^1.3.0",
102
111
  "karma-mocha-reporter": "^2.2.5",
103
112
  "karma-sauce-launcher": "^2.0.2",
104
- "lint-staged": "^8.1.7",
105
- "markdown-it": "^8.4.2",
106
- "markdown-it-anchor": "^5.2.4",
107
- "markdown-it-attrs": "^2.4.1",
108
- "markdown-it-prism": "^2.0.2",
109
- "markdown-magic": "^0.1.25",
110
- "markdown-magic-package-json": "^2.0.0",
113
+ "lint-staged": "^9.5.0",
114
+ "markdown-it": "^10.0.0",
115
+ "markdown-it-anchor": "^5.2.5",
116
+ "markdown-it-attrs": "^3.0.2",
117
+ "markdown-it-emoji": "^1.4.0",
118
+ "markdown-it-prism": "^2.0.5",
111
119
  "markdown-toc": "^1.2.0",
112
- "markdownlint-cli": "^0.14.1",
120
+ "markdownlint-cli": "^0.22.0",
121
+ "needle": "^2.4.1",
113
122
  "nps": "^5.9.12",
114
- "nyc": "^14.1.1",
115
- "prettier": "^1.17.1",
116
- "remark": "^10.0.1",
117
- "remark-github": "^7.0.6",
118
- "remark-inline-links": "^3.1.2",
119
- "rewiremock": "^3.13.7",
120
- "rimraf": "^2.6.3",
121
- "sinon": "^7.3.2",
122
- "strip-ansi": "^5.2.0",
123
- "svgo": "^1.2.2",
123
+ "nyc": "^15.0.0",
124
+ "prettier": "^1.19.1",
125
+ "remark": "^11.0.2",
126
+ "remark-github": "^8.0.0",
127
+ "remark-inline-links": "^3.1.3",
128
+ "rewiremock": "^3.14.1",
129
+ "rimraf": "^3.0.2",
130
+ "sinon": "^9.0.1",
131
+ "strip-ansi": "^6.0.0",
132
+ "svgo": "^1.3.2",
124
133
  "through2": "^3.0.1",
125
- "to-vfile": "^5.0.3",
126
- "unexpected": "^10.40.2",
127
- "unexpected-eventemitter": "^1.1.3",
134
+ "to-vfile": "^6.1.0",
135
+ "unexpected": "^11.13.0",
136
+ "unexpected-eventemitter": "^2.2.0",
128
137
  "unexpected-sinon": "^10.11.2",
129
138
  "uslug": "^1.0.4",
130
139
  "watchify": "^3.11.1"