|
22 | 22 | "scripts": {
|
23 | 23 | "create-rule": "node ./scripts/create-rule.js && npm run create-rules-index-file && npm run fix:eslint-docs",
|
24 | 24 | "create-rules-index-file": "node ./scripts/create-rules-index-file.js",
|
25 |
| - "fix": "run-p --continue-on-error fix:*", |
26 |
| - "fix:eslint-docs": "eslint-doc-generator workaround-for-eslint-doc-generator", |
| 25 | + "fix": "run-p --continue-on-error \"fix:*\"", |
| 26 | + "fix:eslint-docs": "eslint-doc-generator", |
27 | 27 | "fix:js": "npm run lint:js -- --fix",
|
28 | 28 | "fix:markdown": "npm run lint:markdown -- --fix",
|
29 | 29 | "fix:snapshots": "ava --update-snapshots",
|
30 | 30 | "integration": "node ./test/integration/test.js",
|
31 |
| - "lint": "run-p --continue-on-error lint:*", |
| 31 | + "lint": "run-p --continue-on-error \"lint:*\"", |
32 | 32 | "lint:eslint-docs": "npm run fix:eslint-docs -- --check",
|
33 | 33 | "lint:js": "eslint",
|
34 | 34 | "lint:markdown": "markdownlint \"**/*.md\"",
|
35 | 35 | "lint:package-json": "npmPkgJsonLint .",
|
36 | 36 | "rename-rule": "node ./scripts/rename-rule.js && npm run create-rules-index-file && npm run fix:eslint-docs",
|
37 | 37 | "run-rules-on-codebase": "eslint --config=./eslint.dogfooding.config.js",
|
38 | 38 | "smoke": "eslint-remote-tester --config ./test/smoke/eslint-remote-tester.config.js",
|
39 |
| - "test": "npm-run-all --continue-on-error lint test:*", |
| 39 | + "test": "npm-run-all --continue-on-error lint \"test:*\"", |
40 | 40 | "test:js": "c8 ava"
|
41 | 41 | },
|
42 | 42 | "files": [
|
|
62 | 62 | "change-case": "^5.4.4",
|
63 | 63 | "ci-info": "^4.2.0",
|
64 | 64 | "clean-regexp": "^1.0.0",
|
65 |
| - "core-js-compat": "^3.42.0", |
| 65 | + "core-js-compat": "^3.43.0", |
66 | 66 | "esquery": "^1.6.0",
|
67 | 67 | "find-up-simple": "^1.0.1",
|
68 |
| - "globals": "^16.1.0", |
| 68 | + "globals": "^16.2.0", |
69 | 69 | "indent-string": "^5.0.0",
|
70 | 70 | "is-builtin-module": "^5.0.0",
|
71 | 71 | "jsesc": "^3.1.0",
|
72 | 72 | "pluralize": "^8.0.0",
|
73 | 73 | "regexp-tree": "^0.1.27",
|
74 | 74 | "regjsparser": "^0.12.0",
|
75 |
| - "semver": "^7.7.1", |
| 75 | + "semver": "^7.7.2", |
76 | 76 | "strip-indent": "^4.0.0"
|
77 | 77 | },
|
78 | 78 | "devDependencies": {
|
79 | 79 | "@babel/code-frame": "^7.27.1",
|
80 |
| - "@babel/core": "^7.27.1", |
81 |
| - "@babel/eslint-parser": "^7.27.1", |
| 80 | + "@babel/core": "^7.27.4", |
| 81 | + "@babel/eslint-parser": "^7.27.5", |
82 | 82 | "@eslint/eslintrc": "^3.3.1",
|
83 | 83 | "@lubien/fixture-beta-package": "^1.0.0-beta.1",
|
84 |
| - "@typescript-eslint/parser": "^8.32.0", |
85 |
| - "ava": "^6.3.0", |
| 84 | + "@typescript-eslint/parser": "^8.34.0", |
| 85 | + "ava": "^6.4.0", |
86 | 86 | "c8": "^10.1.3",
|
87 | 87 | "enquirer": "^2.4.1",
|
88 |
| - "eslint": "^9.26.0", |
| 88 | + "eslint": "^9.28.0", |
89 | 89 | "eslint-ava-rule-tester": "^5.0.1",
|
90 | 90 | "eslint-config-xo": "^0.47.0",
|
91 | 91 | "eslint-doc-generator": "^2.1.2",
|
92 | 92 | "eslint-plugin-eslint-plugin": "^6.4.0",
|
93 |
| - "eslint-plugin-jsdoc": "^50.6.11", |
| 93 | + "eslint-plugin-jsdoc": "^50.7.1", |
94 | 94 | "eslint-remote-tester": "^4.0.1",
|
95 | 95 | "eslint-remote-tester-repositories": "^2.0.1",
|
96 |
| - "espree": "^10.3.0", |
| 96 | + "espree": "^10.4.0", |
97 | 97 | "listr2": "^8.3.3",
|
98 |
| - "markdownlint-cli": "^0.44.0", |
| 98 | + "markdownlint-cli": "^0.45.0", |
99 | 99 | "memoize": "^10.1.0",
|
100 |
| - "nano-spawn": "^0.2.0", |
101 |
| - "node-style-text": "^0.0.7", |
| 100 | + "nano-spawn": "^1.0.2", |
| 101 | + "node-style-text": "^0.0.8", |
102 | 102 | "npm-package-json-lint": "^8.0.0",
|
103 |
| - "npm-run-all2": "^8.0.1", |
| 103 | + "npm-run-all2": "^8.0.4", |
104 | 104 | "open-editor": "^5.1.0",
|
105 | 105 | "outdent": "^0.8.0",
|
106 | 106 | "pretty-ms": "^9.2.0",
|
107 | 107 | "typescript": "^5.8.3",
|
108 | 108 | "vue-eslint-parser": "^10.1.3",
|
109 |
| - "yaml": "^2.7.1" |
| 109 | + "yaml": "^2.8.0" |
110 | 110 | },
|
111 | 111 | "peerDependencies": {
|
112 |
| - "eslint": ">=9.26.0" |
| 112 | + "eslint": ">=9.28.0" |
113 | 113 | },
|
114 | 114 | "ava": {
|
115 | 115 | "files": [
|
|
0 commit comments