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
I've also noticed that if I delete yarn.lock the one getting created with yarn install includes a huge amount of changes, as in
updates. I have a repo with Docusaurus where GitHub dependabot/security complains about webpack < 5.94.0. yarn upgrade-interactive and yarn up did not fix it. Deleting yarn.lock then yarn install, and suddenly I had webpack v5.94.0 instead.
Don't know if this is related to this issue. But thought I'd comment it here rather than creating a new issue.
Yarn v4.4.1 using fnm + NodeJS v20.17.0 + Corepack.
Self-service
Describe the bug
Running
yarn up
is just pretending to do something but results in no updates at all - filesinstall-state.gz
andyarn.lock
are not modified.To reproduce
Environment
Additional context
Output from
yarn up
:The text was updated successfully, but these errors were encountered: