From f7784b7821267a6dcc51b2330b3b58b44d11fee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:48:22 +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 17.3.0 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-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++------- package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7055ef0d..d036f545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@angular-eslint/eslint-plugin": "^17.3.0", "@angular-eslint/eslint-plugin-template": "^17.3.0", "@angular-eslint/schematics": "^17.1.0", - "@angular-eslint/template-parser": "^17.3.0", + "@angular-eslint/template-parser": "^18.1.0", "@angular/cli": "^17.3.0", "@angular/compiler-cli": "^17.0.7", "@angular/language-service": "^17.0.7", @@ -71,7 +71,7 @@ "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.4.1", "jest-environment-node": "^29.4.1", - "jest-preset-angular": "~14.0.4", + "jest-preset-angular": "^14.0.4", "jest-raw-loader": "^1.0.1", "lint-staged": "^15.2.2", "ng-packagr": "^17.2.0", @@ -1623,19 +1623,25 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "17.3.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.3.0.tgz", - "integrity": "sha512-m+UzAnWgtjeS0x6skSmR0eXltD/p7HZA+c8pPyAkiHQzkxE7ohhfyZc03yWGuYJvWQUqQAKKdO/nQop14TP0bg==", + "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": "17.3.0", + "@angular-eslint/bundled-angular-compiler": "18.1.0", "eslint-scope": "^8.0.0" }, "peerDependencies": { - "eslint": "^7.20.0 || ^8.0.0", + "eslint": "^8.57.0 || ^9.0.0", "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": "17.3.0", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-17.3.0.tgz", diff --git a/package.json b/package.json index 38d54f2f..1d7230b0 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@angular-eslint/eslint-plugin": "^17.3.0", "@angular-eslint/eslint-plugin-template": "^17.3.0", "@angular-eslint/schematics": "^17.1.0", - "@angular-eslint/template-parser": "^17.3.0", + "@angular-eslint/template-parser": "^18.1.0", "@angular/cli": "^17.3.0", "@angular/compiler-cli": "^17.0.7", "@angular/language-service": "^17.0.7",