Skip to content

Commit 29a9ee6

Browse files
committed
Revert "build: migrate all cross-package targets to use first-party links"
This reverts commit bca1ac9.
1 parent 9a30a0a commit 29a9ee6

File tree

239 files changed

+1269
-660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+1269
-660
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
integration/package.json=-620011313
66
package.json=-635422980
77
patches/@angular__compiler-cli.patch=-65319555
8-
pnpm-lock.yaml=-1708159829
8+
pnpm-lock.yaml=-1494189058
99
pnpm-workspace.yaml=334858811
10-
src/cdk-experimental/package.json=237487315
10+
src/cdk-experimental/package.json=2063150503
1111
src/cdk/package.json=-908433069
12-
src/components-examples/package.json=-2087309525
12+
src/components-examples/package.json=560048349
1313
src/dev-app/package.json=624475908
1414
src/e2e-app/package.json=-1971485006
1515
src/google-maps/package.json=-886415500
1616
src/material-date-fns-adapter/package.json=-332076964
17-
src/material-experimental/package.json=-1707816737
17+
src/material-experimental/package.json=592784609
1818
src/material-luxon-adapter/package.json=-199007660
1919
src/material-moment-adapter/package.json=-1407689629
2020
src/material/package.json=-1237533685

pnpm-lock.yaml

Lines changed: 0 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cdk-experimental/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ load("//src/cdk-experimental:config.bzl", "CDK_EXPERIMENTAL_TARGETS")
22
load("//tools:defaults.bzl", "ng_package")
33
load("//tools:defaults2.bzl", "ts_project")
44
load("//tools/bazel:legacy_target.bzl", "get_legacy_label")
5-
load("@npm2//:defs.bzl", "npm_link_all_packages")
5+
load("@npm2//defs:bzl", "npm_link_all_packages")
66

77
package(default_visibility = ["//visibility:public"])
88

src/cdk-experimental/column-resize/BUILD.bazel

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ ng_project(
1212
"//:node_modules/@angular/common",
1313
"//:node_modules/@angular/core",
1414
"//:node_modules/rxjs",
15-
"//src/cdk-experimental:node_modules/@angular/cdk",
1615
"//src/cdk-experimental/popover-edit",
16+
"//src/cdk/bidi",
17+
"//src/cdk/coercion",
18+
"//src/cdk/keycodes",
19+
"//src/cdk/overlay",
20+
"//src/cdk/portal",
21+
"//src/cdk/table",
1722
],
1823
)

src/cdk-experimental/combobox/BUILD.bazel

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ ng_project(
1313
"//:node_modules/@angular/common",
1414
"//:node_modules/@angular/core",
1515
"//src:dev_mode_types",
16-
"//src/cdk-experimental:node_modules/@angular/cdk",
16+
"//src/cdk/a11y",
17+
"//src/cdk/bidi",
18+
"//src/cdk/collections",
19+
"//src/cdk/overlay",
1720
],
1821
)
1922

@@ -28,7 +31,8 @@ ts_project(
2831
":combobox",
2932
"//:node_modules/@angular/core",
3033
"//:node_modules/@angular/platform-browser",
31-
"//src/cdk-experimental:node_modules/@angular/cdk",
34+
"//src/cdk/keycodes",
35+
"//src/cdk/testing/private",
3236
],
3337
)
3438

src/cdk-experimental/listbox/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ ng_project(
1010
),
1111
deps = [
1212
"//:node_modules/@angular/core",
13-
"//src/cdk-experimental:node_modules/@angular/cdk",
1413
"//src/cdk-experimental/ui-patterns",
14+
"//src/cdk/a11y",
15+
"//src/cdk/bidi",
1516
],
1617
)

src/cdk-experimental/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
"@angular/cdk": "0.0.0-PLACEHOLDER",
1616
"@angular/core": "0.0.0-NG"
1717
},
18-
"devDependencies": {
19-
"@angular/cdk": "workspace:*"
20-
},
2118
"dependencies": {
2219
"tslib": "^2.3.0"
2320
},

src/cdk-experimental/popover-edit/BUILD.bazel

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ ng_project(
1414
"//:node_modules/@angular/core",
1515
"//:node_modules/@angular/forms",
1616
"//:node_modules/rxjs",
17-
"//src/cdk-experimental:node_modules/@angular/cdk",
17+
"//src/cdk/a11y",
18+
"//src/cdk/bidi",
19+
"//src/cdk/keycodes",
20+
"//src/cdk/overlay",
21+
"//src/cdk/portal",
22+
"//src/cdk/scrolling",
1823
],
1924
)
2025

@@ -31,7 +36,12 @@ ts_project(
3136
"//:node_modules/@angular/core",
3237
"//:node_modules/@angular/forms",
3338
"//:node_modules/rxjs",
34-
"//src/cdk-experimental:node_modules/@angular/cdk",
39+
"//src/cdk/bidi",
40+
"//src/cdk/collections",
41+
"//src/cdk/keycodes",
42+
"//src/cdk/overlay",
43+
"//src/cdk/table",
44+
"//src/cdk/testing/private",
3545
],
3646
)
3747

src/cdk-experimental/scrolling/BUILD.bazel

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ ng_project(
1414
"//:node_modules/@angular/core",
1515
"//:node_modules/rxjs",
1616
"//src:dev_mode_types",
17-
"//src/cdk-experimental:node_modules/@angular/cdk",
17+
"//src/cdk/coercion",
18+
"//src/cdk/collections",
19+
"//src/cdk/scrolling",
1820
],
1921
)
2022

@@ -28,7 +30,7 @@ ts_project(
2830
deps = [
2931
":scrolling",
3032
"//:node_modules/@angular/core",
31-
"//src/cdk-experimental:node_modules/@angular/cdk",
33+
"//src/cdk/scrolling",
3234
],
3335
)
3436

src/cdk-experimental/selection/BUILD.bazel

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ ng_project(
1515
"//:node_modules/@angular/forms",
1616
"//:node_modules/rxjs",
1717
"//src:dev_mode_types",
18-
"//src/cdk-experimental:node_modules/@angular/cdk",
18+
"//src/cdk/coercion",
19+
"//src/cdk/collections",
20+
"//src/cdk/table",
1921
],
2022
)
2123

@@ -30,7 +32,7 @@ ts_project(
3032
":selection",
3133
"//:node_modules/@angular/common",
3234
"//:node_modules/@angular/core",
33-
"//src/cdk-experimental:node_modules/@angular/cdk",
35+
"//src/cdk/table",
3436
"//src/cdk/testing/private",
3537
],
3638
)

0 commit comments

Comments
 (0)