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

Upgrade boxen to 5.x #16190

Merged
merged 2 commits into from
Sep 30, 2021
Merged

Upgrade boxen to 5.x #16190

merged 2 commits into from
Sep 30, 2021

Conversation

stof
Copy link
Contributor

@stof stof commented Sep 29, 2021

Issue:

What I did

boxen is upgraded from 4.x to 5.x.
The breaking change in this major version is dropping support for node <10, and storybook already requires node 10+.
This removes one path depending on outdated versions of ansi-regex that are vulnerable for ReDoS (the dependency tree of npmlog still includes it though).

How to test

  • Is this testable with Jest or Chromatic screenshots?
  • Does this need a new example in the kitchen sink apps?
  • Does this need an update to the documentation?

If your answer is yes to any of these, please make sure to include it in your PR.

The breaking change in this major version is dropping support for
node <10, and storybook already requires node 10+.
This removes one path depending on outdated versions of ansi-regex that
are vulnerable for ReDoS.
@nx-cloud
Copy link

nx-cloud bot commented Sep 29, 2021

Nx Cloud Report

CI ran the following commands for commit 247f481. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx run-many --target=prepare --all --parallel --max-parallel=15

Sent with 💌 from NxCloud.

Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

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

Thanks @stof !!! 🙏

@shilman shilman merged commit b1c2fd5 into storybookjs:next Sep 30, 2021
@stof stof deleted the upgrade_boxen branch September 30, 2021 08:18
@mfranzke mfranzke mentioned this pull request Oct 9, 2021
3 tasks
@shilman shilman added this to the 6.4 PRs milestone Oct 25, 2021
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