-
Notifications
You must be signed in to change notification settings - Fork 182
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
fix(deps-dev): downgrade all Storybook breakage from dependabot et al #567
fix(deps-dev): downgrade all Storybook breakage from dependabot et al #567
Commits on Jul 18, 2024
-
fix(deps): downgrade all breakage from dependabot et al
- go back to Storybook v6 addons, matching the `storybook` dep - the addons were partially auto-upgraded to breaking versions by dependabot - go back to Webpack v4, matching Storybook v6 - this was also auto-upgraded to a breaking version by dependabot - go back to `ts-loader` v8, matching Webpack v4 - and this too had a breaking dependabot upgrade Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30acdb5 - Browse repository at this point
Copy the full SHA 30acdb5View commit details -
Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 233c828 - Browse repository at this point
Copy the full SHA 233c828View commit details -
revert the yarn.lock semver compatible changes as well
Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6470e20 - Browse repository at this point
Copy the full SHA 6470e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b3beb - Browse repository at this point
Copy the full SHA 25b3bebView commit details -
attempt to revert more unnecessary auto-made yarn.lock changes
Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2f27ae - Browse repository at this point
Copy the full SHA e2f27aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa39e16 - Browse repository at this point
Copy the full SHA fa39e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a9486 - Browse repository at this point
Copy the full SHA 78a9486View commit details -
set all storybook deps to 6.5.14 and ensure yarn.lock follows it
- the latter took some manual editing and resolutions until it got it, and now it reproduces the minimal variant Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d6fc93 - Browse repository at this point
Copy the full SHA 0d6fc93View commit details -
Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 991775d - Browse repository at this point
Copy the full SHA 991775dView commit details -
Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27113f8 - Browse repository at this point
Copy the full SHA 27113f8View commit details -
Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a0affa - Browse repository at this point
Copy the full SHA 9a0affaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d219d35 - Browse repository at this point
Copy the full SHA d219d35View commit details -
couple more iterations on that
Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce69bfa - Browse repository at this point
Copy the full SHA ce69bfaView commit details -
migrate from
@dump247/storybook-state
touseState
hook- as per its archived docs - tried to make the diff as small as possible Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7a4c73 - Browse repository at this point
Copy the full SHA d7a4c73View commit details
Commits on Jul 19, 2024
-
import individual components from dir
- same as downstream in Workflows, in order to code split properly, can't use the `src/` or `src/components/` imports as they have side effects (and therefore can't be tree-shaken) - instead have to do individual component imports to tree shake properly - this seems to substantially improve performance from lethargic minutes of loading on first page load to seconds - I believe Storybook tries to code split things itself, so maybe it was making a giant bundle for each story file? Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a82512 - Browse repository at this point
Copy the full SHA 6a82512View commit details -
- it was tested with and without the comment, to be specific - as well as several other ways Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f491b4 - Browse repository at this point
Copy the full SHA 2f491b4View commit details -
downgrade to storybook 6.5.0-beta.1 to get around telemetry bug
- per, well, my own SO answer: https://stackoverflow.com/a/78770854/3431180 - also remove old, no longer unused `@types/storybook*` deps - Storybook has types built-in now (and is written in TS, not sure if it wasn't before or something) Signed-off-by: Anton Gilgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31cd421 - Browse repository at this point
Copy the full SHA 31cd421View commit details