build(deps): upgrade oxfmt to 0.60 and reformat#22563
Draft
logaretm wants to merge 3 commits into
Draft
Conversation
Contributor
size-limit report 📦
|
logaretm
force-pushed
the
awad/oxfmt-reformat
branch
from
July 23, 2026 16:49
16adca0 to
2b29b4b
Compare
logaretm
force-pushed
the
awad/upgrade-oxlint
branch
2 times, most recently
from
July 23, 2026 17:06
977d8d4 to
d5565e9
Compare
logaretm
force-pushed
the
awad/oxfmt-reformat
branch
from
July 23, 2026 17:06
2b29b4b to
85225ae
Compare
The no-return-await autofix stripped `return await response.text()` down to `return response.text()`, but the extra microtask tick is deliberate (the original had a 'force this to be a promise' note): without it, handleNetworkBreadcrumbs serializes the breadcrumb before the fetch request/ response details are attached, leaving method/request/response undefined. Restores the await with a return-await suppression.
Bumps the formatter and applies its reformatting in the following commit. Kept separate from the oxlint/tsgolint upgrade so the (purely mechanical) formatting diff stays contained.
logaretm
force-pushed
the
awad/upgrade-oxlint
branch
from
July 23, 2026 18:41
d5565e9 to
5da364a
Compare
logaretm
force-pushed
the
awad/oxfmt-reformat
branch
from
July 23, 2026 18:41
85225ae to
72518b7
Compare
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.
Bumps oxfmt (0.38 to 0.60) and applies the resulting reformatting in a separate commit (29 files, purely mechanical whitespace / line-collapsing changes).
Split out from the oxlint upgrade (#22561) so the formatting churn stays contained and reviewable on its own.
Stacked on #22561.