Skip to content

Commit

Permalink
build(deps-dev): bump @angular-eslint/template-parser
Browse files Browse the repository at this point in the history
Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 17.2.1 to 17.3.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/v17.3.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed May 1, 2024
1 parent c5eb7ed commit 4da9adf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
16 changes: 8 additions & 8 deletions frank-flow/src/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frank-flow/src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@angular-eslint/eslint-plugin": "^17.3.0",
"@angular-eslint/eslint-plugin-template": "^16.0.3",
"@angular-eslint/schematics": "^16.2.0",
"@angular-eslint/template-parser": "^17.2.1",
"@angular-eslint/template-parser": "^17.3.0",
"@angular/cli": "^16.2.4",
"@angular/compiler-cli": "^13.1.0",
"@briebug/cypress-schematic": "^5.0.1",
Expand Down
15 changes: 5 additions & 10 deletions frank-flow/src/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,6 @@
resolved "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.2.0.tgz"
integrity sha512-ct9orDYxkMl2+uvM7UBfgV28Dq57V4dEs+Drh7cD673JIMa6sXbgmd0QEtm8W3cmyK/jcTzmuoufxbH7hOxd6g==

"@angular-eslint/[email protected]":
version "17.2.1"
resolved "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.2.1.tgz"
integrity sha512-puC0itsZv2QlrDOCcWtq1KZH+DvfrpV+mV78HHhi6+h25R5iIhr8ARKcl3EQxFjvrFq34jhG8pSupxKvFbHVfA==

"@angular-eslint/[email protected]":
version "17.3.0"
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.3.0.tgz#08b8b1bebbb677a1f208b56516fc9177a289d212"
Expand Down Expand Up @@ -249,12 +244,12 @@
strip-json-comments "3.1.1"
tmp "0.2.1"

"@angular-eslint/template-parser@^17.2.1":
version "17.2.1"
resolved "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.2.1.tgz"
integrity sha512-WPQYFvRju0tCDXQ/pwrzC911pE07JvpeDgcN2elhzV6lxDHJEZpA5O9pnW9qgNA6J6XM9Q7dBkJ22ztAzC4WFw==
"@angular-eslint/template-parser@^17.3.0":
version "17.3.0"
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-17.3.0.tgz#580a703cbaa4967d36a953a00f5c347987c14171"
integrity sha512-m+UzAnWgtjeS0x6skSmR0eXltD/p7HZA+c8pPyAkiHQzkxE7ohhfyZc03yWGuYJvWQUqQAKKdO/nQop14TP0bg==
dependencies:
"@angular-eslint/bundled-angular-compiler" "17.2.1"
"@angular-eslint/bundled-angular-compiler" "17.3.0"
eslint-scope "^8.0.0"

"@angular-eslint/[email protected]":
Expand Down

0 comments on commit 4da9adf

Please sign in to comment.