@angular-eslint/test-utils 18.0.0-alpha.9 → 18.0.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1 +1,5 @@
1
1
  # @angular-eslint/test-utils
2
+
3
+ Please see https://github.com/angular-eslint/angular-eslint for full usage instructions and guidance.
4
+
5
+ The `@angular-eslint/test-utils` package is a set of testing utility functions and types which are used across the `@angular-eslint` packages and are helpful when testing your own custom ESLint rules for Angular workspaces.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/test-utils",
3
- "version": "18.0.0-alpha.9",
3
+ "version": "18.0.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,8 +21,8 @@
21
21
  "typescript": "*"
22
22
  },
23
23
  "dependencies": {
24
- "@typescript-eslint/rule-tester": "8.0.0-alpha.17",
25
- "@typescript-eslint/utils": "8.0.0-alpha.17"
24
+ "@typescript-eslint/rule-tester": "8.0.0-alpha.20",
25
+ "@typescript-eslint/utils": "8.0.0-alpha.20"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"