|
22 | 22 | description: "Determined by Angular",
|
23 | 23 | enabled: false,
|
24 | 24 | },
|
| 25 | + { |
| 26 | + matchSourceUrls: [ |
| 27 | + "https://github.com/angular-eslint/angular-eslint", |
| 28 | + "https://github.com/angular/angular-cli", |
| 29 | + "https://github.com/angular/angular", |
| 30 | + "https://github.com/angular/components", |
| 31 | + "https://github.com/ng-select/ng-select", |
| 32 | + ], |
| 33 | + matchUpdateTypes: ["major"], |
| 34 | + description: "Manually updated using ng update", |
| 35 | + enabled: false, |
| 36 | + }, |
25 | 37 | {
|
26 | 38 | matchPackageNames: ["typescript", "zone.js"],
|
27 | 39 | matchUpdateTypes: "patch",
|
|
90 | 102 | },
|
91 | 103 | {
|
92 | 104 | matchPackageNames: [
|
93 |
| - "@angular-eslint/eslint-plugin-template", |
94 |
| - "@angular-eslint/eslint-plugin", |
95 | 105 | "@angular-eslint/schematics",
|
96 |
| - "@angular-eslint/template-parser", |
97 |
| - "@typescript-eslint/eslint-plugin", |
98 |
| - "@typescript-eslint/parser", |
| 106 | + "angular-eslint", |
99 | 107 | "eslint-config-prettier",
|
100 | 108 | "eslint-import-resolver-typescript",
|
101 | 109 | "eslint-plugin-import",
|
|
106 | 114 | "eslint",
|
107 | 115 | "husky",
|
108 | 116 | "lint-staged",
|
| 117 | + "typescript-eslint", |
109 | 118 | ],
|
110 | 119 | groupName: "Linting minor-patch",
|
111 | 120 | matchUpdateTypes: ["minor", "patch"],
|
|
0 commit comments