From fb971f339ac89533b76349285bfde31271f1527f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:18:12 +0000 Subject: [PATCH] Bump @angular-eslint/template-parser in /eform-client Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 18.3.1 to 18.4.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.4.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] --- eform-client/package.json | 2 +- eform-client/yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/eform-client/package.json b/eform-client/package.json index 192e3890c..6c927b2cc 100644 --- a/eform-client/package.json +++ b/eform-client/package.json @@ -115,7 +115,7 @@ "@angular-eslint/eslint-plugin": "18.3.1", "@angular-eslint/eslint-plugin-template": "18.3.1", "@angular-eslint/schematics": "18.3.1", - "@angular-eslint/template-parser": "18.3.1", + "@angular-eslint/template-parser": "18.4.0", "@angular/cli": "18.2.8", "@angular/compiler-cli": "18.2.3", "@angular/language-service": "18.2.8", diff --git a/eform-client/yarn.lock b/eform-client/yarn.lock index cf7a0fd0d..b77c5df3d 100644 --- a/eform-client/yarn.lock +++ b/eform-client/yarn.lock @@ -129,6 +129,11 @@ resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.3.1.tgz#c135fd63cd845889008e3dddda97cb9e86321b7b" integrity sha512-sikmkjfsXPpPTku1aQkQ1MNNEKGBgGGRvUN/WeNS9dhCJ4dxU3O7dZctt1aQWj+W3nbuUtDiimAWF5fZHGFE2Q== +"@angular-eslint/bundled-angular-compiler@18.4.0": + version "18.4.0" + resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.4.0.tgz#3503d8b796a3d9d6c997b342a3ae5ddf264601a4" + integrity sha512-HlFHt2qgdd+jqyVIkCXmrjHauXo/XY3Rp0UNabk83ejGi/raM/6lEFI7iFWzHxLyiAKk4OgGI5W26giSQw991A== + "@angular-eslint/eslint-plugin-template@18.3.1": version "18.3.1" resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-18.3.1.tgz#87c62e2e1f690020a818ee6a5db68ec6ba13fd5b" @@ -158,12 +163,12 @@ semver "7.6.3" strip-json-comments "3.1.1" -"@angular-eslint/template-parser@18.3.1": - version "18.3.1" - resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-18.3.1.tgz#695d8f75c6d653b93a396b35ab35e380d3936245" - integrity sha512-JUUkfWH1G+u/Uk85ZYvJSt/qwN/Ko+jlXFtzBEcknJZsTWTwBcp36v77gPZe5FmKSziJZpyPUd+7Kiy6tuSCTw== +"@angular-eslint/template-parser@18.4.0": + version "18.4.0" + resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-18.4.0.tgz#92d0cc51d709b81a0589cb2c4f248c797ccec529" + integrity sha512-VTep3Xd3IOaRIPL+JN/TV4/2DqUPbjtF3TNY15diD/llnrEhqFnmsvMihexbQyTqzOG+zU554oK44YfvAtHOrw== dependencies: - "@angular-eslint/bundled-angular-compiler" "18.3.1" + "@angular-eslint/bundled-angular-compiler" "18.4.0" eslint-scope "^8.0.2" "@angular-eslint/utils@18.3.1":