Skip to content

fix: allow TypeScript@7 in peer dependency#1949

Merged
SimenB merged 2 commits into
mainfrom
allow-ts-7
Mar 24, 2026
Merged

fix: allow TypeScript@7 in peer dependency#1949
SimenB merged 2 commits into
mainfrom
allow-ts-7

Conversation

@SimenB
Copy link
Copy Markdown
Member

@SimenB SimenB commented Mar 24, 2026

@typescript-eslint/eslint-plugin hasn't added support yet, but that doesn't matter to us really

@github-actions github-actions Bot added the bug label Mar 24, 2026
@SimenB SimenB merged commit 0498c1e into main Mar 24, 2026
22 of 23 checks passed
@SimenB SimenB deleted the allow-ts-7 branch March 24, 2026 15:15
github-actions Bot pushed a commit that referenced this pull request Mar 24, 2026
## [29.15.1](v29.15.0...v29.15.1) (2026-03-24)

### Bug Fixes

* allow TypeScript@7 in peer dependency ([#1949](#1949)) ([0498c1e](0498c1e))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 29.15.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Comment thread package.json
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
"jest": "*",
"typescript": ">=4.8.4 <6.0.0"
"typescript": ">=4.8.4 <7.0.0"
Copy link
Copy Markdown

@SchroederSteffen SchroederSteffen Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

title is allow TypeScript@7.
but this change only allows @6?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants