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
build(deps): adopt yarn 4.14.1 with further software supply chain hardening
this version adopts a default posture of disallowing package scripts to run
unless specifically configured to do so
we've followed that default posture here, and just allowed the specific packages
we expect to run scripts to do so
in addition the 2 separate sub-workspaces are now pointing to a single yarn
install in the root workspace, for easier upgrades in the future (or at least,
it won't be possible to upgrade them separately as the binary will disappear
and the sub-workspaces will error, highlighting the need to update their .yarnrc.yml
yarnPath entry and make sure they work)
0 commit comments