@angular-eslint/schematics 17.3.1-alpha.8 → 17.4.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 (39) hide show
  1. package/dist/add-eslint-to-project/index.d.ts +1 -0
  2. package/dist/add-eslint-to-project/index.d.ts.map +1 -0
  3. package/dist/application/index.d.ts +1 -0
  4. package/dist/application/index.d.ts.map +1 -0
  5. package/dist/convert-tslint-to-eslint/index.d.ts +1 -0
  6. package/dist/convert-tslint-to-eslint/index.d.ts.map +1 -0
  7. package/dist/index.d.ts +1 -0
  8. package/dist/index.d.ts.map +1 -0
  9. package/dist/library/index.d.ts +1 -0
  10. package/dist/library/index.d.ts.map +1 -0
  11. package/dist/migrations/update-12-0-0/update-12-0-0.d.ts +1 -0
  12. package/dist/migrations/update-12-0-0/update-12-0-0.d.ts.map +1 -0
  13. package/dist/migrations/update-13-0-0/update-13-0-0.d.ts +1 -0
  14. package/dist/migrations/update-13-0-0/update-13-0-0.d.ts.map +1 -0
  15. package/dist/migrations/update-14-0-0/update-14-0-0.d.ts +1 -0
  16. package/dist/migrations/update-14-0-0/update-14-0-0.d.ts.map +1 -0
  17. package/dist/migrations/update-15-0-0/update-15-0-0.d.ts +1 -0
  18. package/dist/migrations/update-15-0-0/update-15-0-0.d.ts.map +1 -0
  19. package/dist/migrations/update-16-0-0/update-16-0-0.d.ts +1 -0
  20. package/dist/migrations/update-16-0-0/update-16-0-0.d.ts.map +1 -0
  21. package/dist/migrations/update-17-0-0/update-17-0-0.d.ts +1 -0
  22. package/dist/migrations/update-17-0-0/update-17-0-0.d.ts.map +1 -0
  23. package/dist/migrations/update-17-3-0/update-17-3-0.d.ts +1 -0
  24. package/dist/migrations/update-17-3-0/update-17-3-0.d.ts.map +1 -0
  25. package/dist/migrations/update-2-0-0/update-2-0-0.d.ts +1 -0
  26. package/dist/migrations/update-2-0-0/update-2-0-0.d.ts.map +1 -0
  27. package/dist/migrations/update-3-0-0/update-3-0-0.d.ts +1 -0
  28. package/dist/migrations/update-3-0-0/update-3-0-0.d.ts.map +1 -0
  29. package/dist/migrations/update-4-0-0/update-4-0-0.d.ts +1 -0
  30. package/dist/migrations/update-4-0-0/update-4-0-0.d.ts.map +1 -0
  31. package/dist/migrations/utils/dependencies.d.ts +1 -0
  32. package/dist/migrations/utils/dependencies.d.ts.map +1 -0
  33. package/dist/ng-add/index.d.ts +1 -0
  34. package/dist/ng-add/index.d.ts.map +1 -0
  35. package/dist/utils.d.ts +1 -0
  36. package/dist/utils.d.ts.map +1 -0
  37. package/dist/workspace/index.d.ts +1 -0
  38. package/dist/workspace/index.d.ts.map +1 -0
  39. package/package.json +5 -4
@@ -4,3 +4,4 @@ interface Schema {
4
4
  }
5
5
  declare const _default: (generatorOptions: Schema) => (tree: any, context: any) => Promise<any>;
6
6
  export default _default;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/add-eslint-to-project/index.ts"],"names":[],"mappings":"AAQA,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;;AAED,wBAqBG"}
@@ -9,3 +9,4 @@ interface Schema extends AngularSchema {
9
9
  }
10
10
  declare const _default: (generatorOptions: Schema) => (tree: any, context: any) => Promise<any>;
11
11
  export default _default;
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/application/index.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,OAAO,KAAK,EAAE,MAAM,IAAI,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAMtF,UAAU,MAAO,SAAQ,aAAa;IACpC,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;;AAED,wBAoBG"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function (): Rule;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/convert-tslint-to-eslint/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAEvD,MAAM,CAAC,OAAO,cAAc,IAAI,CAW/B"}
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
@@ -9,3 +9,4 @@ interface Schema extends AngularSchema {
9
9
  }
10
10
  declare const _default: (generatorOptions: Schema) => (tree: any, context: any) => Promise<any>;
