Skip to content

Commit 4d1a426

Browse files
committed
build: update angular dependencies to v20.0.0-next.5
1 parent 37d8497 commit 4d1a426

File tree

2 files changed

+86
-85
lines changed

2 files changed

+86
-85
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@
5353
"devDependencies": {
5454
"@actions/core": "^1.4.0",
5555
"@actions/github": "^6.0.0",
56-
"@angular/animations": "20.0.0-next.4",
56+
"@angular/animations": "20.0.0-next.5",
5757
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
58-
"@angular/cdk": "20.0.0-next.4",
58+
"@angular/cdk": "20.0.0-next.5",
5959
"@angular/cli": "20.0.0-next.3",
60-
"@angular/common": "20.0.0-next.4",
61-
"@angular/compiler": "20.0.0-next.4",
62-
"@angular/compiler-cli": "20.0.0-next.4",
63-
"@angular/core": "20.0.0-next.4",
60+
"@angular/common": "20.0.0-next.5",
61+
"@angular/compiler": "20.0.0-next.5",
62+
"@angular/compiler-cli": "20.0.0-next.5",
63+
"@angular/core": "20.0.0-next.5",
6464
"@angular/fire": "^19.0.0-rc",
65-
"@angular/forms": "20.0.0-next.4",
66-
"@angular/material": "20.0.0-next.4",
67-
"@angular/platform-browser": "20.0.0-next.4",
68-
"@angular/platform-browser-dynamic": "20.0.0-next.4",
69-
"@angular/router": "20.0.0-next.4",
65+
"@angular/forms": "20.0.0-next.5",
66+
"@angular/material": "20.0.0-next.5",
67+
"@angular/platform-browser": "20.0.0-next.5",
68+
"@angular/platform-browser-dynamic": "20.0.0-next.5",
69+
"@angular/router": "20.0.0-next.5",
7070
"@bazel/bazelisk": "^1.11.0",
7171
"@bazel/ibazel": "^0.23.0",
7272
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
@@ -163,6 +163,6 @@
163163
}
164164
},
165165
"resolutions": {
166-
"@angular/benchpress/@angular/core": "20.0.0-next.4"
166+
"@angular/benchpress/@angular/core": "20.0.0-next.5"
167167
}
168168
}

yarn.lock

Lines changed: 74 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,15 @@ __metadata:
137137
languageName: node
138138
linkType: hard
139139

140-
"@angular/animations@npm:20.0.0-next.4":
141-
version: 20.0.0-next.4
142-
resolution: "@angular/animations@npm:20.0.0-next.4"
140+
"@angular/animations@npm:20.0.0-next.5":
141+
version: 20.0.0-next.5
142+
resolution: "@angular/animations@npm:20.0.0-next.5"
143143
dependencies:
144144
tslib: "npm:^2.3.0"
145145
peerDependencies:
146-
"@angular/core": 20.0.0-next.4
147-
checksum: 10c0/b47b65f13d2a7d674d13b313bd62b9c42220ccab8e0777ce5240eb67099ebbd5a37d8b2e5aaa6e91955c6d20d0a0d04581f2eef2320cda4b81e2669949073c7f
146+
"@angular/common": 20.0.0-next.5
147+
"@angular/core": 20.0.0-next.5
148+
checksum: 10c0/3cbb7c3b14f887c25ad699aa73a683a1f88693291aa910b45152fed85a27399bdc7a7fb8d3dd9753da4fe0d7f29ab9411ca65d335da01a4701f92f769f8ffaa3
148149
languageName: node
149150
linkType: hard
150151

@@ -224,22 +225,22 @@ __metadata:
224225
dependencies:
225226
"@actions/core": "npm:^1.4.0"
226227
"@actions/github": "npm:^6.0.0"
227-
"@angular/animations": "npm:20.0.0-next.4"
228+
"@angular/animations": "npm:20.0.0-next.5"
228229
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch"
229230
"@angular/benchpress": "npm:0.3.0"
230231
"@angular/build": "npm:20.0.0-next.3"
231-
"@angular/cdk": "npm:20.0.0-next.4"
232+
"@angular/cdk": "npm:20.0.0-next.5"
232233
"@angular/cli": "npm:20.0.0-next.3"
233-
"@angular/common": "npm:20.0.0-next.4"
234-
"@angular/compiler": "npm:20.0.0-next.4"
235-
"@angular/compiler-cli": "npm:20.0.0-next.4"
236-
"@angular/core": "npm:20.0.0-next.4"
234+
"@angular/common": "npm:20.0.0-next.5"
235+
"@angular/compiler": "npm:20.0.0-next.5"
236+
"@angular/compiler-cli": "npm:20.0.0-next.5"
237+
"@angular/core": "npm:20.0.0-next.5"
237238
"@angular/fire": "npm:^19.0.0-rc"
238-
"@angular/forms": "npm:20.0.0-next.4"
239-
"@angular/material": "npm:20.0.0-next.4"
240-
"@angular/platform-browser": "npm:20.0.0-next.4"
241-
"@angular/platform-browser-dynamic": "npm:20.0.0-next.4"
242-
"@angular/router": "npm:20.0.0-next.4"
239+
"@angular/forms": "npm:20.0.0-next.5"
240+
"@angular/material": "npm:20.0.0-next.5"
241+
"@angular/platform-browser": "npm:20.0.0-next.5"
242+
"@angular/platform-browser-dynamic": "npm:20.0.0-next.5"
243+
"@angular/router": "npm:20.0.0-next.5"
243244
"@babel/core": "npm:^7.16.0"
244245
"@babel/plugin-transform-async-generator-functions": "npm:^7.26.8"
245246
"@bazel/bazelisk": "npm:^1.11.0"
@@ -439,17 +440,17 @@ __metadata:
439440
languageName: node
440441
linkType: hard
441442

