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 file-system-cache to 2.0.0 and remove custom types #18253

Merged
merged 6 commits into from
Jul 1, 2022

Conversation

vinodkumarsharma276
Copy link
Contributor

We are using @storybook/core-common in our project and it pulls file-system@1.0.5 --> ramda@0.21.0. We need to use ramda@0.28.0 which file-system@2.0.0 uses.

Issue:

What I did

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.

We are using @storybook/core-common in our project and it pulls file-system@1.0.5 --> ramda@0.21.0. We need to use ramda@0.28.0 which file-system@2.0.0 uses.
@nx-cloud
Copy link

nx-cloud bot commented May 18, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 265631b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@yannbf
Copy link
Member

yannbf commented May 23, 2022

Hey @vinodkumarsharma276 thanks for this PR! You'll need to update the lock file. Did you make sure to check whether there were no breaking changes in 2.0.0 that could impact the package?

@ndelangen ndelangen changed the title Bump file-system to 2.0.0 Bump file-system-cache to 2.0.0 Jul 1, 2022
@ndelangen ndelangen self-assigned this Jul 1, 2022
@@ -72,7 +72,7 @@
"chalk": "^4.1.0",
"core-js": "^3.8.2",
"express": "^4.17.1",
"file-system-cache": "^1.0.5",
Copy link
Member

Choose a reason for hiding this comment

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

This is great, but would you mind updating the lockfile with the PR too?

@ndelangen
Copy link
Member

ndelangen commented Jul 1, 2022

Error: Unknown argument: skipInstall

😮 whut ?

@ndelangen ndelangen changed the title Bump file-system-cache to 2.0.0 Upgrade file-system-cache to 2.0.0 and remove custom types Jul 1, 2022
@ndelangen ndelangen merged commit 3b8b8c3 into storybookjs:next Jul 1, 2022
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