Skip to content

Commit e720e90

Browse files
committed
refactor: remove undici dependency across github actions and local actions
This dependency is not needed.
1 parent 59067dd commit e720e90

19 files changed

Lines changed: 8 additions & 59 deletions

File tree

.github/local-actions/branch-manager/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ts_project(
1515
"//.github/local-actions/branch-manager:node_modules/@octokit/rest",
1616
"//.github/local-actions/branch-manager:node_modules/@types/node",
1717
"//.github/local-actions/branch-manager:node_modules/typed-graphqlify",
18-
"//.github/local-actions/branch-manager:node_modules/undici",
1918
"//github-actions:utils",
2019
"//ng-dev/pr/common",
2120
"//ng-dev/pr/common/labels",

.github/local-actions/branch-manager/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"@actions/github": "9.1.1",
55
"@octokit/rest": "22.0.1",
66
"@types/node": "24.12.2",
7-
"typed-graphqlify": "3.1.6",
8-
"undici": "8.1.0"
7+
"typed-graphqlify": "3.1.6"
98
}
109
}

.github/local-actions/labels-sync/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ts_project(
1515
"//.github/local-actions/labels-sync:node_modules/@octokit/rest",
1616
"//.github/local-actions/labels-sync:node_modules/@octokit/types",
1717
"//.github/local-actions/labels-sync:node_modules/@types/node",
18-
"//.github/local-actions/labels-sync:node_modules/undici",
1918
"//github-actions:utils",
2019
"//ng-dev/pr/common/labels",
2120
],

.github/local-actions/labels-sync/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"@actions/github": "9.1.1",
55
"@octokit/rest": "22.0.1",
66
"@octokit/types": "16.0.0",
7-
"@types/node": "24.12.2",
8-
"undici": "8.1.0"
7+
"@types/node": "24.12.2"
98
}
109
}

.github/local-actions/lock-closed/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ts_project(
1414
"//.github/local-actions/lock-closed:node_modules/@actions/github",
1515
"//.github/local-actions/lock-closed:node_modules/@octokit/rest",
1616
"//.github/local-actions/lock-closed:node_modules/@types/node",
17-
"//.github/local-actions/lock-closed:node_modules/undici",
1817
"//github-actions:utils",
1918
],
2019
)

.github/local-actions/lock-closed/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"@actions/github": "9.1.1",
55
"@octokit/rest": "22.0.1",
66
"@octokit/types": "16.0.0",
7-
"@types/node": "24.12.2",
8-
"undici": "8.1.0"
7+
"@types/node": "24.12.2"
98
}
109
}

github-actions/branch-manager/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ts_project(
1616
":node_modules/@octokit/webhooks-types",
1717
":node_modules/@types/node",
1818
":node_modules/typed-graphqlify",
19-
":node_modules/undici",
2019
"//github-actions:utils",
2120
"//ng-dev/pr/common/labels",
2221
],

github-actions/branch-manager/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"@octokit/rest": "22.0.1",
77
"@octokit/webhooks-types": "7.6.1",
88
"@types/node": "24.12.2",
9-
"typed-graphqlify": "3.1.6",
10-
"undici": "8.1.0"
9+
"typed-graphqlify": "3.1.6"
1110
}
1211
}

github-actions/google-internal-tests/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ts_project(
1414
":node_modules/@actions/github",
1515
":node_modules/@octokit/rest",
1616
":node_modules/@types/node",
17-
":node_modules/undici",
1817
"//ng-dev/utils:g3_sync_config",
1918
],
2019
)

github-actions/google-internal-tests/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"@actions/github": "9.1.1",
66
"@octokit/rest": "22.0.1",
77
"@types/node": "24.12.2",
8-
"typed-graphqlify": "3.1.6",
9-
"undici": "8.1.0"
8+
"typed-graphqlify": "3.1.6"
109
}
1110
}

0 commit comments

Comments
 (0)