From bffb0bbc29833dcbbb5183ac43f6ad0c75a9a14e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:40:35 +0000 Subject: [PATCH] Bump @angular/compiler from 19.1.3 to 19.2.17 in /src/ng-lightquery Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.1.3 to 19.2.17. - [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.2.17/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 19.2.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ng-lightquery/package-lock.json | 23 +++++++---------------- src/ng-lightquery/package.json | 2 +- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/src/ng-lightquery/package-lock.json b/src/ng-lightquery/package-lock.json index 96bb02c..d73d8d0 100644 --- a/src/ng-lightquery/package-lock.json +++ b/src/ng-lightquery/package-lock.json @@ -11,7 +11,7 @@ "@angular-devkit/schematics": "^19.1.4", "@angular/animations": "^19.1.3", "@angular/common": "^19.1.3", - "@angular/compiler": "^19.1.3", + "@angular/compiler": "^19.2.17", "@angular/core": "^19.1.3", "@angular/forms": "^19.1.3", "@angular/platform-browser": "^19.1.3", @@ -2403,23 +2403,14 @@ } }, "node_modules/@angular/compiler": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.1.3.tgz", - "integrity": "sha512-omX5Gyt3zlJVTUteO2YxsqYWtAIpkvs8kRYSUsLTi79V1gbGo+J1TawFuyBTrWxj4UtTGvwmDgZxiCIwMtP5KQ==", - "license": "MIT", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/core": "19.1.3" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } } }, "node_modules/@angular/compiler-cli": { @@ -17408,9 +17399,9 @@ } }, "@angular/compiler": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.1.3.tgz", - "integrity": "sha512-omX5Gyt3zlJVTUteO2YxsqYWtAIpkvs8kRYSUsLTi79V1gbGo+J1TawFuyBTrWxj4UtTGvwmDgZxiCIwMtP5KQ==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "requires": { "tslib": "^2.3.0" } diff --git a/src/ng-lightquery/package.json b/src/ng-lightquery/package.json index ee7a9ec..20d85ef 100644 --- a/src/ng-lightquery/package.json +++ b/src/ng-lightquery/package.json @@ -16,7 +16,7 @@ "@angular-devkit/schematics": "^19.1.4", "@angular/animations": "^19.1.3", "@angular/common": "^19.1.3", - "@angular/compiler": "^19.1.3", + "@angular/compiler": "^19.2.17", "@angular/core": "^19.1.3", "@angular/forms": "^19.1.3", "@angular/platform-browser": "^19.1.3",