@angular-eslint/schematics 21.0.2-alpha.5 → 21.0.2-alpha.7

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.
@@ -54,6 +54,12 @@
54
54
  "default": true,
55
55
  "x-user-analytics": "ep.ng_standalone"
56
56
  },
57
+ "testRunner": {
58
+ "description": "The unit testing runner to use.",
59
+ "type": "string",
60
+ "enum": ["vitest", "karma"],
61
+ "default": "vitest"
62
+ },
57
63
  "setParserOptionsProject": {
58
64
  "type": "boolean",
59
65
  "description": "Whether or not to configure the ESLint `parserOptions.project` option. We do not do this by default for lint performance reasons.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/schematics",
3
- "version": "21.0.2-alpha.5",
3
+ "version": "21.0.2-alpha.7",
4
4
  "description": "Angular Schematics for angular-eslint",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -35,14 +35,17 @@
35
35
  "ng-add": {
36
36
  "save": "devDependencies"
37
37
  },
38
+ "peerDependencies": {
39
+ "@angular/cli": ">= 21.0.0 < 22.0.0"
40
+ },
38
41
  "dependencies": {
39
42
  "@angular-devkit/core": ">= 21.0.0 < 22.0.0",
40
43
  "@angular-devkit/schematics": ">= 21.0.0 < 22.0.0",
41
44
  "ignore": "7.0.5",
42
45
  "semver": "7.7.3",
43
46
  "strip-json-comments": "3.1.1",
44
- "@angular-eslint/eslint-plugin": "21.0.2-alpha.5",
45
- "@angular-eslint/eslint-plugin-template": "21.0.2-alpha.5"
47
+ "@angular-eslint/eslint-plugin": "21.0.2-alpha.7",
48
+ "@angular-eslint/eslint-plugin-template": "21.0.2-alpha.7"
46
49
  },
47
50
  "devDependencies": {
48
51
  "@typescript-eslint/utils": "8.47.0",