Upgrade prettier to 3.9.5 and reformat - #5930
Merged
Merged
Conversation
jonnalley
requested review from
Santi-3rd,
fpigeonjr,
josbell,
rajohnson90 and
weimiao67
as code owners
July 14, 2026 02:05
weimiao67
approved these changes
Jul 14, 2026
rajohnson90
approved these changes
Jul 14, 2026
Contributor
|
🎉 This PR is included in version 1.428.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
What changed
Upgrades prettier
3.8.5→3.9.5in the frontend and applies the single reformat the new version produces, so theLintingCI job passes on that upgrade.frontend/package.json— bumpprettierdevDependency to3.9.5.frontend/bun.lock— regenerated lockfile entry forprettier@3.9.5(new sha512).frontend/src/types/ProcurementTrackerTypes.d.ts— prettier 3.9.5 reformats theProcurementTrackerStepTypeunion onto a single line (whitespace-only; no type or runtime change).Why a new branch instead of fixing the Renovate PR
Renovate PR #5873 (
chore(deps): update minor dependencies, branchrenovate/all-minor) batches this same prettier bump, and itsLintingjob fails on exactly this file:Renovate treats its branches as managed and will overwrite/abandon them if others push commits, so we deliberately do not push the format fix onto
renovate/all-minor. Instead this self-contained branch carries the prettier bump + lockfile + reformat on its own and can merge intomainindependently. Once merged, Renovate will drop prettier from its next batch.Issue
N/A — maintenance follow-up to Renovate PR #5873. No dedicated ticket.
How to test
Both were verified locally:
prettier --checkprints "All matched files use Prettier code style!" andeslintexits 0.A11y impact
Storybook
Screenshots
N/A — dependency + formatting change only.
Definition of Done Checklist
Links