Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 21, 2025

Prettier 3.6.2 changed formatting rules for CSS font-family declarations, causing formatting checks to fail on style/base.css.

Applied new formatting to align with updated rules:

/* Before (3.3.3) */
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
  'Helvetica Neue', Arial, sans-serif;

/* After (3.6.2) */
font-family:
  -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue',
  Arial, sans-serif;

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

dependabot bot and others added 2 commits November 20, 2025 04:21
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.6.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.6.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: ryanhill1 <46977852+ryanhill1@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump prettier from 3.3.3 to 3.6.2 fix: apply prettier 3.6.2 formatting rules Nov 21, 2025
Copilot AI requested a review from ryanhill1 November 21, 2025 17:07
@ryanhill1 ryanhill1 marked this pull request as ready for review November 25, 2025 19:40
@ryanhill1 ryanhill1 merged commit da39a63 into dependabot/npm_and_yarn/prettier-3.6.2 Nov 25, 2025
1 check passed
@ryanhill1 ryanhill1 deleted the copilot/sub-pr-22 branch November 25, 2025 19:41
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