From 18e602aa85061a15b03ee92b10c5a81a03d01740 Mon Sep 17 00:00:00 2001 From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:05:13 +0200 Subject: [PATCH] [PRODSEC-13253] Increased peerDependencies versions to allow to increase angular version in other projects (#12031) * [PRODSEC-13253] Increased peerDependencies versions to allow to increase angular version in other projects * [PRODSEC-13253] Addressec copilot comments --- lib/content-services/package.json | 20 ++++++++++---------- lib/core/package.json | 18 +++++++++--------- lib/extensions/package.json | 4 ++-- lib/insights/package.json | 10 +++++----- lib/process-services-cloud/package.json | 20 ++++++++++---------- lib/process-services/package.json | 20 ++++++++++---------- 6 files changed, 46 insertions(+), 46 deletions(-) diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 68291225a7..5d6ecdd72b 100644 --- a/lib/content-services/package.json +++ b/lib/content-services/package.json @@ -11,16 +11,16 @@ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "peerDependencies": { - "@angular/animations": ">=14.1.3", - "@angular/cdk": ">=14.1.2", - "@angular/common": ">=14.1.3", - "@angular/compiler": ">=14.1.3", - "@angular/core": ">=14.1.3", - "@angular/forms": ">=14.1.3", - "@angular/material": ">=14.1.2", - "@angular/platform-browser": ">=14.1.3", - "@angular/platform-browser-dynamic": ">=14.1.3", - "@angular/router": ">=14.1.3", + "@angular/animations": ">=20.3.25", + "@angular/cdk": ">=20.2.14", + "@angular/common": ">=20.3.25", + "@angular/compiler": ">=20.3.25", + "@angular/core": ">=20.3.25", + "@angular/forms": ">=20.3.25", + "@angular/material": ">=20.2.14", + "@angular/platform-browser": ">=20.3.25", + "@angular/platform-browser-dynamic": ">=20.3.25", + "@angular/router": ">=20.3.25", "@alfresco/js-api": ">=9.5.0", "@ngx-translate/core": ">=17.0.0", "@alfresco/adf-core": ">=8.5.0" diff --git a/lib/core/package.json b/lib/core/package.json index 44c1d7a26c..7a98f75817 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -22,15 +22,15 @@ "date-fns": "^2.30.0" }, "peerDependencies": { - "@angular/animations": ">=16.0.0", - "@angular/cdk": ">=16.0.0", - "@angular/common": ">=16.0.0", - "@angular/core": ">=16.0.0", - "@angular/forms": ">=16.0.0", - "@angular/material": ">=16.0.0", - "@angular/material-date-fns-adapter": ">=16.0.0", - "@angular/platform-browser": ">=16.0.0", - "@angular/router": ">=16.0.0", + "@angular/animations": ">=20.3.25", + "@angular/cdk": ">=20.2.14", + "@angular/common": ">=20.3.25", + "@angular/core": ">=20.3.25", + "@angular/forms": ">=20.3.25", + "@angular/material": ">=20.2.14", + "@angular/material-date-fns-adapter": ">=20.2.14", + "@angular/platform-browser": ">=20.3.25", + "@angular/router": ">=20.3.25", "@mat-datetimepicker/core": ">=12.0.1", "@ngx-translate/core": ">=17.0.0", "@alfresco/js-api": ">=9.5.0", diff --git a/lib/extensions/package.json b/lib/extensions/package.json index 1ec2e4c36d..83e60fcdb4 100644 --- a/lib/extensions/package.json +++ b/lib/extensions/package.json @@ -12,8 +12,8 @@ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "peerDependencies": { - "@angular/common": ">=14.1.3", - "@angular/core": ">=14.1.3", + "@angular/common": ">=20.3.25", + "@angular/core": ">=20.3.25", "@alfresco/js-api": ">=9.5.0" }, "keywords": [ diff --git a/lib/insights/package.json b/lib/insights/package.json index a1030b4588..deb298e5f0 100644 --- a/lib/insights/package.json +++ b/lib/insights/package.json @@ -16,11 +16,11 @@ "raphael": ">=2.3.0" }, "peerDependencies": { - "@angular/common": ">=14.1.3", - "@angular/compiler": ">=14.1.3", - "@angular/core": ">=14.1.3", - "@angular/forms": ">=14.1.3", - "@angular/material": ">=14.1.2", + "@angular/common": ">=20.3.25", + "@angular/compiler": ">=20.3.25", + "@angular/core": ">=20.3.25", + "@angular/forms": ">=20.3.25", + "@angular/material": ">=20.2.14", "@alfresco/adf-core": ">=8.5.0", "@alfresco/adf-content-services": ">=8.5.0", "@ngx-translate/core": ">=17.0.0" diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 2cf4f779a9..1cf944ba7a 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -11,16 +11,16 @@ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "peerDependencies": { - "@angular/animations": ">=14.1.3", - "@angular/cdk": ">=14.1.2", - "@angular/common": ">=14.1.3", - "@angular/compiler": ">=14.1.3", - "@angular/core": ">=14.1.3", - "@angular/forms": ">=14.1.3", - "@angular/material": ">=14.1.2", - "@angular/platform-browser": ">=14.1.3", - "@angular/platform-browser-dynamic": ">=14.1.3", - "@angular/router": ">=14.1.3", + "@angular/animations": ">=20.3.25", + "@angular/cdk": ">=20.2.14", + "@angular/common": ">=20.3.25", + "@angular/compiler": ">=20.3.25", + "@angular/core": ">=20.3.25", + "@angular/forms": ">=20.3.25", + "@angular/material": ">=20.2.14", + "@angular/platform-browser": ">=20.3.25", + "@angular/platform-browser-dynamic": ">=20.3.25", + "@angular/router": ">=20.3.25", "@alfresco/js-api": ">=9.5.0", "@alfresco/adf-core": ">=8.5.0", "@alfresco/adf-content-services": ">=8.5.0", diff --git a/lib/process-services/package.json b/lib/process-services/package.json index e146ff4a5a..d29b2444d1 100644 --- a/lib/process-services/package.json +++ b/lib/process-services/package.json @@ -11,16 +11,16 @@ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "peerDependencies": { - "@angular/animations": ">=14.1.3", - "@angular/cdk": ">=14.1.2", - "@angular/common": ">=14.1.3", - "@angular/compiler": ">=14.1.3", - "@angular/core": ">=14.1.3", - "@angular/forms": ">=14.1.3", - "@angular/material": ">=14.1.2", - "@angular/platform-browser": ">=14.1.3", - "@angular/platform-browser-dynamic": ">=14.1.3", - "@angular/router": ">=14.1.3", + "@angular/animations": ">=20.3.25", + "@angular/cdk": ">=20.2.14", + "@angular/common": ">=20.3.25", + "@angular/compiler": ">=20.3.25", + "@angular/core": ">=20.3.25", + "@angular/forms": ">=20.3.25", + "@angular/material": ">=20.2.14", + "@angular/platform-browser": ">=20.3.25", + "@angular/platform-browser-dynamic": ">=20.3.25", + "@angular/router": ">=20.3.25", "@alfresco/js-api": ">=9.5.0", "@alfresco/adf-core": ">=8.5.0", "@alfresco/adf-content-services": ">=8.5.0",