mocha 10.0.0 → 10.1.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/browser/progress.js +17 -2
- package/lib/interfaces/bdd.js +9 -9
- package/lib/interfaces/qunit.js +4 -4
- package/lib/interfaces/tdd.js +9 -9
- package/lib/nodejs/parallel-buffered-runner.js +1 -2
- package/lib/reporters/json-stream.js +1 -1
- package/lib/reporters/markdown.js +1 -1
- package/lib/utils.js +1 -1
- package/mocha.css +103 -36
- package/mocha.js +44 -29
- package/mocha.js.map +1 -1
- package/package.json +7 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mocha",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.1.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "simple, flexible, fun test framework",
|
|
6
6
|
"keywords": [
|
|
@@ -54,7 +54,6 @@
|
|
|
54
54
|
"test:smoke": "node ./bin/mocha --no-config test/smoke/smoke.spec.js"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@ungap/promise-all-settled": "1.1.2",
|
|
58
57
|
"ansi-colors": "4.1.1",
|
|
59
58
|
"browser-stdout": "1.3.1",
|
|
60
59
|
"chokidar": "3.5.3",
|
|
@@ -80,7 +79,7 @@
|
|
|
80
79
|
"devDependencies": {
|
|
81
80
|
"@11ty/eleventy": "^1.0.0",
|
|
82
81
|
"@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
|
|
83
|
-
"@babel/eslint-parser": "^7.
|
|
82
|
+
"@babel/eslint-parser": "^7.19.1",
|
|
84
83
|
"@mocha/docdash": "^4.0.1",
|
|
85
84
|
"@rollup/plugin-commonjs": "^21.0.2",
|
|
86
85
|
"@rollup/plugin-json": "^4.1.0",
|
|
@@ -94,14 +93,14 @@
|
|
|
94
93
|
"configstore": "^5.0.1",
|
|
95
94
|
"coveralls": "^3.1.1",
|
|
96
95
|
"cross-env": "^7.0.2",
|
|
97
|
-
"eslint": "^
|
|
96
|
+
"eslint": "^8.24.0",
|
|
98
97
|
"eslint-config-prettier": "^8.3.0",
|
|
99
|
-
"eslint-config-semistandard": "^
|
|
100
|
-
"eslint-config-standard": "^
|
|
98
|
+
"eslint-config-semistandard": "^17.0.0",
|
|
99
|
+
"eslint-config-standard": "^17.0.0",
|
|
101
100
|
"eslint-plugin-import": "^2.24.2",
|
|
102
101
|
"eslint-plugin-node": "^11.1.0",
|
|
103
|
-
"eslint-plugin-prettier": "^4.
|
|
104
|
-
"eslint-plugin-promise": "^
|
|
102
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
103
|
+
"eslint-plugin-promise": "^6.0.1",
|
|
105
104
|
"fail-on-errors-webpack-plugin": "^3.0.0",
|
|
106
105
|
"fs-extra": "^10.0.0",
|
|
107
106
|
"husky": "^4.2.5",
|