Skip to content

chore: bump prettier to 3.8#19198

Merged
logaretm merged 2 commits intodevelopfrom
awad/chore/upgrade-prettier
Feb 5, 2026
Merged

chore: bump prettier to 3.8#19198
logaretm merged 2 commits intodevelopfrom
awad/chore/upgrade-prettier

Conversation

@logaretm
Copy link
Member

@logaretm logaretm commented Feb 5, 2026

This PR bumps prettier version from 3.6.2 to 3.8.1

Notable changes:

Main motivation is it makes us ready for oxfmt with little to no changes in our workflow.

@logaretm logaretm requested review from a team as code owners February 5, 2026 20:12
Copilot AI review requested due to automatic review settings February 5, 2026 20:12
@logaretm logaretm requested review from Lms24 and andreiborza February 5, 2026 20:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps the Prettier version from ^3.6.2 to ^3.8.1 to take advantage of performance improvements and bug fixes, particularly a VS Code crash fix. The version bump results in automated formatting changes to TypeScript extends keyword usage across several files.

Changes:

  • Updated Prettier dependency from ^3.6.2 to ^3.8.1 in package.json and yarn.lock
  • Applied automated formatting changes to TypeScript interface declarations with extends keyword
  • Reformatted multi-line type extensions and function parameter type unions for better readability

Reviewed changes

Copilot reviewed 6 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Updated prettier dependency to ^3.8.1
yarn.lock Added prettier@^3.8.1 entry with version 3.8.1
packages/replay-internal/src/types/replay.ts Reformatted ReplayConfiguration interface extends clause with line breaks
packages/react/test/reactrouter-compat-utils/instrumentation.test.tsx Reformatted destructuring assignment from dynamic import
packages/feedback/src/core/types.ts Reformatted OptionalFeedbackConfiguration interface extends and Omit type parameters
packages/core/src/utils/flushIfServerless.ts Adjusted indentation for union type in function parameter
packages/core/src/types-hoist/options.ts Reformatted CoreOptions interface extends and Omit type parameters
packages/core/src/types-hoist/feedback/index.ts Reformatted FeedbackInternalOptions interface extends to single line
packages/browser/src/integrations/spotlight.ts Adjusted indentation in Boolean expression within isSpotlightInteraction function

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

Codecov Results 📊


Generated by Codecov Action

@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

node-overhead report 🧳

Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.

Scenario Requests/s % of Baseline Prev. Requests/s Change %
GET Baseline 8,589 - 8,903 -4%
GET With Sentry 1,618 19% 1,745 -7%
GET With Sentry (error only) 5,886 69% 6,222 -5%
POST Baseline 1,166 - 1,223 -5%
POST With Sentry 574 49% 590 -3%
POST With Sentry (error only) 1,026 88% 1,069 -4%
MYSQL Baseline 3,165 - 3,336 -5%
MYSQL With Sentry 438 14% 496 -12%
MYSQL With Sentry (error only) 2,646 84% 2,696 -2%

View base workflow run

@logaretm logaretm merged commit b37fa88 into develop Feb 5, 2026
213 checks passed
@logaretm logaretm deleted the awad/chore/upgrade-prettier branch February 5, 2026 20:42
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