Skip to content

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.

3 participants