From 530b7c1af1f4d10858af4f08dbe1be431667a26c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:12:31 +0000 Subject: [PATCH] chore(deps-dev): bump @angular-eslint/eslint-plugin Bumps [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) from 19.0.1 to 19.0.2. - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.0.2/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@angular-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 ++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e670de0adc..bdb704a992 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "@angular-devkit/build-angular": "^17.3.0", "@angular-devkit/core": "^17.3.0", "@angular-devkit/schematics": "^17.3.0", - "@angular-eslint/eslint-plugin": "^19.0.1", + "@angular-eslint/eslint-plugin": "^19.0.2", "@angular-eslint/eslint-plugin-template": "^19.0.1", "@angular-eslint/template-parser": "^19.0.1", "@angular/cli": "~17.3.0", @@ -855,14 +855,13 @@ "license": "MIT" }, "node_modules/@angular-eslint/eslint-plugin": { - "version": "19.0.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-19.0.1.tgz", - "integrity": "sha512-pjS/G65ilytiQWhpz1EU7kOyNn11ZyonRZmLgH1MoES6LW2m+a9B5+zLSd+JOQxiRIkdcVeyCzRWmku0LmHBsg==", + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-19.0.2.tgz", + "integrity": "sha512-DLuNVVGGFicSThOcMSJyNje+FZSPdG0B3lCBRiqcgKH/16kfM4pV8MobPM7RGK2NhaOmmZ4zzJNwpwWPSgi+Lw==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "19.0.1", - "@angular-eslint/utils": "19.0.1" + "@angular-eslint/bundled-angular-compiler": "19.0.2", + "@angular-eslint/utils": "19.0.2" }, "peerDependencies": { "@typescript-eslint/utils": "^7.11.0 || ^8.0.0", @@ -889,6 +888,26 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/eslint-plugin/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.0.2.tgz", + "integrity": "sha512-HPmp92r70SNO/0NdIaIhxrgVSpomqryuUk7jszvNRtu+OzYCJGcbLhQD38T3dbBWT/AV0QXzyzExn6/2ai9fEw==", + "dev": true + }, + "node_modules/@angular-eslint/eslint-plugin/node_modules/@angular-eslint/utils": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-19.0.2.tgz", + "integrity": "sha512-HotBT8OKr7zCaX1S9k27JuhRiTVIbbYVl6whlb3uwdMIPIWY8iOcEh1tjI4qDPUafpLfR72Dhwi5bO1E17F3/Q==", + "dev": true, + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "19.0.2" + }, + "peerDependencies": { + "@typescript-eslint/utils": "^7.11.0 || ^8.0.0", + "eslint": "^8.57.0 || ^9.0.0", + "typescript": "*" + } + }, "node_modules/@angular-eslint/template-parser": { "version": "19.0.1", "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-19.0.1.tgz", diff --git a/package.json b/package.json index b2212d7188..e4885771d6 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@angular-devkit/build-angular": "^17.3.0", "@angular-devkit/core": "^17.3.0", "@angular-devkit/schematics": "^17.3.0", - "@angular-eslint/eslint-plugin": "^19.0.1", + "@angular-eslint/eslint-plugin": "^19.0.2", "@angular-eslint/eslint-plugin-template": "^19.0.1", "@typescript-eslint/utils": "^8.17.0", "@angular-eslint/template-parser": "^19.0.1",