From 087d06946caf3819894d3980000dee17cdc41e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:39:53 +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 18.0.1 to 18.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/v18.1.0/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 | 16 +++++++++++----- package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9dd0fcf74..97ed9c300 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@angular-eslint/eslint-plugin": "~18.0.0", "@angular-eslint/eslint-plugin-template": "~18.0.1", "@angular-eslint/schematics": "^18.0.1", - "@angular-eslint/template-parser": "~18.0.1", + "@angular-eslint/template-parser": "~18.1.0", "@angular-eslint/utils": "^18.0.0", "@angular/cli": "^16.2.12", "@angular/compiler-cli": "^16.2.12", @@ -659,12 +659,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.0.1.tgz", - "integrity": "sha512-22fKzkWo9Ts8aY/WHL1A6seS2tpltgRRXVfnZnnqvQRyRiuPnx1FC0ly7+QPZkThh8vdLwxU+BvtLq9Uiqh9OQ==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.1.0.tgz", + "integrity": "sha512-YqBNusbt3vWbm8eo2dICytU8hP8/ez4uETkwKpMvB+H1E0rYaD2F17D47YO9BBFUHCNzAGIBlA8BWDN1kLEMlw==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.0.1", + "@angular-eslint/bundled-angular-compiler": "18.1.0", "eslint-scope": "^8.0.0" }, "peerDependencies": { @@ -672,6 +672,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.1.0.tgz", + "integrity": "sha512-2JNlMEnCvLz8q1Qa4sWR9BddtpDWMKYguMzHJKm5zUDwH90CgWHolQlXumtpqbL8r78xd57t35IkbEFLF3UsQw==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "18.0.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-18.0.1.tgz", diff --git a/package.json b/package.json index 5c1eb8c5a..ae859055b 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@angular-eslint/eslint-plugin": "~18.0.0", "@angular-eslint/eslint-plugin-template": "~18.0.1", "@angular-eslint/schematics": "^18.0.1", - "@angular-eslint/template-parser": "~18.0.1", + "@angular-eslint/template-parser": "~18.1.0", "@angular-eslint/utils": "^18.0.0", "@angular/cli": "^16.2.12", "@angular/compiler-cli": "^16.2.12",