-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Dependencies: Upgrade file-system-cache
#23253
Conversation
file-system-cache
Thanks for the PR! It appears that We could do |
@JReinhold Thanks for bringing this up in philcockfield/file-system-cache#32. |
@seriouz could you try with |
ramda has ts-toolbelt as dependency. |
Now the pipeline fails saying fs-extra is missing. But its in the dependencies https://github.com/storybookjs/storybook/pull/23253/files#diff-ff04a2a55069519839f556f58b6c56d782b05f607ce3c34221b29763590a78ecR16020 |
I see, looks to be the same problem as with |
@seriouz seems like this has now been fixed in |
Hey @seriouz I could not push updates to your branch, could you please update your branch and fix the merge conflicts? Thanks! |
@yannbf It's hard to update branches when they are named It's possible though, if you rename the branch name locally, and point it to track the branch of the PR. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: @vitejs/plugin-react@3.1.0, ember-named-blocks-polyfill@0.2.5, overlayscrollbars@2.3.1 |
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is new author?A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package. Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
I created a new PR with the latest "next" branch: #24232 |
Reverts #23221 as the issue has now been fixed upstream.
What I did
Removed the pinned dependency file-system-cache with 2.3.0 and set it to the fixed version 2.4.1.
Links:
file-system-cache
to 2.3.0 #23221 (comment)This is the result of
yarn why file-system-cache
in code:How to test
Must be tested in a case-sensitive operating system like Linux - not MacOS or Windows.
Checklist
MIGRATION.MD
Maintainers
make sure to add the
ci:merged
orci:daily
GH label to it.["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]