mocha 10.2.0 → 10.4.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,6 +1,6 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "10.2.0",
3
+ "version": "10.4.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
- "funding": {
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",
@@ -47,6 +43,7 @@
47
43
  "node": ">= 14.0.0"
48
44
  },
49
45
  "scripts": {
46
+ "lint": "npx eslint . --max-warnings 0",
50
47
  "prepublishOnly": "nps test clean build",
51
48
  "start": "nps",
52
49
  "test": "nps test",
@@ -61,13 +58,12 @@
61
58
  "diff": "5.0.0",
62
59
  "escape-string-regexp": "4.0.0",
63
60
  "find-up": "5.0.0",
64
- "glob": "7.2.0",
61
+ "glob": "8.1.0",
65
62
  "he": "1.2.0",
66
63
  "js-yaml": "4.1.0",
67
64
  "log-symbols": "4.1.0",
68
65
  "minimatch": "5.0.1",
69
66
  "ms": "2.1.3",
70
- "nanoid": "3.3.3",
71
67
  "serialize-javascript": "6.0.0",
72
68
  "strip-json-comments": "3.1.1",
73
69
  "supports-color": "8.1.1",
@@ -79,7 +75,7 @@
79
75
  "devDependencies": {
80
76
  "@11ty/eleventy": "^1.0.0",
81
77
  "@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
82
- "@babel/eslint-parser": "^7.19.1",
78
+ "@eslint/js": "^8.56.0",
83
79
  "@mocha/docdash": "^4.0.1",
84
80
  "@rollup/plugin-commonjs": "^21.0.2",
85
81
  "@rollup/plugin-json": "^4.1.0",
@@ -87,27 +83,21 @@
87
83
  "@rollup/plugin-node-resolve": "^13.1.3",
88
84
  "assetgraph-builder": "^9.0.0",
89
85
  "autoprefixer": "^9.8.6",
90
- "canvas": "^2.9.0",
86
+ "canvas": "^2.11.2",
91
87
  "chai": "^4.3.4",
92
88
  "coffeescript": "^2.6.1",
93
89
  "coveralls": "^3.1.1",
94
90
  "cross-env": "^7.0.2",
95
- "eslint": "^8.24.0",
96
- "eslint-config-prettier": "^8.3.0",
97
- "eslint-config-semistandard": "^17.0.0",
98
- "eslint-config-standard": "^17.0.0",
99
- "eslint-plugin-import": "^2.24.2",
100
- "eslint-plugin-node": "^11.1.0",
101
- "eslint-plugin-prettier": "^4.2.1",
102
- "eslint-plugin-promise": "^6.0.1",
91
+ "eslint": "^8.56.0",
103
92
  "fail-on-errors-webpack-plugin": "^3.0.0",
104
93
  "fs-extra": "^10.0.0",
94
+ "globals": "^13.24.0",
105
95
  "husky": "^4.2.5",
106
96
  "hyperlink": "^5.0.4",
107
97
  "jsdoc": "^3.6.7",
108
98
  "jsdoc-ts-utils": "^2.0.1",
109
- "karma": "^6.3.11",
110
- "karma-chrome-launcher": "^3.1.0",
99
+ "karma": "^6.4.2",
100
+ "karma-chrome-launcher": "^3.2.0",
111
101
  "karma-mocha": "^2.0.1",
112
102
  "karma-mocha-reporter": "^2.2.5",
113
103
  "karma-sauce-launcher": "^4.3.6",
@@ -136,7 +126,6 @@
136
126
  "sinon": "^9.0.3",
137
127
  "strip-ansi": "^6.0.0",
138
128
  "svgo": "^1.3.2",
139
- "touch": "^3.1.0",
140
129
  "unexpected": "^11.14.0",
141
130
  "unexpected-eventemitter": "^2.2.0",
142
131
  "unexpected-map": "^2.0.0",
@@ -144,7 +133,6 @@
144
133
  "unexpected-sinon": "^10.11.2",
145
134
  "update-notifier": "^4.1.0",
146
135
  "uslug": "^1.0.4",
147
- "uuid": "^8.3.0",
148
136
  "webpack": "^5.67.0",
149
137
  "webpack-cli": "^4.9.1"
150
138
  },
@@ -178,6 +166,9 @@
178
166
  "singleQuote": true,
179
167
  "trailingComma": "none"
180
168
  },
169
+ "overrides": {
170
+ "webdriverio": "^7.33.0"
171
+ },
181
172
  "husky": {
182
173
  "hooks": {
183
174
  "pre-commit": "lint-staged"