From 2de0851333732c8ed789eb15bcd4b1c3cf9a3bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:02:00 +0000 Subject: [PATCH] chore: bump @angular-eslint/template-parser from 20.3.0 to 21.0.1 Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 20.3.0 to 21.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/v21.0.1/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-version: 21.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 ++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52dcb47d..330cda77 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.6.0", - "@angular-eslint/template-parser": "20.3.0", + "@angular-eslint/template-parser": "21.0.1", "@angular/animations": "^20.3.3", "@angular/build": "^20.3.10", "@angular/cli": "^20.3.4", @@ -2360,20 +2360,44 @@ } }, "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": "21.0.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-21.0.1.tgz", + "integrity": "sha512-1KocmjmBP0qlKQGRhRGN0MGvLxf1q2KDWbvzn7ZGdQrIDLC/hFJ8YmnOWsPrM9RxiZi0o5BxCCu9D7KlbthxIg==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "20.3.0", - "eslint-scope": "^8.0.2" + "@angular-eslint/bundled-angular-compiler": "21.0.1", + "eslint-scope": "^9.0.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-21.0.1.tgz", + "integrity": "sha512-Kb59SopkJ2sDgZSysL+ZqcfqM2cbK+gciAyHljkrCUsqo66eEq5KCZUU//RVoo4MHi+qL/dFy54JG/+A/35xcQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@angular-eslint/template-parser/node_modules/eslint-scope": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.0.0.tgz", + "integrity": "sha512-+Yh0LeQKq+mW/tQArNj67tljR3L1HajDTQPuZOEwC00oBdoIDQrr89yBgjAlzAwRrY/5zDkM3v99iGHwz9y0dw==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "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 61342e13..cbf522cc 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.6.0", - "@angular-eslint/template-parser": "20.3.0", + "@angular-eslint/template-parser": "21.0.1", "@angular/animations": "^20.3.3", "@angular/build": "^20.3.10", "@angular/cli": "^20.3.4",