Commit 9166184
authored
build: use less ambiguous peer dependency to Angular framework (#24425)
Our current peer dependency for Angular CDK/Material v13, also allow
for Angular `v14.0.0-0`. This might work practically since Angular FW
v14 is usually compatible with Angular N-1 versions.
Although this peer dependency version is currently a little ambiguous since
it does not allow all v14 pre-releases. Rather as per NPMs definition, the
current range does only allow for `v14.x.y` and `v14.0.0-(next|rc).X`
(excluding pre-releases for other minors)
It seems like it would be best to avoid this pre-release addition in general
to avoid this ambiguity/inconsistency, while also fixing angular/angular-cli#22654.
In general, it seems reasonable to say that Angular CDK v13 is compatible
with Angular FW v13, and Angular FW v14 (both of these ranges excluding
pre-releases consistently)1 parent e99d633 commit 9166184
File tree
2 files changed
+10
-5
lines changed- tools/release-checks
2 files changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | | - | |
23 | | - | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
0 commit comments