angular-eslint 18.4.3-alpha.8 → 18.4.4-alpha.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":"ts-all.d.ts","sourceRoot":"","sources":["../../src/configs/ts-all.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;iCAK/C,QAAQ,CAAC,UAAU,CAAC,MAAM,UAC1B,QAAQ,CAAC,UAAU,CAAC,MAAM,KACjC,QAAQ,CAAC,UAAU,CAAC,WAAW;AAHlC,wBAkDE"}
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;iCAK/C,QAAQ,CAAC,UAAU,CAAC,MAAM,UAC1B,QAAQ,CAAC,UAAU,CAAC,MAAM,KACjC,QAAQ,CAAC,UAAU,CAAC,WAAW;AAHlC,wBA+CE"}
@@ -28,7 +28,6 @@ exports.default = (plugin, parser) => [
28
28
  '@angular-eslint/no-duplicates-in-metadata-arrays': 'error',
29
29
  '@angular-eslint/no-empty-lifecycle-method': 'error',
30
30
  '@angular-eslint/no-forward-ref': 'error',
31
- '@angular-eslint/no-host-metadata-property': 'error',
32
31
  '@angular-eslint/no-input-prefix': 'error',
33
32
  '@angular-eslint/no-input-rename': 'error',
34
33
  '@angular-eslint/no-inputs-metadata-property': 'error',
@@ -43,12 +42,10 @@ exports.default = (plugin, parser) => [
43
42
  '@angular-eslint/prefer-on-push-component-change-detection': 'error',
44
43
  '@angular-eslint/prefer-output-readonly': 'error',
45
44
  '@angular-eslint/prefer-standalone': 'error',
46
- '@angular-eslint/prefer-standalone-component': 'error',
47
45
  '@angular-eslint/relative-url-prefix': 'error',
48
46
  '@angular-eslint/require-localize-metadata': 'error',
49
47
  '@angular-eslint/runtime-localize': 'error',
50
48
  '@angular-eslint/sort-lifecycle-methods': 'error',
51
- '@angular-eslint/sort-ngmodule-metadata-arrays': 'error',
52
49
  '@angular-eslint/use-component-selector': 'error',
53
50
  '@angular-eslint/use-component-view-encapsulation': 'error',
54
51
  '@angular-eslint/use-injectable-provided-in': 'error',
@@ -1 +1 @@
1
- {"version":3,"file":"ts-recommended.d.ts","sourceRoot":"","sources":["../../src/configs/ts-recommended.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;iCAK/C,QAAQ,CAAC,UAAU,CAAC,MAAM,UAC1B,QAAQ,CAAC,UAAU,CAAC,MAAM,KACjC,QAAQ,CAAC,UAAU,CAAC,WAAW;AAHlC,wBAsBE"}
1
+ {"version":3,"file":"ts-recommended.d.ts","sourceRoot":"","sources":["../../src/configs/ts-recommended.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;iCAK/C,QAAQ,CAAC,UAAU,CAAC,MAAM,UAC1B,QAAQ,CAAC,UAAU,CAAC,MAAM,KACjC,QAAQ,CAAC,UAAU,CAAC,WAAW;AAHlC,wBAuBE"}
@@ -24,6 +24,7 @@ exports.default = (plugin, parser) => [
24
24
  '@angular-eslint/no-output-on-prefix': 'error',
25
25
  '@angular-eslint/no-output-rename': 'error',
26
26
  '@angular-eslint/no-outputs-metadata-property': 'error',
27
+ '@angular-eslint/prefer-standalone': 'error',
27
28
  '@angular-eslint/use-pipe-transform-interface': 'error',
28
29
  '@angular-eslint/use-lifecycle-interface': 'warn',
29
30
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-eslint",
3
- "version": "18.4.3-alpha.8",
3
+ "version": "18.4.4-alpha.0",
4
4
  "description": "The tooling which enables ESLint to work with Angular projects",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -23,15 +23,15 @@
23
23
  "typescript-eslint": "^8.0.0"
24
24
  },
25
25
  "dependencies": {
26
- "@angular-devkit/core": ">= 18.0.0 < 19.0.0",
27
- "@angular-devkit/schematics": ">= 18.0.0 < 19.0.0",
26
+ "@angular-devkit/core": ">= 19.0.0 < 20.0.0",
27
+ "@angular-devkit/schematics": ">= 19.0.0 < 20.0.0",
28
28
  "@typescript-eslint/types": "^8.0.0",
29
29
  "@typescript-eslint/utils": "^8.0.0",
30
- "@angular-eslint/builder": "18.4.3-alpha.8",
31
- "@angular-eslint/eslint-plugin": "18.4.3-alpha.8",
32
- "@angular-eslint/eslint-plugin-template": "18.4.3-alpha.8",
33
- "@angular-eslint/schematics": "18.4.3-alpha.8",
34
- "@angular-eslint/template-parser": "18.4.3-alpha.8"
30
+ "@angular-eslint/builder": "18.4.4-alpha.0",
31
+ "@angular-eslint/eslint-plugin": "18.4.4-alpha.0",
32
+ "@angular-eslint/eslint-plugin-template": "18.4.4-alpha.0",
33
+ "@angular-eslint/schematics": "18.4.4-alpha.0",
34
+ "@angular-eslint/template-parser": "18.4.4-alpha.0"
35
35
  },
36
36
  "ng-update": {
37
37
  "packageGroupName": "angular-eslint",