697 Commits

Author SHA1 Message Date
Michael Shilman
06a6f045ce Update root, peer deps, version.ts/json to 7.0.0-alpha.57 [ci skip] 2022-12-03 09:43:57 +08:00
Michael Shilman
d45c0d98c7
Merge pull request #20064 from storybookjs/shilman/add-upgrade-telemetry-details
CLI: Add upgrade telemetry details
2022-12-03 09:37:11 +08:00
Michael Shilman
e8f1be1644 Fix linting 2022-12-03 09:13:04 +08:00
Tom Coleman
5bc63f881b Add --tag option to upgrade script 2022-12-03 11:59:56 +11:00
Michael Shilman
0e02e54b64 Fix TS error 2022-12-03 07:37:11 +08:00
Yann Braga
060fbabd58 improve messaging in generate-sb-packages-versions 2022-12-02 16:54:05 +01:00
Yann Braga
59d9885cca update with recent changes 2022-12-02 16:52:01 +01:00
Jeppe Reinhold
35d139deec Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sveltekit-framework 2022-12-02 16:15:03 +01:00
Jeppe Reinhold
11ba2d323b add initial sveltekit migraiton based on nextjs PR 2022-12-02 16:14:19 +01:00
Yann Braga
42b915cece Merge branch 'next' into add-html-vite-framework 2022-12-02 16:08:58 +01:00
Yann Braga
1bb70822fc Revert "add temporary example template with inDevelopment"
This reverts commit 2c03bdfd8d1caa2ac9ff1acb1b3a980c759c7c11.
2022-12-02 15:59:33 +01:00
Yann Braga
46182f28e7 update docs 2022-12-02 15:58:27 +01:00
Jeppe Reinhold
a47a203d6c add debug flag to generate cli 2022-12-02 15:13:23 +01:00
Yann Braga
2c03bdfd8d add temporary example template with inDevelopment 2022-12-02 14:52:25 +01:00
Yann Braga
92905f7149 fix sandbox command hanging locally for nextjs templates 2022-12-02 14:28:10 +01:00
Yann Braga
5b7b448f97 improve inDevelopment mode for yarn task 2022-12-02 14:24:55 +01:00
Michael Shilman
d20a0b7971 CLI: Add upgrade telemetry details 2022-12-02 20:44:07 +08:00
Jeppe Reinhold
f827df3493 set inDevelopment to turn CI green 2022-12-02 10:55:17 +01:00
Valentin Palkovic
bfc8cba309 Apply in review requested changes 2022-12-01 15:48:05 +01:00
Jeppe Reinhold
63334f8dd5
Cleanup 2022-12-01 14:31:24 +01:00
Jeppe Reinhold
f51b4af2aa Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sveltekit-framework 2022-12-01 14:10:46 +01:00
Jeppe Reinhold
3bb4c1f8dc svelte-kit > sveltekit 2022-12-01 14:05:53 +01:00
Valentin Palkovic
a501a5d7ae Support next/image component in Next.js 12/13 properly 2022-12-01 13:12:40 +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
53e9d5d03a Update root, peer deps, version.ts/json to 7.0.0-alpha.56 [ci skip] 2022-12-01 13:45:27 +08:00
Michael Shilman
6245ea2616 Fix formatting for remove-global-client-apis automigration 2022-12-01 11:16:01 +08:00
Michael Shilman
c64ae90983 Fix repro-next notification 2022-12-01 10:30:05 +08:00
Jeppe Reinhold
91470df9ca Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sveltekit-framework 2022-12-01 00:57:57 +01:00
Jeppe Reinhold
842a153928 make svelte-kit framework more like svelte-vite 2022-11-30 23:50:57 +01:00
Jeppe Reinhold
024de34b51 initial SvelteKit framework 2022-11-30 23:00:06 +01:00
Yann Braga
4f66894c89
Merge pull request #19982 from storybookjs/fix-docs-page-automatic-migration
Fix docsPage automatic migration
2022-11-30 19:14:50 +01: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
Michael Shilman
d76bba935d Update root, peer deps, version.ts/json to 7.0.0-alpha.55 [ci skip] 2022-12-01 01:21:44 +08:00
Ian VanSchooten
fae10f863e Merge remote-tracking branch 'origin/next' into fix-export-gen 2022-11-30 11:24:24 -05:00
Yann Braga
d0e5eb142f use typescript legacy templates until our ecosystem fully supports ts 4.9 2022-11-30 17:09:09 +01:00
Ian VanSchooten
0cb44a3f7c Unify typescript to ~4.9.3 2022-11-30 09:36:04 -05: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
Michael Shilman
80e43ad75d Merge branch 'next' into tom/sb-770-migration-update-default-globs-to-match 2022-11-29 11:29:09 +08:00
Ian VanSchooten
0d78721798 Merge remote-tracking branch 'origin/next' into add-html-vite-framework
# Conflicts:
#	.circleci/config.yml
2022-11-28 15:17:55 -05:00
Josh Wooding
bec47772b0
Fix docsPage automatic migration 2022-11-28 13:25:01 +00:00
Norbert de Langen
0a3f0ebb5c
not add webpack stuff when linking to a vite project 2022-11-28 12:19:00 +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
Michael Shilman
c711b0ad85 Update root, peer deps, version.ts/json to 7.0.0-alpha.54 [ci skip] 2022-11-25 23:19:23 +09:00
Norbert de Langen
095d3222ca
Merge branch 'tech/introduce-preview-api' into tech/rename-api 2022-11-24 13:30:21 +01:00
Norbert de Langen
7327efd089
Merge branch 'next' into tech/introduce-preview-api 2022-11-24 13:09:17 +01:00
Michael Shilman
5f3ffc911c Update git head to 7.0.0-alpha.53, update yarn.lock [ci skip] 2022-11-24 20:04:05 +09:00