From 0fce3a89e3510a13adea4b0efba3ed917b287dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 00:07:51 +0000 Subject: [PATCH] build(deps-dev): bump @angular/compiler-cli from 19.2.18 to 19.2.19 Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 19.2.18 to 19.2.19. - [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.19/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler-cli" dependency-version: 19.2.19 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fbf9226..36c8cae2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@angular-eslint/schematics": "^19.0.0", "@angular-eslint/template-parser": "^19.0.0", "@angular/cli": "^19.2.21", - "@angular/compiler-cli": "^19.2.18", + "@angular/compiler-cli": "^19.2.19", "@angular/forms": "^19.2.18", "@cypress/schematic": "^2.5.2", "@types/jasmine": "^3.10.18", @@ -44,7 +44,7 @@ "cypress": "^13.17.0", "eslint": "^8.57.0", "eslint-plugin-import": "*", - "eslint-plugin-jsdoc": "latest", + "eslint-plugin-jsdoc": "*", "eslint-plugin-prefer-arrow": "*", "express-jwt": "^8.5.1", "husky": "^4.3.8", @@ -617,9 +617,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "19.2.18", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.18.tgz", - "integrity": "sha512-N4TMtLfImJIoMaRL6mx7885UBeQidywptHH6ACZj71Ar6++DBc1mMlcwuvbeJCd3r3y8MQ5nLv5PZSN/tHr13w==", + "version": "19.2.19", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.19.tgz", + "integrity": "sha512-vdMJX9E7wePN41T+6BYRQBA+XiR9a5DBhs20dqtv8YVireQktH6mxLZIg1pVxkL/gnao2gpl/lOvp0xmC7UN/Q==", "dev": true, "license": "MIT", "dependencies": { @@ -641,7 +641,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/compiler": "19.2.18", + "@angular/compiler": "19.2.19", "typescript": ">=5.5 <5.9" } }, diff --git a/package.json b/package.json index fc3218ad..8762108f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@angular-eslint/schematics": "^19.0.0", "@angular-eslint/template-parser": "^19.0.0", "@angular/cli": "^19.2.21", - "@angular/compiler-cli": "^19.2.18", + "@angular/compiler-cli": "^19.2.19", "@angular/forms": "^19.2.18", "@cypress/schematic": "^2.5.2", "@types/jasmine": "^3.10.18",