Skip to content

Conversation

@Rel1cx
Copy link
Owner

@Rel1cx Rel1cx commented Sep 11, 2025

This commit removes the Language Preference feature and associated code, including documentation, schemas, and implementation details from the codebase.

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

@vercel
Copy link

vercel bot commented Sep 11, 2025

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

Project Deployment Preview Comments Updated (UTC)
eslint-react Ready Ready Preview Comment Sep 11, 2025 1:58pm

@Rel1cx Rel1cx requested a review from Copilot September 11, 2025 13:53
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 removes the Language Preference feature from the codebase, eliminating the ability to configure code style preferences for internal fixers. The removal includes all associated code, schemas, documentation, and dependencies.

  • Removes the entire LanguagePreference module and its exports from the kit package
  • Updates a rule to use hardcoded semicolon instead of language preference configuration
  • Updates various package dependencies to newer versions

Reviewed Changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/utilities/kit/src/index.ts Removes LanguagePreference export from main module
packages/utilities/kit/src/LanguagePreference/* Deletes entire LanguagePreference directory and implementation
packages/plugins/eslint-plugin-react-x/src/rules/no-missing-context-display-name.ts Replaces language preference semicolon logic with hardcoded semicolon
apps/website/content/docs/glossary.mdx Removes Language Preference documentation section
*/package.json Updates various dependencies to newer versions

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

This commit removes the Language Preference feature and associated code,
including documentation, schemas, and implementation details from the
codebase.
@Rel1cx Rel1cx force-pushed the feat/remove-language-preference branch from 5ba517e to 6b5c882 Compare September 11, 2025 13:55
@Rel1cx Rel1cx marked this pull request as ready for review September 11, 2025 13:55
@Rel1cx Rel1cx merged commit b60ff88 into 2.0.0 Sep 11, 2025
6 of 9 checks passed
@Rel1cx Rel1cx deleted the feat/remove-language-preference branch September 11, 2025 13:56
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