From 19a6e292968983c141ae8e857f7c354f1e02e7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 18:22:11 +0000 Subject: [PATCH] build(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 12.3.1 to 12.6.1. - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/master/packages/template-parser/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v12.6.1/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e25deef10..c6759d9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@angular-eslint/eslint-plugin": "^12.3.1", "@angular-eslint/eslint-plugin-template": "^12.3.1", "@angular-eslint/schematics": "^12.3.1", - "@angular-eslint/template-parser": "^12.3.1", + "@angular-eslint/template-parser": "^12.6.1", "@angular/cli": "^12.2.4", "@angular/compiler": "^12.2.4", "@angular/compiler-cli": "^12.2.4", @@ -517,6 +517,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "12.6.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-12.6.1.tgz", + "integrity": "sha512-m5upUwjiegTe/iPEn02ZYg/I0pKWRJkpgvQm4Odp2Bm173orpEihzCTursUxwEi1WPNlcyduh1bgjNKAPCOtkQ==", + "dev": true + }, "node_modules/@angular-eslint/eslint-plugin": { "version": "12.3.1", "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-12.3.1.tgz", @@ -576,15 +582,15 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-12.3.1.tgz", - "integrity": "sha512-6DkXqTaVEHZdcN3isHQ2CDoTsKLuJ5C1SYEOuFzOU1Zp85SvjxO92v6gPkFPKk0iQNVRmQS2XcKef6weehUUGA==", + "version": "12.6.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-12.6.1.tgz", + "integrity": "sha512-eoADibsywK00BR2I1YwkukN3EGWgbagRebZdOT18ajY1gtv0fzkf82RzxArxGiM52l4MQk5vnGNX6YvsRk6ZAA==", "dev": true, "dependencies": { + "@angular-eslint/bundled-angular-compiler": "12.6.1", "eslint-scope": "^5.1.0" }, "peerDependencies": { - "@angular/compiler": ">= 12.0.0 < 13.0.0", "eslint": "*", "typescript": "*" } @@ -25220,6 +25226,12 @@ "@nrwl/devkit": ">= 12.0.0 < 13.0.0" } }, + "@angular-eslint/bundled-angular-compiler": { + "version": "12.6.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-12.6.1.tgz", + "integrity": "sha512-m5upUwjiegTe/iPEn02ZYg/I0pKWRJkpgvQm4Odp2Bm173orpEihzCTursUxwEi1WPNlcyduh1bgjNKAPCOtkQ==", + "dev": true + }, "@angular-eslint/eslint-plugin": { "version": "12.3.1", "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-12.3.1.tgz", @@ -25265,11 +25277,12 @@ } }, "@angular-eslint/template-parser": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-12.3.1.tgz", - "integrity": "sha512-6DkXqTaVEHZdcN3isHQ2CDoTsKLuJ5C1SYEOuFzOU1Zp85SvjxO92v6gPkFPKk0iQNVRmQS2XcKef6weehUUGA==", + "version": "12.6.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-12.6.1.tgz", + "integrity": "sha512-eoADibsywK00BR2I1YwkukN3EGWgbagRebZdOT18ajY1gtv0fzkf82RzxArxGiM52l4MQk5vnGNX6YvsRk6ZAA==", "dev": true, "requires": { + "@angular-eslint/bundled-angular-compiler": "12.6.1", "eslint-scope": "^5.1.0" } }, diff --git a/package.json b/package.json index 736cd2e92..7fc5971cc 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@angular-eslint/eslint-plugin": "^12.3.1", "@angular-eslint/eslint-plugin-template": "^12.3.1", "@angular-eslint/schematics": "^12.3.1", - "@angular-eslint/template-parser": "^12.3.1", + "@angular-eslint/template-parser": "^12.6.1", "@angular/cli": "^12.2.4", "@angular/compiler": "^12.2.4", "@angular/compiler-cli": "^12.2.4",