From ff7b313a88459187853f48297cc628fbd8c3afc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:06:41 +0000 Subject: [PATCH] chore(deps): bump @angular/core from 20.3.15 to 21.1.1 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.15 to 21.1.1. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.1.1/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../js-datagrid/package.json | 2 +- .../js-order-book/package.json | 2 +- .../js-trader-app/package.json | 2 +- .../js-datagrid/package.json | 2 +- package-lock.json | 126 ++++++++---------- .../oss-frontend/package.json | 2 +- 6 files changed, 62 insertions(+), 74 deletions(-) diff --git a/examples/fdc3-chart-and-grid/js-datagrid/package.json b/examples/fdc3-chart-and-grid/js-datagrid/package.json index c69d317fd..667a17399 100644 --- a/examples/fdc3-chart-and-grid/js-datagrid/package.json +++ b/examples/fdc3-chart-and-grid/js-datagrid/package.json @@ -14,7 +14,7 @@ "@angular/cdk": "20.2.14", "@angular/common": "20.3.15", "@angular/compiler": "20.3.15", - "@angular/core": "20.3.15", + "@angular/core": "21.1.1", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "20.3.15", "@angular/material": "20.2.14", diff --git a/examples/fdc3-trade-simulator/js-order-book/package.json b/examples/fdc3-trade-simulator/js-order-book/package.json index aa1804ec1..68309545d 100644 --- a/examples/fdc3-trade-simulator/js-order-book/package.json +++ b/examples/fdc3-trade-simulator/js-order-book/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^20.3.15", "@angular/common": "^20.3.15", "@angular/compiler": "^20.3.15", - "@angular/core": "^20.3.15", + "@angular/core": "^21.1.1", "@angular/forms": "^20.3.15", "@angular/material": "20.2.14", "@angular/platform-browser": "^20.3.15", diff --git a/examples/fdc3-trade-simulator/js-trader-app/package.json b/examples/fdc3-trade-simulator/js-trader-app/package.json index 2ab841fcb..0a421f3ab 100644 --- a/examples/fdc3-trade-simulator/js-trader-app/package.json +++ b/examples/fdc3-trade-simulator/js-trader-app/package.json @@ -14,7 +14,7 @@ "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.15", "@angular/compiler": "^20.3.15", - "@angular/core": "^20.3.15", + "@angular/core": "^21.1.1", "@angular/forms": "^20.3.15", "@angular/material": "^20.2.14", "@angular/platform-browser": "^20.3.15", diff --git a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json index 9c4eb93cd..db39e3732 100644 --- a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json +++ b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json @@ -14,7 +14,7 @@ "@angular/cdk": "20.2.14", "@angular/common": "20.3.15", "@angular/compiler": "20.3.15", - "@angular/core": "20.3.15", + "@angular/core": "21.1.1", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "20.3.15", "@angular/material": "20.2.14", diff --git a/package-lock.json b/package-lock.json index 36cc6646e..9ffce03b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -178,7 +178,7 @@ "@angular/cdk": "20.2.14", "@angular/common": "20.3.15", "@angular/compiler": "20.3.15", - "@angular/core": "20.3.15", + "@angular/core": "21.1.1", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "20.3.15", "@angular/material": "20.2.14", @@ -362,6 +362,18 @@ "rxjs": "^6.5.3 || ^7.4.0" } }, + "examples/fdc3-chart-and-grid/js-datagrid/node_modules/@angular/compiler": { + "version": "20.3.15", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + } + }, "examples/fdc3-chart-and-grid/js-datagrid/node_modules/@angular/core": { "version": "20.3.15", "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.15.tgz", @@ -1240,7 +1252,7 @@ "@angular/animations": "^20.3.15", "@angular/common": "^20.3.15", "@angular/compiler": "^20.3.15", - "@angular/core": "^20.3.15", + "@angular/core": "^21.1.1", "@angular/forms": "^20.3.15", "@angular/material": "20.2.14", "@angular/platform-browser": "^20.3.15", @@ -1424,29 +1436,16 @@ "rxjs": "^6.5.3 || ^7.4.0" } }, - "examples/fdc3-trade-simulator/js-order-book/node_modules/@angular/core": { + "examples/fdc3-trade-simulator/js-order-book/node_modules/@angular/compiler": { "version": "20.3.15", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.15.tgz", - "integrity": "sha512-NMbX71SlTZIY9+rh/SPhRYFJU0pMJYW7z/TBD4lqiO+b0DTOIg1k7Pg9ydJGqSjFO1Z4dQaA6TteNuF99TJCNw==", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0" - }, - "peerDependencies": { - "@angular/compiler": "20.3.15", - "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.15.0" - }, - "peerDependenciesMeta": { - "@angular/compiler": { - "optional": true - }, - "zone.js": { - "optional": true - } } }, "examples/fdc3-trade-simulator/js-order-book/node_modules/@angular/forms": { @@ -2091,7 +2090,7 @@ "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.15", "@angular/compiler": "^20.3.15", - "@angular/core": "^20.3.15", + "@angular/core": "^21.1.1", "@angular/forms": "^20.3.15", "@angular/material": "^20.2.14", "@angular/platform-browser": "^20.3.15", @@ -2274,29 +2273,16 @@ "rxjs": "^6.5.3 || ^7.4.0" } }, - "examples/fdc3-trade-simulator/js-trader-app/node_modules/@angular/core": { + "examples/fdc3-trade-simulator/js-trader-app/node_modules/@angular/compiler": { "version": "20.3.15", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.15.tgz", - "integrity": "sha512-NMbX71SlTZIY9+rh/SPhRYFJU0pMJYW7z/TBD4lqiO+b0DTOIg1k7Pg9ydJGqSjFO1Z4dQaA6TteNuF99TJCNw==", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0" - }, - "peerDependencies": { - "@angular/compiler": "20.3.15", - "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.15.0" - }, - "peerDependenciesMeta": { - "@angular/compiler": { - "optional": true - }, - "zone.js": { - "optional": true - } } }, "examples/fdc3-trade-simulator/js-trader-app/node_modules/@angular/forms": { @@ -3087,7 +3073,7 @@ "@angular/cdk": "20.2.14", "@angular/common": "20.3.15", "@angular/compiler": "20.3.15", - "@angular/core": "20.3.15", + "@angular/core": "21.1.1", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "20.3.15", "@angular/material": "20.2.14", @@ -3363,6 +3349,18 @@ "rxjs": "^6.5.3 || ^7.4.0" } }, + "examples/js-chart-and-grid-messagerouter/js-datagrid/node_modules/@angular/compiler": { + "version": "20.3.15", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + } + }, "examples/js-chart-and-grid-messagerouter/js-datagrid/node_modules/@angular/core": { "version": "20.3.15", "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.15.tgz", @@ -5079,10 +5077,12 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.15", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", - "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.1.tgz", + "integrity": "sha512-Urd3bh0zv0MQ//S7RRTanIkOMAZH/A7vSMXUDJ3aflplNs7JNbVqBwDNj8NoX1V+os+fd8JRJOReCc1EpH4ZKQ==", + "devOptional": true, "license": "MIT", + "peer": true, "dependencies": { "tslib": "^2.3.0" }, @@ -5282,20 +5282,28 @@ } }, "node_modules/@angular/core": { - "version": "17.3.12", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.3.12.tgz", - "integrity": "sha512-MuFt5yKi161JmauUta4Dh0m8ofwoq6Ino+KoOtkYMBGsSx+A7dSm+DUxxNwdj7+DNyg3LjVGCFgBFnq4g8z06A==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.1.tgz", + "integrity": "sha512-KFRCEhsi02pY1EqJ5rnze4mzSaacqh14D8goDhtmARiUH0tefaHR+uKyu4bKSrWga2T/ExG0DJX52LhHRs2qSw==", "license": "MIT", - "peer": true, "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { + "@angular/compiler": "21.1.1", "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.14.0" + "zone.js": "~0.15.0 || ~0.16.0" + }, + "peerDependenciesMeta": { + "@angular/compiler": { + "optional": true + }, + "zone.js": { + "optional": true + } } }, "node_modules/@angular/flex-layout": { @@ -33526,13 +33534,6 @@ "zod": "^3.25 || ^4" } }, - "node_modules/zone.js": { - "version": "0.14.10", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.10.tgz", - "integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==", - "license": "MIT", - "peer": true - }, "prototypes/process-explorer/oss-frontend": { "name": "@morgan-stanley/composeui-process-explorer-frontend-oss", "version": "0.0.0", @@ -33541,7 +33542,7 @@ "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.15", "@angular/compiler": "^20.3.15", - "@angular/core": "^20.3.15", + "@angular/core": "^21.1.1", "@angular/forms": "^20.3.15", "@angular/material": "^20.2.14", "@angular/platform-browser": "^20.3.15", @@ -33727,29 +33728,16 @@ "rxjs": "^6.5.3 || ^7.4.0" } }, - "prototypes/process-explorer/oss-frontend/node_modules/@angular/core": { + "prototypes/process-explorer/oss-frontend/node_modules/@angular/compiler": { "version": "20.3.15", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.15.tgz", - "integrity": "sha512-NMbX71SlTZIY9+rh/SPhRYFJU0pMJYW7z/TBD4lqiO+b0DTOIg1k7Pg9ydJGqSjFO1Z4dQaA6TteNuF99TJCNw==", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0" - }, - "peerDependencies": { - "@angular/compiler": "20.3.15", - "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.15.0" - }, - "peerDependenciesMeta": { - "@angular/compiler": { - "optional": true - }, - "zone.js": { - "optional": true - } } }, "prototypes/process-explorer/oss-frontend/node_modules/@angular/forms": { diff --git a/prototypes/process-explorer/oss-frontend/package.json b/prototypes/process-explorer/oss-frontend/package.json index 97cd31a5d..1a0cc7d57 100644 --- a/prototypes/process-explorer/oss-frontend/package.json +++ b/prototypes/process-explorer/oss-frontend/package.json @@ -16,7 +16,7 @@ "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.15", "@angular/compiler": "^20.3.15", - "@angular/core": "^20.3.15", + "@angular/core": "^21.1.1", "@angular/forms": "^20.3.15", "@angular/material": "^20.2.14", "@angular/platform-browser": "^20.3.15",