Skip to content

Commit 30810b3

Browse files
angular-robotjosephperrott
authored andcommitted
build: update angular dependencies (#2489)
PR Close #2489
1 parent 40b2cbd commit 30810b3

File tree

2 files changed

+85
-85
lines changed

2 files changed

+85
-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": "19.1.0-next.1",
56+
"@angular/animations": "19.1.0-next.2",
5757
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
58-
"@angular/cdk": "19.1.0-next.0",
58+
"@angular/cdk": "19.1.0-next.1",
5959
"@angular/cli": "19.1.0-next.0",
60-
"@angular/common": "19.1.0-next.1",
61-
"@angular/compiler": "19.1.0-next.1",
62-
"@angular/compiler-cli": "19.1.0-next.1",
63-
"@angular/core": "19.1.0-next.1",
60+
"@angular/common": "19.1.0-next.2",
61+
"@angular/compiler": "19.1.0-next.2",
62+
"@angular/compiler-cli": "19.1.0-next.2",
63+
"@angular/core": "19.1.0-next.2",
6464
"@angular/fire": "^19.0.0-rc",
65-
"@angular/forms": "19.1.0-next.1",
66-
"@angular/material": "19.1.0-next.0",
67-
"@angular/platform-browser": "19.1.0-next.1",
68-
"@angular/platform-browser-dynamic": "19.1.0-next.1",
69-
"@angular/router": "19.1.0-next.1",
65+
"@angular/forms": "19.1.0-next.2",
66+
"@angular/material": "19.1.0-next.1",
67+
"@angular/platform-browser": "19.1.0-next.2",
68+
"@angular/platform-browser-dynamic": "19.1.0-next.2",
69+
"@angular/router": "19.1.0-next.2",
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",
@@ -167,6 +167,6 @@
167167
}
168168
},
169169
"resolutions": {
170-
"@angular/benchpress/@angular/core": "19.1.0-next.1"
170+
"@angular/benchpress/@angular/core": "19.1.0-next.2"
171171
}
172172
}

yarn.lock

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,14 @@ __metadata:
162162
languageName: node
163163
linkType: hard
164164

165-
"@angular/animations@npm:19.1.0-next.1":
166-
version: 19.1.0-next.1
167-
resolution: "@angular/animations@npm:19.1.0-next.1"
165+
"@angular/animations@npm:19.1.0-next.2":
166+
version: 19.1.0-next.2
167+
resolution: "@angular/animations@npm:19.1.0-next.2"
168168
dependencies:
169169
tslib: "npm:^2.3.0"
170170
peerDependencies:
171-
"@angular/core": 19.1.0-next.1
172-
checksum: 10c0/a8ea4492ef5f21e984284b9e1d19865b6240ec615dff6ab15ee750c5f6c6a0921ac82bd724cbbf071364c947c5a0af531517416e7c10164ccde034e95cd56164
171+
"@angular/core": 19.1.0-next.2
172+
checksum: 10c0/c99d0e7d63e2f0853e931dcef15044ebdb39ce6e299d066d7fcf3dec93477016db36e2414b42c3992397a07e4f3228ec4da32ab226ea2682edfed02bf42fc82b
173173
languageName: node
174174
linkType: hard
175175

@@ -249,22 +249,22 @@ __metadata:
249249
dependencies:
250250
"@actions/core": "npm:^1.4.0"
251251
"@actions/github": "npm:^6.0.0"
252-
"@angular/animations": "npm:19.1.0-next.1"
252+
"@angular/animations": "npm:19.1.0-next.2"
253253
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch"
254254
"@angular/benchpress": "npm:0.3.0"
255255
"@angular/build": "npm:19.1.0-next.0"
256-
"@angular/cdk": "npm:19.1.0-next.0"
256+
"@angular/cdk": "npm:19.1.0-next.1"
257257
"@angular/cli": "npm:19.1.0-next.0"
258-
"@angular/common": "npm:19.1.0-next.1"
259-
"@angular/compiler": "npm:19.1.0-next.1"
260-
"@angular/compiler-cli": "npm:19.1.0-next.1"
261-
"@angular/core": "npm:19.1.0-next.1"
258+
"@angular/common": "npm:19.1.0-next.2"
259+
"@angular/compiler": "npm:19.1.0-next.2"
260+
"@angular/compiler-cli": "npm:19.1.0-next.2"
261+
"@angular/core": "npm:19.1.0-next.2"
262262
"@angular/fire": "npm:^19.0.0-rc"
263-
"@angular/forms": "npm:19.1.0-next.1"
264-
"@angular/material": "npm:19.1.0-next.0"
265-
"@angular/platform-browser": "npm:19.1.0-next.1"
266-
"@angular/platform-browser-dynamic": "npm:19.1.0-next.1"
267-
"@angular/router": "npm:19.1.0-next.1"
263+
"@angular/forms": "npm:19.1.0-next.2"
264+
"@angular/material": "npm:19.1.0-next.1"
265+
"@angular/platform-browser": "npm:19.1.0-next.2"
266+
"@angular/platform-browser-dynamic": "npm:19.1.0-next.2"
267+
"@angular/router": "npm:19.1.0-next.2"
268268
"@babel/core": "npm:^7.16.0"
269269
"@babel/plugin-proposal-async-generator-functions": "npm:^7.20.1"
270270
"@bazel/bazelisk": "npm:^1.11.0"
@@ -461,9 +461,9 @@ __metadata:
461461
languageName: node
462462
linkType: hard
463463

464-
"@angular/cdk@npm:19.1.0-next.0":
465-
version: 19.1.0-next.0
466-
resolution: "@angular/cdk@npm:19.1.0-next.0"
464+
"@angular/cdk@npm:19.1.0-next.1":
465+
version: 19.1.0-next.1
466+
resolution: "@angular/cdk@npm:19.1.0-next.1"
467467
dependencies:
468468
parse5: "npm:^7.1.2"
469469
tslib: "npm:^2.3.0"
@@ -474,7 +474,7 @@ __metadata:
474474
dependenciesMeta:
475475
parse5:
476476
optional: true
477-
checksum: 10c0/adb7cf5c1c523225d1415611629ea443bf0ae93eabf383077ddf1be7c5bd13aeb123c671585cd3123cadb6e672934977c8f288286d1a2a8650478e322f368e60
477+
checksum: 10c0/58dff9ead0edba02943b89f3c6819fcc0f4e548eb21f55070698a7e558adc1b76e4c182b8296adc0c66b0b483f3efa25a9d5a4d2160b5b5515ce9bc701f7a915
478478
languageName: node
479479
linkType: hard
480480

@@ -510,21 +510,21 @@ __metadata:
510510
languageName: node
511511
linkType: hard
512512

513-
"@angular/common@npm:19.1.0-next.1":
514-
version: 19.1.0-next.1
515-
resolution: "@angular/common@npm:19.1.0-next.1"
513+
"@angular/common@npm:19.1.0-next.2":
514+
version: 19.1.0-next.2
515+
resolution: "@angular/common@npm:19.1.0-next.2"
516516
dependencies:
517517
tslib: "npm:^2.3.0"
518518
peerDependencies:
519-
"@angular/core": 19.1.0-next.1
519+
"@angular/core": 19.1.0-next.2
520520
rxjs: ^6.5.3 || ^7.4.0
521-
checksum: 10c0/fa947a75112871fb938741518fcbd277961d418e4e6f2ce60b48fdb15395796e2266c0e7d97b35ac75e05a8df36dcedeed5acc0586b9de507cea184db4cdea1d
521+
checksum: 10c0/7f26af0e6501aff830b5d9c1e7bd1a7b59b58ca71b006822268d73903e0722725bc93bb5a60d408db9413fb433d7c8ba6f769041553796f9e515cd117a455bad
522522
languageName: node
523523
linkType: hard
524524

525-
"@angular/compiler-cli@npm:19.1.0-next.1":
526-
version: 19.1.0-next.1
527-
resolution: "@angular/compiler-cli@npm:19.1.0-next.1"
525+
"@angular/compiler-cli@npm:19.1.0-next.2":
526+
version: 19.1.0-next.2
527+
resolution: "@angular/compiler-cli@npm:19.1.0-next.2"
528528
dependencies:
529529
"@babel/core": "npm:7.26.0"
530530
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
@@ -535,39 +535,39 @@ __metadata:
535535
tslib: "npm:^2.3.0"
536536
yargs: "npm:^17.2.1"
537537
peerDependencies:
538-
"@angular/compiler": 19.1.0-next.1
538+
"@angular/compiler": 19.1.0-next.2
539539
typescript: ">=5.5 <5.8"
540540
bin:
541541
ng-xi18n: bundles/src/bin/ng_xi18n.js
542542
ngc: bundles/src/bin/ngc.js
543543
ngcc: bundles/ngcc/index.js
544-
checksum: 10c0/d69045608cb4466ad4ff21bd5a4a1017bbe7d65ac35b7897d4d151facfc850dd8ff090895869775896d1a32dfe2d02a6a1e979f6217d955aad4e3c567313bdef
544+
checksum: 10c0/e7e1962234af37d9956549ae232edce470606aa8dfc2b45fe7a714efae2124722b684e5d19b230a62d3cdb90abd58f780a1f0d01d05c753cc64207dd34f21cd7
545545
languageName: node
546546
linkType: hard
547547

