From 40567b6866a0123f38e2745af97a96175d51cb25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 02:56:15 +0000 Subject: [PATCH] Bump @angular/compiler from 10.2.5 to 19.1.2 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 10.2.5 to 19.1.2. - [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.1.2/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 | 31 ++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29af9a3..45c2364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^10.2.5", "@angular/cdk": "^10.2.0", "@angular/common": "^10.2.5", - "@angular/compiler": "^10.2.5", + "@angular/compiler": "^19.1.2", "@angular/core": "^10.2.5", "@angular/elements": "^10.2.5", "@angular/forms": "^10.2.5", @@ -645,11 +645,23 @@ } }, "node_modules/@angular/compiler": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-10.2.5.tgz", - "integrity": "sha512-ddJiTPCoVBIGjFDYoYWDpmq3Zs8UKoWpzaeW4u+p17gWW54HwyT5XTxrgtbeUmaxIuRdL4/KT1lGHs9/9bwbCA==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.1.2.tgz", + "integrity": "sha512-CThpvyims1aoPtqUA5UCB0lEI8lDnWBuY6VpMST4YCxhYuPmDWrwKcYXOJU1w/5yEeR8bAOvWIkKdA83MAEyHw==", + "license": "MIT", "dependencies": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "19.1.2" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } } }, "node_modules/@angular/compiler-cli": { @@ -3671,6 +3683,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-10.2.4.tgz", "integrity": "sha512-7rnGrd0TlnAHwOSwvKjKuD+/vwPEP2aVwD9ZnvWYafQFpLYQj+9TYOBj+nbg2l4PCRx5ByYy7xPKnu88GX5/lw==", "dev": true, + "license": "MIT", "dependencies": { "@angular-devkit/core": "10.2.4", "enhanced-resolve": "4.3.0", @@ -20062,11 +20075,11 @@ } }, "@angular/compiler": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-10.2.5.tgz", - "integrity": "sha512-ddJiTPCoVBIGjFDYoYWDpmq3Zs8UKoWpzaeW4u+p17gWW54HwyT5XTxrgtbeUmaxIuRdL4/KT1lGHs9/9bwbCA==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.1.2.tgz", + "integrity": "sha512-CThpvyims1aoPtqUA5UCB0lEI8lDnWBuY6VpMST4YCxhYuPmDWrwKcYXOJU1w/5yEeR8bAOvWIkKdA83MAEyHw==", "requires": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" } }, "@angular/compiler-cli": { diff --git a/package.json b/package.json index c815ccb..8639c0b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/animations": "^10.2.5", "@angular/cdk": "^10.2.0", "@angular/common": "^10.2.5", - "@angular/compiler": "^10.2.5", + "@angular/compiler": "^19.1.2", "@angular/core": "^10.2.5", "@angular/elements": "^10.2.5", "@angular/forms": "^10.2.5",