Skip to content

Commit e4d4954

Browse files
committed
refactor: remove unused ts_proto infra from previous ng-dev ci command (#2703)
Remove the ts_proto stuff that we don't leverage anymore PR Close #2703
1 parent a741005 commit e4d4954

File tree

14 files changed

+1
-2556
lines changed

14 files changed

+1
-2556
lines changed

.prettierignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
.yarn/releases/*.cjs
22

3-
ng-dev/utils/protos/*.d.ts
4-
ng-dev/utils/protos/*.js
5-
63
.github/local-actions/labels-sync/main.js
74
.github/local-actions/lock-closed/main.js
85
github-actions/bazel/configure-remote/configure-remote.cjs

WORKSPACE

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ workspace(
22
name = "devinfra",
33
)
44

5-
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
5+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
66

77
NODE_VERSION = "20.11.1"
88

@@ -90,19 +90,6 @@ yarn_install(
9090
yarn_lock = "//:yarn.lock",
9191
)
9292

93-
yarn_install(
94-
name = "ts_proto_npm",
95-
args = ["--immutable"],
96-
data = [
97-
"//:.yarn/releases/yarn-4.7.0.cjs",
98-
"//tools/ts_proto:.yarnrc.yml",
99-
],
100-
exports_directories_only = False,
101-
package_json = "//tools/ts_proto:package.json",
102-
yarn = "//:.yarn/releases/yarn-4.7.0.cjs",
103-
yarn_lock = "//tools/ts_proto:yarn.lock",
104-
)
105-
10693
load("@npm//@bazel/protractor:package.bzl", "npm_bazel_protractor_dependencies")
10794

10895
npm_bazel_protractor_dependencies()
@@ -137,12 +124,6 @@ register_toolchains(
137124
"//bazel/git-toolchain:git_macos_arm64_toolchain",
138125
)
139126

140-
http_file(
141-
name = "bazel_test_status_proto",
142-
sha256 = "61ce1dc62fdcfd6d68624a403e0f04c5fd5136d933b681467aad1ad2d00dbb03",
143-
urls = ["https://raw.githubusercontent.com/bazelbuild/bazel/5.0.0/src/main/protobuf/test_status.proto"],
144-
)
145-
146127
http_archive(
147128
name = "aspect_rules_ts",
148129
sha256 = "d584e4bc80674d046938563678117d17df962fe105395f6b1efe2e8a248b8100",

ng-dev/utils/protos/BUILD.bazel

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)