Skip to content

CHANGE @W-21503929@ - Update eslint-engine to v0.40.2#2003

Merged
aruntyagiTutu merged 1 commit intodevfrom
chore/update-eslint-engine-0.40.2
Mar 9, 2026
Merged

CHANGE @W-21503929@ - Update eslint-engine to v0.40.2#2003
aruntyagiTutu merged 1 commit intodevfrom
chore/update-eslint-engine-0.40.2

Conversation

@aruntyagiTutu
Copy link
Contributor

Updates @salesforce/code-analyzer-eslint-engine dependency to use the newly published version 0.40.2 which includes critical parser bug fixes.

Changes:

  • @salesforce/code-analyzer-eslint-engine: 0.40.1 → 0.40.2

What's in eslint-engine 0.40.2:

  • Fixed parser not configured when both JS and LWC base configs disabled
  • Fixed TypeScript parser when TS base config disabled
  • Added minimal parser fallback for all scenarios
  • Comprehensive documentation for parser selection strategy

This ensures LWC files with decorators, TypeScript files with type annotations, and React JSX files all parse correctly regardless of which base configs are enabled or disabled.

Related:

Updates @salesforce/code-analyzer-eslint-engine dependency to use the newly
published version 0.40.2 which includes critical parser bug fixes.

Changes:
- @salesforce/code-analyzer-eslint-engine: 0.40.1 → 0.40.2

What's in eslint-engine 0.40.2:
- Fixed parser not configured when both JS and LWC base configs disabled
- Fixed TypeScript parser when TS base config disabled
- Added minimal parser fallback for all scenarios
- Comprehensive documentation for parser selection strategy

This ensures LWC files with decorators, TypeScript files with type annotations,
and React JSX files all parse correctly regardless of which base configs are
enabled or disabled.

Related:
- code-analyzer-core PR #431 (merged)
- Fixes W-21462752
@aruntyagiTutu aruntyagiTutu merged commit f9c141e into dev Mar 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants