-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add overrides to pin minimum versions #29723
Conversation
d5c68e2
to
685660c
Compare
685660c
to
159f4a7
Compare
5ae2320
to
633907f
Compare
I deleted my package-lock.json file, ran |
c2708e9
to
7934959
Compare
7934959
to
e0edcab
Compare
I think by doing that you're effectively upgrading all libs within the specified range in Better to get dependabot to trigger dozens of PRs, and making it clear which bump creates what issue. Though it'd be super nice to bump all at once, I'm just thinking it might be a super intricate dead end. |
I guess there's a lot going on in this PR, so we can tease apart a few topics, even if this can't be teased apart into multiple topics (or even PRs), namely:
|
I'm guessing eslint got updated to a newer version while deleting/regenerating Side note - I absolutely love |
Ok, I decided to start from scratch since the dependency with the optionals is fixed separately, and this seems to have worked: #29805 |
SUMMARY
Fixing a few breaking npm package issues. One of which is puppeteer based on puppeteer/puppeteer#12094
It also looks like we need lockfile version 3 for npm 9+. Ref: #27198
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
before:
puppeteer is being imported via eyes-storybook which is at it's current latest version
npm warn deprecated puppeteer@21.11.0: < 22.8.2 is no longer supported
after:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION