15445 Commits

Author SHA1 Message Date
Valentin Palkovic
f85d62c430
Merge branch 'next' into valentin/fix-svelte-vite-plugin 2024-11-01 12:53:22 +01:00
Valentin Palkovic
bc837ac006
Merge pull request #29264 from HoncharenkoZhenya/next
Next.js: Upgrade sass-loader from ^13.2.0 to ^14.2.1
2024-11-01 12:45:37 +01:00
Valentin Palkovic
6c829c545e
Merge pull request #29444 from sentience/fix-nextjs-react-paths-in-monorepo
Next.js: Fix bundled react and react-dom in monorepos
2024-11-01 12:43:11 +01:00
Valentin Palkovic
fb79a2b185
Merge pull request #29267 from stephenjason89/feat/bun-compatibility
Core: Add bun support with npm fallback
2024-11-01 12:34:21 +01:00
storybook-bot
7b09834c47 Bump version from "8.5.0-alpha.0" to "8.5.0-alpha.1" [skip ci] 2024-10-31 17:41:10 +00:00
storybook-bot
3534749c27 Write changelog for 8.5.0-alpha.1 [skip ci] 2024-10-31 16:50:59 +00:00
Kasper Peulen
fed1dd4e5c Fix yarn.lock 2024-10-31 16:53:05 +01:00
Kasper Peulen
676ec16d0a Depend on explicit version of shim packages in renderers/frameworks 2024-10-31 16:22:05 +01:00
Kasper Peulen
c155b4d141 Relax peer dep constraint of shim packages 2024-10-31 16:09:51 +01:00
storybook-bot
3d3781df4d Bump version from "8.4.0" to "8.5.0-alpha.0" [skip ci] 2024-10-31 12:58:43 +00:00
storybook-bot
0e48a0a9d8 Write changelog for 8.5.0-alpha.0 [skip ci] 2024-10-31 12:49:36 +00:00
storybook-bot
939651b867 Bump version from "8.4.0-beta.5" to "8.4.0" [skip ci] 2024-10-31 11:59:59 +00:00
storybook-bot
0f2faa8dad Write changelog for 8.4.0 [skip ci] 2024-10-31 10:06:05 +00:00
Kevin Yank
e9ee80ddd0 Merge remote-tracking branch 'origin/next' into fix-nextjs-react-paths-in-monorepo 2024-10-31 15:18:42 +11:00
Kevin Yank
e8a9166ddd Enable scopedResolve to accept script file references
The previous implementation supported relative references to packages
(e.g. `next/dist/compiled/react-dom`)
and named exports
(e.g. `next/dist/compiled/react-dom/client`),
but not references to physical script files within packages
(e.g. `next/dist/compiled/react-dom/cjs/react-dom-test-utils.production.js`).

