100 Commits

Author SHA1 Message Date
Norbert de Langen
4a8a09d253
Merge branch 'next' into tech/use-node-16 2022-10-13 00:58:38 +02:00
Michael Shilman
ffea0c9211 Update git head to 7.0.0-alpha.37, update yarn.lock [ci skip] 2022-10-13 03:38:47 +08:00
Michael Shilman
82667a6551 v7.0.0-alpha.37 2022-10-13 03:33:26 +08:00
Michael Shilman
c7cab45bef v7.0.0-alpha.36 2022-10-13 03:16:57 +08:00
Norbert de Langen
9f35b2c2fa
switch to node16 2022-10-12 09:37:30 +02:00
Norbert de Langen
f798003dbc
Revert "upgrade to use node 16 everywhere"
This reverts commit 1fad1723dfebdbf481448b8219a8c30c5074960f.
2022-10-11 18:48:56 +02:00
Norbert de Langen
1fad1723df
upgrade to use node 16 everywhere 2022-10-11 18:47:37 +02:00
Ian VanSchooten
2c0505ee9a Vite: Move default cache dir to node_modules/.cache 2022-10-06 22:37:06 -04:00
Michael Shilman
d5bc809ae3 Update git head to 7.0.0-alpha.35, update yarn.lock [ci skip] 2022-10-06 00:24:15 +08:00
Michael Shilman
d8972df8c6 v7.0.0-alpha.35 2022-10-06 00:18:55 +08:00
Michael Shilman
5d175ed378 Merge branch 'next' into vite/vue2 2022-10-02 20:27:36 +08:00
Tom Coleman
e5b123b41d Alias browser-assert in vite also 2022-09-30 11:29:44 +10:00
Michael Shilman
d9bc2a868a Update git head to 7.0.0-alpha.34, update yarn.lock [ci skip] 2022-09-27 11:29:29 +08:00
Michael Shilman
fc90fc8754 v7.0.0-alpha.34 2022-09-27 11:25:43 +08:00
Ian VanSchooten
2b38dd5d0b Merge remote-tracking branch 'origin/next' into vite/vue2
# Conflicts:
#	code/yarn.lock
2022-09-26 15:50:53 -04:00
Ian VanSchooten
0c89dd98e3 Merge remote-tracking branch 'origin/next' into vite/pnpm-support 2022-09-26 09:36:09 -04:00
Ian VanSchooten
d93bbe758d Support runStep in Vite builder SSv6 2022-09-22 17:52:00 -04:00
Ian VanSchooten
7da06e40f5 We always have addArgs and addArgTypes now
Previously, we didn't have any guarantee which version of storybook the builder was being used with.
Now that it's in the monorepo, it'll be versioned together with the rest of storybook.
2022-09-22 17:51:09 -04:00
Ian VanSchooten
8366da7a93 Clean up unused imports 2022-09-21 23:24:55 -04:00
Ian VanSchooten
d46a5c4dac Cleanup readPackageJson functions
It's only used in the react framework, and doesn't need to be exported
2022-09-21 23:15:34 -04:00
Ian VanSchooten
ea1bc4e51a Synchronize vite versions
Otherwise we end up with type problems between different versions.
2022-09-21 23:13:48 -04:00
Ian VanSchooten
d632146a85 Merge remote-tracking branch 'origin/next' into vite/pnpm-support
# Conflicts:
#	code/frameworks/react-vite/package.json
#	code/frameworks/svelte-vite/package.json
#	code/frameworks/vue3-vite/package.json
#	code/lib/builder-vite/package.json
#	code/yarn.lock
2022-09-19 16:35:51 -04:00
Ian VanSchooten
e5054c27e9 Export storybook utilities for builder from frameworks 2022-09-19 16:11:25 -04:00
Norbert de Langen
fec2c8a0eb
make check script use tsc from scripts 2022-09-14 12:26:12 +03:00
Tom Coleman
ea6715a89d Pass follow to glob() to resolve symlink issue 2022-09-14 11:18:11 +10:00
Norbert de Langen
191103a7e6
Merge branch 'next' into pocka/fix/18829-outdated-snippet-copied
# Conflicts:
#	code/lib/components/src/syntaxhighlighter/syntaxhighlighter.tsx
2022-09-13 17:15:12 +03:00
Michael Shilman
7f7a354a92 Update git head to 7.0.0-alpha.33, update yarn.lock [ci skip] 2022-09-13 19:08:37 +08:00
Michael Shilman
5da5b0fabd v7.0.0-alpha.33 2022-09-13 19:04:25 +08:00
Michael Shilman
9c49a7cd8b v7.0.0-alpha.32 2022-09-13 18:49:06 +08:00
Tom Coleman
3c7b5a787b Stop using previewEntries.
Switch `config` and `previewAnnotations`, and warn on the former.
2022-09-12 17:17:50 +10:00
Tom Coleman
1335697e9b No longer handle previewEntries in the vite builder. 2022-09-09 15:58:59 +10:00
Michael Shilman
8701748ddf Merge branch 'next' into tom/sb-586-core-features-loaders-parameters 2022-09-08 07:07:18 +08:00
Tom Coleman
0460b94c9f Ensure we set DOCS_OPTIONS in the vite builder 2022-09-07 21:36:17 +10:00
Michael Shilman
573e6f3340 Update git head to 7.0.0-alpha.31, update yarn.lock [ci skip] 2022-09-07 11:20:25 +08:00
Michael Shilman
02c013c331 v7.0.0-alpha.31 2022-09-07 11:16:32 +08:00
Michael Shilman
9454d56200 Merge branch 'next' into chore/update-nx-latest 2022-09-07 07:47:22 +08:00
Ian VanSchooten
0829166865 Merge remote-tracking branch 'origin/next' into vite/plugin-types
# Conflicts:
#	code/yarn.lock
2022-09-06 14:00:04 -04:00
Tom Coleman
1cb2f9dfd8 Absolutize both config and previewEntries
cc @IanVS
2022-09-06 15:12:06 +10:00
Ian VanSchooten
e1c42aeedf Consolidate versions of vite in monorepo 2022-09-05 22:48:28 -04:00
Ian VanSchooten
1926153a70 Merge remote-tracking branch 'origin/next' into deps-cleanup
# Conflicts:
#	code/lib/addons/package.json
#	code/lib/blocks/package.json
#	code/lib/client-api/package.json
#	code/lib/core-client/package.json
#	code/lib/core-common/package.json
#	code/lib/preview-web/package.json
#	code/lib/source-loader/package.json
#	code/yarn.lock
2022-09-05 17:29:49 -04:00
Michael Shilman
b7437b9eab Update git head to 7.0.0-alpha.30, update yarn.lock [ci skip] 2022-09-06 00:59:35 +08:00
Michael Shilman
aabf7b595c v7.0.0-alpha.30 2022-09-06 00:55:36 +08:00
Ian VanSchooten
f79224b621 Update to vite 3.1.0 stable 2022-09-05 12:13:19 -04:00
Sergey Kozlov
78484c3d3a remove deprecated stable dependency 2022-09-04 22:11:50 +03:00
Ian VanSchooten
e740513260 Remove unused dependencies 2022-09-04 00:31:35 -04:00
Michael Shilman
252a26cd9b Update git head to 7.0.0-alpha.29, update yarn.lock [ci skip] 2022-09-03 00:09:51 +08:00
Michael Shilman
87ce9b91ce v7.0.0-alpha.29 2022-09-03 00:03:50 +08:00
Norbert de Langen
9b1920d70a
Merge branch 'chore/update-nx-latest' of github.com:storybookjs/storybook into chore/update-nx-latest
# Conflicts:
#	code/nx.json
#	code/yarn.lock
2022-09-02 17:40:20 +02:00
Michael Shilman
bc41d6666c Merge branch 'next' into vite/plugin-cleanup 2022-09-02 18:41:42 +08:00
Michael Shilman
e1646400e4
Revert "chore: rename prepare script to prep" 2022-09-02 11:26:42 +08:00