From 2840e97233a8a65f2bf6f9b244b63a36901f4ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:23:34 +0000 Subject: [PATCH] Bump @angular-eslint/template-parser from 18.3.1 to 19.0.1 in /client Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 18.3.1 to 19.0.1. - [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.1/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 17 +++++++++++------ client/package.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index bbc34c71..0014c388 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -30,7 +30,7 @@ "@angular-eslint/eslint-plugin": "~18.3.1", "@angular-eslint/eslint-plugin-template": "~18.3.1", "@angular-eslint/schematics": "~18.3.1", - "@angular-eslint/template-parser": "~18.3.1", + "@angular-eslint/template-parser": "~19.0.1", "@angular/cli": "^18.2.4", "@angular/compiler-cli": "^18.2.4", "@angular/language-service": "^18.2.4", @@ -359,13 +359,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.3.1.tgz", - "integrity": "sha512-JUUkfWH1G+u/Uk85ZYvJSt/qwN/Ko+jlXFtzBEcknJZsTWTwBcp36v77gPZe5FmKSziJZpyPUd+7Kiy6tuSCTw==", + "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==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.3.1", + "@angular-eslint/bundled-angular-compiler": "19.0.1", "eslint-scope": "^8.0.2" }, "peerDependencies": { @@ -373,6 +372,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.0.1.tgz", + "integrity": "sha512-ENnRzQdXKKisX0G2b7FmQu1IfhvPCrpZW2I4KMXNTOEp4+eouIoUzzHgM0dsRaXwB/RUfwBblTuAx8HZHW1oxw==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-18.3.1.tgz", diff --git a/client/package.json b/client/package.json index 8b189ac2..589da6cb 100644 --- a/client/package.json +++ b/client/package.json @@ -34,7 +34,7 @@ "@angular-eslint/eslint-plugin": "~18.3.1", "@angular-eslint/eslint-plugin-template": "~18.3.1", "@angular-eslint/schematics": "~18.3.1", - "@angular-eslint/template-parser": "~18.3.1", + "@angular-eslint/template-parser": "~19.0.1", "@angular/cli": "^18.2.4", "@angular/compiler-cli": "^18.2.4", "@angular/language-service": "^18.2.4",