Skip to content

Commit 1375c2d

Browse files
renovate[bot]ahnpnl
authored andcommitted
build(deps): Update Angular packages
1 parent a9763e9 commit 1375c2d

File tree

11 files changed

+2023
-2294
lines changed

11 files changed

+2023
-2294
lines changed

e2e/async/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "async",
33
"devDependencies": {
4-
"@angular/cdk": "^17.1.2",
5-
"@angular/material": "^17.1.2"
4+
"@angular/cdk": "^17.2.0",
5+
"@angular/material": "^17.2.0"
66
}
77
}

e2e/async/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ __metadata:
55
version: 8
66
cacheKey: 10
77

8-
"@angular/cdk@npm:^17.1.2":
9-
version: 17.1.2
10-
resolution: "@angular/cdk@npm:17.1.2"
8+
"@angular/cdk@npm:^17.2.0":
9+
version: 17.2.0
10+
resolution: "@angular/cdk@npm:17.2.0"
1111
dependencies:
1212
parse5: "npm:^7.1.2"
1313
tslib: "npm:^2.3.0"
@@ -18,13 +18,13 @@ __metadata:
1818
dependenciesMeta:
1919
parse5:
2020
optional: true
21-
checksum: 10/819c0724a7f6582fa6e4a5b4efa5a6fb5fcf0e47558665866c8eb26d98f50de48d1eec4d196a794f6ea701069a1ccc7411fa15de2990836bbf072bbb2470e39d
21+
checksum: 10/e9459588f403e051d1e13ac85454e8cb5d22d37152b6fe57e055b1092d427aade0c473fc65d15da421346a6ade1d542cb2353d13e6da304ad2f3eb88d40d1def
2222
languageName: node
2323
linkType: hard
2424

25-
"@angular/material@npm:^17.1.2":
26-
version: 17.1.2
27-
resolution: "@angular/material@npm:17.1.2"
25+
"@angular/material@npm:^17.2.0":
26+
version: 17.2.0
27+
resolution: "@angular/material@npm:17.2.0"
2828
dependencies:
2929
"@material/animation": "npm:15.0.0-canary.7f224ddd4.0"
3030
"@material/auto-init": "npm:15.0.0-canary.7f224ddd4.0"
@@ -76,13 +76,13 @@ __metadata:
7676
tslib: "npm:^2.3.0"
7777
peerDependencies:
7878
"@angular/animations": ^17.0.0 || ^18.0.0
79-
"@angular/cdk": 17.1.2
79+
"@angular/cdk": 17.2.0
8080
"@angular/common": ^17.0.0 || ^18.0.0
8181
"@angular/core": ^17.0.0 || ^18.0.0
8282
"@angular/forms": ^17.0.0 || ^18.0.0
8383
"@angular/platform-browser": ^17.0.0 || ^18.0.0
8484
rxjs: ^6.5.3 || ^7.4.0
85-
checksum: 10/55f06445f2df7c4d2d33fb2abc772a81db7091af24fa372c60b3db4608e28838ee68e21a20bce1e8241e71f2060aa97eabeff0dec9d3ef12c915af63384d65bb
85+
checksum: 10/bb34dd3b27b85920123e5c462238b7993366d8072d5a7d1fb2df14b9c0ac5e220984f31463bcc87a380d7d3f67a5799a7670b9e1dec1b6fe15c273a1ce93aa86
8686
languageName: node
8787
linkType: hard
8888

@@ -892,8 +892,8 @@ __metadata:
892892
version: 0.0.0-use.local
893893
resolution: "async@workspace:."
894894
dependencies:
895-
"@angular/cdk": "npm:^17.1.2"
896-
"@angular/material": "npm:^17.1.2"
895+
"@angular/cdk": "npm:^17.2.0"
896+
"@angular/material": "npm:^17.2.0"
897897
languageName: unknown
898898
linkType: soft
899899

examples/example-app-monorepo/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular/animations": "^17.1.3",
16-
"@angular/common": "^17.1.3",
17-
"@angular/compiler": "^17.1.3",
18-
"@angular/core": "^17.1.3",
19-
"@angular/forms": "^17.1.3",
20-
"@angular/platform-browser": "^17.1.3",
21-
"@angular/platform-browser-dynamic": "^17.1.3",
22-
"@angular/router": "^17.1.3",
15+
"@angular/animations": "^17.2.1",
16+
"@angular/common": "^17.2.1",
17+
"@angular/compiler": "^17.2.1",
18+
"@angular/core": "^17.2.1",
19+
"@angular/forms": "^17.2.1",
20+
"@angular/platform-browser": "^17.2.1",
21+
"@angular/platform-browser-dynamic": "^17.2.1",
22+
"@angular/router": "^17.2.1",
2323
"angular-in-memory-web-api": "^0.17.0",
2424
"rxjs": "^7.8.1",
2525
"tslib": "^2.6.2",
2626
"zone.js": "~0.14.4"
2727
},
2828
"devDependencies": {
29-
"@angular-devkit/build-angular": "^17.1.3",
30-
"@angular/cli": "^17.1.3",
31-
"@angular/compiler-cli": "^17.1.3",
29+
"@angular-devkit/build-angular": "^17.2.0",
30+
"@angular/cli": "^17.2.0",
31+
"@angular/compiler-cli": "^17.2.1",
3232
"@types/jest": "^29.5.12",
3333
"@types/node": "^20.11.17",
3434
"jest": "^29.7.0",
3535
"jest-preset-angular": "^14.0.2",
36-
"ng-packagr": "^17.1.2",
36+
"ng-packagr": "^17.2.0",
3737
"typescript": "~5.2.2"
3838
}
3939
}

0 commit comments

Comments
 (0)