eslint 9.0.0-rc.0 → 9.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.
@@ -15,7 +15,7 @@ module.exports = function(it) {
15
15
 
16
16
  Please remove the "plugins" setting from either config or remove either plugin installation.
17
17
 
18
- If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
18
+ If you still can't figure out the problem, please see https://eslint.org/docs/latest/use/troubleshooting.
19
19
  `;
20
20
 
21
21
  return result;
@@ -11,6 +11,6 @@ module.exports = function(it) {
11
11
 
12
12
  "${configName}" was referenced from the config file in "${importerName}".
13
13
 
14
- If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
14
+ If you still can't figure out the problem, please see https://eslint.org/docs/latest/use/troubleshooting.
15
15
  `.trimStart();
16
16
  };
@@ -14,6 +14,6 @@ It's likely that the plugin isn't installed correctly. Try reinstalling by runni
14
14
 
15
15
  The plugin "${pluginName}" was referenced from the config file in "${importerName}".
16
16
 
17
- If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
17
+ If you still can't figure out the problem, please see https://eslint.org/docs/latest/use/troubleshooting.
18
18
  `.trimStart();
19
19
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint",
3
- "version": "9.0.0-rc.0",
3
+ "version": "9.1.0",
4
4
  "author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
5
5
  "description": "An AST-based pattern checker for JavaScript.",
6
6
  "bin": {
@@ -30,9 +30,11 @@
30
30
  "release:generate:rc": "node Makefile.js generatePrerelease -- rc",
31
31
  "release:publish": "node Makefile.js publishRelease",
32
32
  "test": "node Makefile.js test",
33
+ "test:browser": "node Makefile.js wdio",
33
34
  "test:cli": "mocha",
34
35
  "test:fuzz": "node Makefile.js fuzz",
35
- "test:performance": "node Makefile.js perf"
36
+ "test:performance": "node Makefile.js perf",
37
+ "test:emfile": "node tools/check-emfile-handling.js"
36
38
  },
37
39
  "gitHooks": {
38
40
  "pre-commit": "lint-staged"
@@ -67,9 +69,10 @@
67
69
  "@eslint-community/eslint-utils": "^4.2.0",
68
70
  "@eslint-community/regexpp": "^4.6.1",
69
71
  "@eslint/eslintrc": "^3.0.2",
70
- "@eslint/js": "9.0.0-rc.0",
71
- "@humanwhocodes/config-array": "^0.11.14",
72
+ "@eslint/js": "9.1.1",
73
+ "@humanwhocodes/config-array": "^0.13.0",
72
74
  "@humanwhocodes/module-importer": "^1.0.1",
75
+ "@humanwhocodes/retry": "^0.2.3",
73
76
  "@nodelib/fs.walk": "^1.2.8",
74
77
  "ajv": "^6.12.4",
75
78
  "chalk": "^4.0.0",
@@ -85,7 +88,6 @@
85
88
  "file-entry-cache": "^8.0.0",
86
89
  "find-up": "^5.0.0",
87
90
  "glob-parent": "^6.0.2",
88
- "graphemer": "^1.4.0",
89
91
  "ignore": "^5.2.0",
90
92
  "imurmurhash": "^0.1.4",
91
93
  "is-glob": "^4.0.0",
@@ -119,7 +121,7 @@
119
121
  "eslint": "file:.",
120
122
  "eslint-config-eslint": "file:packages/eslint-config-eslint",
121
123
  "eslint-plugin-eslint-comments": "^3.2.0",
122
- "eslint-plugin-eslint-plugin": "^5.2.1",
124
+ "eslint-plugin-eslint-plugin": "^6.0.0",
123
125
  "eslint-plugin-internal-rules": "file:tools/internal-rules",
124
126
  "eslint-plugin-jsdoc": "^46.9.0",
125
127
  "eslint-plugin-n": "^16.6.0",
@@ -130,16 +132,16 @@
130
132
  "fast-glob": "^3.2.11",
131
133
  "fs-teardown": "^0.1.3",
132
134
  "glob": "^10.0.0",
133
- "globals": "^14.0.0",
135
+ "globals": "^15.0.0",
134
136
  "got": "^11.8.3",
135
137
  "gray-matter": "^4.0.3",
136
138
  "js-yaml": "^4.1.0",
137
- "knip": "^5.0.1",
139
+ "knip": "^5.8.0",
138
140
  "lint-staged": "^11.0.0",
139
141
  "load-perf": "^0.2.0",
140
142
  "markdown-it": "^12.2.0",
141
143
  "markdown-it-container": "^3.0.0",
142
- "markdownlint": "^0.33.0",
144
+ "markdownlint": "^0.34.0",
143
145
  "markdownlint-cli": "^0.39.0",
144
146
  "marked": "^4.0.8",
145
147
  "metascraper": "^5.25.7",