Skip to content

Apply Prettier 3.9.6 Formatting After Dependabot Bumps - #524

Merged
Dharp02 merged 1 commit into
mainfrom
chore/verify-dependabot-2026-09-04
Sep 5, 2026
Merged

Apply Prettier 3.9.6 Formatting After Dependabot Bumps#524
Dharp02 merged 1 commit into
mainfrom
chore/verify-dependabot-2026-09-04

Conversation

@Dharp02

@Dharp02 Dharp02 commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

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, so npm run format fails on main until these files are reformatted.

Current State

  • npm run format fails on main with 3 files flagged.
  • playwright-report/ is generated output but was being format-checked.

Changes

  1. Reformat for Prettier 3.9.6
    • .attic/PulsePage.tsx
    • src/features/profile/ProfileNotices.tsx
    • tests/e2e/global-setup.ts
  2. Add playwright-report to .prettierignore

No behavioral change — formatting only.

Verification

  • npm run format clean
  • npm run lint clean
  • npm run typecheck clean
  • npm run test:unit — 138 passed / 15 files
  • Browser smoke test at localhost:3000

Acceptance Criteria

  • CI format check passes on main

Copilot AI balanced review requested due to automatic review settings September 5, 2026 00:21
@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown

🗑️ Preview Environment Cleaned Up

The preview container for this PR has been deleted.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@Dharp02
Dharp02 merged commit 035d78b into main Sep 5, 2026
8 of 9 checks passed
@Dharp02
Dharp02 deleted the chore/verify-dependabot-2026-09-04 branch September 5, 2026 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants