Skip to content

chore: update prettier to v3#3674

Open
aidenjbrown wants to merge 1 commit into
jspsych:mainfrom
tonyh1306:chore/update-prettier-v3
Open

chore: update prettier to v3#3674
aidenjbrown wants to merge 1 commit into
jspsych:mainfrom
tonyh1306:chore/update-prettier-v3

Conversation

@aidenjbrown

Copy link
Copy Markdown

Summary:

  • Updates Prettier from v2.8.8 to v3.8.3.
  • Leaves existing formatting unchanged.
  • Keeps existing root package.json Prettier config: printWidth 100.
  • Keeps existing lint-staged behavior: prettier --write for staged TS/JS/MJS/CJS files.

Important note:
This is not a formatting cleanup PR. It only updates the Prettier dependency. A full Prettier formatting pass was intentionally not run because the repo already has a noisy formatting baseline, and running prettier --write would create a large formatting-only diff.

Verification:

  • npx prettier@2.8.8 --check [sample files] showed the same sample files already had formatting issues before Prettier 3.
  • npm test -- --watch=false passed:
    • 79 test suites passed
    • 670 tests passed
    • 6 skipped
    • 10 snapshots passed.
  • npx prettier --check "packages/**/*.{ts,js,mjs,cjs}" --ignore-path .gitignore still reports existing formatting issues, so no formatting changes were included.

@changeset-bot

changeset-bot Bot commented Jun 3, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5e393e0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

1 participant