From 4eb59a6b12ce83ab942fd563e0fa6177e7515937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:24:34 +0000 Subject: [PATCH] Bump @angular/common from 19.2.25 to 22.0.4 in /test-app Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.2.25 to 22.0.4. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/v22.0.4/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v22.0.4/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 22.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-app/package-lock.json | 12 ++++++------ test-app/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test-app/package-lock.json b/test-app/package-lock.json index f073911c1..69dd3c21a 100644 --- a/test-app/package-lock.json +++ b/test-app/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "19.2.25", "@angular/cdk": "19.2.19", - "@angular/common": "19.2.25", + "@angular/common": "22.0.4", "@angular/compiler": "19.2.25", "@angular/core": "19.2.25", "@angular/forms": "19.2.25", @@ -597,18 +597,18 @@ } }, "node_modules/@angular/common": { - "version": "19.2.25", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.25.tgz", - "integrity": "sha512-WteFLyfDPvilzpSGHk64bqowa4NnHdbjNl1xXeGr038fgTjp0l0NdiUPqeDtYT4pf5lWl6477pPoQN7o//NyyQ==", + "version": "22.0.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-22.0.4.tgz", + "integrity": "sha512-ibHINcvajoXfKfb4aGdLx8aOFkUOadAYF9/Yy4j2C1gQdLS6uXOCPFD9+W9zWf8OeMhL0H+i+5KeNlh6XbGaZw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/core": "19.2.25", + "@angular/core": "22.0.4", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/test-app/package.json b/test-app/package.json index 99f93ef34..09e0a7bc8 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/animations": "19.2.25", "@angular/cdk": "19.2.19", - "@angular/common": "19.2.25", + "@angular/common": "22.0.4", "@angular/compiler": "19.2.25", "@angular/core": "19.2.25", "@angular/forms": "19.2.25",