mocha 8.1.1 → 8.1.2
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/CHANGELOG.md +15 -0
- package/browser-entry.js +2 -2
- package/lib/cli/node-flags.js +6 -7
- package/lib/cli/run-option-metadata.js +25 -2
- package/lib/mocha.js +2 -2
- package/lib/nodejs/serializer.js +1 -1
- package/lib/runner.js +1 -1
- package/lib/utils.js +3 -3
- package/mocha.js +81 -46
- package/mocha.js.map +1 -1
- package/package.json +46 -44
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mocha",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
4
4
|
"description": "simple, flexible, fun test framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mocha",
|
|
@@ -53,16 +53,16 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"ansi-colors": "4.1.1",
|
|
55
55
|
"browser-stdout": "1.3.1",
|
|
56
|
-
"chokidar": "3.
|
|
57
|
-
"debug": "
|
|
56
|
+
"chokidar": "3.4.2",
|
|
57
|
+
"debug": "4.1.1",
|
|
58
58
|
"diff": "4.0.2",
|
|
59
|
-
"escape-string-regexp": "
|
|
60
|
-
"find-up": "
|
|
59
|
+
"escape-string-regexp": "4.0.0",
|
|
60
|
+
"find-up": "5.0.0",
|
|
61
61
|
"glob": "7.1.6",
|
|
62
62
|
"growl": "1.10.5",
|
|
63
63
|
"he": "1.2.0",
|
|
64
|
-
"js-yaml": "3.
|
|
65
|
-
"log-symbols": "
|
|
64
|
+
"js-yaml": "3.14.0",
|
|
65
|
+
"log-symbols": "4.0.0",
|
|
66
66
|
"minimatch": "3.0.4",
|
|
67
67
|
"ms": "2.1.2",
|
|
68
68
|
"object.assign": "4.1.0",
|
|
@@ -78,76 +78,78 @@
|
|
|
78
78
|
"yargs-unparser": "1.6.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@11ty/eleventy": "^0.
|
|
81
|
+
"@11ty/eleventy": "^0.11.0",
|
|
82
82
|
"@11ty/eleventy-plugin-inclusive-language": "^1.0.0",
|
|
83
|
-
"@babel/preset-env": "^7.
|
|
84
|
-
"@mocha/docdash": "^
|
|
85
|
-
"@rollup/plugin-babel": "^5.0
|
|
86
|
-
"@rollup/plugin-commonjs": "^
|
|
83
|
+
"@babel/preset-env": "^7.11.0",
|
|
84
|
+
"@mocha/docdash": "^3.0.0",
|
|
85
|
+
"@rollup/plugin-babel": "^5.1.0",
|
|
86
|
+
"@rollup/plugin-commonjs": "^14.0.0",
|
|
87
87
|
"@rollup/plugin-json": "^4.1.0",
|
|
88
88
|
"@rollup/plugin-multi-entry": "^3.0.1",
|
|
89
|
-
"@rollup/plugin-node-resolve": "^8.
|
|
89
|
+
"@rollup/plugin-node-resolve": "^8.4.0",
|
|
90
90
|
"assetgraph-builder": "^8.1.0",
|
|
91
|
-
"autoprefixer": "^9.
|
|
91
|
+
"autoprefixer": "^9.8.6",
|
|
92
92
|
"babel-eslint": "^10.1.0",
|
|
93
93
|
"canvas": "^2.6.1",
|
|
94
94
|
"chai": "^4.2.0",
|
|
95
95
|
"coffee-script": "^1.12.7",
|
|
96
|
+
"configstore": "^5.0.1",
|
|
96
97
|
"core-js": "^3.6.5",
|
|
97
|
-
"coveralls": "^3.0
|
|
98
|
-
"cross-env": "^
|
|
99
|
-
"cross-spawn": "^7.0.
|
|
98
|
+
"coveralls": "^3.1.0",
|
|
99
|
+
"cross-env": "^7.0.2",
|
|
100
|
+
"cross-spawn": "^7.0.3",
|
|
100
101
|
"eslint": "^6.8.0",
|
|
101
|
-
"eslint-config-prettier": "^6.
|
|
102
|
-
"eslint-config-semistandard": "^15.0.
|
|
102
|
+
"eslint-config-prettier": "^6.11.0",
|
|
103
|
+
"eslint-config-semistandard": "^15.0.1",
|
|
103
104
|
"eslint-config-standard": "^14.1.1",
|
|
104
|
-
"eslint-plugin-import": "^2.
|
|
105
|
+
"eslint-plugin-import": "^2.22.0",
|
|
105
106
|
"eslint-plugin-node": "^11.0.0",
|
|
106
|
-
"eslint-plugin-prettier": "^3.1.
|
|
107
|
+
"eslint-plugin-prettier": "^3.1.4",
|
|
107
108
|
"eslint-plugin-promise": "^4.2.1",
|
|
108
109
|
"eslint-plugin-standard": "^4.0.1",
|
|
109
|
-
"fs-extra": "^9.0.
|
|
110
|
-
"husky": "^4.2.
|
|
111
|
-
"hyperlink": "^4.5.
|
|
112
|
-
"jsdoc": "^3.6.
|
|
110
|
+
"fs-extra": "^9.0.1",
|
|
111
|
+
"husky": "^4.2.5",
|
|
112
|
+
"hyperlink": "^4.5.2",
|
|
113
|
+
"jsdoc": "^3.6.5",
|
|
113
114
|
"karma": "^5.1.1",
|
|
114
115
|
"karma-chrome-launcher": "^3.1.0",
|
|
115
116
|
"karma-mocha": "^2.0.1",
|
|
116
117
|
"karma-mocha-reporter": "^2.2.5",
|
|
117
118
|
"karma-requirejs": "^1.1.0",
|
|
118
|
-
"karma-sauce-launcher": "^
|
|
119
|
-
"lint-staged": "^
|
|
120
|
-
"markdown-it": "^
|
|
121
|
-
"markdown-it-anchor": "^5.
|
|
122
|
-
"markdown-it-attrs": "^3.0.
|
|
119
|
+
"karma-sauce-launcher": "^4.1.5",
|
|
120
|
+
"lint-staged": "^10.2.11",
|
|
121
|
+
"markdown-it": "^11.0.0",
|
|
122
|
+
"markdown-it-anchor": "^5.3.0",
|
|
123
|
+
"markdown-it-attrs": "^3.0.3",
|
|
123
124
|
"markdown-it-emoji": "^1.4.0",
|
|
124
|
-
"markdown-it-prism": "^2.
|
|
125
|
+
"markdown-it-prism": "^2.1.1",
|
|
125
126
|
"markdown-toc": "^1.2.0",
|
|
126
|
-
"markdownlint-cli": "^0.
|
|
127
|
-
"needle": "^2.
|
|
128
|
-
"nps": "^5.
|
|
129
|
-
"nyc": "^15.
|
|
127
|
+
"markdownlint-cli": "^0.23.2",
|
|
128
|
+
"needle": "^2.5.0",
|
|
129
|
+
"nps": "^5.10.0",
|
|
130
|
+
"nyc": "^15.1.0",
|
|
130
131
|
"prettier": "^1.19.1",
|
|
131
|
-
"remark": "^
|
|
132
|
-
"remark-github": "^
|
|
133
|
-
"remark-inline-links": "^
|
|
132
|
+
"remark": "^12.0.1",
|
|
133
|
+
"remark-github": "^9.0.1",
|
|
134
|
+
"remark-inline-links": "^4.0.0",
|
|
134
135
|
"requirejs": "^2.3.6",
|
|
135
|
-
"rewiremock": "^3.14.
|
|
136
|
+
"rewiremock": "^3.14.3",
|
|
136
137
|
"rimraf": "^3.0.2",
|
|
137
|
-
"rollup": "^2.
|
|
138
|
+
"rollup": "^2.23.1",
|
|
138
139
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
139
140
|
"rollup-plugin-node-globals": "^1.4.0",
|
|
140
|
-
"rollup-plugin-visualizer": "^
|
|
141
|
-
"sinon": "^9.0.
|
|
141
|
+
"rollup-plugin-visualizer": "^4.1.0",
|
|
142
|
+
"sinon": "^9.0.3",
|
|
142
143
|
"strip-ansi": "^6.0.0",
|
|
143
144
|
"svgo": "^1.3.2",
|
|
144
|
-
"through2": "^
|
|
145
|
+
"through2": "^4.0.2",
|
|
145
146
|
"to-vfile": "^6.1.0",
|
|
146
147
|
"unexpected": "^11.14.0",
|
|
147
148
|
"unexpected-eventemitter": "^2.2.0",
|
|
148
149
|
"unexpected-sinon": "^10.11.2",
|
|
150
|
+
"update-notifier": "^4.1.0",
|
|
149
151
|
"uslug": "^1.0.4",
|
|
150
|
-
"uuid": "^8.
|
|
152
|
+
"uuid": "^8.3.0",
|
|
151
153
|
"watchify": "^3.11.1"
|
|
152
154
|
},
|
|
153
155
|
"files": [
|