Skip to content

Conversation

@Rel1cx
Copy link
Owner

@Rel1cx Rel1cx commented Aug 30, 2025

  • Update plugin exports across all packages to use refined types
  • Move CompatibleConfig and CompatiblePlugin interfaces to kit package
  • Update configuration files to use new type structure
  • Remove outdated documentation for compatibility interfaces

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Docs
  • Test
  • New Binding issue #___
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes, and the changes were approved in issue #___
  • No

Checklist

  • When resolving issues, they are referenced in the PR's title (e.g fix: remove a typo, closes #___, #___)
  • I have added a convincing reason for adding this feature, if necessary

Other information

- Update plugin exports across all packages to use refined types
- Move CompatibleConfig and CompatiblePlugin interfaces to kit package
- Update configuration files to use new type structure
- Remove outdated documentation for compatibility interfaces
@vercel
Copy link

vercel bot commented Aug 30, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
eslint-react Building Building Preview Comment Aug 30, 2025 7:00pm

@Rel1cx Rel1cx requested a review from Copilot August 30, 2025 19:00
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

Refactors plugin configuration types by moving compatibility interfaces to the kit package, replacing the deprecated RulePreset type with more specific RuleConfig types, and cleaning up documentation for removed interfaces.

  • Move CompatibleConfig and CompatiblePlugin interfaces from shared to kit package
  • Replace RulePreset type with RuleConfig and Record<string, RuleConfig> across all configuration files
  • Remove outdated documentation for compatibility interfaces from shared package

Reviewed Changes

Copilot reviewed 45 out of 45 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
packages/utilities/kit/src/types.ts Adds refined type definitions including severity types and compatibility interfaces
packages/shared/src/* Removes compatibility types and their exports/documentation
packages/plugins//src/ Updates imports and type annotations to use new kit types
examples/react-dom/eslint.config.js Adds TypeScript check comment
apps/website/content/docs/changelog.md Updates changelog with version information
CHANGELOG.md Updates root changelog

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Rel1cx Rel1cx merged commit a878b8f into 2.0.0 Aug 30, 2025
9 of 10 checks passed
@Rel1cx Rel1cx deleted the feature/refine-plugin-configuration-types branch August 30, 2025 19:11
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