mocha 10.1.0 → 10.3.0-preminor.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/README.md +14 -10
- package/lib/cli/cli.js +2 -2
- package/lib/cli/collect-files.js +4 -1
- package/lib/cli/lookup-files.js +7 -2
- package/lib/mocha.js +5 -2
- package/lib/nodejs/esm-utils.js +20 -8
- package/lib/reporters/nyan.js +22 -31
- package/lib/runnable.js +1 -1
- package/lib/suite.js +1 -1
- package/lib/utils.js +12 -3
- package/mocha.css +1 -1
- package/mocha.js +55 -62
- package/mocha.js.map +1 -1
- package/package.json +8 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mocha",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.3.0-preminor.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "simple, flexible, fun test framework",
|
|
6
6
|
"keywords": [
|
|
@@ -27,11 +27,7 @@
|
|
|
27
27
|
"bugs": {
|
|
28
28
|
"url": "https://github.com/mochajs/mocha/issues/"
|
|
29
29
|
},
|
|
30
|
-
"
|
|
31
|
-
"type": "opencollective",
|
|
32
|
-
"url": "https://opencollective.com/mochajs"
|
|
33
|
-
},
|
|
34
|
-
"gitter": "https://gitter.im/mochajs/mocha",
|
|
30
|
+
"discord": "https://discord.gg/KeDn2uXhER",
|
|
35
31
|
"homepage": "https://mochajs.org/",
|
|
36
32
|
"logo": "https://cldup.com/S9uQ-cOLYz.svg",
|
|
37
33
|
"notifyLogo": "https://ibin.co/4QuRuGjXvl36.png",
|
|
@@ -61,13 +57,12 @@
|
|
|
61
57
|
"diff": "5.0.0",
|
|
62
58
|
"escape-string-regexp": "4.0.0",
|
|
63
59
|
"find-up": "5.0.0",
|
|
64
|
-
"glob": "
|
|
60
|
+
"glob": "8.1.0",
|
|
65
61
|
"he": "1.2.0",
|
|
66
62
|
"js-yaml": "4.1.0",
|
|
67
63
|
"log-symbols": "4.1.0",
|
|
68
64
|
"minimatch": "5.0.1",
|
|
69
65
|
"ms": "2.1.3",
|
|
70
|
-
"nanoid": "3.3.3",
|
|
71
66
|
"serialize-javascript": "6.0.0",
|
|
72
67
|
"strip-json-comments": "3.1.1",
|
|
73
68
|
"supports-color": "8.1.1",
|
|
@@ -85,12 +80,9 @@
|
|
|
85
80
|
"@rollup/plugin-json": "^4.1.0",
|
|
86
81
|
"@rollup/plugin-multi-entry": "^4.0.1",
|
|
87
82
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
88
|
-
"assetgraph-builder": "^9.0.0",
|
|
89
83
|
"autoprefixer": "^9.8.6",
|
|
90
|
-
"canvas": "^2.9.0",
|
|
91
84
|
"chai": "^4.3.4",
|
|
92
85
|
"coffeescript": "^2.6.1",
|
|
93
|
-
"configstore": "^5.0.1",
|
|
94
86
|
"coveralls": "^3.1.1",
|
|
95
87
|
"cross-env": "^7.0.2",
|
|
96
88
|
"eslint": "^8.24.0",
|
|
@@ -107,8 +99,8 @@
|
|
|
107
99
|
"hyperlink": "^5.0.4",
|
|
108
100
|
"jsdoc": "^3.6.7",
|
|
109
101
|
"jsdoc-ts-utils": "^2.0.1",
|
|
110
|
-
"karma": "^6.
|
|
111
|
-
"karma-chrome-launcher": "^3.
|
|
102
|
+
"karma": "^6.4.2",
|
|
103
|
+
"karma-chrome-launcher": "^3.2.0",
|
|
112
104
|
"karma-mocha": "^2.0.1",
|
|
113
105
|
"karma-mocha-reporter": "^2.2.5",
|
|
114
106
|
"karma-sauce-launcher": "^4.3.6",
|
|
@@ -137,8 +129,6 @@
|
|
|
137
129
|
"sinon": "^9.0.3",
|
|
138
130
|
"strip-ansi": "^6.0.0",
|
|
139
131
|
"svgo": "^1.3.2",
|
|
140
|
-
"through2": "^4.0.2",
|
|
141
|
-
"touch": "^3.1.0",
|
|
142
132
|
"unexpected": "^11.14.0",
|
|
143
133
|
"unexpected-eventemitter": "^2.2.0",
|
|
144
134
|
"unexpected-map": "^2.0.0",
|
|
@@ -146,8 +136,6 @@
|
|
|
146
136
|
"unexpected-sinon": "^10.11.2",
|
|
147
137
|
"update-notifier": "^4.1.0",
|
|
148
138
|
"uslug": "^1.0.4",
|
|
149
|
-
"uuid": "^8.3.0",
|
|
150
|
-
"watchify": "^4.0.0",
|
|
151
139
|
"webpack": "^5.67.0",
|
|
152
140
|
"webpack-cli": "^4.9.1"
|
|
153
141
|
},
|
|
@@ -181,6 +169,9 @@
|
|
|
181
169
|
"singleQuote": true,
|
|
182
170
|
"trailingComma": "none"
|
|
183
171
|
},
|
|
172
|
+
"overrides": {
|
|
173
|
+
"webdriverio": "^7.33.0"
|
|
174
|
+
},
|
|
184
175
|
"husky": {
|
|
185
176
|
"hooks": {
|
|
186
177
|
"pre-commit": "lint-staged"
|