@typescript-eslint/utils 8.63.1-alpha.8 → 8.64.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/dist/ts-eslint/Rule.d.ts +1 -1
- package/package.json +4 -4
package/dist/ts-eslint/Rule.d.ts
CHANGED
|
@@ -98,7 +98,7 @@ export interface RuleMetaData<MessageIds extends string, PluginDocs = unknown, O
|
|
|
98
98
|
hasSuggestions?: boolean;
|
|
99
99
|
/**
|
|
100
100
|
* A map of messages which the rule can report.
|
|
101
|
-
* The key is the messageId, and the string is the
|
|
101
|
+
* The key is the messageId, and the string is the parameterized error string.
|
|
102
102
|
* See: https://eslint.org/docs/developer-guide/working-with-rules#messageids
|
|
103
103
|
*/
|
|
104
104
|
messages: Record<MessageIds, string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/utils",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.64.0",
|
|
4
4
|
"description": "Utilities for working with TypeScript + ESLint together",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
54
|
-
"@typescript-eslint/scope-manager": "8.
|
|
55
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
56
|
-
"@typescript-eslint/types": "8.
|
|
54
|
+
"@typescript-eslint/scope-manager": "8.64.0",
|
|
55
|
+
"@typescript-eslint/typescript-estree": "8.64.0",
|
|
56
|
+
"@typescript-eslint/types": "8.64.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|