442-
"@angular/cdk@npm:20.0.0-next.4":
443-
version: 20.0.0-next.4
444-
resolution: "@angular/cdk@npm:20.0.0-next.4"
443+
"@angular/cdk@npm:20.0.0-next.5":
444+
version: 20.0.0-next.5
445+
resolution: "@angular/cdk@npm:20.0.0-next.5"
445446
dependencies:
446447
parse5: "npm:^7.1.2"
447448
tslib: "npm:^2.3.0"
448449
peerDependencies:
449450
"@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
450451
"@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
451452
rxjs: ^6.5.3 || ^7.4.0
452-
checksum: 10c0/b3799fae1d760bd08c3ba0b436820b9d4ca59b121e2181248c9e95198e049aa96481ef0e169390687dfd4f50bfa277fe88384090589d63f2036948fd8a812660
453+
checksum: 10c0/dee1c02cde3fdbd3c9ce79bffec4923fcc8e52b88647de1fd25666379ad3cb40c3c120f1840fe416e1d478a081d4161527faf9455f5ddc306ad1ade7ef7b33d6
453454
languageName: node
454455
linkType: hard
455456

@@ -480,21 +481,21 @@ __metadata:
480481
languageName: node
481482
linkType: hard
482483

483-
"@angular/common@npm:20.0.0-next.4":
484-
version: 20.0.0-next.4
485-
resolution: "@angular/common@npm:20.0.0-next.4"
484+
"@angular/common@npm:20.0.0-next.5":
485+
version: 20.0.0-next.5
486+
resolution: "@angular/common@npm:20.0.0-next.5"
486487
dependencies:
487488
tslib: "npm:^2.3.0"
488489
peerDependencies:
489-
"@angular/core": 20.0.0-next.4
490+
"@angular/core": 20.0.0-next.5
490491
rxjs: ^6.5.3 || ^7.4.0
491-
checksum: 10c0/90c8cc55760dec3b02aa52e0f537c9c500b3b010243580c04a34b980e00ad4c22f846a31a75ca2ee3b95e24cf3367a81f8d054c718fe3be39185b2c928db34a7
492+
checksum: 10c0/994732f32b617a7fe16eaab29178bfd5064d89c2c263408735942f3d4389ba9d05e3f5302aa6ebaf369f0c9936214c9973d486cc8ccc5b86f797e8e77909b2a9
492493
languageName: node
493494
linkType: hard
494495

495-
"@angular/compiler-cli@npm:20.0.0-next.4":
496-
version: 20.0.0-next.4
497-
resolution: "@angular/compiler-cli@npm:20.0.0-next.4"
496+
"@angular/compiler-cli@npm:20.0.0-next.5":
497+
version: 20.0.0-next.5
498+
resolution: "@angular/compiler-cli@npm:20.0.0-next.5"
498499
dependencies:
499500
"@babel/core": "npm:7.26.10"
500501
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
@@ -505,37 +506,37 @@ __metadata:
505506
tslib: "npm:^2.3.0"
506507
yargs: "npm:^17.2.1"
507508
peerDependencies:
508-
"@angular/compiler": 20.0.0-next.4
509+
"@angular/compiler": 20.0.0-next.5
509510
typescript: ">=5.8 <5.9"
510511
bin:
511512
ng-xi18n: bundles/src/bin/ng_xi18n.js
512513
ngc: bundles/src/bin/ngc.js
513-
checksum: 10c0/a1f78e7a56b10cc51a09a2f9eeb51e9a2ea886f412107bf175ffa48d3e472c14c20f968b68bb533459582006b1439fddf3576e81bf0700e140883aab8e896b05
514+
checksum: 10c0/39935996230f00f0453135f7a97b7bbf1856a45971417efc5668eafc03d8d53279acaa209b0ad5b4a90b2f31bcf0345db131910e1497d052c1b59b2d0cf78450
514515
languageName: node
515516
linkType: hard
516517

