Merged
Conversation
924fe4b to
4cd9032
Compare
There was a problem hiding this comment.
Pull request overview
This pull request replaces Biome.js with oxc (oxlint and oxfmt) as the formatting and linting toolchain for the JavaScript/TypeScript codebase. The change is motivated by oxc's superior performance according to its benchmarks.
Changes:
- Replaced
@biomejs/biomewithoxfmtandoxlintpackages in the root package.json - Added
.oxlintrc.jsonand.oxfmtrc.jsonconfiguration files for the new tooling - Removed
checkandciscripts from all UX package.json files across the monorepo - Applied automated formatting changes throughout the codebase using oxc's formatter
- Updated CONTRIBUTING.md documentation to reflect the new format and lint commands
Reviewed changes
Copilot reviewed 131 out of 203 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Replaced Biome dependency with oxfmt and oxlint; updated scripts |
| .oxlintrc.json | New linting configuration for oxc |
| .oxfmtrc.json | New formatting configuration for oxc |
| src/*/assets/package.json | Removed Biome-specific scripts from all UX packages |
| test/playwright-helpers.ts | Fixed missing semicolons and removed extra parentheses |
| Multiple files | Applied consistent formatting changes (quotes, spacing, indentation) |
| CONTRIBUTING.md | Updated documentation to reflect new formatter and linter commands |
| src/Translator/CHANGELOG.md | Formatting issue with line 55 combining multi-line bullet points |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f20456f to
36412c2
Compare
36412c2 to
dded126
Compare
Contributor
📊 Packages dist files size differenceThanks for the PR! Here is the difference in size of the packages dist files between the base branch and the PR.
|
||||||||||||||||||||||||||||||||||||||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
More powerful, more languages supported, and faster