From 189b89a6069ea41f1ca3dabcad104ce55514f4ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 12:48:17 +0000 Subject: [PATCH] chore: bump @angular-eslint/eslint-plugin-template from 19.4.0 to 19.5.0 Bumps [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) from 19.4.0 to 19.5.0. - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.5.0/packages/eslint-plugin-template) --- updated-dependencies: - dependency-name: "@angular-eslint/eslint-plugin-template" dependency-version: 19.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffcf1cc1..169a703c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@angular-devkit/build-angular": "^19.0.6", "@angular-eslint/builder": "^19.4.0", "@angular-eslint/eslint-plugin": "19.5.0", - "@angular-eslint/eslint-plugin-template": "19.4.0", + "@angular-eslint/eslint-plugin-template": "19.5.0", "@angular-eslint/schematics": "^19.0.2", "@angular-eslint/template-parser": "19.0.2", "@angular/animations": "^19.0.5", @@ -1583,14 +1583,14 @@ } }, "node_modules/@angular-eslint/eslint-plugin-template": { - "version": "19.4.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-19.4.0.tgz", - "integrity": "sha512-6WAGnHf5SKi7k8/AOOLwGCoN3iQUE8caKsg0OucL4CWPUyzsYpQjx7ALKyxx9lqoAngn3CTlQ2tcwDv6aYtfmg==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-19.5.0.tgz", + "integrity": "sha512-xDlxptxYelH6MuP48PE10cKDU+EHNYxDvsRmcUmP84MHP69VMAlmAAIS1j9y0UtfHrB1JxlKdsTU7cWH2YeWqA==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "19.4.0", - "@angular-eslint/utils": "19.4.0", + "@angular-eslint/bundled-angular-compiler": "19.5.0", + "@angular-eslint/utils": "19.5.0", "aria-query": "5.3.2", "axobject-query": "4.1.0" }, @@ -1602,20 +1602,20 @@ } }, "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "19.4.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.4.0.tgz", - "integrity": "sha512-Djq+je34czagDxvkBbbe1dLlhUGYK2MbHjEgPTQ00tVkacLQGAW4UmT1A0JGZzfzl/lDVvli64/lYQsJTSSM6A==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.5.0.tgz", + "integrity": "sha512-k75d3oQaF4F4a3Rk3JLBGtcmCNlaI5TlMSleKTMhKRrsD0nqDc+b5iFc/+JUzB9I5E6SovgMueU13ZdZfXZGZg==", "dev": true, "license": "MIT" }, "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@angular-eslint/utils": { - "version": "19.4.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-19.4.0.tgz", - "integrity": "sha512-2hZ7rf/0YBkn1Rk0i7AlYGlfxQ7+DqEXUsgp1M56mf0cy7/GCFiWZE0lcXFY4kzb4yQK3G2g+kIF092MwelT7Q==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-19.5.0.tgz", + "integrity": "sha512-s9ec5WAGppuqkYCU6yXg2jsz95Cbqo8eY5xNftI+4AiMP9YEwNwe212U1Z7OxHDvS1TbQGb6Vp0dJcgAmqs5bw==", "dev": true, "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "19.4.0" + "@angular-eslint/bundled-angular-compiler": "19.5.0" }, "peerDependencies": { "@typescript-eslint/utils": "^7.11.0 || ^8.0.0", diff --git a/package.json b/package.json index 76e98e9e..fb9920ab 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@angular-devkit/build-angular": "^19.0.6", "@angular-eslint/builder": "^19.4.0", "@angular-eslint/eslint-plugin": "19.5.0", - "@angular-eslint/eslint-plugin-template": "19.4.0", + "@angular-eslint/eslint-plugin-template": "19.5.0", "@angular-eslint/schematics": "^19.0.2", "@angular-eslint/template-parser": "19.0.2", "@angular/animations": "^19.0.5",