517-
"@angular/compiler@npm:20.0.0-next.4":
518-
version: 20.0.0-next.4
519-
resolution: "@angular/compiler@npm:20.0.0-next.4"
518+
"@angular/compiler@npm:20.0.0-next.5":
519+
version: 20.0.0-next.5
520+
resolution: "@angular/compiler@npm:20.0.0-next.5"
520521
dependencies:
521522
tslib: "npm:^2.3.0"
522-
checksum: 10c0/b4d1af1d7b7aa6e2ba4d313cf03ad9ff26d18bfe3a722c1ec603633b49160201b88df06a55b6d1d3f78803d82e059a8599cf6d6f144287ec5719ba04f0141c1f
523+
checksum: 10c0/64287f393d0b3563919ff27b555d4313886bb8f90975f0e9a4c1692f4f672c6d704d02683167fec0231a6a6df322823fbd2ad0e7fd406bf0128c147ca388dea1
523524
languageName: node
524525
linkType: hard
525526

526-
"@angular/core@npm:20.0.0-next.4":
527-
version: 20.0.0-next.4
528-
resolution: "@angular/core@npm:20.0.0-next.4"
527+
"@angular/core@npm:20.0.0-next.5":
528+
version: 20.0.0-next.5
529+
resolution: "@angular/core@npm:20.0.0-next.5"
529530
dependencies:
530531
tslib: "npm:^2.3.0"
531532
peerDependencies:
532-
"@angular/compiler": 20.0.0-next.4
533+
"@angular/compiler": 20.0.0-next.5
533534
rxjs: ^6.5.3 || ^7.4.0
534535
zone.js: ~0.15.0
535536
peerDependenciesMeta:
536537
"@angular/compiler":
537538
optional: true
538-
checksum: 10c0/5499ba32563704c91954a9c18a7f71c03f6df1e0c16aa239fa8a1df7af86f7e6a158c975ce6e754a690bb055c764a4b4552b82b3292721e6d2699d376b716a86
539+
checksum: 10c0/e18140e6411c18b0b9b18b52eb6def44d5d2e98933db4f7c3b899f34877329748dc0a01d64a5c73a18d9ba253e62c8a7860251aad27712a70f72faaecbbf7e55
539540
languageName: node
540541
linkType: hard
541542

@@ -565,77 +566,77 @@ __metadata:
565566
languageName: node
566567
linkType: hard
567568

568-
"@angular/forms@npm:20.0.0-next.4":
569-
version: 20.0.0-next.4
570-
resolution: "@angular/forms@npm:20.0.0-next.4"
569+
"@angular/forms@npm:20.0.0-next.5":
570+
version: 20.0.0-next.5
571+
resolution: "@angular/forms@npm:20.0.0-next.5"
571572
dependencies:
572573
tslib: "npm:^2.3.0"
573574
peerDependencies:
574-
"@angular/common": 20.0.0-next.4
575-
"@angular/core": 20.0.0-next.4
576-
"@angular/platform-browser": 20.0.0-next.4
575+
"@angular/common": 20.0.0-next.5
576+
"@angular/core": 20.0.0-next.5
577+
"@angular/platform-browser": 20.0.0-next.5
577578
rxjs: ^6.5.3 || ^7.4.0
578-
checksum: 10c0/a077c5d81e75667e57fe5cfe3583d217df9604a8965891c1cf1ecdef38a6ea87b18507be0a4106a338ec4ac5dceebc127d2ac8067a25b8107972e5ab698e6b50
579+
checksum: 10c0/beccd23ca4e584004385d0d9a42ca4dd04ed02e5d3edcba4046392c908a98da4d69db6d9cf522552fced12813b3af871f5d893f9157a0ec93854eed7b6395ba8
579580
languageName: node
580581
linkType: hard
581582

582-
"@angular/material@npm:20.0.0-next.4":
583-
version: 20.0.0-next.4
584-
resolution: "@angular/material@npm:20.0.0-next.4"
583+
"@angular/material@npm:20.0.0-next.5":
584+
version: 20.0.0-next.5
585+
resolution: "@angular/material@npm:20.0.0-next.5"
585586
dependencies:
586587
tslib: "npm:^2.3.0"
587588
peerDependencies:
588-
"@angular/cdk": 20.0.0-next.4
589+
"@angular/cdk": 20.0.0-next.5
589590
"@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
590591
"@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
591592
"@angular/forms": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
592593
"@angular/platform-browser": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
593594
rxjs: ^6.5.3 || ^7.4.0
594-
checksum: 10c0/836976e51f1eb36d5a4c86d887b93c06993e070709342459e1cf9ac68021d4e7edbbda1608544c26cb97cbac226f364fff02aec4f9cfcb67f28edfaf34f1384e
595+
checksum: 10c0/fc859a0982912af8df1ae268568b866683c3e20d64e013fd29c107f04e3c535d6f7cb83148f3f85fb65cfae47868825f26c01f8f4dd4fe8b825ff13018f3f043
595596
languageName: node
596597
linkType: hard
597598

