Skip to content

Commit e2cb2c9

Browse files
josephperrottalan-agius4
authored andcommitted
build: update to latest ng-dev tooling for caretaker handoff update
Update to the latest tooling to upate how caretaker handoff is handled, using new standardized groupings
1 parent 3020b50 commit e2cb2c9

File tree

3 files changed

+477
-232
lines changed

3 files changed

+477
-232
lines changed

.ng-dev/caretaker.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The configuration for `ng-dev caretaker` commands.
3-
*
3+
*
44
* @type { import("@angular/ng-dev").CaretakerConfig }
55
*/
66
export const caretaker = {
@@ -14,5 +14,4 @@ export const caretaker = {
1414
query: `is:pr is:open label:"action: merge-assistance"`,
1515
},
1616
],
17-
caretakerGroup: 'angular-cli-caretaker',
1817
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@angular/forms": "21.0.0-rc.2",
5555
"@angular/localize": "21.0.0-rc.2",
5656
"@angular/material": "21.0.0-rc.2",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#49d7316da246484759b94f87e6eda47fde86b992",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e0bb3b2b000ff0c0c18a2020d5d42371bca51ecf",
5858
"@angular/platform-browser": "21.0.0-rc.2",
5959
"@angular/platform-server": "21.0.0-rc.2",
6060
"@angular/router": "21.0.0-rc.2",

0 commit comments

Comments
 (0)