Skip to content

Commit

Permalink
chore(deps): update dependency @angular-eslint/template-parser to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2023
1 parent aaa7f96 commit ff1ad40
Showing 2 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
},
"devDependencies": {
"@1stg/common-config": "^2.5.2",
"@angular-eslint/template-parser": "^12.7.0",
"@angular-eslint/template-parser": "^16.1.0",
"@angular/compiler": "^12.2.17",
"@angular/core": "^12.2.17",
"@changesets/changelog-github": "^0.4.8",
23 changes: 22 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
@@ -157,6 +157,11 @@
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-12.7.0.tgz#e32ad1f98bf5c16dde22941e10fd014df7a1d5f2"
integrity sha512-n7nUSIK+bl2DQXIPRyts/xVTw94Mk0rRNd2WBCL9ni27XKOhKtTdP7tLpD+nAiuY4BTTJr7/yTzPWCCRDQgWZg==

"@angular-eslint/bundled-angular-compiler@16.1.0":
version "16.1.0"
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.1.0.tgz#59fd1ff6423b02d6fa7eeb9ea30581a839471f2c"
integrity sha512-5EFAWXuFJADr3imo/ZYshY8s0K7U7wyysnE2LXnpT9PAi5rmkzt70UNZNRuamCbXr4tdIiu+fXWOj7tUuJKnnw==

"@angular-eslint/eslint-plugin-template@^12.5.0":
version "12.7.0"
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-12.7.0.tgz#8b2b504e3e909f90fcd067b332b45105c4475806"
@@ -175,14 +180,22 @@
"@angular-eslint/utils" "12.7.0"
"@typescript-eslint/experimental-utils" "4.28.2"

"@angular-eslint/template-parser@^12.5.0", "@angular-eslint/template-parser@^12.7.0":
"@angular-eslint/template-parser@^12.5.0":
version "12.7.0"
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-12.7.0.tgz#a91f23ea6d3fcefb24cc9e1be8a4df78c27addc7"
integrity sha512-bTGRZ/2m2Z/MCoazWnpbPWLSBK8AsnHCuCXAgiiveYql0GD+PySP1EkBuiWesIyxCsYdzf4aQciJSVuQRo9jEQ==
dependencies:
"@angular-eslint/bundled-angular-compiler" "12.7.0"
eslint-scope "^5.1.0"

"@angular-eslint/template-parser@^16.1.0":
version "16.1.0"
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-16.1.0.tgz#c919c26aa1154b88d1403f4b8e657613c29fe3cf"
integrity sha512-DOQtzVehtbO7+BQ+FMOXRsxGRjHb3ve6M+S4qASKTiI+twtONjRODcHezD3N4PDkjpKPbOnk7YnFsHur5csUNw==
dependencies:
"@angular-eslint/bundled-angular-compiler" "16.1.0"
eslint-scope "^7.0.0"

"@angular-eslint/utils@12.7.0":
version "12.7.0"
resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-12.7.0.tgz#84c80857af1b29ccd71e325e107471a1fadf4e7b"
@@ -3634,6 +3647,14 @@ eslint-scope@^5.1.0, eslint-scope@^5.1.1:
esrecurse "^4.3.0"
estraverse "^4.1.1"

eslint-scope@^7.0.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
dependencies:
esrecurse "^4.3.0"
estraverse "^5.2.0"

eslint-template-visitor@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d"

0 comments on commit ff1ad40

Please # to comment.