Describe the bug
After upgrading from 6.0.21 to 6.0.22 via yarn upgrade-interactive I am seeing two errors
No.1
ERROR in ./.storybook/preview.js
Module not found: Error: Can't resolve 'style-loader' in '/Users/...'
...
No.2 - per story:
ERROR in ./stories/[Srotyname].stories.js
Module not found: Error: Can't resolve 'vue-docgen-loader' in '/Users/...'
...
To Reproduce
Steps to reproduce the behavior:
yarn storybook)System
Environment Info:
System:
OS: macOS 10.15.6
CPU: (8) x64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
Binaries:
Node: 12.18.2 - /usr/local/bin/node
Yarn: 1.22.5 - /usr/local/bin/yarn
npm: 6.14.8 - /usr/local/bin/npm
Browsers:
Chrome: 85.0.4183.121
Firefox: 81.0
Safari: 14.0
npmPackages:
@storybook/addon-actions: ^6.0.10 => 6.0.22
@storybook/addon-docs: ^6.0.10 => 6.0.22
@storybook/addon-knobs: ^6.0.17 => 6.0.22
@storybook/addon-links: ^6.0.10 => 6.0.22
@storybook/addon-storysource: ^6.0.10 => 6.0.22
@storybook/addons: ^6.0.10 => 6.0.22
@storybook/vue: ^6.0.10 => 6.0.22
Did you try removing node_modules and/or lockfiles and reinstalling?
Nope, sorry. But I just found out something else.
running yarn upgrade-interactive gave me this list:

after updating them all yarn upgrade-interactive output:

But running yarn upgrade makes it work! It changed several additional dependencies:
That's kinda it. Maybe I missed one or two. I would have expected that these dependencies would get upgrade with upgrade interactive just as with upgrade. Any idea why they didn't?
That's probably a better question for the yarn team. We've had a lot of upgrade issues with both yarn and npm..
Most helpful comment
Nope, sorry. But I just found out something else.
running

yarn upgrade-interactivegave me this list:after updating them all

yarn upgrade-interactiveoutput:But running
yarn upgrademakes it work! It changed several additional dependencies:That's kinda it. Maybe I missed one or two. I would have expected that these dependencies would get upgrade with
upgrade interactivejust as withupgrade. Any idea why they didn't?