-
-
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
Svelte: Support v4 #22905
Svelte: Support v4 #22905
Conversation
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Next stepsTake 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 |
@shilman @yannbf this should be patched back to |
svelte@next
- v4
New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎ |
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.
Testing approval here
@kasperpeulen do you know why types are failing here? https://app.circleci.com/pipelines/github/storybookjs/storybook/52536/workflows/580c415a-ebab-4aa8-97e9-58cd32596d46/jobs/544399 (I can reproduce this locally) It's failing here because it can't find the Are we configuring TypeScript in a way that doesn't support these direct-to-JS definitions, or something else? cc @benmccann |
Thanks for testing! We'll release a new version in the next day or two, which should hopefully fix this |
|
The |
Thanks for the detailed description @dummdidumm. We're planning to remove this area of the code soon, so I wouldn't worry too much about looking into long term support of the internal features that we use there. |
@JReinhold I don't feel great about patching this back to 7.0 since it's technically a breaking change. Before users did not have to have svelte installed, and now they do. It's a corner case, but I'd much rather have this only go out in a minor release. Are you ok with that? |
We discuss this a bit here. #22905 (comment) I would consider this a bug fix more than a breaking change. And that any users that are affected by this are relying on a bug. But it's your call. |
@JReinhold Ok I'm fine with that. Just wanted to discuss first |
Svelte: Support v4 (cherry picked from commit 96b838b)
What I did
How to test
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"]