11
11
  export default _default;
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/library/index.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,OAAO,KAAK,EAAE,MAAM,IAAI,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAMlF,UAAU,MAAO,SAAQ,aAAa;IACpC,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;;AAED,wBAoBG"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function migration(): Rule;
3
+ //# sourceMappingURL=update-12-0-0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-12-0-0.d.ts","sourceRoot":"","sources":["../../../src/migrations/update-12-0-0/update-12-0-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AA0FvD,MAAM,CAAC,OAAO,UAAU,SAAS,IAAI,IAAI,CAuCxC"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function migration(): Rule;
3
+ //# sourceMappingURL=update-13-0-0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-13-0-0.d.ts","sourceRoot":"","sources":["../../../src/migrations/update-13-0-0/update-13-0-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAQvD,MAAM,CAAC,OAAO,UAAU,SAAS,IAAI,IAAI,CAyBxC"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function migration(): Rule;
3
+ //# sourceMappingURL=update-14-0-0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-14-0-0.d.ts","sourceRoot":"","sources":["../../../src/migrations/update-14-0-0/update-14-0-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAavD,MAAM,CAAC,OAAO,UAAU,SAAS,IAAI,IAAI,CA8CxC"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function migration(): Rule;
3
+ //# sourceMappingURL=update-15-0-0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-15-0-0.d.ts","sourceRoot":"","sources":["../../../src/migrations/update-15-0-0/update-15-0-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAQvD,MAAM,CAAC,OAAO,UAAU,SAAS,IAAI,IAAI,CAuCxC"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function migration(): Rule;
3
+ //# sourceMappingURL=update-16-0-0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-16-0-0.d.ts","sourceRoot":"","sources":["../../../src/migrations/update-16-0-0/update-16-0-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAQvD,MAAM,CAAC,OAAO,UAAU,SAAS,IAAI,IAAI,CAsBxC"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function migration(): Rule;
3
+ //# sourceMappingURL=update-17-0-0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-17-0-0.d.ts","sourceRoot":"","sources":["../../../src/migrations/update-17-0-0/update-17-0-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAOvD,MAAM,CAAC,OAAO,UAAU,SAAS,IAAI,IAAI,CAqBxC"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function migration(): Rule;
3
+ //# sourceMappingURL=update-17-3-0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-17-3-0.d.ts","sourceRoot":"","sources":["../../../src/migrations/update-17-3-0/update-17-3-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAOvD,MAAM,CAAC,OAAO,UAAU,SAAS,IAAI,IAAI,CAqBxC"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function (): Rule;
3
+ //# sourceMappingURL=update-2-0-0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-2-0-0.d.ts","sourceRoot":"","sources":["../../../src/migrations/update-2-0-0/update-2-0-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAA0B,MAAM,4BAA4B,CAAC;AA6F/E,MAAM,CAAC,OAAO,cAAc,IAAI,CAE/B"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function (): Rule;
3
+ //# sourceMappingURL=update-3-0-0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-3-0-0.d.ts","sourceRoot":"","sources":["../../../src/migrations/update-3-0-0/update-3-0-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAA0B,MAAM,4BAA4B,CAAC;AAyI/E,MAAM,CAAC,OAAO,cAAc,IAAI,CAM/B"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function (): Rule;
3
+ //# sourceMappingURL=update-4-0-0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-4-0-0.d.ts","sourceRoot":"","sources":["../../../src/migrations/update-4-0-0/update-4-0-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAA0B,MAAM,4BAA4B,CAAC;AAiD/E,MAAM,CAAC,OAAO,cAAc,IAAI,CAE/B"}
@@ -3,3 +3,4 @@ export declare function updateDependencies(depsToUpdate: {
3
3
  packageName: string;
4
4
  version: string;
5
5
  }[]): Rule;
6
+ //# sourceMappingURL=dependencies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dependencies.d.ts","sourceRoot":"","sources":["../../../src/migrations/utils/dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAA0B,MAAM,4BAA4B,CAAC;AAK/E,wBAAgB,kBAAkB,CAChC,YAAY,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,EAAE,GACvD,IAAI,CAYN"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function (): Rule;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ng-add/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAA0B,MAAM,4BAA4B,CAAC;AAiJ/E,MAAM,CAAC,OAAO,cAAc,IAAI,CAO/B"}
package/dist/utils.d.ts CHANGED
@@ -79,3 +79,4 @@ export declare function determineTargetProjectName(tree: Tree, maybeProject?: st
79
79
  export declare function updateSchematicCollections(angularJson: Record<string, any>): Record<string, any>;
80
80
  export declare function updateSchematicDefaults(angularJson: Record<string, any>, schematicFullName: string, defaultValues: Record<string, unknown>): Record<string, any>;
81
81
  export {};
82
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAEjD,OAAO,KAAK,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAE/E,OAAO,KAAK,EAAE,IAAI,IAAI,MAAM,EAAwB,MAAM,YAAY,CAAC;AAYvE;;;;;GAKG;AAEH,wBAAgB,cAAc,CAAC,CAAC,GAAG,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,GAAG,CAAC,CAcnE;AAED;;;;;GAKG;AAEH,wBAAgB,gBAAgB,CAAC,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,CAAC,EAC7C,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,OAAO,EAAE,gBAAgB,KAAK,CAAC,GAClD,IAAI,CAYN;AAQD,KAAK,aAAa,GAAG,MAAM,CAAC,MAAM,EAAE;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC;AAE3E,wBAAgB,2BAA2B,CACzC,aAAa,EAAE;IAAE,SAAS,CAAC,EAAE,aAAa,CAAA;CAAE,GAAG;IAAE,OAAO,CAAC,EAAE,aAAa,CAAA;CAAE,GACzE,aAAa,GAAG,IAAI,CAYtB;AA4CD,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,QAAQ,GAAG,MAAM,QA2B9B;AAED,wBAAgB,wBAAwB,CACtC,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,QAAQ,GAAG,MAAM,GAC5B,IAAI,CA2BN;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,KAAK,IAAI,GAAG,IAAI,EAC3E,GAAG,GAAE,IAAoB,GACxB,IAAI,CA8BN;AA0BD,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;EAyC3D;AA0FD,wBAAgB,gCAAgC,CAC9C,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,EACnB,uBAAuB,EAAE,OAAO,QAiCjC;AAED,wBAAgB,4BAA4B,CAC1C,WAAW,EAAE,MAAM,EACnB,uBAAuB,EAAE,OAAO,GAC/B,IAAI,CAmCN;AAsBD,wBAAgB,gBAAgB,CAC9B,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC3B,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CASzB;AAED;;;GAGG;AACH,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,MAAM,EACZ,YAAY,CAAC,EAAE,MAAM,GACpB,MAAM,GAAG,IAAI,CAUf;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,IAAI,EACV,YAAY,CAAC,EAAE,MAAM,GACpB,MAAM,GAAG,IAAI,CAUf;AAcD;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,uBAS1E;AAED,wBAAgB,uBAAuB,CACrC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAChC,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,uBAUvC"}
@@ -1,2 +1,3 @@
1
1
  import type { Rule } from '@angular-devkit/schematics';
2
2
  export default function (): Rule;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/workspace/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAEvD,MAAM,CAAC,OAAO,cAAc,IAAI,CAiB/B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/schematics",
3
- "version": "17.3.1-alpha.8",
3
+ "version": "17.4.0",
4
4
  "description": "Angular Schematics for angular-eslint",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -12,6 +12,7 @@
12
12
  },
13
13
  "files": [
14
14
  "dist",
15
+ "!**/*.tsbuildinfo",
15
16
  "package.json",
16
17
  "README.md",
17
18
  "LICENSE"
@@ -33,8 +34,8 @@
33
34
  "save": "devDependencies"
34
35
  },
35
36
  "dependencies": {
36
- "@angular-eslint/eslint-plugin": "17.3.1-alpha.8",
37
- "@angular-eslint/eslint-plugin-template": "17.3.1-alpha.8",
37
+ "@angular-eslint/eslint-plugin": "17.4.0",
38
+ "@angular-eslint/eslint-plugin-template": "17.4.0",
38
39
  "@nx/devkit": "^17.2.8 || ^18.0.0",
39
40
  "ignore": "5.3.1",
40
41
  "nx": "^17.2.8 || ^18.0.0",
@@ -43,7 +44,7 @@
43
44
  },
44
45
  "devDependencies": {
45
46
  "@types/tmp": "0.2.6",
46
- "@typescript-eslint/utils": "7.7.0",
47
+ "@typescript-eslint/utils": "7.8.0",
47
48
  "eslint": "8.57.0"
48
49
  },
49
50
  "peerDependencies": {