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
Michael Shilman
565259c636
Update root, peer deps, version.ts/json to 7.0.0-alpha.30 [ci skip]
2022-09-06 00:40:47 +08:00
Michael Shilman
4c4459d446
Merge pull request #19097 from storybookjs/fix/cleanup-comment
...
CLI: remove outdated comment in Angular starter
2022-09-06 00:38:08 +08:00
Michael Shilman
5a6aee7e44
Merge pull request #19098 from storybookjs/remove-core-js
...
Deps: Remove core-js from most packages
2022-09-06 00:24:04 +08:00
Ian VanSchooten
eb341b9f6f
Include rendererAssets in npm bundle
2022-09-05 10:38:35 -04:00
Ian VanSchooten
42331bfe9a
More unused deps
2022-09-04 00:31:35 -04:00
Ian VanSchooten
4a662b3866
Restore core-js to some packages
...
They use features which our browserslist thinks needs to be polyfilled.
I think these can be removed again once (if?) we move them from babel to esbuild.
2022-09-04 00:31:26 -04:00
Ian VanSchooten
742bfb05ae
Experiment: remove core-js
2022-09-02 23:08:48 -04:00
Yann Braga
f2c7ee50fc
remove outdated comment
2022-09-02 17:42:41 -03: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
Michael Shilman
296bb470e3
Update root, peer deps, version.ts/json to 7.0.0-alpha.29 [ci skip]
2022-09-03 00:00:43 +08:00
Michael Shilman
ee43d69dcf
Merge pull request #19088 from storybookjs/vite/no-install-babel
...
Vite: Don't add babel dependencies during init
2022-09-02 23:29:31 +08:00
Michael Shilman
54503208a6
CLI: Fix sb init to use renderer assets instead of frameworks
...
In 6.5 the `framework` config option was one of `react`, `angular`, etc. and included Webpack settings.
In the 7.0, we’ve updated it so that these are now called `renderers`, and are builder-independent. Now, frameworks contain specific builder information, such as `cra` or `nextjs` (for specific app environments) or `react-webpack5` / `react-vite` (for custom apps).
This fixes the `sb init` CLI command to use renderer-specific templates. I also call out some follow-up work to fix automigrations & telemetry
2022-09-02 15:35:27 +08:00
Ian VanSchooten
f968c85fc2
Don't add babel dependencies for vite projects
2022-09-01 23:53:53 -04:00
Michael Shilman
e1646400e4
Revert "chore: rename prepare script to prep"
2022-09-02 11:26:42 +08:00
Norbert de Langen
9d198e55fa
Merge pull request #19077 from storybookjs/chore/rename-prepare
...
chore: rename prepare script to prep
2022-09-01 21:16:33 +02:00
Michael Shilman
bb24ba7d94
Update git head to 7.0.0-alpha.28, update yarn.lock [ci skip]
2022-09-02 00:56:18 +08:00
Michael Shilman
941b85ce04
v7.0.0-alpha.28
2022-09-02 00:52:03 +08:00
Michael Shilman
ae6940800f
Update root, peer deps, version.ts/json to 7.0.0-alpha.28 [ci skip]
2022-09-02 00:37:58 +08:00
Michael Shilman
b1e3b16e35
CLI: Fix race condition in sb init
2022-09-02 00:07:15 +08:00
Katerina Skroumpelou
5c5367b33c
chore: rename prepare script to prep
2022-09-01 15:56:01 +03:00
Norbert de Langen
cddd1957bd
disable the flaky smoke test for now
2022-09-01 11:51:12 +02:00
Michael Shilman
ac2182761a
Update git head to 7.0.0-alpha.27, update yarn.lock [ci skip]
2022-08-31 11:03:14 +08:00
Michael Shilman
3e33f0709d
v7.0.0-alpha.27
2022-08-31 10:58:47 +08:00
Michael Shilman
06bcf80248
Update root, peer deps, version.ts/json to 7.0.0-alpha.27 [ci skip]
2022-08-31 10:22:09 +08:00
Michael Shilman
df6da4cc51
Update git head to 7.0.0-alpha.26, update yarn.lock [ci skip]
2022-08-26 19:17:00 +08:00
Michael Shilman
e5c9cfe1d0
v7.0.0-alpha.26
2022-08-26 19:12:35 +08:00
Michael Shilman
d14e1401d3
Update root, peer deps, version.ts/json to 7.0.0-alpha.26 [ci skip]
2022-08-26 18:57:25 +08:00
Michael Shilman
3ec6c49504
Update for vite-svelte
2022-08-26 18:31:46 +08:00
Michael Shilman
ab99aa9fa4
Merge branch 'next' into feat/vite-frameworks-automigration
2022-08-26 18:02:25 +08:00
Yann Braga
5d1fd31262
fix test
2022-08-26 09:46:52 +02:00
Michael Shilman
00ccb9ac4b
Merge branch 'next' into svelte-vite-framework
2022-08-26 09:24:50 +08:00
Yann Braga
0258af01b8
CLI: error on vite < 3 in new-frameworks automigrate
2022-08-25 20:33:10 +02:00
Yann Braga
bbffe7d0ea
CLI: add react and vue3 vite to new-frameworks automigration
2022-08-25 18:36:46 +02:00
Michael Shilman
03b6c00902
Update git head to 7.0.0-alpha.25, update yarn.lock [ci skip]
2022-08-25 22:49:49 +08:00
Michael Shilman
058af8bac4
v7.0.0-alpha.25
2022-08-25 22:45:32 +08:00
Michael Shilman
402c67c440
Update root, peer deps, version.ts/json to 7.0.0-alpha.25 [ci skip]
2022-08-25 22:32:13 +08:00
Michael Shilman
1e20308330
Vite: Delete core-vite and cursory first cut at types
2022-08-25 21:41:09 +08:00
Ian VanSchooten
abf5c991fd
Revert "Remove vue3-vite"
...
This reverts commit de738d4fce0f9abecc41ab075dab14daab8d71de.
2022-08-24 22:32:41 -04:00
Ian VanSchooten
de738d4fce
Remove vue3-vite
...
We'll re-add it later, trying to get react working and mergable for now.
2022-08-24 14:55:39 -04:00
Michael Shilman
b049235a99
Merge branch 'next' into vite-frameworks-clean
2022-08-25 02:32:51 +08:00
Michael Shilman
34f013ff26
Update git head to 7.0.0-alpha.24, update yarn.lock [ci skip]
2022-08-24 11:57:58 +08:00
Michael Shilman
e3232cb426
v7.0.0-alpha.24
2022-08-24 11:53:12 +08:00
Michael Shilman
44dd316104
Update root, peer deps, version.ts/json to 7.0.0-alpha.24 [ci skip]
2022-08-24 11:39:37 +08:00
Michael Shilman
c9cffa0ae4
Merge branch 'next' into vite-frameworks
2022-08-22 21:42:01 +08:00
Michael Shilman
282480ebb5
Merge branch 'next' into svelte-vite-framework
2022-08-22 21:41:16 +08:00
Michael Shilman
95679f0ab8
Revert "Build: Rename prepare to prep for npm8 and verdaccio"
2022-08-22 20:01:07 +08:00