From edff333dde9397d8ba868e6f00df8d3c4e4c9011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 00:51:18 +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 15.2.1 to 17.1.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.1.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, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2667d2678e..d53ebe0c56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@angular-eslint/eslint-plugin": "^16.1.2", "@angular-eslint/eslint-plugin-template": "^16.0.2", "@angular-eslint/schematics": "14.4.0", - "@angular-eslint/template-parser": "^15.2.1", + "@angular-eslint/template-parser": "^17.1.0", "@angular/cli": "14.1.3", "@angular/compiler-cli": "14.1.3", "@angular/language-service": "14.1.3", @@ -1370,12 +1370,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.2.1.tgz", - "integrity": "sha512-ViCi79gC2aKJecmYLkOT+QlT5WMRNXeYz0Dr9Pr8qXzIbY0oAWE7nOT5jkXwQ9oUk+ybtGCWHma5JVJWVJsIog==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.1.0.tgz", + "integrity": "sha512-CTxzB3stjynngTabdO8xTkiPc6Jvo15C2fxb1pYIlDIH2LgPJJxxCHi+IAt9oJpJOPa8QjLVF9VAXE3fLKAcpg==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "15.2.1", + "@angular-eslint/bundled-angular-compiler": "17.1.0", "eslint-scope": "^7.0.0" }, "peerDependencies": { @@ -1384,9 +1384,9 @@ } }, "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.1.tgz", - "integrity": "sha512-LO7Am8eVCr7oh6a0VmKSL7K03CnQEQhFO7Wt/YtbfYOxVjrbwmYLwJn+wZPOT7A02t/BttOD/WXuDrOWtSMQ/Q==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.1.0.tgz", + "integrity": "sha512-Y+CN/8nQZaYjsb2b2sXbkQr0LrgBWhCzyLZ+rLfnLE60B9k4GeDt5b7z/OdSObi1xozXfqiaAZ1eXo0iQMN3JA==", "dev": true }, "node_modules/@angular-eslint/template-parser/node_modules/eslint-scope": { diff --git a/package.json b/package.json index 630acb4840..f8461b218b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@angular-eslint/eslint-plugin": "^16.1.2", "@angular-eslint/eslint-plugin-template": "^16.0.2", "@angular-eslint/schematics": "14.4.0", - "@angular-eslint/template-parser": "^15.2.1", + "@angular-eslint/template-parser": "^17.1.0", "@angular/cli": "14.1.3", "@angular/compiler-cli": "14.1.3", "@angular/language-service": "14.1.3",