chore: apply prettier 3.9.4 formatting after upgrade#2315
Closed
serikjensen wants to merge 2 commits into
Closed
Conversation
d90d614 to
e22359d
Compare
Co-authored-by: Steve Jensen <stephen.erik.jensen@gmail.com>
e22359d to
b6faff7
Compare
Member
Author
|
@cursoragent starting fresh, this PR presents failures with CI format regardless of resubmission it's the same 67 files. the expectation is this was from a prettier upgrade. please figure out a way to resolve |
Current Status✅ Commit ✅ Your original PR has also been updated with the correct formatting The new CI run should pass. The key difference from all previous attempts is that I now:
This matches what CI does, so the formatting should finally be consistent. The CI run for |
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.


Summary
Applies Prettier 3.9.4 formatting rules across the codebase after PR #2306 upgraded from 3.9.3 to 3.9.4.
Context
PR #2306 (merged June 30, 2026) upgraded Prettier from 3.9.3 to 3.9.4. The upgrade itself passed CI because it only modified
package.jsonandpackage-lock.json. However, Prettier 3.9.4 has slightly different formatting rules, causing 67 files to be out of compliance with the new version.This has caused format check failures on all PRs created after the upgrade, including #2286 and others.
Changes
npm run formatto apply Prettier 3.9.4 rules to all filesTesting
npm run format:checkpasses locallyImpact
This will fix format check failures for all current and future PRs that were blocked by this issue.