angular-eslint 22.0.1-alpha.8 → 22.1.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.
@@ -1 +1 @@
1
- {"version":3,"file":"template-all.d.ts","sourceRoot":"","sources":["../../src/configs/template-all.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;yBAKvD,QAAQ,QAAQ,CAAC,UAAU,CAAC,MAAM,EAClC,QAAQ,QAAQ,CAAC,UAAU,CAAC,MAAM,KACjC,QAAQ,CAAC,UAAU,CAAC,WAAW;AAHlC,wBAiDE"}
1
+ {"version":3,"file":"template-all.d.ts","sourceRoot":"","sources":["../../src/configs/template-all.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;yBAKvD,QAAQ,QAAQ,CAAC,UAAU,CAAC,MAAM,EAClC,QAAQ,QAAQ,CAAC,UAAU,CAAC,MAAM,KACjC,QAAQ,CAAC,UAAU,CAAC,WAAW;AAHlC,wBAmDE"}
@@ -38,6 +38,7 @@ exports.default = (plugin, parser) => [
38
38
  '@angular-eslint/template/no-negated-async': 'error',
39
39
  '@angular-eslint/template/no-nested-tags': 'error',
40
40
  '@angular-eslint/template/no-non-null-assertion': 'error',
41
+ '@angular-eslint/template/no-outerhtml': 'error',
41
42
  '@angular-eslint/template/no-positive-tabindex': 'error',
42
43
  '@angular-eslint/template/prefer-at-else': 'error',
43
44
  '@angular-eslint/template/prefer-at-empty': 'error',
@@ -49,6 +50,7 @@ exports.default = (plugin, parser) => [
49
50
  '@angular-eslint/template/prefer-self-closing-tags': 'error',
50
51
  '@angular-eslint/template/prefer-static-string-properties': 'error',
51
52
  '@angular-eslint/template/prefer-template-literal': 'error',
53
+ '@angular-eslint/template/require-switch-default': 'error',
52
54
  '@angular-eslint/template/role-has-required-aria': 'error',
53
55
  '@angular-eslint/template/table-scope': 'error',
54
56
  '@angular-eslint/template/use-track-by-function': 'error',
@@ -1 +1 @@
1
- {"version":3,"file":"ts-all.d.ts","sourceRoot":"","sources":["../../src/configs/ts-all.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;yBAKvD,QAAQ,QAAQ,CAAC,UAAU,CAAC,MAAM,EAClC,QAAQ,QAAQ,CAAC,UAAU,CAAC,MAAM,KACjC,QAAQ,CAAC,UAAU,CAAC,WAAW;AAHlC,wBA0DE"}
1
+ {"version":3,"file":"ts-all.d.ts","sourceRoot":"","sources":["../../src/configs/ts-all.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;yBAKvD,QAAQ,QAAQ,CAAC,UAAU,CAAC,MAAM,EAClC,QAAQ,QAAQ,CAAC,UAAU,CAAC,MAAM,KACjC,QAAQ,CAAC,UAAU,CAAC,WAAW;AAHlC,wBA4DE"}
@@ -23,6 +23,7 @@ exports.default = (plugin, parser) => [
23
23
  '@angular-eslint/contextual-lifecycle': 'error',
24
24
  '@angular-eslint/directive-class-suffix': 'error',
25
25
  '@angular-eslint/directive-selector': 'error',
26
+ '@angular-eslint/inject-at-top': 'error',
26
27
  '@angular-eslint/no-async-lifecycle-method': 'error',
27
28
  '@angular-eslint/no-attribute-decorator': 'error',
28
29
  '@angular-eslint/no-developer-preview': 'error',
@@ -48,6 +49,7 @@ exports.default = (plugin, parser) => [
48
49
  '@angular-eslint/prefer-on-push-component-change-detection': 'error',
49
50
  '@angular-eslint/prefer-output-emitter-ref': 'error',
50
51
  '@angular-eslint/prefer-output-readonly': 'error',
52
+ '@angular-eslint/prefer-service-decorator': 'error',
51
53
  '@angular-eslint/prefer-signal-model': 'error',
52
54
  '@angular-eslint/prefer-signals': 'error',
53
55
  '@angular-eslint/prefer-standalone': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-eslint",
3
- "version": "22.0.1-alpha.8",
3
+ "version": "22.1.0",
4
4
  "description": "The tooling which enables ESLint to work with Angular projects",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -10,6 +10,7 @@
10
10
  "url": "https://github.com/angular-eslint/angular-eslint.git",
11
11
  "directory": "packages/angular-eslint"
12
12
  },
13
+ "bugs": "https://github.com/angular-eslint/angular-eslint/issues",
13
14
  "files": [
14
15
  "dist",
15
16
  "!**/*.tsbuildinfo",
@@ -28,11 +29,11 @@
28
29
  "@angular-devkit/schematics": ">= 22.0.0 < 23.0.0",
29
30
  "@typescript-eslint/types": "^8.0.0",
30
31
  "@typescript-eslint/utils": "^8.0.0",
31
- "@angular-eslint/eslint-plugin": "22.0.1-alpha.8",
32
- "@angular-eslint/schematics": "22.0.1-alpha.8",
33
- "@angular-eslint/template-parser": "22.0.1-alpha.8",
34
- "@angular-eslint/eslint-plugin-template": "22.0.1-alpha.8",
35
- "@angular-eslint/builder": "22.0.1-alpha.8"
32
+ "@angular-eslint/builder": "22.1.0",
33
+ "@angular-eslint/schematics": "22.1.0",
34
+ "@angular-eslint/eslint-plugin": "22.1.0",
35
+ "@angular-eslint/eslint-plugin-template": "22.1.0",
36
+ "@angular-eslint/template-parser": "22.1.0"
36
37
  },
37
38
  "ng-update": {
38
39
  "packageGroupName": "angular-eslint",