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
Hi! The optional esdoc dependency is outdated and causes security warnings with yarn audit, breaking our CI. Unfortunately yarn add --no-optionalis still broken so esdoc gets installed no matter what.
Unfortunately, 0.5.2 was the last version before 1.0.1, and you have specified escoc: ^0.5.2, so that effectively pins it at 0.5.2.
Could you please update esdoc to the latest version? Actually 1.1.0 still pulls in the old, outdates sub-dependencies.
Hi! The optional
esdoc
dependency is outdated and causes security warnings withyarn audit
, breaking our CI. Unfortunatelyyarn add --no-optional
is still broken soesdoc
gets installed no matter what.Unfortunately,
0.5.2
was the last version before1.0.1
, and you have specifiedescoc: ^0.5.2
, so that effectively pins it at0.5.2
.Could you please updateActuallyesdoc
to the latest version?1.1.0
still pulls in the old, outdates sub-dependencies.Can
esdoc
be replaced with esdoc-next?The text was updated successfully, but these errors were encountered: