mocha 9.1.4 → 9.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/lib/nodejs/buffered-worker-pool.js +17 -1
- package/mocha-es2018.js +4 -12
- package/mocha.js +490 -297
- package/mocha.js.map +1 -1
- package/package.json +27 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mocha",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.2.0",
|
|
4
4
|
"description": "simple, flexible, fun test framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mocha",
|
|
@@ -55,24 +55,24 @@
|
|
|
55
55
|
"@ungap/promise-all-settled": "1.1.2",
|
|
56
56
|
"ansi-colors": "4.1.1",
|
|
57
57
|
"browser-stdout": "1.3.1",
|
|
58
|
-
"chokidar": "3.5.
|
|
59
|
-
"debug": "4.3.
|
|
58
|
+
"chokidar": "3.5.3",
|
|
59
|
+
"debug": "4.3.3",
|
|
60
60
|
"diff": "5.0.0",
|
|
61
61
|
"escape-string-regexp": "4.0.0",
|
|
62
62
|
"find-up": "5.0.0",
|
|
63
|
-
"glob": "7.
|
|
63
|
+
"glob": "7.2.0",
|
|
64
64
|
"growl": "1.10.5",
|
|
65
65
|
"he": "1.2.0",
|
|
66
66
|
"js-yaml": "4.1.0",
|
|
67
67
|
"log-symbols": "4.1.0",
|
|
68
68
|
"minimatch": "3.0.4",
|
|
69
69
|
"ms": "2.1.3",
|
|
70
|
-
"nanoid": "3.
|
|
70
|
+
"nanoid": "3.2.0",
|
|
71
71
|
"serialize-javascript": "6.0.0",
|
|
72
72
|
"strip-json-comments": "3.1.1",
|
|
73
73
|
"supports-color": "8.1.1",
|
|
74
74
|
"which": "2.0.2",
|
|
75
|
-
"workerpool": "6.
|
|
75
|
+
"workerpool": "6.2.0",
|
|
76
76
|
"yargs": "16.2.0",
|
|
77
77
|
"yargs-parser": "20.2.4",
|
|
78
78
|
"yargs-unparser": "2.0.0"
|
|
@@ -80,21 +80,21 @@
|
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@11ty/eleventy": "^0.12.1",
|
|
82
82
|
"@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
|
|
83
|
-
"@babel/eslint-parser": "^7.
|
|
84
|
-
"@babel/preset-env": "^7.
|
|
83
|
+
"@babel/eslint-parser": "^7.16.5",
|
|
84
|
+
"@babel/preset-env": "^7.16.11",
|
|
85
85
|
"@mocha/docdash": "^4.0.0",
|
|
86
86
|
"@rollup/plugin-babel": "^5.1.0",
|
|
87
87
|
"@rollup/plugin-commonjs": "^14.0.0",
|
|
88
88
|
"@rollup/plugin-json": "^4.1.0",
|
|
89
89
|
"@rollup/plugin-multi-entry": "^3.0.1",
|
|
90
90
|
"@rollup/plugin-node-resolve": "^8.4.0",
|
|
91
|
-
"assetgraph-builder": "^
|
|
91
|
+
"assetgraph-builder": "^9.0.0",
|
|
92
92
|
"autoprefixer": "^9.8.6",
|
|
93
|
-
"canvas": "^2.
|
|
94
|
-
"chai": "^4.
|
|
93
|
+
"canvas": "^2.9.0",
|
|
94
|
+
"chai": "^4.3.4",
|
|
95
95
|
"coffee-script": "^1.12.7",
|
|
96
96
|
"configstore": "^5.0.1",
|
|
97
|
-
"core-js": "^3.
|
|
97
|
+
"core-js": "^3.20.3",
|
|
98
98
|
"coveralls": "^3.1.1",
|
|
99
99
|
"cross-env": "^7.0.2",
|
|
100
100
|
"eslint": "^7.32.0",
|
|
@@ -106,46 +106,45 @@
|
|
|
106
106
|
"eslint-plugin-prettier": "^4.0.0",
|
|
107
107
|
"eslint-plugin-promise": "^5.1.0",
|
|
108
108
|
"fail-on-errors-webpack-plugin": "^3.0.0",
|
|
109
|
-
"fs-extra": "^
|
|
109
|
+
"fs-extra": "^10.0.0",
|
|
110
110
|
"husky": "^4.2.5",
|
|
111
|
-
"hyperlink": "^
|
|
111
|
+
"hyperlink": "^5.0.4",
|
|
112
112
|
"jsdoc": "^3.6.7",
|
|
113
113
|
"jsdoc-ts-utils": "^2.0.1",
|
|
114
|
-
"karma": "^6.3.
|
|
114
|
+
"karma": "^6.3.11",
|
|
115
115
|
"karma-chrome-launcher": "^3.1.0",
|
|
116
116
|
"karma-mocha": "^2.0.1",
|
|
117
117
|
"karma-mocha-reporter": "^2.2.5",
|
|
118
118
|
"karma-requirejs": "^1.1.0",
|
|
119
119
|
"karma-sauce-launcher": "^4.3.6",
|
|
120
120
|
"lint-staged": "^10.2.11",
|
|
121
|
-
"markdown-it": "^
|
|
122
|
-
"markdown-it-anchor": "^
|
|
123
|
-
"markdown-it-attrs": "^
|
|
124
|
-
"markdown-it-emoji": "^
|
|
125
|
-
"markdown-it-prism": "^2.
|
|
121
|
+
"markdown-it": "^12.3.2",
|
|
122
|
+
"markdown-it-anchor": "^8.4.1",
|
|
123
|
+
"markdown-it-attrs": "^4.1.3",
|
|
124
|
+
"markdown-it-emoji": "^2.0.0",
|
|
125
|
+
"markdown-it-prism": "^2.2.2",
|
|
126
126
|
"markdown-toc": "^1.2.0",
|
|
127
|
-
"markdownlint-cli": "^0.
|
|
127
|
+
"markdownlint-cli": "^0.30.0",
|
|
128
128
|
"needle": "^2.5.0",
|
|
129
129
|
"nps": "^5.10.0",
|
|
130
130
|
"nyc": "^15.1.0",
|
|
131
131
|
"pidtree": "^0.5.0",
|
|
132
132
|
"prettier": "^2.4.1",
|
|
133
133
|
"regenerator-runtime": "0.13.7",
|
|
134
|
-
"remark": "^14.0.
|
|
135
|
-
"remark-github": "^11.
|
|
136
|
-
"remark-inline-links": "^6.0.
|
|
134
|
+
"remark": "^14.0.2",
|
|
135
|
+
"remark-github": "^11.2.2",
|
|
136
|
+
"remark-inline-links": "^6.0.1",
|
|
137
137
|
"requirejs": "^2.3.6",
|
|
138
138
|
"rewiremock": "^3.14.3",
|
|
139
139
|
"rimraf": "^3.0.2",
|
|
140
|
-
"rollup": "^2.
|
|
140
|
+
"rollup": "^2.66.0",
|
|
141
141
|
"rollup-plugin-node-globals": "^1.4.0",
|
|
142
142
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
143
|
-
"rollup-plugin-visualizer": "^
|
|
143
|
+
"rollup-plugin-visualizer": "^5.5.4",
|
|
144
144
|
"sinon": "^9.0.3",
|
|
145
145
|
"strip-ansi": "^6.0.0",
|
|
146
146
|
"svgo": "^1.3.2",
|
|
147
147
|
"through2": "^4.0.2",
|
|
148
|
-
"to-vfile": "^6.1.0",
|
|
149
148
|
"touch": "^3.1.0",
|
|
150
149
|
"unexpected": "^11.14.0",
|
|
151
150
|
"unexpected-eventemitter": "^2.2.0",
|
|
@@ -156,7 +155,7 @@
|
|
|
156
155
|
"uslug": "^1.0.4",
|
|
157
156
|
"uuid": "^8.3.0",
|
|
158
157
|
"watchify": "^4.0.0",
|
|
159
|
-
"webpack": "^5.
|
|
158
|
+
"webpack": "^5.67.0",
|
|
160
159
|
"webpack-cli": "^4.9.1"
|
|
161
160
|
},
|
|
162
161
|
"files": [
|