From cd956938034c2e36be3d4a158685378d60b3f405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:12:28 +0000 Subject: [PATCH] chore(deps-dev): bump @angular-eslint/template-parser Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 19.0.1 to 19.0.2. - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.0.2/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- package-lock.json | 17 +++++++++++------ package.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e670de0adc..0122a66c1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@angular-devkit/schematics": "^17.3.0", "@angular-eslint/eslint-plugin": "^19.0.1", "@angular-eslint/eslint-plugin-template": "^19.0.1", - "@angular-eslint/template-parser": "^19.0.1", + "@angular-eslint/template-parser": "^19.0.2", "@angular/cli": "~17.3.0", "@angular/compiler-cli": "17.3.0", "@angular/language-service": "17.3.0", @@ -890,13 +890,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "19.0.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-19.0.1.tgz", - "integrity": "sha512-h0d9sPHxjJza+KkEBuVhxGdwWS9te65ZpQbltMzC8Lug6iusIu+bGM2UigKWU5SsFoOwfQ1/4mIJJ7H2+Em+pQ==", + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-19.0.2.tgz", + "integrity": "sha512-z3rZd2sBfuYcFf9rGDsB2zz2fbGX8kkF+0ftg9eocyQmzWrlZHFmuw9ha7oP/Mz8gpblyCS/aa1U/Srs6gz0UQ==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "19.0.1", + "@angular-eslint/bundled-angular-compiler": "19.0.2", "eslint-scope": "^8.0.2" }, "peerDependencies": { @@ -904,6 +903,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.0.2.tgz", + "integrity": "sha512-HPmp92r70SNO/0NdIaIhxrgVSpomqryuUk7jszvNRtu+OzYCJGcbLhQD38T3dbBWT/AV0QXzyzExn6/2ai9fEw==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "19.0.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-19.0.1.tgz", diff --git a/package.json b/package.json index b2212d7188..bf66548160 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@angular-eslint/eslint-plugin": "^19.0.1", "@angular-eslint/eslint-plugin-template": "^19.0.1", "@typescript-eslint/utils": "^8.17.0", - "@angular-eslint/template-parser": "^19.0.1", + "@angular-eslint/template-parser": "^19.0.2", "@angular/cli": "~17.3.0", "@angular/compiler-cli": "17.3.0", "@angular/language-service": "17.3.0",