mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 11:31:45 -04:00
* fix(workspace.manifest-writer): preserve yaml formatting in pnpm-workspace.yaml Ensure that the original formatting (quotes, etc.) in pnpm-workspace.yaml is preserved when running commands like \`pnpm update\`. Close #10425 * docs: add changeset * fix(workspace/manifest-writer): restore formats * test: manifest writer preservers quotes in catalogs * fix(workspace.manifest-writer): only update catalog when values change * fix: remove redundant code * test: adding catalog --------- Co-authored-by: Zoltan Kochan <z@kochan.io>