Skip to content

2.2.2 release#86

Merged
corinnejean merged 3 commits into
mainfrom
develop
Jul 16, 2026
Merged

2.2.2 release#86
corinnejean merged 3 commits into
mainfrom
develop

Conversation

@corinnejean

Copy link
Copy Markdown
Contributor

No description provided.

902seanryan and others added 3 commits March 14, 2025 09:40
The bundled @typescript-eslint/parser@5.x only supports TypeScript
< 5.4. TypeScript was unpinned, so fresh installs pulled in TS 7.0,
causing every lint run to crash with:

  TypeError: Failed to load parser '@typescript-eslint/parser'
  ... Cannot read properties of undefined (reading 'BarBarToken')

This broke linting across all consuming projects with no code
changes on their end. Pinning typescript to ~5.3.3 keeps it within
the parser's supported range.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ompat

Pin typescript to ~5.3.3 for parser compatibility
@corinnejean
corinnejean merged commit 6b9c016 into main Jul 16, 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