Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: type compatibility with eslint#449

Merged
yeonjuan merged 4 commits intomainfrom
fix-448-types
Nov 20, 2025
Merged

fix: type compatibility with eslint#449
yeonjuan merged 4 commits intomainfrom
fix-448-types

Conversation

@yeonjuan
Copy link
Owner

Checklist

Description

@yeonjuan yeonjuan marked this pull request as ready for review November 20, 2025 14:01
@yeonjuan yeonjuan requested a review from Copilot November 20, 2025 14:01
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes type compatibility issues with ESLint by upgrading from version 9.19.0/9.27.0 to 9.39.1 and updating related ESLint ecosystem packages. The changes address type checking errors by adjusting JSDoc annotations and adding type suppressions where needed.

  • ESLint upgraded to v9.39.1 across all packages
  • Updated @eslint/core from v0.14.0 to v1.0.0 in eslint-plugin
  • Changed JSDoc annotation from @satisfies to @type for plugin export
  • Added @ts-ignore comments in tests to suppress type errors

Reviewed Changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
yarn.lock Updates ESLint and related packages (@eslint/core, @eslint/config-array, @eslint/js, etc.) to newer versions compatible with ESLint 9.39.1
packages/eslint-plugin/lib/index.js Changed JSDoc annotation from @satisfies to @type for the plugin export
packages/eslint-plugin/tests/plugin/export.test.js Added @ts-ignore comments to suppress type checking errors on plugin.meta property access
packages/eslint-plugin/package.json Updated @eslint/core to ^1.0.0 and eslint to ^9.39.1
packages/cli/package.json Updated eslint to ^9.39.1
packages/template-parser/package.json Updated eslint to ^9.39.1
packages/template-syntax-parser/package.json Updated eslint to ^9.39.1
packages/types/package.json Updated eslint to ^9.39.1
packages/website/package.json Updated eslint to ^9.39.1
package.json Updated eslint to ^9.39.1 in root package

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@yeonjuan yeonjuan merged commit e2a1d45 into main Nov 20, 2025
5 checks passed
@yeonjuan yeonjuan deleted the fix-448-types branch November 20, 2025 14:15
@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.69%. Comparing base (0b1787b) to head (e7568da).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #449      +/-   ##
==========================================
- Coverage   98.76%   98.69%   -0.07%     
==========================================
  Files          84       85       +1     
  Lines        2761     2769       +8     
  Branches      759      759              
==========================================
+ Hits         2727     2733       +6     
- Misses         34       36       +2     
Flag Coverage Δ
unittest 98.69% <ø> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
packages/eslint-plugin/lib/index.js 69.23% <ø> (-10.77%) ⬇️

... and 1 file with indirect coverage changes

🚀 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.

This was referenced Jan 8, 2026
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.

[BUG] Improve type compatibility with newer ESLint versions

1 participant