From 341adfd9806b393efb278dfcdf67f32c6d9eeedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 18:54:37 +0000 Subject: [PATCH] Bump @angular/compiler from 14.2.4 to 19.2.18 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 14.2.4 to 19.2.18. - [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/v19.2.18/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 19.2.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++---------------- package.json | 2 +- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81b27dd..05cb040 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "~14.2.2", "@angular/common": "~14.2.2", - "@angular/compiler": "~14.2.2", + "@angular/compiler": "~19.2.18", "@angular/core": "~14.2.2", "@angular/forms": "~14.2.2", "@angular/platform-browser": "~14.2.2", @@ -1356,22 +1356,14 @@ } }, "node_modules/@angular/compiler": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.4.tgz", - "integrity": "sha512-fBvTPPWBYA65bAmrqKcnzUHAhZ/tfs+nG+IeDukn4TeyQplVjDYOlqjf84jYQubSIx8WTicZzRFn0dIGsPaSNw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.18.tgz", + "integrity": "sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" - }, - "peerDependencies": { - "@angular/core": "14.2.4" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -18178,9 +18170,9 @@ } }, "@angular/compiler": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.4.tgz", - "integrity": "sha512-fBvTPPWBYA65bAmrqKcnzUHAhZ/tfs+nG+IeDukn4TeyQplVjDYOlqjf84jYQubSIx8WTicZzRFn0dIGsPaSNw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.18.tgz", + "integrity": "sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 2e34234..e377676 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "~14.2.2", "@angular/common": "~14.2.2", - "@angular/compiler": "~14.2.2", + "@angular/compiler": "~19.2.18", "@angular/core": "~14.2.2", "@angular/forms": "~14.2.2", "@angular/platform-browser": "~14.2.2",