-
-
Notifications
You must be signed in to change notification settings - Fork 741
chore(infra): use oxfmt for all files, remove dprint #16599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(infra): use oxfmt for all files, remove dprint #16599
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this 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 migrates the project's formatting infrastructure from dprint to oxfmt, completing the transition to using oxfmt for all supported file types (JavaScript, TypeScript, JSON, YAML, Markdown, CSS, HTML, etc.). TOML formatting is acknowledged as missing but deferred until oxfmt plugin support is available.
Key Changes:
- Removed dprint as a project dependency and deleted its configuration
- Updated oxfmtrc.jsonc with additional ignore patterns for CHANGELOG.md, snapshot files, and pnpm-lock.yaml
- Updated all GitHub workflows to remove dprint installation and caching steps
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| oxfmtrc.jsonc | Added ignore patterns for CHANGELOG.md, *.snap.md files, and pnpm-lock.yaml |
| justfile | Removed dprint from init command and fmt recipe; updated documentation comments |
| dprint.json | Deleted entire dprint configuration file |
| AGENTS.md | Removed dprint from the list of pre-installed tools |
| .github/workflows/update_submodules.yml | Removed dprint from tools list |
| .github/workflows/dprint.yml | Deleted entire workflow for dprint plugin caching |
| .github/workflows/copilot-setup-steps.yml | Removed dprint tool installation and cache restoration steps |
| .github/workflows/autofix.yml | Removed dprint tool installation and cache restoration steps |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
0723a18 to
42ffa36
Compare
720ec81 to
542cfd6
Compare
Merge activity
|
542cfd6 to
aa42950
Compare
Toml formatting is missing but there's only a few toml files, can wait for oxfmt plugins. - [x] Something is slow, can't figure out why, need #16607
aa42950 to
6fca2f7
Compare

Toml formatting is missing but there's only a few toml files, can wait
for oxfmt plugins.