-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
npm audit, dependency cleanup, delete script/check-links #797
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! Just left one question
"@storybook/addon-viewport": "5.0.0", | ||
"@storybook/react": "5.0.10", | ||
"@storybook/addon-viewport": "5.0.11", | ||
"@storybook/react": "5.0.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you double check that storybook still runs fine? We just changed the storybook version but I can’t remember if we upgraded or downgraded it to make it work. Either way it would be great to check it’s all working fine if you haven’t already!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of things to resolve all but one (#796) vulnerability in our dependencies:
npm audit fix --force
script/check-links
, along with thebroken-link-checker
andchar-spinner
dependencies. We aren't running this script in CI right now, and it currently takes longer than I was willing to wait to run, so it's probably not working the way we want it to.script/check-relative-links
still warns us about relative link paths that may be problematic, and if we have problems with broken links we should find another tool to detect them.