From cacfcf5b35f518db13d82a55b57a4bb59ec00a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 02:05:01 +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 21.4.0 to 22.5.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/v22.5.0/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-version: 22.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++++------ package.json | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c27614c..0e026437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@angular-devkit/core": "^21.2.3", "@angular-eslint/eslint-plugin": "^21.3.1", "@angular-eslint/eslint-plugin-template": "^21.3.1", - "@angular-eslint/template-parser": "^21.3.1", + "@angular-eslint/template-parser": "^22.5.0", "@angular/cli": "^21.2.3", "@angular/compiler-cli": "^21.2.4", "@angular/language-service": "^21.2.4", @@ -954,20 +954,27 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "21.4.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-21.4.0.tgz", - "integrity": "sha512-BaUSLSyS+43fzDoJkTMkGqNdCXq3fGnUZsfXTmrlZPJf5AYFbgAlAPGZXDJyoNWw43fux+DafdlrlKcYUSgSIw==", + "version": "22.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-22.5.0.tgz", + "integrity": "sha512-p0C48htmzd1/Qum3TIQz3FZMWivbkm7x8z3Q6GY3CzNOIzVRKQU2MwZtpocXPkctJGjYnC5wJ58d8Ow4E5LVbA==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "21.4.0", + "@angular-eslint/bundled-angular-compiler": "22.5.0", "eslint-scope": "9.1.2" }, "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "eslint": "^9.0.0 || ^10.0.0", "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "22.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-22.5.0.tgz", + "integrity": "sha512-AdvtopHjjenM02LqsgqQbpTWTbE2DqFS4ZJT8YxEIzUKUdLNwkGUgZn9WpKHBHGBvaiA3hj2BLWRCJs/vJmV3g==", + "dev": true, + "license": "MIT" + }, "node_modules/@angular-eslint/utils": { "version": "21.4.0", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-21.4.0.tgz", diff --git a/package.json b/package.json index 33c85846..da1e1d04 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@angular-devkit/core": "^21.2.3", "@angular-eslint/eslint-plugin": "^21.3.1", "@angular-eslint/eslint-plugin-template": "^21.3.1", - "@angular-eslint/template-parser": "^21.3.1", + "@angular-eslint/template-parser": "^22.5.0", "@angular/cli": "^21.2.3", "@angular/compiler-cli": "^21.2.4", "@angular/language-service": "^21.2.4",