-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
React: Remove react-dev-utils #17022
Conversation
☁️ Nx Cloud ReportCI ran the following commands for commit 62ecebb. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
😵💫 |
I thought is better wait for green of CI of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @Taillook and thanks for your patience too! 🙏 Merging
Any possibility of getting this fix backported to the 6.4.x series? We've got multiple repos yelling about the critical-severity immer vulnerability that this is the ultimate fix for, and it looks like 6.5.0 is still a ways off. |
@Scotchester @vluoto Can you verify that 6.5 fixes the issue for you? Once I have a few confirmations, I can patch it back to 6.4.x |
Yes, I can confirm that once I updated my project to 6.5 alpha, the GitHub security alert pertaining to immer has been resolved. |
@Scotchester It's been patched back to https://github.com/storybookjs/storybook/releases/tag/v6.4.13 |
🙌 Thank you so much! |
Issue: #16093 #17017
What I did
yarn test -u
checked local
yarn build
,yarn test
andcd examples/cra-ts-essentials && yarn storybook