From 7035167a681dc9e04485b253744011074f254984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:06:57 +0000 Subject: [PATCH] chore: bump @angular-eslint/template-parser from 20.0.0 to 20.3.0 Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 20.0.0 to 20.3.0. - [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/v20.3.0/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-version: 20.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++++----- package.json | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8edc2afd..4d4d146f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@angular-eslint/eslint-plugin": "19.8.1", "@angular-eslint/eslint-plugin-template": "20.0.0", "@angular-eslint/schematics": "^20.2.0", - "@angular-eslint/template-parser": "20.0.0", + "@angular-eslint/template-parser": "20.3.0", "@angular/animations": "^19.0.5", "@angular/cli": "^19.0.6", "@angular/compiler": "^19.0.5", @@ -2086,13 +2086,13 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-20.0.0.tgz", - "integrity": "sha512-5y9hxH/z+9rIOJp1FwRBSgJ6xt8/pgRfBF+eEIPyIHKl5mV0cVzlQiD7j1LMYTcxJZLHAoryomvSBDpmbtAlWg==", + "version": "20.3.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-20.3.0.tgz", + "integrity": "sha512-gB564h/kZ7siWvgHDETU++sk5e25qFfVaizLaa6KoBEYFP6dOCiedz15LTcA0TsXp0rGu6Z6zkl291iSM1qzDA==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "20.0.0", + "@angular-eslint/bundled-angular-compiler": "20.3.0", "eslint-scope": "^8.0.2" }, "peerDependencies": { @@ -2100,6 +2100,13 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "20.3.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-20.3.0.tgz", + "integrity": "sha512-QwuNnmRNr/uNj89TxknPbGcs5snX1w7RoJJPNAsfb2QGcHzUTQovS8hqm9kaDZdpUJDPP7jt7B6F0+EjrPAXRA==", + "dev": true, + "license": "MIT" + }, "node_modules/@angular-eslint/utils": { "version": "20.0.0", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-20.0.0.tgz", diff --git a/package.json b/package.json index 654f02a2..b1641e69 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@angular-eslint/eslint-plugin": "19.8.1", "@angular-eslint/eslint-plugin-template": "20.0.0", "@angular-eslint/schematics": "^20.2.0", - "@angular-eslint/template-parser": "20.0.0", + "@angular-eslint/template-parser": "20.3.0", "@angular/animations": "^19.0.5", "@angular/cli": "^19.0.6", "@angular/compiler": "^19.0.5",