@typescript-eslint/rule-tester 8.66.0 → 8.66.1-alpha.1
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Parser } from '@typescript-eslint/utils/ts-eslint';
|
|
2
|
-
export declare const RULE_TESTER_PARAMETERS: readonly [
|
|
2
|
+
export declare const RULE_TESTER_PARAMETERS: readonly ['after', 'before', 'code', 'defaultFilenames', 'dependencyConstraints', 'errors', 'filename', 'name', 'only', 'options', 'output', 'skip'];
|
|
3
3
|
export declare const ERROR_OBJECT_PARAMETERS: ReadonlySet<string>;
|
|
4
4
|
export declare const FRIENDLY_ERROR_OBJECT_PARAMETER_LIST: string;
|
|
5
5
|
export declare const SUGGESTION_OBJECT_PARAMETERS: ReadonlySet<string>;
|
|
@@ -13,4 +13,4 @@ export declare function sanitize(text: string): string;
|
|
|
13
13
|
* In particular, to modify ast nodes, tokens and comments to throw on access to their `start` and `end` properties.
|
|
14
14
|
*/
|
|
15
15
|
export declare function wrapParser(parser: Parser.LooseParserModule): Parser.LooseParserModule;
|
|
16
|
-
export declare const REQUIRED_SCENARIOS: readonly [
|
|
16
|
+
export declare const REQUIRED_SCENARIOS: readonly ['valid', 'invalid'];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/rule-tester",
|
|
3
|
-
"version": "8.66.
|
|
3
|
+
"version": "8.66.1-alpha.1",
|
|
4
4
|
"description": "Tooling to test ESLint rules",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
39
39
|
"lodash.merge": "4.6.2",
|
|
40
40
|
"semver": "^7.7.3",
|
|
41
|
-
"@typescript-eslint/parser": "8.66.
|
|
42
|
-
"@typescript-eslint/utils": "8.66.
|
|
43
|
-
"@typescript-eslint/typescript-estree": "8.66.
|
|
41
|
+
"@typescript-eslint/parser": "8.66.1-alpha.1",
|
|
42
|
+
"@typescript-eslint/utils": "8.66.1-alpha.1",
|
|
43
|
+
"@typescript-eslint/typescript-estree": "8.66.1-alpha.1"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/json-stable-stringify-without-jsonify": "^1.0.2",
|
|
51
51
|
"@types/lodash.merge": "4.6.9",
|
|
52
|
-
"@typescript/native
|
|
52
|
+
"@typescript/native": "npm:typescript@^7.0.2",
|
|
53
53
|
"@vitest/coverage-v8": "^4.0.18",
|
|
54
54
|
"eslint": "^10.0.0",
|
|
55
55
|
"rimraf": "^5.0.10",
|