315 Commits

Author SHA1 Message Date
Tom Coleman
cd3f944987 Make vite's bail function actually work 2022-12-14 12:42:59 +11:00
Norbert de Langen
8063a0ed6f
Merge pull request #20207 from storybookjs/norbert/sb-1063-vite-in-dev-mode-with-storystorev6-cleaned
Fix: vite devmode with storyStoreV6 by ensuring singleton via global
2022-12-13 17:41:46 +01:00
Michael Shilman
1486c8821f Update git head to 7.0.0-beta.6, update yarn.lock [ci skip] 2022-12-14 00:15:33 +08:00
Michael Shilman
edcda9c064 v7.0.0-beta.6 2022-12-14 00:10:09 +08:00
Norbert de Langen
70f53daa53
Merge pull request #20216 from storybookjs/vite/force-3
Vite: Use Vite 3 (temporarily)
2022-12-13 17:05:45 +01:00
Michael Shilman
d5a7a65e90 Update git head to 7.0.0-beta.5, update yarn.lock [ci skip] 2022-12-13 23:27:30 +08:00
Michael Shilman
8a44bd6080 v7.0.0-beta.5 2022-12-13 23:21:27 +08:00
Norbert de Langen
775f3ae542
ensure exports using singleton always reference the global 2022-12-13 12:18:34 +01:00
Jeppe Reinhold
d273f66d4c
Merge branch 'next' into jeppe/fix-new-sveltekit 2022-12-13 11:11:32 +01:00
Ian VanSchooten
e335745f7d Revert "Revert "Do not add react plugin into non-react projects""
This reverts commit 4b179ad73f8b49232a0aac4383ff8607dbd1d956.
2022-12-13 01:10:44 -05:00
Ian VanSchooten
fd263f8275 Prevent fast-refresh on mdx files 2022-12-13 01:08:55 -05:00
Ian VanSchooten
4b179ad73f Revert "Do not add react plugin into non-react projects"
This reverts commit c0ebe64b870b18a65330318a6f1c687540473174.
2022-12-13 00:19:37 -05:00
Ian VanSchooten
eb6dd037a1 Use plugin-react dependency, instead of from config 2022-12-12 23:40:19 -05:00
Ian VanSchooten
c0ebe64b87 Do not add react plugin into non-react projects 2022-12-12 23:39:45 -05:00
Ian VanSchooten
13d589afc5 Vite: Use Vite 3 (temporarily) 2022-12-12 23:39:20 -05:00
Michael Shilman
fa999299a9 Update git head to 7.0.0-beta.4, update yarn.lock [ci skip] 2022-12-13 09:39:35 +08:00
Michael Shilman
4d869ed6f7 v7.0.0-beta.4 2022-12-13 09:34:00 +08:00
Jeppe Reinhold
ecf688e072 add unit tests 2022-12-11 23:11:07 +01:00
Jeppe Reinhold
497ff7ce44 support async Vite plugins in checkers, use new SvelteKit plugin names 2022-12-11 01:42:00 +01:00
Michael Shilman
4a1024130b Update git head to 7.0.0-beta.3, update yarn.lock [ci skip] 2022-12-10 10:24:01 +08:00
Michael Shilman
9a57b4788c v7.0.0-beta.3 2022-12-10 10:19:22 +08:00
Michael Shilman
4139b43db1 Update git head to 7.0.0-beta.2, update yarn.lock [ci skip] 2022-12-09 12:42:28 +08:00
Michael Shilman
66a0d58818 v7.0.0-beta.2 2022-12-09 12:37:49 +08:00
Ian VanSchooten
d69e18362e
Merge branch 'next' into vite-beta 2022-12-08 21:21:45 -05:00
Michael Shilman
b4d2827c1a Update git head to 7.0.0-beta.1, update yarn.lock [ci skip] 2022-12-09 01:32:11 +08:00
Michael Shilman
42c08678ac v7.0.0-beta.1 2022-12-09 01:26:25 +08:00
Ian VanSchooten
e384b3632a Merge remote-tracking branch 'origin/next' into vite-beta
# Conflicts:
#	code/frameworks/html-vite/package.json
#	code/frameworks/web-components-vite/package.json
2022-12-08 07:25:50 -05:00
Michael Shilman
67ccaafe13 Upgrade express to fix security warning 2022-12-08 16:24:29 +08:00
Michael Shilman
a7a36b6023 Update git head to 7.0.0-beta.0, update yarn.lock [ci skip] 2022-12-08 16:02:32 +08:00
Michael Shilman
2e4ddde6a0 v7.0.0-beta.0 2022-12-08 15:58:06 +08:00
Josh Wooding
9d074e69c6
Add csf-plugin to vite 2022-12-08 01:55:27 +00:00
Ian VanSchooten
d3086b9e7b Update vite
# Conflicts:
#	code/yarn.lock
2022-12-07 20:49:43 -05:00
Michael Shilman
afe021c79b Update git head to 7.0.0-alpha.62, update yarn.lock [ci skip] 2022-12-08 01:41:37 +08:00
Michael Shilman
27a91217b1 v7.0.0-alpha.62 2022-12-08 01:35:26 +08:00
Michael Shilman
1df572fe8b Update git head to 7.0.0-alpha.61, update yarn.lock [ci skip] 2022-12-07 19:03:58 +08:00
Michael Shilman
ec1df6fe1b v7.0.0-alpha.61 2022-12-07 18:58:10 +08:00
Norbert de Langen
e1a3a82fee
change the vite mdx plugin to use the mdxCompilerOptions from the preset, similar to how webpack does it now 2022-12-07 10:42:44 +01:00
Michael Shilman
606de0f52d Update git head to 7.0.0-alpha.60, update yarn.lock [ci skip] 2022-12-07 12:30:47 +08:00
Michael Shilman
2b38f15a16 v7.0.0-alpha.60 2022-12-07 12:24:15 +08:00
Norbert de Langen
5734438af0
Merge branch 'next' into tech/peer-dep-attempt 2022-12-06 19:57:22 +01:00
Michael Shilman
62d0ce3dd8 Update git head to 7.0.0-alpha.59, update yarn.lock [ci skip] 2022-12-07 00:16:44 +08:00
Michael Shilman
8d3068344b v7.0.0-alpha.59 2022-12-07 00:07:31 +08:00
Norbert de Langen
eefe9ae99e
overhaul 2022-12-06 16:58:31 +01:00
Norbert de Langen
ae34b30a59
Merge branch 'next' into fix-export-gen 2022-12-05 09:42:49 +01:00
Michael Shilman
c64b984ca4 Update git head to 7.0.0-alpha.58, update yarn.lock [ci skip] 2022-12-05 14:26:04 +08:00
Michael Shilman
c7f8e3e848 v7.0.0-alpha.58 2022-12-05 14:21:34 +08:00
Michael Shilman
2136d6853f Update git head to 7.0.0-alpha.57, update yarn.lock [ci skip] 2022-12-03 22:17:04 +08:00
Michael Shilman
5a87a203fd v7.0.0-alpha.57 2022-12-03 22:13:10 +08:00
Tom Coleman
167833f26a
Update code/lib/builder-vite/src/index.ts
Co-authored-by: Ian VanSchooten <ian.vanschooten@gmail.com>
2022-12-03 10:57:10 +11:00
Tom Coleman
e495fe2f7a Reinstante (deprecated) StorybookViteConfig 2022-12-02 14:16:23 +11:00