Apply Prettier 3.9.6 Formatting After Dependabot Bumps - #524
Merged
Conversation
🗑️ Preview Environment Cleaned UpThe preview container for this PR has been deleted. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates formatting for Prettier 3.9.6 without behavioral changes.
Changes:
- Reformats affected TypeScript/TSX method chains and union types.
- Excludes generated Playwright reports from formatting checks.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.attic/PulsePage.tsx |
Reformats a chained callback. |
src/features/profile/ProfileNotices.tsx |
Reformats the notice union type. |
tests/e2e/global-setup.ts |
Reformats chained callbacks. |
.prettierignore |
Ignores generated Playwright reports. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Overview
Follow-up to the Dependabot batch merged today. Prettier
3.8.3 → 3.9.6(#501) changed how arrow callbacks in method chains are formatted, sonpm run formatfails onmainuntil these files are reformatted.Current State
npm run formatfails onmainwith 3 files flagged.playwright-report/is generated output but was being format-checked.Changes
.attic/PulsePage.tsxsrc/features/profile/ProfileNotices.tsxtests/e2e/global-setup.tsplaywright-reportto.prettierignoreNo behavioral change — formatting only.
Verification
npm run formatcleannpm run lintcleannpm run typecheckcleannpm run test:unit— 138 passed / 15 fileslocalhost:3000Acceptance Criteria
main