Skip to content

Conversation

@yannbf
Copy link
Member

@yannbf yannbf commented Oct 13, 2025

This PR removes the "play" button from the animated layout used in frontpage, and also upgrades from Storybook 8 -> 10. Additionally, sets Storybook to use the nextjs-vite framework.

Before:
image

After:
image

@yannbf yannbf requested a review from kylegach October 13, 2025 14:34
@netlify
Copy link

netlify bot commented Oct 13, 2025

Deploy Preview for storybook-addon-catalog failed. Why did it fail? →

Name Link
🔨 Latest commit de3f769
🔍 Latest deploy log https://app.netlify.com/projects/storybook-addon-catalog/deploys/69170af7e2b71c00086f8772

@netlify
Copy link

netlify bot commented Oct 13, 2025

Deploy Preview for storybook-frontpage failed. Why did it fail? →

Name Link
🔨 Latest commit de3f769
🔍 Latest deploy log https://app.netlify.com/projects/storybook-frontpage/deploys/69170af74bb6270008e41322

@kylegach kylegach force-pushed the upgrade-storybook-v10 branch from 0c37f34 to b2a1d4e Compare October 17, 2025 14:44
Copy link
Member

@Sidnioulz Sidnioulz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. We can now update deps to 10.0, I've set suggestions to make it easier.

Comment on lines +74 to +75
"@storybook/addon-links": "^10.0.0-beta.10",
"@storybook/nextjs-vite": "^10.0.0-beta.10",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@storybook/addon-links": "^10.0.0-beta.10",
"@storybook/nextjs-vite": "^10.0.0-beta.10",
"@storybook/addon-links": "^10.0.0",
"@storybook/nextjs-vite": "^10.0.0",

"@types/tar": "^6.1.13",
"@vitejs/plugin-react": "^4.3.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-storybook": "^10.0.0-beta.10",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"eslint-plugin-storybook": "^10.0.0-beta.10",
"eslint-plugin-storybook": "^10.0.0",

"postcss": "^8",
"prompts": "^2.4.2",
"storybook": "^8.1.1",
"storybook": "^10.0.0-beta.10",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"storybook": "^10.0.0-beta.10",
"storybook": "^10.0.0",

"typescript": "^5.3.3",
"vitest": "^1.6.0"
"vitest": "^1.6.0",
"@storybook/addon-docs": "^10.0.0-beta.10"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@storybook/addon-docs": "^10.0.0-beta.10"
"@storybook/addon-docs": "^10.0.0"

Comment on lines +47 to +48
"@storybook/addon-themes": "^10.0.0-beta.10",
"@storybook/nextjs-vite": "^10.0.0-beta.10",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@storybook/addon-themes": "^10.0.0-beta.10",
"@storybook/nextjs-vite": "^10.0.0-beta.10",
"@storybook/addon-themes": "^10.0.0",
"@storybook/nextjs-vite": "^10.0.0",

"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-storybook": "^10.0.0-beta.10",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"eslint-plugin-storybook": "^10.0.0-beta.10",
"eslint-plugin-storybook": "^10.0.0",

"postcss": "^8.4.35",
"react": "^18.2.0",
"storybook": "^8.4.5",
"storybook": "^10.0.0-beta.10",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"storybook": "^10.0.0-beta.10",
"storybook": "^10.0.0",

"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"@storybook/addon-docs": "^10.0.0-beta.10"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@storybook/addon-docs": "^10.0.0-beta.10"
"@storybook/addon-docs": "^10.0.0"

@Sidnioulz Sidnioulz self-assigned this Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants