Skip to content

chore(deps): manage prettier via pnpm catalog - #933

Open
Shinyaigeek wants to merge 1 commit into
thesysdev:mainfrom
Shinyaigeek:chore/catalog-prettier
Open

chore(deps): manage prettier via pnpm catalog#933
Shinyaigeek wants to merge 1 commit into
thesysdev:mainfrom
Shinyaigeek:chore/catalog-prettier

Conversation

@Shinyaigeek

Copy link
Copy Markdown
Contributor

What

prettier and prettier-plugin-organize-imports were the last shared dev-tooling dependencies still pinned per package.json, while eslint, typescript and friends already go through the workspace catalog. This moves them into the catalog too, so the versions live in one place.

Changes

  • pnpm-workspace.yaml: add prettier: "^3.2.5" and prettier-plugin-organize-imports: "^3.2.4" to the catalog
  • package.json (root): prettier / prettier-plugin-organize-importscatalog:
  • packages/react-ui/package.json: prettier-plugin-organize-importscatalog:
  • pnpm-lock.yaml: catalog entries added, importer specifiers updated

Resolved versions are unchanged (prettier 3.9.6, prettier-plugin-organize-imports 3.2.4), so no formatting behaviour changes.

Test Plan

  • Verified locally

pnpm install --frozen-lockfile (pnpm 10.34.5, same major as CI) passes against the updated lockfile and produces no further lockfile changes — i.e. the lockfile is in sync with the manifests.

Checklist

  • I linked a related issue, if applicable
  • I updated docs/README when needed (n/a)
  • I considered backwards compatibility (no published package manifests are affected; catalog: is resolved at publish time)

🤖 Generated with Claude Code

Move prettier and prettier-plugin-organize-imports into the workspace
catalog so their versions live in one place, matching how eslint,
typescript and the other shared dev dependencies are already managed.

Resolved versions are unchanged (prettier 3.9.6,
prettier-plugin-organize-imports 3.2.4).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

@Shinyaigeek is attempting to deploy a commit to the thesys-devs Team on Vercel.

A member of the Team first needs to authorize it.

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