From 5d09b55d7067eeadab8185f324a1c99c862faecd Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Thu, 19 Jun 2025 15:57:53 +0200 Subject: [PATCH 1/4] feat(cdk): bump peerDependency to @angular/core ^20 BREAKING CHANGE: bump ng to version 20 --- libs/cdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cdk/package.json b/libs/cdk/package.json index d459aa2f4..fde86a201 100644 --- a/libs/cdk/package.json +++ b/libs/cdk/package.json @@ -42,7 +42,7 @@ "url": "https://github.com/rx-angular/rx-angular.git" }, "peerDependencies": { - "@angular/core": "^19.0.0", + "@angular/core": "^20.0.0", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { From c6752920d7d61b57b53fc3def36f2c013eb92a20 Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Thu, 19 Jun 2025 15:58:10 +0200 Subject: [PATCH 2/4] feat(state): bump peerDependency to @angular/core ^20 BREAKING CHANGE: bump ng to version 20 --- libs/state/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/state/package.json b/libs/state/package.json index 61d8c013a..2562c9451 100644 --- a/libs/state/package.json +++ b/libs/state/package.json @@ -42,8 +42,8 @@ "url": "https://github.com/rx-angular/rx-angular.git" }, "peerDependencies": { - "@angular/core": "^19.0.0", - "@rx-angular/cdk": "^19.1.0", + "@angular/core": "^20.0.0", + "@rx-angular/cdk": "^20.0.0", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { From 7b6e1be76a1656c77f1c7e63a0fa0ee334606268 Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Thu, 19 Jun 2025 15:58:19 +0200 Subject: [PATCH 3/4] feat(template): bump peerDependency to @angular/core ^20 BREAKING CHANGE: bump ng to version 20 --- libs/template/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/template/package.json b/libs/template/package.json index 1f401ed8b..ff080dd60 100644 --- a/libs/template/package.json +++ b/libs/template/package.json @@ -43,8 +43,8 @@ "url": "https://github.com/rx-angular/rx-angular.git" }, "peerDependencies": { - "@angular/core": "^19.0.0", - "@rx-angular/cdk": "^19.1.0", + "@angular/core": "^20.0.0", + "@rx-angular/cdk": "^20.0.0", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { From 4124f5934db9cfe8e8008b59eef88d25615d7117 Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Mon, 14 Jul 2025 23:26:57 +0200 Subject: [PATCH 4/4] chore: upgrade yarn lock --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 7302f1b6f..75372929b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10167,7 +10167,7 @@ __metadata: ng-morph: "npm:^4.0.3" tslib: "npm:^2.4.1" peerDependencies: - "@angular/core": ^19.0.0 + "@angular/core": ^20.0.0 rxjs: ^6.5.3 || ^7.4.0 languageName: unknown linkType: soft @@ -10205,8 +10205,8 @@ __metadata: ng-morph: "npm:^4.0.3" tslib: "npm:^2.4.1" peerDependencies: - "@angular/core": ^19.0.0 - "@rx-angular/cdk": ^19.1.0 + "@angular/core": ^20.0.0 + "@rx-angular/cdk": ^20.0.0 rxjs: ^6.5.3 || ^7.4.0 languageName: unknown linkType: soft @@ -10218,8 +10218,8 @@ __metadata: ng-morph: "npm:^4.0.3" tslib: "npm:^2.4.1" peerDependencies: - "@angular/core": ^19.0.0 - "@rx-angular/cdk": ^19.1.0 + "@angular/core": ^20.0.0 + "@rx-angular/cdk": ^20.0.0 rxjs: ^6.5.3 || ^7.4.0 languageName: unknown linkType: soft