You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to leave the empty broken field, but syncpack deletes it, even when no other package changes are needed. I think the change was in commit a279e56.
Suggested Solution
Ideally, syncpack would only edit fields it's supposed to, so I would expect it to only touch the dependency fields/types that it's configured to.
Alternatively, if the behavior could be disabled altogether, that would work for us, but not sure if that's the best general solution.
The text was updated successfully, but these errors were encountered:
Description
In syncpack 9.0, empty nodes in package.json are removed. For example, we have a custom node in our package.json that looks like this:
We want to leave the empty
broken
field, but syncpack deletes it, even when no other package changes are needed. I think the change was in commit a279e56.Suggested Solution
Ideally, syncpack would only edit fields it's supposed to, so I would expect it to only touch the dependency fields/types that it's configured to.
Alternatively, if the behavior could be disabled altogether, that would work for us, but not sure if that's the best general solution.
The text was updated successfully, but these errors were encountered: