Norbert de Langen
3342776320
fix references to global in template dirs
2022-12-09 22:03:35 +01:00
Norbert de Langen
f5260920ca
fixing typings issues
2022-12-09 20:44:55 +01:00
Norbert de Langen
3659babd10
fix all the global typings
2022-12-09 17:10:07 +01:00
Norbert de Langen
501dce1f43
strong typing for globals, fix issues resulting from strong global types, enforce clientApi singleton via global
2022-12-09 14:52:46 +01:00
Norbert de Langen
024ea83ad1
Merge pull request #20170 from storybookjs/tech/sync-engines
...
Tech: change `package.json` engines fields, set to minimal node16 and up
2022-12-09 10:43:41 +01: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
Norbert de Langen
22e0181b68
sync engines
2022-12-08 19:09:53 +01: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
Norbert de Langen
9286a8c65b
Merge branch 'next' into tech/tsup-core-server-v2
2022-12-08 11:26:07 +01: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
Norbert de Langen
4166f8dc5d
make package.json smaller
2022-12-07 19:25:25 +01:00
Norbert de Langen
ff6b28e391
add a node entry to exportmap to all packages so core-server can be bundled
2022-12-07 19:17:41 +01: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
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
Kasper Peulen
c44a33b5bf
Fix check commanbd
2022-12-01 11:41:56 +01:00
Kasper Peulen
3d3265e195
Svelte: Use JSDocs and put manual enum arg type back as it is not inferred
2022-12-01 11:06:20 +01:00
Michael Shilman
55eef01d1c
Update git head to 7.0.0-alpha.56, update yarn.lock [ci skip]
2022-12-01 13:53:07 +08:00
Michael Shilman
c8e9a862bb
v7.0.0-alpha.56
2022-12-01 13:48:31 +08:00
Michael Shilman
a58973036f
Update git head to 7.0.0-alpha.55, update yarn.lock [ci skip]
2022-12-01 01:35:46 +08:00
Michael Shilman
55cd2ab63d
v7.0.0-alpha.55
2022-12-01 01:29:52 +08:00
Ian VanSchooten
0cb44a3f7c
Unify typescript to ~4.9.3
2022-11-30 09:36:04 -05:00
Jeppe Reinhold
2cb1e88008
Merge pull request #19987 from storybookjs/jeppe/fix-svelte-decorators-slots
...
Svelte: Fix decorators with slots
2022-11-30 12:34:26 +01:00
Kasper Peulen
09dd5d7f73
Update CLI templates to TS 4.9
2022-11-29 17:03:55 +01:00
Kasper Peulen
fac2465219
No unused locals in tsconfig to disable deepscan
...
Deep scan is not compatible with TS 4.9 yet. And the only issues it seems to find that are not covered yet by TS or ESLint are unused imports. TSC can catch those by enabling noUnusedLocals in tsconfig.
2022-11-29 16:28:00 +01:00
Kasper Peulen
1b08b3fdcf
Svelte: Remove render functions and infer argTypes for CLI templates
...
I also tried to align more with svelte conventions:
- Forward click event with on:click
- Don't use props for events like you would do in react
2022-11-29 15:46:07 +01:00
Jeppe Reinhold
942e33919b
cleanup
2022-11-29 13:17:22 +01:00
Jeppe Reinhold
3d43faef2a
add decorator story to mdx stories
2022-11-29 12:23:03 +01:00
Jeppe Reinhold
e10534eddc
add decorator stories to svelte renderer
2022-11-29 12:16:58 +01:00
Jeppe Reinhold
2f173c647a
cleanup
2022-11-29 09:36:36 +01:00
Jeppe Reinhold
25894868b9
refactor decorators in Svelte
2022-11-28 16:53:59 +01:00
Tom Coleman
0889eeeff9
Merge remote-tracking branch 'origin/next' into tom/sb-878-cleanup-de-duplicate-storybooktypes
2022-11-28 10:37:07 +11:00
Jeppe Reinhold
c9125602cb
works, but only for a single decorator
2022-11-26 21:08:59 +01:00
Michael Shilman
6c451134fa
Update git head to 7.0.0-alpha.54, update yarn.lock [ci skip]
2022-11-25 23:27:25 +09:00
Michael Shilman
91177d4e27
v7.0.0-alpha.54
2022-11-25 23:22:24 +09:00