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
Kai Röder
ed495aa4d9
fix(core-server): await staticDirs fs.copy properly
...
Using forEach with await in the callback does not work.
Changing it to a for-of loop handles the async staticDirs copy task
correctly without creating a race-condition on writing
to the same target directory.
Fixes #16732
2022-08-31 13:35:09 +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
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
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
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
6a4a0bd2cc
Core: Fix null stats.toJson() for vite builder
2022-08-22 23:45:27 +08:00
Michael Shilman
07f8ad4397
Fix build errors
2022-08-22 22:27:42 +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
f1da89d193
Merge pull request #18980 from storybookjs/shilman/rename-prepare-npm8
...
Build: Rename prepare to prep for npm8 and verdaccio
2022-08-22 18:09:35 +08:00
Michael Shilman
3f21366145
Build: Rename prepare to prep for npm8 and verdaccio
2022-08-22 16:33:45 +08:00
Michael Shilman
91389d57a5
Core: Fix frameworkOptions preset
2022-08-22 16:19:58 +08:00
Michael Shilman
65e222d619
Update git head to 7.0.0-alpha.23, update yarn.lock [ci skip]
2022-08-18 20:35:40 +08:00
Michael Shilman
0900e20acf
v7.0.0-alpha.23
2022-08-18 20:31:31 +08:00
Michael Shilman
148f601b5f
Update git head to 7.0.0-alpha.22, update yarn.lock [ci skip]
2022-08-18 20:00:19 +08:00
Michael Shilman
408cd2770d
v7.0.0-alpha.22
2022-08-18 19:48:52 +08:00
Michael Shilman
1c3b6ec06c
Update git head to 7.0.0-alpha.21, update yarn.lock [ci skip]
2022-08-17 10:30:05 +08:00
Michael Shilman
d8cdc5b21a
v7.0.0-alpha.21
2022-08-17 10:26:07 +08:00
Michael Shilman
06ffa2989c
Update git head to 7.0.0-alpha.20, update yarn.lock [ci skip]
2022-08-16 03:42:53 +08:00
Michael Shilman
a6c00d2ebe
v7.0.0-alpha.20
2022-08-16 03:38:31 +08:00
Michael Shilman
d7689cdd8d
Update git head to 7.0.0-alpha.19, update yarn.lock [ci skip]
2022-08-12 12:15:36 +08:00
Michael Shilman
74bdb53f67
v7.0.0-alpha.19
2022-08-12 12:11:08 +08:00
Norbert de Langen
70c319b7f2
move webpack to be a devDependency
2022-08-03 11:51:25 +02:00
Michael Shilman
e95109b189
Update git head to 7.0.0-alpha.18, update yarn.lock [ci skip]
2022-08-02 15:23:18 -07:00
Michael Shilman
bd59f1eef0
v7.0.0-alpha.18
2022-08-02 15:19:16 -07:00
Norbert de Langen
68512e520c
Merge branch 'next' into future/frameworkOptions-preset-value
...
# Conflicts:
# code/lib/core-server/src/presets/common-preset.ts
2022-08-02 11:20:58 +02:00
Tom Coleman
d1bcb5e02b
Add step to the prepared play function on Story
2022-07-28 19:33:21 +10:00
Michael Shilman
8985d42448
Update git head to 7.0.0-alpha.17, update yarn.lock [ci skip]
2022-07-27 10:55:43 -07:00
Michael Shilman
7d44bfd3e7
v7.0.0-alpha.17
2022-07-27 10:51:56 -07:00
Norbert de Langen
17aedab67d
Merge branch 'next' into fix/addons-caching
2022-07-26 09:19:22 +02:00
Norbert de Langen
113e0582d2
Merge branch 'next' into future/move-code-into-directory
...
# Conflicts:
# .vscode/launch.json
# CONTRIBUTING.old.md
# code/lib/cli/tsconfig.json
# scripts/tsconfig.json
2022-07-26 08:33:57 +02:00
Norbert de Langen
d51b4d5126
Merge branch 'next' into future/move-code-into-directory
...
# Conflicts:
# code/addons/a11y/package.json
# code/examples/preact-kitchen-sink/package.json
# code/lib/blocks/package.json
# code/yarn.lock
# package.json
2022-07-25 15:25:19 +02:00
Norbert de Langen
ebb1189a27
fix linting in code
2022-07-23 17:17:10 +02:00
Norbert de Langen
d03c328790
fix unit tests
2022-07-22 09:45:08 +02:00
Norbert de Langen
b016c1efc9
fix unit tests & fix linting
2022-07-21 23:25:23 +02:00
Norbert de Langen
0a6bccfb5c
map script to correct dir (1 up)
2022-07-21 11:25:55 +02:00
Norbert de Langen
c2bbe43d02
stage0
2022-07-21 11:24:07 +02:00