598-
"@angular/platform-browser-dynamic@npm:20.0.0-next.4":
599-
version: 20.0.0-next.4
600-
resolution: "@angular/platform-browser-dynamic@npm:20.0.0-next.4"
599+
"@angular/platform-browser-dynamic@npm:20.0.0-next.5":
600+
version: 20.0.0-next.5
601+
resolution: "@angular/platform-browser-dynamic@npm:20.0.0-next.5"
601602
dependencies:
602603
tslib: "npm:^2.3.0"
603604
peerDependencies:
604-
"@angular/common": 20.0.0-next.4
605-
"@angular/compiler": 20.0.0-next.4
606-
"@angular/core": 20.0.0-next.4
607-
"@angular/platform-browser": 20.0.0-next.4
608-
checksum: 10c0/59fec3fb21f650b2dcd23e787481470bc0fe748c16800b65bac313d8a8b8c4e9b1ff97da474558cd3786c5aaf10dae73f3bc3438c196e35680514d6f74b03620
605+
"@angular/common": 20.0.0-next.5
606+
"@angular/compiler": 20.0.0-next.5
607+
"@angular/core": 20.0.0-next.5
608+
"@angular/platform-browser": 20.0.0-next.5
609+
checksum: 10c0/ed7d9f9de89e74d54dffff0bf2370e33ad2e0832170d32606554ada8297d38edc36a9ffde5864872cdfa78cf6aa5f39e753b4367fb152f51e52f23a26ff6d9e2
609610
languageName: node
610611
linkType: hard
611612

612-
"@angular/platform-browser@npm:20.0.0-next.4":
613-
version: 20.0.0-next.4
614-
resolution: "@angular/platform-browser@npm:20.0.0-next.4"
613+
"@angular/platform-browser@npm:20.0.0-next.5":
614+
version: 20.0.0-next.5
615+
resolution: "@angular/platform-browser@npm:20.0.0-next.5"
615616
dependencies:
616617
tslib: "npm:^2.3.0"
617618
peerDependencies:
618-
"@angular/animations": 20.0.0-next.4
619-
"@angular/common": 20.0.0-next.4
620-
"@angular/core": 20.0.0-next.4
619+
"@angular/animations": 20.0.0-next.5
620+
"@angular/common": 20.0.0-next.5
621+
"@angular/core": 20.0.0-next.5
621622
peerDependenciesMeta:
622623
"@angular/animations":
623624
optional: true
624-
checksum: 10c0/074c038e5a06869c1abe64d2d1665972cecbb7832fb462f4db43278f8a3bb6a7163bc1ba9fe98c1c97b55cde286a10133f3b6fadc3d210bfe25a322a312c3c22
625+
checksum: 10c0/0052515a03e384b117ba16ce2f3d9f742b44121abb2dc892f53c8c91023181ac39ded4fdf5835624af5d759e982b40fe602b9145caabd2356cc69b74e85c20ad
625626
languageName: node
626627
linkType: hard
627628

628-
"@angular/router@npm:20.0.0-next.4":
629-
version: 20.0.0-next.4
630-
resolution: "@angular/router@npm:20.0.0-next.4"
629+
"@angular/router@npm:20.0.0-next.5":
630+
version: 20.0.0-next.5
631+
resolution: "@angular/router@npm:20.0.0-next.5"
631632
dependencies:
632633
tslib: "npm:^2.3.0"
633634
peerDependencies:
634-
"@angular/common": 20.0.0-next.4
635-
"@angular/core": 20.0.0-next.4
636-
"@angular/platform-browser": 20.0.0-next.4
635+
"@angular/common": 20.0.0-next.5
636+
"@angular/core": 20.0.0-next.5
637+
"@angular/platform-browser": 20.0.0-next.5
637638
rxjs: ^6.5.3 || ^7.4.0
638-
checksum: 10c0/31aeddb31cc91c69ba298dab0d60cb0847b8fcd3633cc489a66bd6ae7d74df1b008f4d80638d58855a2425609a4730fd8bd2ca85b6b6a322b66b7e519c440ebe
639+
checksum: 10c0/466e2050d0c3722bc8ea8223e56e95f0f7e6c0d6d4add843d3dbd12efb8122e82cd53daca70fe4db2d7cecfb0b21d568f645da7656c31e708d7969dabf8d63e2
639640
languageName: node
640641
linkType: hard
641642

0 commit comments

Comments
 (0)