mocha 10.8.2 → 11.0.0-beta

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.8.2",
3
+ "version": "11.0.0-beta",
4
4
  "type": "commonjs",
5
5
  "description": "simple, flexible, fun test framework",
6
6
  "keywords": [
@@ -40,7 +40,7 @@
40
40
  "test": "./test"
41
41
  },
42
42
  "engines": {
43
- "node": ">= 14.0.0"
43
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "rollup -c ./rollup.config.js",
@@ -53,6 +53,7 @@
53
53
  "format:eslint": "eslint --fix . \"bin/*\"",
54
54
  "format:prettier": "prettier --write \"!(package*).json\" \".*.json\" \"lib/**/*.json\" \"*.yml\"",
55
55
  "format": "run-s format:*",
56
+ "lint:installed-check": "installed-check --engine-check",
56
57
  "lint:knip": "knip --cache",
57
58
  "lint:code": "eslint . \"bin/*\" --max-warnings 0",
58
59
  "lint:markdown": "markdownlint \"*.md\" \"docs/**/*.md\" \".github/*.md\" \"lib/**/*.md\" \"test/**/*.md\" \"example/**/*.md\" -i CHANGELOG.md",
@@ -100,7 +101,7 @@
100
101
  "diff": "^5.2.0",
101
102
  "escape-string-regexp": "^4.0.0",
102
103
  "find-up": "^5.0.0",
103
- "glob": "^8.1.0",
104
+ "glob": "^10.4.5",
104
105
  "he": "^1.2.0",
105
106
  "js-yaml": "^4.1.0",
106
107
  "log-symbols": "^4.1.0",
@@ -130,6 +131,7 @@
130
131
  "fail-on-errors-webpack-plugin": "^3.0.0",
131
132
  "fs-extra": "^10.0.0",
132
133
  "globals": "^13.24.0",
134
+ "installed-check": "^9.3.0",
133
135
  "jsdoc": "^3.6.7",
134
136
  "jsdoc-ts-utils": "^2.0.1",
135
137
  "karma": "^6.4.2",