@angular-eslint/utils 14.0.5-alpha.13 → 14.0.5-alpha.16
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.
|
@@ -53,8 +53,6 @@ declare type SingleErrorOptions<TMessageIds extends string> = BaseErrorOptions &
|
|
|
53
53
|
* data: { prefixes: '"ng"' },
|
|
54
54
|
* }),
|
|
55
55
|
* ```
|
|
56
|
-
*
|
|
57
|
-
* NOTE: The description is purely for documentation purposes. It is not used in the test.
|
|
58
56
|
*/
|
|
59
57
|
export declare function convertAnnotatedSourceToFailureCase<TMessageIds extends string>(errorOptions: SingleErrorOptions<TMessageIds>): TSESLint.InvalidTestCase<TMessageIds, readonly unknown[]>;
|
|
60
58
|
export declare function convertAnnotatedSourceToFailureCase<TMessageIds extends string>(errorOptions: MultipleErrorOptions<TMessageIds>): TSESLint.InvalidTestCase<TMessageIds, readonly unknown[]>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/utils",
|
|
3
|
-
"version": "14.0.5-alpha.
|
|
3
|
+
"version": "14.0.5-alpha.16+82e74a9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"typescript": "*"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@angular-eslint/bundled-angular-compiler": "14.0.5-alpha.
|
|
18
|
+
"@angular-eslint/bundled-angular-compiler": "14.0.5-alpha.16+82e74a9",
|
|
19
19
|
"@typescript-eslint/utils": "5.37.0"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "82e74a9c0580f4ab04f3b1df78950b3d0b484161"
|
|
22
22
|
}
|