From 05d5d263741c3b09acdf0786313b419bbe39f049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:35:09 +0000 Subject: [PATCH] Bump @angular/compiler from 13.0.3 to 19.0.5 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 13.0.3 to 19.0.5. - [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/19.0.5/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++++++-------- package.json | 2 +- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05b263086..d04c26068 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "~13.3.9", "@angular/cdk": "~13.3.0", "@angular/common": "~13.3.11", - "@angular/compiler": "~13.0.3", + "@angular/compiler": "~19.0.5", "@angular/core": "~13.3.11", "@angular/forms": "~13.3.11", "@angular/localize": "~13.0.3", @@ -788,14 +788,22 @@ } }, "node_modules/@angular/compiler": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.0.3.tgz", - "integrity": "sha512-WINfdQk6WojEhTIcNOkvhQu1yDRtq3FUx2saCZyGwS3MbzkfWUr4/x6VKJ5sAYJYnlaf9Goypau4/5lPp4+0tA==", + "version": "19.0.5", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.0.5.tgz", + "integrity": "sha512-S8ku5Ljp0kqX3shfmE9DVo09629jeYJSlBRGbj2Glb92dd+VQZPOz7KxqKRTwmAl7lQIV/+4Lr6G/GVTsoC4vg==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "19.0.5" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } } }, "node_modules/@angular/compiler-cli": { @@ -19360,9 +19368,9 @@ } }, "@angular/compiler": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.0.3.tgz", - "integrity": "sha512-WINfdQk6WojEhTIcNOkvhQu1yDRtq3FUx2saCZyGwS3MbzkfWUr4/x6VKJ5sAYJYnlaf9Goypau4/5lPp4+0tA==", + "version": "19.0.5", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.0.5.tgz", + "integrity": "sha512-S8ku5Ljp0kqX3shfmE9DVo09629jeYJSlBRGbj2Glb92dd+VQZPOz7KxqKRTwmAl7lQIV/+4Lr6G/GVTsoC4vg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 24f2e5cbc..b7828b6a1 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@angular/animations": "~13.3.9", "@angular/cdk": "~13.3.0", "@angular/common": "~13.3.11", - "@angular/compiler": "~13.0.3", + "@angular/compiler": "~19.0.5", "@angular/core": "~13.3.11", "@angular/forms": "~13.3.11", "@angular/localize": "~13.0.3",