Skip to content
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

Merged
merged 5 commits into from
May 14, 2019

Conversation

shawnbot
Copy link
Contributor

A couple of things to resolve all but one (#796) vulnerability in our dependencies:

  1. Run npm audit fix --force
  2. Remove unused metalsmith dependencies
  3. Remove script/check-links, along with the broken-link-checker and char-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.

@shawnbot shawnbot requested a review from simurai May 14, 2019 22:18
@shawnbot shawnbot requested review from emplums and jonrohan and removed request for simurai May 14, 2019 23:02
@shawnbot shawnbot mentioned this pull request May 14, 2019
11 tasks
Copy link
Contributor

@emplums emplums left a 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",
Copy link
Contributor

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!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call! Tested npm run start-storybook and it looks good on my machine:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants