From ee6b9c138f7b5ef645974987b0c16567ef32808b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:40:43 +0000 Subject: [PATCH] chore: bump @angular-eslint/template-parser from 20.3.0 to 20.6.0 Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 20.3.0 to 20.6.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.6.0/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-version: 20.6.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 4930fc9a..4dedff17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@angular-eslint/eslint-plugin": "20.3.0", "@angular-eslint/eslint-plugin-template": "20.3.0", "@angular-eslint/schematics": "^20.4.0", - "@angular-eslint/template-parser": "20.3.0", + "@angular-eslint/template-parser": "20.6.0", "@angular/animations": "^20.3.3", "@angular/build": "^20.3.8", "@angular/cli": "^20.3.4", @@ -2347,13 +2347,13 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "20.3.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-20.3.0.tgz", - "integrity": "sha512-gB564h/kZ7siWvgHDETU++sk5e25qFfVaizLaa6KoBEYFP6dOCiedz15LTcA0TsXp0rGu6Z6zkl291iSM1qzDA==", + "version": "20.6.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-20.6.0.tgz", + "integrity": "sha512-dDsABCf8qoFEUmSQa2F0NBZtkxT+I4GQxKcYSpsFZdgv6zrE46lpJSuRgK8OKOq1jqMmbIEXp2h0FeHyJS/qmg==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "20.3.0", + "@angular-eslint/bundled-angular-compiler": "20.6.0", "eslint-scope": "^8.0.2" }, "peerDependencies": { @@ -2361,6 +2361,13 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "20.6.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-20.6.0.tgz", + "integrity": "sha512-axeU33lBOcfQ/kcpBc/70vR69PFX9kqgUtroENK0lq6dBeRgi6LJVbBOAHRtR2Xfxd9Lv4YbqWuJ0oQ5BwSTGQ==", + "dev": true, + "license": "MIT" + }, "node_modules/@angular-eslint/utils": { "version": "20.3.0", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-20.3.0.tgz", diff --git a/package.json b/package.json index 0a843f8f..add227f8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@angular-eslint/eslint-plugin": "20.3.0", "@angular-eslint/eslint-plugin-template": "20.3.0", "@angular-eslint/schematics": "^20.4.0", - "@angular-eslint/template-parser": "20.3.0", + "@angular-eslint/template-parser": "20.6.0", "@angular/animations": "^20.3.3", "@angular/build": "^20.3.8", "@angular/cli": "^20.3.4",