Skip to content

Commit

Permalink
build: add @types/node to assorted locations where node types are bei…
Browse files Browse the repository at this point in the history
…ng relied on and currently obtained transitively.
  • Loading branch information
josephperrott authored and clydin committed Feb 19, 2025
1 parent b8f7952 commit c2cbc0f
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/testing/builder/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ts_project(
deps = [
":node_modules/@angular-devkit/architect",
":node_modules/@angular-devkit/core",
"//:node_modules/@types/node",
"//:node_modules/rxjs",
],
)
Expand Down
1 change: 1 addition & 0 deletions packages/angular/pwa/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ ts_project(
deps = [
":pwa_rjs",
"//:node_modules/@types/jasmine",
"//:node_modules/@types/node",
"//packages/angular_devkit/schematics/testing:testing_rjs",
],
)
Expand Down
1 change: 1 addition & 0 deletions packages/angular/ssr/node/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ts_project(
testonly = True,
srcs = glob(["**/*_spec.ts"]),
deps = [
"//:node_modules/@types/node",
"//packages/angular/ssr/node:node_rjs",
],
)
Expand Down
1 change: 1 addition & 0 deletions packages/angular/ssr/schematics/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ts_project(
),
deps = [
":schematics_rjs",
"//:node_modules/@types/node",
"//packages/angular_devkit/schematics/testing:testing_rjs",
],
)
Expand Down
1 change: 1 addition & 0 deletions packages/angular/ssr/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ts_project(
"//:node_modules/@angular/platform-browser",
"//:node_modules/@angular/platform-server",
"//:node_modules/@angular/router",
"//:node_modules/@types/node",
"//packages/angular/ssr:ssr_rjs",
],
)
Expand Down
1 change: 1 addition & 0 deletions packages/angular/ssr/test/npm_package/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ts_project(
srcs = glob(["**/*.ts"]),
deps = [
"//:node_modules/@bazel/runfiles",
"//:node_modules/@types/node",
],
)

Expand Down
1 change: 1 addition & 0 deletions packages/angular_devkit/architect/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ ts_project(
":architect_rjs",
":node_modules/@angular-devkit/core",
"//:node_modules/@types/jasmine",
"//:node_modules/@types/node",
"//:node_modules/rxjs",
"//packages/angular_devkit/architect/testing:testing_rjs",
],
Expand Down
1 change: 1 addition & 0 deletions packages/angular_devkit/architect/node/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ts_project(
deps = [
":node_rjs",
"//:node_modules/@types/jasmine",
"//:node_modules/@types/node",
"//:node_modules/rxjs",
"//packages/angular_devkit/architect:architect_rjs",
"//packages/angular_devkit/architect/node/test:test_lib_rjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/angular_devkit/architect_cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ ts_project(
deps = [
":node_modules/@angular-devkit/architect",
":node_modules/@angular-devkit/core",
":node_modules/progress",
"//:node_modules/@types/node",
"//:node_modules/@types/progress",
"//:node_modules/@types/yargs-parser",
"//:node_modules/ansi-colors",
"//:node_modules/yargs-parser",
],
)

Expand Down
1 change: 1 addition & 0 deletions packages/angular_devkit/build_webpack/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ ts_project(
":node_modules/@angular-devkit/core",
":node_modules/@ngtools/webpack",
"//:node_modules/@types/jasmine",
"//:node_modules/@types/node",
],
)

Expand Down
1 change: 1 addition & 0 deletions packages/angular_devkit/core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ts_project(
data = glob(["src/workspace/json/test/**/*.json"]),
deps = [
":core_rjs",
"//:node_modules/@types/node",
"//:node_modules/rxjs",
"//packages/angular_devkit/core/node:node_rjs",
],
Expand Down
1 change: 1 addition & 0 deletions packages/angular_devkit/core/node/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ts_project(
deps = [
":node_rjs",
"//:node_modules/@types/jasmine",
"//:node_modules/@types/node",
"//:node_modules/rxjs",
"//packages/angular_devkit/core:core_rjs",
],
Expand Down
1 change: 1 addition & 0 deletions packages/angular_devkit/schematics/tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ts_project(
deps = [
":tools_rjs",
"//:node_modules/@types/jasmine",
"//:node_modules/@types/node",
"//:node_modules/rxjs",
"//packages/angular_devkit/schematics:node_modules/@angular-devkit/core",
"//packages/angular_devkit/schematics:schematics_rjs",
Expand Down
1 change: 1 addition & 0 deletions packages/schematics/angular/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ ts_project(
":node_modules/@angular-devkit/core",
":node_modules/@angular-devkit/schematics",
"//:node_modules/@types/jasmine",
"//:node_modules/@types/node",
"//:node_modules/jsonc-parser",
"//packages/schematics/angular/third_party/github.com/Microsoft/TypeScript:TypeScript_rjs",
],
Expand Down
1 change: 1 addition & 0 deletions tests/legacy-cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ts_project(
"verdaccio_auth.yaml",
],
deps = [
"//:node_modules/@types/node",
"//:node_modules/ansi-colors",
"//:node_modules/fast-glob",
"//packages/angular_devkit/core:core_rjs",
Expand Down
1 change: 1 addition & 0 deletions tests/legacy-cli/e2e/initialize/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ts_project(
"//:config-files",
],
deps = [
"//:node_modules/@types/node",
"//tests/legacy-cli/e2e/utils:utils_rjs",
],
)
1 change: 1 addition & 0 deletions tests/legacy-cli/e2e/setup/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ts_project(
testonly = True,
srcs = glob(["**/*.ts"]),
deps = [
"//:node_modules/@types/node",
"//tests/legacy-cli/e2e/utils:utils_rjs",
],
)
1 change: 1 addition & 0 deletions tests/legacy-cli/e2e/tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ts_project(
],
deps = [
"//:node_modules/@types/express",
"//:node_modules/@types/node",
"//:node_modules/@types/semver",
"//:node_modules/express",
"//:node_modules/fast-glob",
Expand Down
1 change: 1 addition & 0 deletions tests/legacy-cli/e2e/utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ts_project(
],
deps = [
"//:node_modules/@types/jasmine",
"//:node_modules/@types/node",
"//:node_modules/@types/semver",
"//:node_modules/ansi-colors",
"//:node_modules/fast-glob",
Expand Down

0 comments on commit c2cbc0f

Please sign in to comment.