From 33fe466c602291663c33d00a69221fc395df2453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:14:07 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler from 18.0.1 to 19.2.20 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 18.0.1 to 19.2.20. - [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.20/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 19.2.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++------------- package.json | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c92f835..0ac52f78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@angular-eslint/eslint-plugin-template": "~18.0.1", "@angular-eslint/schematics": "~18.0.1", "@angular-eslint/template-parser": "~18.0.1", - "@angular/compiler": "^18.0.1", + "@angular/compiler": "^19.2.20", "@angular/compiler-cli": "^18.0.1", "@types/jasmine": "^5.1.4", "@types/karma": "^6.3.8", @@ -1127,23 +1127,15 @@ } }, "node_modules/@angular/compiler": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.0.1.tgz", - "integrity": "sha512-zyG/ifCtN0drAuwz0oV6LtzTiDREsM1Ay7eJW9wTvp3NCv06goHLtHXX12eFfZQWJViBv924lyRDSWdZN7r3GQ==", + "version": "19.2.20", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.20.tgz", + "integrity": "sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" - }, - "peerDependencies": { - "@angular/core": "18.0.1" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/package.json b/package.json index 759db3ad..7b5f9b6c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@angular-eslint/eslint-plugin-template": "~18.0.1", "@angular-eslint/schematics": "~18.0.1", "@angular-eslint/template-parser": "~18.0.1", - "@angular/compiler": "^18.0.1", + "@angular/compiler": "^19.2.20", "@angular/compiler-cli": "^18.0.1", "@types/jasmine": "^5.1.4", "@types/karma": "^6.3.8",