Skip to content

fix(lockfile): undo prettier reformat of pnpm-lock.yaml; ignore it - #892

Merged
github-actions[bot] merged 1 commit into
mainfrom
fix/lockfile-prettier
Sep 5, 2026
Merged

fix(lockfile): undo prettier reformat of pnpm-lock.yaml; ignore it#892
github-actions[bot] merged 1 commit into
mainfrom
fix/lockfile-prettier

Conversation

@catomean

@catomean catomean commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

Follow-up to #891: prettier --write . had reformatted pnpm-lock.yaml (a ~7.5k-line serialization-only diff that rode into the mail-kit PR) because .prettierignore still listed package-lock.json/yarn.lock but not pnpm-lock.yaml — a leftover from the npm→pnpm migration. This restores the lockfile to pnpm's own canonical serialization (reconciled against the current package.json: mail-kit in, resend out; verified by a clean pnpm install) and adds pnpm-lock.yaml to .prettierignore so the formatter can never own the lockfile again.

🤖 Generated with Claude Code

https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn

prettier --write . reformatted pnpm-lock.yaml (7485-line diff of pure
serialization noise): .prettierignore still listed package-lock.json and
yarn.lock but not pnpm-lock.yaml — a leftover from the npm→pnpm
migration. Restore the lockfile to pnpm's own canonical serialization
(reconciled against the updated package.json) and add pnpm-lock.yaml to
.prettierignore so the formatter can never own the lockfile again.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn
@github-actions
github-actions Bot merged commit 51c1730 into main Sep 5, 2026
6 checks passed
@github-actions
github-actions Bot deleted the fix/lockfile-prettier branch September 5, 2026 11:20
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