Skip to content

Upgrade ember-eslint-parser to ^0.14.2#2821

Merged
NullVoxPopuli merged 1 commit into
ember-cli:masterfrom
NullVoxPopuli-ai-agent:upgrade-ember-eslint-parser
Jul 3, 2026
Merged

Upgrade ember-eslint-parser to ^0.14.2#2821
NullVoxPopuli merged 1 commit into
ember-cli:masterfrom
NullVoxPopuli-ai-agent:upgrade-ember-eslint-parser

Conversation

@NullVoxPopuli-ai-agent

Copy link
Copy Markdown

Upgrades ember-eslint-parser from ^0.14.0 to ^0.14.2.

0.14.2 pulls in ember-estree 0.6.10, which fixes a placeholder-length overflow in the <template> → JS transform: templates containing 12+ backticks or dollar signs (e.g. in {{! ... }} comments) leaked a raw static{...} block into the AST with shifted offsets. For users of this plugin, that surfaced as a false no-unused-expressions error on valid .gts files — see ember-tooling/ember-eslint-parser#230.

No fixture changes needed: master's expected parse-error messages already match the content-tag 4.2 diagnostics that 0.14.2 resolves to. The tests/lib/rules-preprocessor/ suite passes locally against 0.14.2.

🤖 Generated with Claude Code

Pulls in ember-estree 0.6.10, which fixes a placeholder-length overflow
that leaked raw static blocks into the AST for templates containing 12+
backticks or dollar signs in comments — surfacing to users of this
plugin as a false no-unused-expressions error on valid gts files
(ember-tooling/ember-eslint-parser#230).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@NullVoxPopuli NullVoxPopuli merged commit 0bb85b3 into ember-cli:master Jul 3, 2026
12 checks passed
@NullVoxPopuli NullVoxPopuli deleted the upgrade-ember-eslint-parser branch July 3, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants