Skip to content

Update typescript eslint dependencies#5938

Merged
canova merged 2 commits intofirefox-devtools:mainfrom
canova:update-ts-eslint
Apr 7, 2026
Merged

Update typescript eslint dependencies#5938
canova merged 2 commits intofirefox-devtools:mainfrom
canova:update-ts-eslint

Conversation

@canova
Copy link
Copy Markdown
Member

@canova canova commented Apr 7, 2026

yarn lint-js was showing a warning saying that the version of typescript wasn't supported. This was due to the fact that @typescript-eslint didn't officially support TS 6. This is now resolved in the new versions.

I thought I solved it while I was working on the TS 6 upgrade, but apparently not...

This is the warning when you run yarn lint (you might need to rm .eslintcache to see it):

=============


WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.


* @typescript-eslint/typescript-estree version: 8.56.0
* Supported TypeScript versions: >=4.8.4 <6.0.0
* Your TypeScript version: 6.0.2


Please only submit bug reports when using the officially supported version.


=============

Now the warning should be gone.

`yarn lint-js` was showing a warning, saying that the version of
typescript wasn't supported. This was due to the fact that
`@typescript-eslint` didn't officially support TS 6. This is now
resolved in the new versions.
@canova canova requested a review from fatadel as a code owner April 7, 2026 10:37
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.45%. Comparing base (c886717) to head (f213cdb).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5938   +/-   ##
=======================================
  Coverage   85.45%   85.45%           
=======================================
  Files         321      321           
  Lines       32139    32139           
  Branches     8850     8848    -2     
=======================================
  Hits        27463    27463           
  Misses       4241     4241           
  Partials      435      435           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@fatadel fatadel left a comment

Choose a reason for hiding this comment

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

I could reproduce what you wrote 👍🏻 Thanks for fixing!

@canova canova enabled auto-merge (squash) April 7, 2026 12:01
@canova canova merged commit 64becd0 into firefox-devtools:main Apr 7, 2026
19 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.

2 participants