Skip to content

Commit

Permalink
Merge pull request #299 from valerymelou/dependabot/npm_and_yarn/angu…
Browse files Browse the repository at this point in the history
…lar-eslint/template-parser-18.3.1

chore(deps-dev): bump @angular-eslint/template-parser from 18.1.0 to 18.3.1
  • Loading branch information
valerymelou authored Sep 29, 2024
2 parents efceaa1 + 50ae430 commit 62c434c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular-devkit/schematics": "~18.1.0",
"@angular-eslint/eslint-plugin": "^18.0.1",
"@angular-eslint/eslint-plugin-template": "^18.0.1",
"@angular-eslint/template-parser": "^18.0.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/build": "~18.2.3",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "~18.1.0",
Expand Down
21 changes: 13 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@
resolved "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.1.0.tgz"
integrity sha512-2JNlMEnCvLz8q1Qa4sWR9BddtpDWMKYguMzHJKm5zUDwH90CgWHolQlXumtpqbL8r78xd57t35IkbEFLF3UsQw==

"@angular-eslint/[email protected]":
version "18.3.1"
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/eslint-plugin-template@^18.0.1":
version "18.1.0"
resolved "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-18.1.0.tgz"
Expand All @@ -183,13 +188,13 @@
"@angular-eslint/bundled-angular-compiler" "18.1.0"
"@angular-eslint/utils" "18.1.0"

"@angular-eslint/template-parser@^18.0.1":
version "18.1.0"
resolved "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.1.0.tgz"
integrity sha512-YqBNusbt3vWbm8eo2dICytU8hP8/ez4uETkwKpMvB+H1E0rYaD2F17D47YO9BBFUHCNzAGIBlA8BWDN1kLEMlw==
"@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==
dependencies:
"@angular-eslint/bundled-angular-compiler" "18.1.0"
eslint-scope "^8.0.0"
"@angular-eslint/bundled-angular-compiler" "18.3.1"
eslint-scope "^8.0.2"

"@angular-eslint/[email protected]":
version "18.1.0"
Expand Down Expand Up @@ -5963,9 +5968,9 @@ eslint-scope@^7.2.2:
esrecurse "^4.3.0"
estraverse "^5.2.0"

eslint-scope@^8.0.0:
eslint-scope@^8.0.2:
version "8.0.2"
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94"
integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==
dependencies:
esrecurse "^4.3.0"
Expand Down

0 comments on commit 62c434c

Please sign in to comment.