548-
"@angular/compiler@npm:19.1.0-next.1":
549-
version: 19.1.0-next.1
550-
resolution: "@angular/compiler@npm:19.1.0-next.1"
548+
"@angular/compiler@npm:19.1.0-next.2":
549+
version: 19.1.0-next.2
550+
resolution: "@angular/compiler@npm:19.1.0-next.2"
551551
dependencies:
552552
tslib: "npm:^2.3.0"
553553
peerDependencies:
554-
"@angular/core": 19.1.0-next.1
554+
"@angular/core": 19.1.0-next.2
555555
peerDependenciesMeta:
556556
"@angular/core":
557557
optional: true
558-
checksum: 10c0/b129228875a47773f863b200b310cf294e286465508ff63000e10b4bb3c98f3d1bf06fe16c7db12de82c1d0c8d1841b180d928da4c9672f1c2ff00168fa005be
558+
checksum: 10c0/eb5001ebdfae987100551d344d31d35bdb9c8383c67c90fbff4d5aca1b9ede7056f71fa875615b042b65d0bb03526b0864982aa57182facc412151bd3a75d111
559559
languageName: node
560560
linkType: hard
561561

562-
"@angular/core@npm:19.1.0-next.1":
563-
version: 19.1.0-next.1
564-
resolution: "@angular/core@npm:19.1.0-next.1"
562+
"@angular/core@npm:19.1.0-next.2":
563+
version: 19.1.0-next.2
564+
resolution: "@angular/core@npm:19.1.0-next.2"
565565
dependencies:
566566
tslib: "npm:^2.3.0"
567567
peerDependencies:
568568
rxjs: ^6.5.3 || ^7.4.0
569569
zone.js: ~0.15.0
570-
checksum: 10c0/44bb80cb4a7e9e70045511efbe9fb5ab3dbc8f58daf125d6c3baf5cd9b94a116478d5dc8857da3d16b3119aeb879b7e25835fe972c921d02d1ea0c3778d880a4
570+
checksum: 10c0/e2128e814e61dd297f5c3bf4832841c1212b69912fb700a90b74cb0fc0918a9f803317ffd47b481308b9adb720e5fd8cb428d411a2478087c78fee8b50e4ca3d
571571
languageName: node
572572
linkType: hard
573573

@@ -597,78 +597,78 @@ __metadata:
597597
languageName: node
598598
linkType: hard
599599

600-
"@angular/forms@npm:19.1.0-next.1":
601-
version: 19.1.0-next.1
602-
resolution: "@angular/forms@npm:19.1.0-next.1"
600+
"@angular/forms@npm:19.1.0-next.2":
601+
version: 19.1.0-next.2
602+
resolution: "@angular/forms@npm:19.1.0-next.2"
603603
dependencies:
604604
tslib: "npm:^2.3.0"
605605
peerDependencies:
606-
"@angular/common": 19.1.0-next.1
607-
"@angular/core": 19.1.0-next.1
608-
"@angular/platform-browser": 19.1.0-next.1
606+
"@angular/common": 19.1.0-next.2
607+
"@angular/core": 19.1.0-next.2
608+
"@angular/platform-browser": 19.1.0-next.2
609609
rxjs: ^6.5.3 || ^7.4.0
610-
checksum: 10c0/33bbc9c44b401961936a5e648cc431dc2372d868ad618d2eb7d6aaf2c174df24b3ada9e16cbe0c3ef6f544644e1958e6e7424485ee2f6c4125324198b4d09b2b
610+
checksum: 10c0/a3a18707d5b3c6666de581d9d7a9ce0b8fb3c826dc5cc5427fb04c633c0eb82c0922693b3dfa890cddb4c1e89ad74621ae4d8c7b1037413e7731f81cd9ae454c
611611
languageName: node
612612
linkType: hard
613613

614-
"@angular/material@npm:19.1.0-next.0":
615-
version: 19.1.0-next.0
616-
resolution: "@angular/material@npm:19.1.0-next.0"
614+
"@angular/material@npm:19.1.0-next.1":
615+
version: 19.1.0-next.1
616+
resolution: "@angular/material@npm:19.1.0-next.1"
617617
dependencies:
618618
tslib: "npm:^2.3.0"
619619
peerDependencies:
620620
"@angular/animations": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
621-
"@angular/cdk": 19.1.0-next.0
621+
"@angular/cdk": 19.1.0-next.1
622622
"@angular/common": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
623623
"@angular/core": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
624624
"@angular/forms": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
625625
"@angular/platform-browser": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
626626
rxjs: ^6.5.3 || ^7.4.0
627-
checksum: 10c0/9ef62e3ef1309c1d2899baf5227e46f6149900aadfcb0b56023d52a5433540cf7b451d5bdc07cc093538653e4dcfd90c13485b8bb4f61bf7593413a5f41bc531
627+
checksum: 10c0/17e46a8883dd2408014ba8471e1f8c7d3d239798114258b08cf69246efcd89ea5a05334b9457c172aba052a64fad190fa66c3372706ec5bb429b990b5c1fba7c
628628
languageName: node
629629
linkType: hard
630630

