Skip to content

Commit 39a3ebe

Browse files
committed
build: update angular dependencies to v20.0.0-next.6
1 parent 40b1b25 commit 39a3ebe

File tree

2 files changed

+86
-86
lines changed

2 files changed

+86
-86
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.5",
56+
"@angular/animations": "20.0.0-next.6",
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.5",
58+
"@angular/cdk": "20.0.0-next.6",
5959
"@angular/cli": "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",
60+
"@angular/common": "20.0.0-next.6",
61+
"@angular/compiler": "20.0.0-next.6",
62+
"@angular/compiler-cli": "20.0.0-next.6",
63+
"@angular/core": "20.0.0-next.6",
6464
"@angular/fire": "^19.0.0-rc",
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",
65+
"@angular/forms": "20.0.0-next.6",
66+
"@angular/material": "20.0.0-next.6",
67+
"@angular/platform-browser": "20.0.0-next.6",
68+
"@angular/platform-browser-dynamic": "20.0.0-next.6",
69+
"@angular/router": "20.0.0-next.6",
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.5"
166+
"@angular/benchpress/@angular/core": "20.0.0-next.6"
167167
}
168168
}

yarn.lock

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

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"
140+
"@angular/animations@npm:20.0.0-next.6":
141+
version: 20.0.0-next.6
142+
resolution: "@angular/animations@npm:20.0.0-next.6"
143143
dependencies:
144144
tslib: "npm:^2.3.0"
145145
peerDependencies:
146-
"@angular/common": 20.0.0-next.5
147-
"@angular/core": 20.0.0-next.5
148-
checksum: 10c0/3cbb7c3b14f887c25ad699aa73a683a1f88693291aa910b45152fed85a27399bdc7a7fb8d3dd9753da4fe0d7f29ab9411ca65d335da01a4701f92f769f8ffaa3
146+
"@angular/common": 20.0.0-next.6
147+
"@angular/core": 20.0.0-next.6
148+
checksum: 10c0/17b51fd02ae781a456b453ec0d3e900ffb76cc6f5f76295ae1e85c132936f748715a4b2e3a9bb903d9def43bc0ae3e30628259705b36530afc51d7a3fca296a0
149149
languageName: node
150150
linkType: hard
151151

@@ -225,22 +225,22 @@ __metadata:
225225
dependencies:
226226
"@actions/core": "npm:^1.4.0"
227227
"@actions/github": "npm:^6.0.0"
228-
"@angular/animations": "npm:20.0.0-next.5"
228+
"@angular/animations": "npm:20.0.0-next.6"
229229
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch"
230230
"@angular/benchpress": "npm:0.3.0"
231231
"@angular/build": "npm:20.0.0-next.4"
232-
"@angular/cdk": "npm:20.0.0-next.5"
232+
"@angular/cdk": "npm:20.0.0-next.6"
233233
"@angular/cli": "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"
234+
"@angular/common": "npm:20.0.0-next.6"
235+
"@angular/compiler": "npm:20.0.0-next.6"
236+
"@angular/compiler-cli": "npm:20.0.0-next.6"
237+
"@angular/core": "npm:20.0.0-next.6"
238238
"@angular/fire": "npm:^19.0.0-rc"
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"
239+
"@angular/forms": "npm:20.0.0-next.6"
240+
"@angular/material": "npm:20.0.0-next.6"
241+
"@angular/platform-browser": "npm:20.0.0-next.6"
242+
"@angular/platform-browser-dynamic": "npm:20.0.0-next.6"
243+
"@angular/router": "npm:20.0.0-next.6"
244244
"@babel/core": "npm:^7.16.0"
245245
"@babel/plugin-transform-async-generator-functions": "npm:^7.26.8"
246246
"@bazel/bazelisk": "npm:^1.11.0"
@@ -439,17 +439,17 @@ __metadata:
439439
languageName: node
440440
linkType: hard
441441

