From 1a4374d7c795ca155abb766fbe70116fbeea9bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:36:21 +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 16.1.1 to 17.0.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/v17.0.0/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++----- package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8534ab35..782c2b46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@angular-eslint/eslint-plugin": "^16.1.0", "@angular-eslint/eslint-plugin-template": "^16.1.0", "@angular-eslint/schematics": "^16.1.0", - "@angular-eslint/template-parser": "^16.1.0", + "@angular-eslint/template-parser": "^17.0.0", "@angular/cli": "~16.2.0", "@angular/compiler-cli": "^16.1.5", "@angular/language-service": "^16.1.5", @@ -1609,12 +1609,12 @@ "dev": true }, "node_modules/@angular-eslint/template-parser": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-16.1.1.tgz", - "integrity": "sha512-ZJ+M4+JGYcsIP/t+XiuzL5A5pCjjCen272U3/M/WqIMDDxyIKrHubK1bVtr2kndCEudqud+WyJU0ub13UIwGgw==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.0.0.tgz", + "integrity": "sha512-uYdANaTVEXxvsTYPQU0dh7dNK4b9Ez6y512DH9Hgnv1T6CSwBPjMk0/rQfefJevk+LxDjCBspnbXcgnY/yi88Q==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "16.1.1", + "@angular-eslint/bundled-angular-compiler": "17.0.0", "eslint-scope": "^7.0.0" }, "peerDependencies": { @@ -1622,6 +1622,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.0.0.tgz", + "integrity": "sha512-nHLliW18XduO51+e/RST8O2YnhcQR3+NSSy8zlmYyjLeUi5NBpC/Hwp68KxPP2YcUYie1tWlaw48YJYo97qE6A==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "16.1.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-16.1.1.tgz", diff --git a/package.json b/package.json index 59c88490..642f49fa 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@angular-eslint/eslint-plugin": "^16.1.0", "@angular-eslint/eslint-plugin-template": "^16.1.0", "@angular-eslint/schematics": "^16.1.0", - "@angular-eslint/template-parser": "^16.1.0", + "@angular-eslint/template-parser": "^17.0.0", "@angular/cli": "~16.2.0", "@angular/compiler-cli": "^16.1.5", "@angular/language-service": "^16.1.5",