Skip to content

chore: upgrade prettier from ^2 to ^3 and eslint-plugin-prettier to ^5#53

Merged
tompahoward merged 1 commit into
mainfrom
claude/install-deps-run-tests-POccP
Mar 14, 2026
Merged

chore: upgrade prettier from ^2 to ^3 and eslint-plugin-prettier to ^5#53
tompahoward merged 1 commit into
mainfrom
claude/install-deps-run-tests-POccP

Conversation

@tompahoward
Copy link
Copy Markdown
Contributor

Summary

  • Upgrades prettier from ^2.6.2 to ^3
  • Upgrades eslint-plugin-prettier from ^4 to ^5 (required for prettier 3 compatibility)
  • Removes both from dry-aged-deps exclusions

Risk: 2/5

Prettier 3's main breaking change is trailing commas defaulting to "all" (was "es5"), but this project's .prettierrc.json has no explicit trailing comma setting and the existing code already uses trailing commas consistently. No formatting changes were produced — all source files pass as-is.

Test plan

  • npm run build passes (compile + test + eslint + spellcheck + package)
  • No formatting changes to any source files
  • CI build passes

https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce

Prettier 3 required upgrading eslint-plugin-prettier to v5 for
compatibility. No formatting changes were needed — existing code
passes cleanly.

https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce
@tompahoward tompahoward merged commit bb0107a into main Mar 14, 2026
4 checks passed
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