Skip to content

Commit f056aa0

Browse files
committed
Revert "build: migrate all cross-package targets to use first-party links"
This reverts commit bca1ac9.
1 parent 4990d43 commit f056aa0

File tree

235 files changed

+1262
-651
lines changed

Some content is hidden

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

235 files changed

+1262
-651
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
@@ -6,16 +6,16 @@ integration/package.json=-620011313
66
package.json=1405819661
77
patches/@angular__compiler-cli.patch=-11405367
88
patches/@angular__core.patch=213102054
9-
pnpm-lock.yaml=313249421
9+
pnpm-lock.yaml=1908316376
1010
pnpm-workspace.yaml=334858811
11-
src/cdk-experimental/package.json=237487315
11+
src/cdk-experimental/package.json=2063150503
1212
src/cdk/package.json=-908433069
13-
src/components-examples/package.json=-2087309525
13+
src/components-examples/package.json=560048349
1414
src/dev-app/package.json=624475908
1515
src/e2e-app/package.json=-1971485006
1616
src/google-maps/package.json=-886415500
1717
src/material-date-fns-adapter/package.json=-332076964
18-
src/material-experimental/package.json=-1707816737
18+
src/material-experimental/package.json=592784609
1919
src/material-luxon-adapter/package.json=-199007660
2020
src/material-moment-adapter/package.json=-1407689629
2121
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/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
)

src/cdk-experimental/table-scroll-container/BUILD.bazel

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ ng_project(
1616
"//:node_modules/@angular/common",
1717
"//:node_modules/@angular/core",
1818
"//:node_modules/rxjs",
19-
"//src/cdk-experimental:node_modules/@angular/cdk",
19+
"//src/cdk/a11y",
20+
"//src/cdk/bidi",
21+
"//src/cdk/platform",
22+
"//src/cdk/table",
2023
],
2124
)
2225

@@ -31,7 +34,9 @@ ts_project(
3134
":table-scroll-container",
3235
"//:node_modules/@angular/core",
3336
"//:node_modules/rxjs",
34-
"//src/cdk-experimental:node_modules/@angular/cdk",
37+
"//src/cdk/collections",
38+
"//src/cdk/platform",
39+
"//src/cdk/table",
3540
],
3641
)
3742

0 commit comments

Comments
 (0)