The latter are now handled by detecting when require.resolve returns a path and filename that ends with the exact string provided to the function.
2024-10-31 15:13:53 +11:00
Kevin Yank
cb540e448f Fix spelling in comment 2024-10-31 14:27:19 +11:00
storybook-bot
e94dc925e1 Bump version from "8.4.0-beta.4" to "8.4.0-beta.5" [skip ci] 2024-10-30 17:21:44 +00:00
storybook-bot
fca6c45208 Write changelog for 8.4.0-beta.5 [skip ci] 2024-10-30 17:14:56 +00:00
Kasper Peulen
3b3950ce02
Merge pull request #29490 from storybookjs/valentin/fix-race-condition-during-init
Core: Fix race condition during empty folder init
2024-10-30 18:12:06 +01:00
Valentin Palkovic
0d576eb07b Core: Fix race condition during empty folder init 2024-10-30 16:50:31 +01:00
Valentin Palkovic
e1f66dc413
Update code/addons/test/src/postinstall.ts 2024-10-30 14:22:12 +01:00
Valentin Palkovic
e0adf62cf0 Addon Test: Improve unsupported vitest message 2024-10-30 13:22:12 +01:00
storybook-bot
c6dc5f63f1 Bump version from "8.4.0-beta.3" to "8.4.0-beta.4" [skip ci] 2024-10-30 11:43:42 +00:00
storybook-bot
a2c7d35b5b Write changelog for 8.4.0-beta.4 [skip ci] 2024-10-30 11:16:00 +00:00
Gert Hengeveld
42a7c6c855
Merge pull request #29450 from storybookjs/testing-module-session-storage
Core: Track test provider state in sessionStorage
2024-10-30 12:13:11 +01:00
Yann Braga
ed1ea98e20
Merge pull request #29479 from storybookjs/yann/addon-test-postinstall-fixes
Addon Test: Improve postinstall script
2024-10-30 12:04:36 +01:00
Gert Hengeveld
a35074bb24
Merge pull request #29482 from storybookjs/throttle-vitest-progress-updates
Addon Test: Throttle Vitest progress updates more heavily
2024-10-30 12:04:23 +01:00
Gert Hengeveld
80a468787c Merge branch 'next' into testing-module-session-storage 2024-10-30 11:45:46 +01:00
Gert Hengeveld
5d433a4556 Throttle Vitest progress updates more heavily 2024-10-30 11:32:59 +01:00
Valentin Palkovic
d5f426cf14
Merge pull request #29476 from storybookjs/valentin/improve-addon-test-error-handling
Addon Test: Improve Error Handling
2024-10-30 11:27:49 +01:00
Yann Braga
9aac063cca fix types 2024-10-30 10:54:32 +01:00
Gert Hengeveld
77aea54957
Merge branch 'next' into testing-module-session-storage 2024-10-30 10:40:01 +01:00
Kasper Peulen
a9bbf9b567
Merge pull request #29461 from storybookjs/upgrade-vta-3.2.0
Dependencies: Upgrade VTA to v3.2.0 to resolve peerDep conflict
2024-10-30 10:25:32 +01:00
Valentin Palkovic
ee97b6532d Fix type issues 2024-10-30 10:22:23 +01:00
Valentin Palkovic
18b82d8526
Merge branch 'next' into valentin/improve-addon-test-error-handling 2024-10-30 10:06:21 +01:00
Yann Braga
a4b4267fc1
Merge pull request #29459 from storybookjs/yann/fix-npm-error-parsing
CLI: Refactor NPMProxy error parsing logic
2024-10-30 09:36:10 +01:00
Yann Braga
b82bc68362 pass configDir down to storybook remove command 2024-10-29 18:19:57 +01:00
Yann Braga
846d1fdb1b Improve postinstall script for addon test 2024-10-29 17:41:06 +01:00
storybook-bot
72b24f843b Bump version from "8.4.0-beta.2" to "8.4.0-beta.3" [skip ci] 2024-10-29 15:11:49 +00:00
Valentin Palkovic
71e6ec7463 Addon Test: Improve Error Handling 2024-10-29 15:46:38 +01:00
storybook-bot
59ca5a00bd Write changelog for 8.4.0-beta.3 [skip ci] 2024-10-29 13:17:01 +00:00
storybook-bot
a116e5a4e8 Merge branch 'next-release' into next 2024-10-29 13:14:15 +00:00
storybook-bot
88c7787e0b Bump version from "8.4.0-beta.1" to "8.4.0-beta.2" [skip ci] 2024-10-29 13:06:13 +00:00
Kasper Peulen
694dcef885
Merge pull request #29472 from storybookjs/yann/disable-testing-module-on-non-vite-projects
Addon Test: Only register testing module in Vite projects
2024-10-29 14:03:59 +01:00
Vanessa Yuen
61b821cfe5
Merge branch 'next' into upgrade-vta-3.2.0 2024-10-29 13:32:27 +01:00
storybook-bot
850eae6c57 Write changelog for 8.4.0-beta.2 [skip ci] 2024-10-29 11:58:26 +00:00
Valentin Palkovic
a3f3f9098d
Merge pull request #29471 from storybookjs/valentin/fix-addon-test-exports
Addon Test: Adjust file exports to be ESM/CJS compatible
2024-10-29 12:55:34 +01:00
Yann Braga
a47eaf8f90 Only register testing module in Vite projects 2024-10-29 12:11:33 +01:00
Kasper Peulen
e15a431231
Merge branch 'next' into kasper/act-fix 2024-10-29 11:34:48 +01:00
Valentin Palkovic
bddd5b0955 Addon Test: Adjust file exports to be ESM/CJS compatible 2024-10-29 11:00:10 +01:00