Patch application failure with a patch created by either pnpm or aube #383
Replies: 1 comment
-
|
And another issue: When a catalog entry uses an npm: alias (e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, it's me again! Continuing to test every new release. I have a new bug where a patch created with
pnpm patchis failing to apply. https://github.com/stevelandeydescript/aube-bug-repros/tree/main/patch-application-failureThere's also a suboptimal behavior (not documented in my repo) where
aube patch-commitwrites topackage.jsoninstead ofpnpm-workspace.yaml. Ideally you'd have a heuristic to update the one that already contains patch declarations, or preferpnpm-workspace.yamlif it exists at all andpackage.jsonhas no pnpm config.Beta Was this translation helpful? Give feedback.
All reactions