-
Notifications
You must be signed in to change notification settings - Fork 5
Upgrade dependencies #109
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
base: main
Are you sure you want to change the base?
Upgrade dependencies #109
Conversation
commit: |
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.
Pull request overview
This PR upgrades project dependencies, with a major focus on migrating from Storybook 8 to Storybook 10. The changes include updating import paths to align with Storybook 10's new module structure, upgrading various dev dependencies to their latest versions, and applying minor formatting improvements.
Key changes include:
- Migration of Storybook imports to match version 10 API (e.g.,
@storybook/blocks→@storybook/addon-docs/blocks) - Update of all Storybook-related packages to version 10.1.4
- Upgrade of various dev dependencies (TypeScript, Vite, Tailwind, ESLint plugins, etc.)
Reviewed changes
Copilot reviewed 52 out of 53 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Storybook MDX files (13 files) | Updated imports from @storybook/blocks to @storybook/addon-docs/blocks for Storybook 10 compatibility |
| Storybook story files (12 files) | Updated type imports from @storybook/react to @storybook/react-vite |
src/hooks/UseMatchMedia/ScreenSize/UseMatchMedia.ScreenSize.stories.tsx |
Changed viewport import path, but the new path appears incorrect |
src/hooks/UseForm/useForm/utils/internal.ts |
Added extra parentheses for formatting consistency (auto-formatter change) |
package.json |
Upgraded all dependencies, notably Storybook from 8.x to 10.1.4 and removed addon-essentials |
.storybook/main.ts |
Simplified addon configuration, removing addon-essentials and addon-interactions |
CODE_OF_CONDUCT.md |
Formatting improvements: converted bullet points from * to - and fixed spacing |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a30b8c3 to
223e2b0
Compare
Why:
Felt like it
What's being changed (if available, include any code snippets, screenshots, or gifs):
* The docs part doesn't actually merge, they don't allow that. It just uses whichever story it finds first, but since they use a shared docs definition, multiple stories result in the same set of docs.