Skip to content

Commit aaaef3e

Browse files
committed
chore(deps): bump ember-eslint-parser to ^0.10.0
ember-tooling/ember-eslint-parser#189 populates block-param scope for <foo as |x|> in HBS mode, so the rule's scope check in lib/rules/template-no-block-params-for-html-elements.js no longer relies on an empty scope manager in .hbs files. No observable test change on master (all tests here use <template>...</template> / GJS mode where scope already worked), but makes the scope-based detection correct in HBS too.
1 parent 16547b0 commit aaaef3e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"aria-query": "^5.3.2",
6767
"css-tree": "^3.0.1",
6868
"editorconfig": "^3.0.2",
69-
"ember-eslint-parser": "^0.9.0",
69+
"ember-eslint-parser": "^0.10.0",
7070
"ember-rfc176-data": "^0.3.18",
7171
"eslint-utils": "^3.0.0",
7272
"estraverse": "^5.3.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)