88 Commits

Author SHA1 Message Date
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
ce8b25c51b Keep core-js for angular 2022-09-03 11:50:45 -04:00
Ian VanSchooten
742bfb05ae Experiment: remove core-js 2022-09-02 23:08:48 -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
Michael Shilman
d1418038d3 Vite: Fix framework typing issues with a hack 2022-09-02 23:54:15 +08: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
Ian VanSchooten
119a2d45f1 Use consistent vite plugin names
This will make them easier to understand in debug logs, for instance.
2022-09-01 16:02:57 -04: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
Katerina Skroumpelou
5c5367b33c chore: rename prepare script to prep 2022-09-01 15:56:01 +03:00
Ian VanSchooten
46fe3ea3fb Remove duplicate vue and svelte plugins
It's expected that the original vite.config.js should have one, and we're using that now.
2022-08-30 23:24:52 -04:00
Ian VanSchooten
5e1b062efb Do not add vite-plugin-svelte 2022-08-30 23:24:52 -04: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
Ian VanSchooten
0cb5f7c7f1 Clean up unneeded dependencies and files in vite frameworks 2022-08-29 06:41:12 -04:00
Ian VanSchooten
e7bccb04fa Expand framework package descriptions 2022-08-29 06:41:12 -04:00
Ian VanSchooten
a8af64c05f Fix node engines versions
These match up with vite 3's current requirements
2022-08-29 06:41:12 -04: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
196839d2fa
Merge pull request #19025 from storybookjs/react-vite-deps
React-vite: update/cleanup dependencies
2022-08-26 15:39:49 +08:00
Ian VanSchooten
25d03bcc40 Remove @babel/core peer dep 2022-08-26 00:31:38 -04:00
Ian VanSchooten
b8fbc8c3fa Use require, but not .default 2022-08-26 00:16:07 -04:00
Ian VanSchooten
cdbd146e5c Use import for docgen-typescript 2022-08-25 23:24:20 -04:00
Ian VanSchooten
d7b7e57364 Fix react-docgen paths 2022-08-25 22:51:08 -04:00
Ian VanSchooten
c84dc00a96 React-vite: update/cleanup dependencies 2022-08-25 22:40:23 -04:00
Michael Shilman
07e6c81fd3 Fix typo 2022-08-26 09:37:02 +08:00
Michael Shilman
00ccb9ac4b Merge branch 'next' into svelte-vite-framework 2022-08-26 09:24:50 +08: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
1e20308330 Vite: Delete core-vite and cursory first cut at types 2022-08-25 21:41:09 +08:00
Ian VanSchooten
149342f571 Fix DeepScan issues 2022-08-24 22:35:59 -04: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
32e6caadca Merge branch 'vite-frameworks-clean' into svelte-vite-framework 2022-08-24 09:49:59 +08:00
Michael Shilman
d5417d1c19 Merge branch 'next' into vite-frameworks-clean 2022-08-24 02:01:16 +08:00
Michael Shilman
8846a42bc7 Merge branch 'vite-frameworks' into svelte-vite-framework 2022-08-22 22:56:44 +08:00
Michael Shilman
69d62e4057 Fix linting errors, take two 2022-08-22 22:56:15 +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
Michael Shilman
8963cae876 Merge branch 'vite-frameworks' into svelte-vite-framework 2022-08-22 19:21:41 +08:00
Michael Shilman
0b9123bd70 Merge branch 'next' into vite-frameworks 2022-08-22 18:12:26 +08:00
Norbert de Langen
249b1306cc
Merge branch 'next' into tech/root-change 2022-08-22 11:51:28 +02:00