Skip to content

Commit

Permalink
Merge pull request #2220 from ember-cli/bump-min-parser
Browse files Browse the repository at this point in the history
Bump minimum parser version (fixes SVGs, custom-elements)
  • Loading branch information
NullVoxPopuli authored Nov 22, 2024
2 parents ad06fe0 + a11446b commit 43e2b4d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@ember-data/rfc395-data": "^0.0.4",
"css-tree": "^3.0.1",
"ember-eslint-parser": "^0.5.4",
"ember-eslint-parser": "^0.5.6",
"ember-rfc176-data": "^0.3.18",
"eslint-utils": "^3.0.0",
"estraverse": "^5.3.0",
Expand Down
30 changes: 21 additions & 9 deletions pnpm-lock.yaml

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

12 changes: 0 additions & 12 deletions tests/lib/rules-preprocessor/gjs-gts-parser-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ const invalid = [
{{noop}}
<usedEl />
<undef.x />
<non-std-html-tag />
{{/let}}
</template>
`,
Expand All @@ -299,17 +298,6 @@ const invalid = [
ruleId: 'no-undef',
severity: 2,
},
{
column: 10,
endColumn: 26,
endLine: 7,
line: 7,
message: "'non-std-html-tag' is not defined.",
messageId: 'undef',
nodeType: 'GlimmerElementNodePart',
ruleId: 'no-undef',
severity: 2,
},
],
},
{
Expand Down

0 comments on commit 43e2b4d

Please sign in to comment.