18271 Commits

Author SHA1 Message Date
Valentin Palkovic
daf0351bea HTML Framework: Remove support for HTML Webpack 5
This commit removes the HTML Webpack 5 framework and its associated preset from the project. Updates to the migration documentation and package dependencies have been made to reflect this change. Adjustments were also made to the CircleCI configuration and various code files to ensure compatibility with the new setup.
2025-03-31 09:14:46 +02:00
Valentin Palkovic
1779122181 Web Components: Remove Webpack 5 support for
Update migration documentation and package dependencies accordingly.
2025-03-31 08:54:05 +02:00
Michael Shilman
fdb13bd0fa
Merge pull request #30966 from storybookjs/no-test-no-vta
CLI: Only install Visual Test Addon if test feature is selected
2025-03-31 02:41:26 +08:00
storybook-bot
5ca883c16a Bump version from "9.0.0-alpha.11" to "9.0.0-alpha.12" [skip ci] 2025-03-30 18:27:03 +00:00
Michael Shilman
4e22deaf16
Merge branch 'next' into no-test-no-vta 2025-03-31 01:50:01 +08:00
storybook-bot
24726e44da Write changelog for 9.0.0-alpha.12 [skip ci] 2025-03-30 10:46:42 +00:00
Valentin Palkovic
2488ec10aa Merge remote-tracking branch 'origin/next' into valentin/remove-obsolete-automigrations 2025-03-30 12:24:13 +02:00
Valentin Palkovic
180318083c Remove tests from file which will be removed 2025-03-30 12:03:31 +02:00
Valentin Palkovic
5730588b2c Remove obsolete 'mdx-to-csf' migration logic from migrate.ts 2025-03-30 11:49:10 +02:00
Valentin Palkovic
47e5e5752c Merge remote-tracking branch 'origin/next' into valentin/remove-obsolete-automigrations 2025-03-30 11:47:18 +02:00
Valentin Palkovic
dde3d9bfa4 Remove webpack5 support for @storybook/vue3 in new-frameworks-utils.ts 2025-03-30 11:43:05 +02:00
Valentin Palkovic
51f6936b8f Remove project.json 2025-03-30 11:42:57 +02:00
Valentin Palkovic
fe9c6399a5 Merge remote-tracking branch 'origin/next' into valentin/remove-vue3-webpack-support 2025-03-28 18:52:36 +01:00
Valentin Palkovic
4740a15e69 Merge remote-tracking branch 'origin/next' into valentin/remove-preact-webpack-support 2025-03-28 16:17:29 +01:00
Valentin Palkovic
6553664e8f
Merge branch 'next' into valentin/remove-obsolete-automigrations 2025-03-28 16:15:48 +01:00
Valentin Palkovic
c20fee7666
Merge pull request #30956 from storybookjs/valentin/stabilize-experimental-nextjs-vite
Next.js-Vite: Stabilize @storybook/experimental-nextjs-vite
2025-03-28 16:15:25 +01:00
Valentin Palkovic
c001e4b035
Merge pull request #30940 from storybookjs/valentin/drop-tooling-support
Maintenance: Drop tooling support
2025-03-28 16:14:56 +01:00
Valentin Palkovic
9de3387fdd
Merge branch 'valentin/drop-tooling-support' into valentin/remove-preact-webpack-support 2025-03-28 14:04:18 +01:00
Valentin Palkovic
8c556d699f
Merge branch 'next' into valentin/drop-tooling-support 2025-03-28 14:03:58 +01:00
Jeppe Reinhold
f06c64795e fix missing global in globals-runtime 2025-03-28 13:43:07 +01:00
Jeppe Reinhold
5dbf08eba6
Merge pull request #30963 from storybookjs/jeppe/fix-store-flake
Core: Fix flaky unit tests related to stores
2025-03-28 13:25:53 +01:00
Gert Hengeveld
44f322c7d9 Merge branch 'next' into no-test-no-vta 2025-03-28 13:24:40 +01:00
Valentin Palkovic
c5a7eb2f26 Fix typing issues 2025-03-28 12:44:18 +01:00
Jeppe Reinhold
561f1bd520 fix boot-test-runner unit tests 2025-03-28 12:39:41 +01:00
Valentin Palkovic
34d9daeaa1 Fix tests 2025-03-28 12:36:00 +01:00
Valentin Palkovic
dbfd054d07
Merge branch 'valentin/drop-tooling-support' into valentin/remove-preact-webpack-support 2025-03-28 12:32:29 +01:00
Valentin Palkovic
dd6edc6897
Merge branch 'next' into valentin/drop-tooling-support 2025-03-28 12:32:15 +01:00
Valentin Palkovic
8bced72523 Update Node.js version requirement in index.cjs to 20 or higher for Storybook compatibility. 2025-03-28 12:31:42 +01:00
Valentin Palkovic
36bb796cf6 Refactor StoryFn rendering in Storybook preview to use self-closing tag for improved readability. 2025-03-28 12:31:04 +01:00
Valentin Palkovic
9a9df8b480 Update Vite version in block-dependencies-versions.ts to 5.0.0 to align with recent dependency requirements. 2025-03-28 12:30:11 +01:00
Valentin Palkovic
b0d805409f
Merge pull request #30926 from storybookjs/valentin/api-removals
Maintenance: Remove deprecated APIs
2025-03-28 12:28:46 +01:00
Valentin Palkovic
adf2703a3d Refactor Button component to remove unnecessary local variables for variant and size, directly using props instead. 2025-03-28 12:26:57 +01:00
Gert Hengeveld
326ff0a574 Only add @chromatic-com/storybook (VTA) if test feature is selected 2025-03-28 12:06:53 +01:00
Jeppe Reinhold
8aec1a5e09 use separate VITEST_CHILD_PROCESS env var to determine store leadership
so that our internal unit tests which also has VITEST and TEST env vars doesn't make the store get created as followers, but only the actual vitest child process does.
2025-03-28 11:44:46 +01:00
Valentin Palkovic
8323d2c405
Update code/core/src/cli/dirs.ts
Co-authored-by: Norbert de Langen <ndelangen@me.com>
2025-03-28 11:15:51 +01:00
Valentin Palkovic
bafb4abb5f Add prompt for consolidated package updates and enhance package.json transformation logic 2025-03-28 11:07:25 +01:00
Valentin Palkovic
f6df000a7b Update yarn.lock to remove deprecated Babel packages and clean up unused dependencies 2025-03-28 10:59:35 +01:00
Valentin Palkovic
0de69a61ba Preact: Remove support for Preact Webpack 5
Deleting related packages and updating migration documentation.
Users are now directed to use the Vite builder for Preact projects.
2025-03-28 10:57:12 +01:00
Valentin Palkovic
4f1fbc2ede Vue3: Remove support for Webpack 5
Deleted related packages and updated migration documentation.
Users are now directed to use the Vite builder for Vue3 projects.
2025-03-28 10:56:19 +01:00
Valentin Palkovic
4f7cc51d25 Preact: Remove support for Preact Webpack 5
Deleting related packages and updating migration documentation.
Users are now directed to use the Vite builder for Preact projects.
2025-03-28 10:46:09 +01:00
Valentin Palkovic
eb99524260
Merge branch 'valentin/drop-tooling-support' into valentin/remove-obsolete-automigrations 2025-03-28 10:23:06 +01:00
Valentin Palkovic
f79e8b2c98 Next.js-Vite: Stabilizing @storybook/experimental-nextjs-vite 2025-03-28 09:28:48 +01:00
Gert Hengeveld
b5e69ccc0f Fix tests 2025-03-28 08:58:19 +01:00
Gert Hengeveld
a85a1e3902 Visual tweaks to badges and improved layout for a11y panel 2025-03-28 00:08:43 +01:00
Valentin Palkovic
d5bd25c750 Update migration guide to reflect dropped support for Vite 4 and update package dependencies to require Vite 5.0.0 and up across all packages 2025-03-27 17:29:20 +01:00
Valentin Palkovic
1ffba52797 Revert "Update migration guide to reflect dropped support for Vite 4 and update package dependencies to require Vite 5.0.0 and up across all packages"
This reverts commit 9c64c48c4155d1780442737be36b74e3811ce439.
2025-03-27 16:15:26 +01:00
Valentin Palkovic
e718ffb354 Refactor Angular generator to dynamically set @angular-devkit/build-angular version based on project dependencies. Removed unnecessary extraDependencies from sandbox templates. 2025-03-27 13:31:46 +01:00
Jeppe Reinhold
3a15cb8a80 cleanup 2025-03-27 12:44:24 +01:00
Valentin Palkovic
5c8da2bd37 Refactor automigration fixes for Storybook 9 compatibility. Updated version ranges for various fixes to support versions below 9.0.0 and added new checks for deprecated packages. Removed legacy code and tests related to previous versions, ensuring a cleaner migration path for users upgrading to Storybook 9. 2025-03-27 12:40:35 +01:00
Jeppe Reinhold
a599fee4b1 fix test provider tests 2025-03-27 12:40:07 +01:00