631-
"@angular/platform-browser-dynamic@npm:19.1.0-next.1":
632-
version: 19.1.0-next.1
633-
resolution: "@angular/platform-browser-dynamic@npm:19.1.0-next.1"
631+
"@angular/platform-browser-dynamic@npm:19.1.0-next.2":
632+
version: 19.1.0-next.2
633+
resolution: "@angular/platform-browser-dynamic@npm:19.1.0-next.2"
634634
dependencies:
635635
tslib: "npm:^2.3.0"
636636
peerDependencies:
637-
"@angular/common": 19.1.0-next.1
638-
"@angular/compiler": 19.1.0-next.1
639-
"@angular/core": 19.1.0-next.1
640-
"@angular/platform-browser": 19.1.0-next.1
641-
checksum: 10c0/ef2816b1bf4d94ef2bfa33d6ce1a9cc71173209580958bba9cb30f7ecd3af216e8138581d54b784ea28b18ec1f94fab890b358e486f0c35509eb3a489d5a627c
637+
"@angular/common": 19.1.0-next.2
638+
"@angular/compiler": 19.1.0-next.2
639+
"@angular/core": 19.1.0-next.2
640+
"@angular/platform-browser": 19.1.0-next.2
641+
checksum: 10c0/b1f4b00caa5b80cd9c3ef27d46fb01f9d15e711f2bbe45ba5d8c332e18360a980209fe7f0c218f21f8b52a115537e8fcfd547f44eae0e2875b9f2111c3156e44
642642
languageName: node
643643
linkType: hard
644644

645-
"@angular/platform-browser@npm:19.1.0-next.1":
646-
version: 19.1.0-next.1
647-
resolution: "@angular/platform-browser@npm:19.1.0-next.1"
645+
"@angular/platform-browser@npm:19.1.0-next.2":
646+
version: 19.1.0-next.2
647+
resolution: "@angular/platform-browser@npm:19.1.0-next.2"
648648
dependencies:
649649
tslib: "npm:^2.3.0"
650650
peerDependencies:
651-
"@angular/animations": 19.1.0-next.1
652-
"@angular/common": 19.1.0-next.1
653-
"@angular/core": 19.1.0-next.1
651+
"@angular/animations": 19.1.0-next.2
652+
"@angular/common": 19.1.0-next.2
653+
"@angular/core": 19.1.0-next.2
654654
peerDependenciesMeta:
655655
"@angular/animations":
656656
optional: true
657-
checksum: 10c0/5e6d7e8b62cfc04e91dd2cb08126e80454a4b822560b6f6902baf7c51cc0b978d9a1f7bc3e1caa2c0f49eb41b268155fafc01a1f492752c47facbb9e0b222ce4
657+
checksum: 10c0/19dd3ab552b0aa750921af8df73f7f564ddf814c59218e7ad91f85acdf56d13a7b1c61613f17c740104ce75e0fcffef469dfd252f66466a7671604e38e914502
658658
languageName: node
659659
linkType: hard
660660

661-
"@angular/router@npm:19.1.0-next.1":
662-
version: 19.1.0-next.1
663-
resolution: "@angular/router@npm:19.1.0-next.1"
661+
"@angular/router@npm:19.1.0-next.2":
662+
version: 19.1.0-next.2
663+
resolution: "@angular/router@npm:19.1.0-next.2"
664664
dependencies:
665665
tslib: "npm:^2.3.0"
666666
peerDependencies:
667-
"@angular/common": 19.1.0-next.1
668-
"@angular/core": 19.1.0-next.1
669-
"@angular/platform-browser": 19.1.0-next.1
667+
"@angular/common": 19.1.0-next.2
668+
"@angular/core": 19.1.0-next.2
669+
"@angular/platform-browser": 19.1.0-next.2
670670
rxjs: ^6.5.3 || ^7.4.0
671-
checksum: 10c0/06bca1a258d2791b73255362206993f27d39eaa9fe14644a63be2c47f5e57cd6e35af4691cb036cdbf733479e084989860735f29ada37ef5bc60a717d9916ff1
671+
checksum: 10c0/cb41e421eef37d28c2246186d4fd9febb50e973fda448922d6ea29a177e73e966da8fedab8ecbe1c3e2bc85de0eccc49855185cd290352bc04f826ea034de0d0
672672
languageName: node
673673
linkType: hard
674674

0 commit comments

Comments
 (0)