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
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
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
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
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
Jeppe Reinhold
a599fee4b1
fix test provider tests
2025-03-27 12:40:07 +01:00
Jeppe Reinhold
52d3addae9
fix test type errors
2025-03-27 12:27:58 +01:00
Jeppe Reinhold
4f30a5e8e8
remove bad merge conflict handling
2025-03-27 12:27:48 +01:00
Valentin Palkovic
48105b561e
Update Next.js support to require version 14 or higher, reflecting changes in documentation and dependency requirements. Adjusted compatibility comments and removed legacy code for earlier Next.js versions.
2025-03-27 12:17:42 +01:00
Valentin Palkovic
b23dc26969
Removing TypeScript error suppression comments.
2025-03-27 12:09:44 +01:00
Valentin Palkovic
b0a444a32f
Merge branch 'valentin/api-removals' into valentin/drop-tooling-support
2025-03-27 12:00:07 +01:00
Valentin Palkovic
a93bbc358e
Remove unused manualParameter from A11YPanel and update documentation to reflect changes in manual mode configuration.
2025-03-27 11:59:23 +01:00
Valentin Palkovic
6ada8edef7
Merge branch 'valentin/api-removals' into valentin/drop-tooling-support
2025-03-27 11:58:06 +01:00
Valentin Palkovic
bb1aff1595
Update react-docgen dependency to version 7.1.1 in multiple package.json and yarn.lock files
2025-03-27 11:57:00 +01:00
Valentin Palkovic
b94fe01eab
Sandbox: Remove Angular 15 sandbox
2025-03-27 11:45:42 +01:00
Valentin Palkovic
901951d765
Merge remote-tracking branch 'origin/next' into valentin/api-removals
2025-03-27 11:35:56 +01:00
Valentin Palkovic
9d71abdae9
Update externalGlobalsPlugin function signature to return a Promise<Plugin>
2025-03-27 11:30:16 +01:00
Jeppe Reinhold
5d0152e4af
Merge branch 'next' of github.com:storybookjs/storybook into jeppe/use-test-provider-store-in-manager
2025-03-27 11:17:43 +01:00
Valentin Palkovic
8b21491d3e
Merge pull request #30941 from storybookjs/valentin/fix-zone-support-in-angular
...
Angular: Fix zone.js support for Angular libraries
2025-03-27 11:13:28 +01:00
Jeppe Reinhold
a82451ef13
use sync flow for handling uncaught exceptions and unhandled errors in the vitest child process
2025-03-27 11:12:46 +01:00
Valentin Palkovic
c416efc785
Angular: Fix zone.js support for Angular libraries
2025-03-27 11:07:24 +01:00
Valentin Palkovic
9c64c48c41
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 10:30:05 +01:00