442-
"@angular/cdk@npm:20.0.0-next.5":
443-
version: 20.0.0-next.5
444-
resolution: "@angular/cdk@npm:20.0.0-next.5"
442+
"@angular/cdk@npm:20.0.0-next.6":
443+
version: 20.0.0-next.6
444+
resolution: "@angular/cdk@npm:20.0.0-next.6"
445445
dependencies:
446446
parse5: "npm:^7.1.2"
447447
tslib: "npm:^2.3.0"
448448
peerDependencies:
449449
"@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
450450
"@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
451451
rxjs: ^6.5.3 || ^7.4.0
452-
checksum: 10c0/dee1c02cde3fdbd3c9ce79bffec4923fcc8e52b88647de1fd25666379ad3cb40c3c120f1840fe416e1d478a081d4161527faf9455f5ddc306ad1ade7ef7b33d6
452+
checksum: 10c0/217d507d89404c36fe2718ebb363099715b2a8bae5e2aa5f63ff2b3ac178e633e4aca68a97fe8a26eb7bc07cddf4e8104312397cb4aa6b5fa511e62590a36a75
453453
languageName: node
454454
linkType: hard
455455

@@ -479,21 +479,21 @@ __metadata:
479479
languageName: node
480480
linkType: hard
481481

482-
"@angular/common@npm:20.0.0-next.5":
483-
version: 20.0.0-next.5
484-
resolution: "@angular/common@npm:20.0.0-next.5"
482+
"@angular/common@npm:20.0.0-next.6":
483+
version: 20.0.0-next.6
484+
resolution: "@angular/common@npm:20.0.0-next.6"
485485
dependencies:
486486
tslib: "npm:^2.3.0"
487487
peerDependencies:
488-
"@angular/core": 20.0.0-next.5
488+
"@angular/core": 20.0.0-next.6
489489
rxjs: ^6.5.3 || ^7.4.0
490-
checksum: 10c0/994732f32b617a7fe16eaab29178bfd5064d89c2c263408735942f3d4389ba9d05e3f5302aa6ebaf369f0c9936214c9973d486cc8ccc5b86f797e8e77909b2a9
490+
checksum: 10c0/9164793b084fdd7860e4576e5a31def87c583b0d2a2d59d8aa5e78edc53e0b61488dd5ef9132a3b1403dcc68010b355db00f478ca71a93bb35893e44104fe668
491491
languageName: node
492492
linkType: hard
493493

494-
"@angular/compiler-cli@npm:20.0.0-next.5":
495-
version: 20.0.0-next.5
496-
resolution: "@angular/compiler-cli@npm:20.0.0-next.5"
494+
"@angular/compiler-cli@npm:20.0.0-next.6":
495+
version: 20.0.0-next.6
496+
resolution: "@angular/compiler-cli@npm:20.0.0-next.6"
497497
dependencies:
498498
"@babel/core": "npm:7.26.10"
499499
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
@@ -504,37 +504,37 @@ __metadata:
504504
tslib: "npm:^2.3.0"
505505
yargs: "npm:^17.2.1"
506506
peerDependencies:
507-
"@angular/compiler": 20.0.0-next.5
507+
"@angular/compiler": 20.0.0-next.6
508508
typescript: ">=5.8 <5.9"
509509
bin:
510510
ng-xi18n: bundles/src/bin/ng_xi18n.js
511511
ngc: bundles/src/bin/ngc.js
512-
checksum: 10c0/39935996230f00f0453135f7a97b7bbf1856a45971417efc5668eafc03d8d53279acaa209b0ad5b4a90b2f31bcf0345db131910e1497d052c1b59b2d0cf78450
512+
checksum: 10c0/1577876aca3c13d5eb15675f09cf77d94a808d8ac9e8ef5eb5f812314375c48b769855c3e2a2e5a6fe48c602b3b86e9d3c0048b5f1490920327552de865c93a5
513513
languageName: node
514514
linkType: hard
515515

516-
"@angular/compiler@npm:20.0.0-next.5":
517-
version: 20.0.0-next.5
518-
resolution: "@angular/compiler@npm:20.0.0-next.5"
516+
"@angular/compiler@npm:20.0.0-next.6":
517+
version: 20.0.0-next.6
518+
resolution: "@angular/compiler@npm:20.0.0-next.6"
519519
dependencies:
520520
tslib: "npm:^2.3.0"
521-
checksum: 10c0/64287f393d0b3563919ff27b555d4313886bb8f90975f0e9a4c1692f4f672c6d704d02683167fec0231a6a6df322823fbd2ad0e7fd406bf0128c147ca388dea1
521+
checksum: 10c0/169c94f3dc7f183b965026a35ec7f6577112bf9448a8ac7a240b670c432edb06edcf28f058478f50fa1f32b1fbc9f6c34108c13772a4959d4170901c8527c16d
522522
languageName: node
523523
linkType: hard
524524

525-
"@angular/core@npm:20.0.0-next.5":
526-
version: 20.0.0-next.5
527-
resolution: "@angular/core@npm:20.0.0-next.5"
525+
"@angular/core@npm:20.0.0-next.6":
526+
version: 20.0.0-next.6
527+
resolution: "@angular/core@npm:20.0.0-next.6"
528528
dependencies:
529529
tslib: "npm:^2.3.0"
530530
peerDependencies:
531-
"@angular/compiler": 20.0.0-next.5
531+
"@angular/compiler": 20.0.0-next.6
532532
rxjs: ^6.5.3 || ^7.4.0
533533
zone.js: ~0.15.0
534534
peerDependenciesMeta:
535535
"@angular/compiler":
536536
optional: true
537-
checksum: 10c0/e18140e6411c18b0b9b18b52eb6def44d5d2e98933db4f7c3b899f34877329748dc0a01d64a5c73a18d9ba253e62c8a7860251aad27712a70f72faaecbbf7e55
537+
checksum: 10c0/b3c1e30d82e50c44c622140558444cd429ca3e102c2dad912eb4726567c8e28cc5ae4bcd5a3b24222002d452d96731626040dff8fcc68f9f688fc1ede359548c
538538
languageName: node
539539
linkType: hard
540540

@@ -564,77 +564,77 @@ __metadata:
564564
languageName: node
565565
linkType: hard
566566

567-
"@angular/forms@npm:20.0.0-next.5":
568-
version: 20.0.0-next.5
569-
resolution: "@angular/forms@npm:20.0.0-next.5"
567+
"@angular/forms@npm:20.0.0-next.6":
568+
version: 20.0.0-next.6
569+
resolution: "@angular/forms@npm:20.0.0-next.6"
570570
dependencies:
571571
tslib: "npm:^2.3.0"
572572
peerDependencies:
573-
"@angular/common": 20.0.0-next.5
574-
"@angular/core": 20.0.0-next.5
575-
"@angular/platform-browser": 20.0.0-next.5
573+
"@angular/common": 20.0.0-next.6
574+
"@angular/core": 20.0.0-next.6
575+
"@angular/platform-browser": 20.0.0-next.6
576576
rxjs: ^6.5.3 || ^7.4.0
577-
checksum: 10c0/beccd23ca4e584004385d0d9a42ca4dd04ed02e5d3edcba4046392c908a98da4d69db6d9cf522552fced12813b3af871f5d893f9157a0ec93854eed7b6395ba8
577+
checksum: 10c0/873587183852e9885725af678f02f6847473585aa214b51fa826a5af48c925728f336f545182c065aa71a175a0f611dcaadd60a873120bc3037322aecd83271f
578578
languageName: node
579579
linkType: hard
580580

581-
"@angular/material@npm:20.0.0-next.5":
582-
version: 20.0.0-next.5
583-
resolution: "@angular/material@npm:20.0.0-next.5"
581+
"@angular/material@npm:20.0.0-next.6":
582+
version: 20.0.0-next.6
583+
resolution: "@angular/material@npm:20.0.0-next.6"
584584
dependencies:
585585
tslib: "npm:^2.3.0"
586586
peerDependencies:
587-
"@angular/cdk": 20.0.0-next.5
587+
"@angular/cdk": 20.0.0-next.6
588588
"@angular/common": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
589589
"@angular/core": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
590590
"@angular/forms": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
591591
"@angular/platform-browser": ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
592592
rxjs: ^6.5.3 || ^7.4.0
593-
checksum: 10c0/fc859a0982912af8df1ae268568b866683c3e20d64e013fd29c107f04e3c535d6f7cb83148f3f85fb65cfae47868825f26c01f8f4dd4fe8b825ff13018f3f043
593+
checksum: 10c0/d0f5b92141bd730efa5669f8932d4219186fa58c78febaf6fd701925a7da9abb801b6abb4865e15902b71fb37867a16bc34bd1cd7eb2ed5d54bbd8ddd56dfad8
594594
languageName: node
595595
linkType: hard
596596

597-
"@angular/platform-browser-dynamic@npm:20.0.0-next.5":
598-
version: 20.0.0-next.5
599-
resolution: "@angular/platform-browser-dynamic@npm:20.0.0-next.5"
597+
"@angular/platform-browser-dynamic@npm:20.0.0-next.6":
598+
version: 20.0.0-next.6
599+
resolution: "@angular/platform-browser-dynamic@npm:20.0.0-next.6"
600600
dependencies:
601601
tslib: "npm:^2.3.0"
602602
peerDependencies:
603-
"@angular/common": 20.0.0-next.5
604-
"@angular/compiler": 20.0.0-next.5
605-
"@angular/core": 20.0.0-next.5
606-
"@angular/platform-browser": 20.0.0-next.5
607-
checksum: 10c0/ed7d9f9de89e74d54dffff0bf2370e33ad2e0832170d32606554ada8297d38edc36a9ffde5864872cdfa78cf6aa5f39e753b4367fb152f51e52f23a26ff6d9e2
603+
"@angular/common": 20.0.0-next.6
604+
"@angular/compiler": 20.0.0-next.6
605+
"@angular/core": 20.0.0-next.6
606+
"@angular/platform-browser": 20.0.0-next.6
607+
checksum: 10c0/bd0d1ae5eeb7f7122364c1df8b7917d6fea3c58e490420f9e7ef9f85f14b7b45d5d7957e7bde470fbcb6760c14d4a88ff4739f92ea3fe9cdd0bcac20924f1586
608608
languageName: node
609609
linkType: hard
610610

611-
"@angular/platform-browser@npm:20.0.0-next.5":
612-
version: 20.0.0-next.5
613-
resolution: "@angular/platform-browser@npm:20.0.0-next.5"
611+
"@angular/platform-browser@npm:20.0.0-next.6":
612+
version: 20.0.0-next.6
613+
resolution: "@angular/platform-browser@npm:20.0.0-next.6"
614614
dependencies:
615615
tslib: "npm:^2.3.0"
616616
peerDependencies:
617-
"@angular/animations": 20.0.0-next.5
618-
"@angular/common": 20.0.0-next.5
619-
"@angular/core": 20.0.0-next.5
617+
"@angular/animations": 20.0.0-next.6
618+
"@angular/common": 20.0.0-next.6
619+
"@angular/core": 20.0.0-next.6
620620
peerDependenciesMeta:
621621
"@angular/animations":
622622
optional: true
623-
checksum: 10c0/0052515a03e384b117ba16ce2f3d9f742b44121abb2dc892f53c8c91023181ac39ded4fdf5835624af5d759e982b40fe602b9145caabd2356cc69b74e85c20ad
623+
checksum: 10c0/db963bec4304c3c92061592fdd59421582826ebbc2f0f8b12642ce189654e7b29654e1d947d98d2b6ac433fb73ab6c362acf083a93c2e8512e1f4ad88b2c9453
624624
languageName: node
625625
linkType: hard
626626

627-
"@angular/router@npm:20.0.0-next.5":
628-
version: 20.0.0-next.5
629-
resolution: "@angular/router@npm:20.0.0-next.5"
627+
"@angular/router@npm:20.0.0-next.6":
628+
version: 20.0.0-next.6
629+
resolution: "@angular/router@npm:20.0.0-next.6"
630630
dependencies:
631631
tslib: "npm:^2.3.0"
632632
peerDependencies:
633-
"@angular/common": 20.0.0-next.5
634-
"@angular/core": 20.0.0-next.5
635-
"@angular/platform-browser": 20.0.0-next.5
633+
"@angular/common": 20.0.0-next.6
634+
"@angular/core": 20.0.0-next.6
635+
"@angular/platform-browser": 20.0.0-next.6
636636
rxjs: ^6.5.3 || ^7.4.0
637-
checksum: 10c0/466e2050d0c3722bc8ea8223e56e95f0f7e6c0d6d4add843d3dbd12efb8122e82cd53daca70fe4db2d7cecfb0b21d568f645da7656c31e708d7969dabf8d63e2
637+
checksum: 10c0/a750fbcac0c2d27be23668722c79fc5be6572c0e4669c387f05cbe9c34e5da9e8847a077d38ded15544fb6f0acbaadfae1b7c352887017f2b787b0839596d7c6
638638
languageName: node
639639
linkType: hard
640640

0 commit comments

Comments
 (0)