Skip to content

Conversation

Rel1cx
Copy link
Owner

@Rel1cx Rel1cx commented Oct 13, 2025

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

Copy link

vercel bot commented Oct 13, 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 Oct 13, 2025 9:48am

@Rel1cx Rel1cx requested a review from Copilot October 13, 2025 09:48
Copy link
Contributor

@Copilot 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 merges the @eslint-react/kit package into the @eslint-react/shared package to consolidate shared utilities and reduce package fragmentation. The refactoring moves constants, types, and utility functions from the kit package to the shared package while updating all imports across the codebase.

  • Consolidates shared constants, types, and utility functions into a single package
  • Removes the @eslint-react/kit package and its build configuration
  • Updates all import statements throughout the codebase to reference @eslint-react/shared

Reviewed Changes

Copilot reviewed 219 out of 222 changed files in this pull request and generated 1 comment.

File Description
packages/utilities/kit/* Complete removal of the kit package including all source files and configuration
packages/shared/src/* Addition of constants, types, and utilities previously in kit package
All plugin and core packages Updated imports from @eslint-react/kit to @eslint-react/shared
Documentation and examples Updated references to remove kit package mentions
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

@Rel1cx Rel1cx merged commit b6703a5 into main Oct 13, 2025
11 of 12 checks passed
@Rel1cx Rel1cx deleted the merge-kit-into-shared branch October 13, 2025 11:42
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.

1 participant