mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-25 15:07:06 -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>
269 B
269 B
@pnpm/workspace.manifest-writer, pnpm
| @pnpm/workspace.manifest-writer | pnpm |
|---|---|
| patch | patch |
Fix YAML formatting preservation in pnpm-workspace.yaml when running commands like pnpm update. Previously, quotes and other formatting were lost even when catalog values didn't change.
Closes #10425