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
In this Zulip thread, Ethan reports an error that appears to be a regression introduced by Rush 5.146.0:
ERROR: unacceptable kind of an object to dump [object Undefined]
This is the YAML serializer telling us that it encountered an undefined value in one of the objects to be serialized (which is not supported by strict serializers).
octogonz
added
bug
Something isn't working as intended
priority
The maintainers consider it to be an important issue. We should try to fix it soon.
labels
Dec 18, 2024
Summary
In this Zulip thread, Ethan reports an error that appears to be a regression introduced by Rush 5.146.0:
ERROR: unacceptable kind of an object to dump [object Undefined]
This is the YAML serializer telling us that it encountered an
undefined
value in one of the objects to be serialized (which is not supported by strict serializers).I'm guessing it might be this change in PnpmShrinkWrapFileConverters.ts.
Repro steps
(We haven't isolated a repro yet. I was unable to repro in the Rush Stach repository.)
Expected result:
Actual result:
Details
rush --debug update
prints:Standard questions
Please answer these questions to help us investigate your issue more quickly:
rushVersion
from rush.json?node -v
)?The text was updated successfully, but these errors were encountered: