507 Commits

Author SHA1 Message Date
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
Yann Braga
d0e5eb142f use typescript legacy templates until our ecosystem fully supports ts 4.9 2022-11-30 17:09:09 +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
Michael Shilman
80e43ad75d Merge branch 'next' into tom/sb-770-migration-update-default-globs-to-match 2022-11-29 11:29:09 +08: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
Michael Shilman
fd1cf81615 v7.0.0-alpha.53 2022-11-24 19:58:09 +09:00
Michael Shilman
dae1bbab81 Update root, peer deps, version.ts/json to 7.0.0-alpha.53 [ci skip] 2022-11-24 19:54:01 +09:00
Valentin Palkovic
5cd0d35c23
Merge pull request #19937 from storybookjs/valentin/fix-angular-15-incompatibility
Fix "__webpack_require__.nmd is not a function issue" in Angular 15
2022-11-24 09:34:46 +01:00
Norbert de Langen
adf4799fd4
change usage 2022-11-24 00:02:56 +01:00
Norbert de Langen
2d3fd3606d
Merge branch 'next' into tech/introduce-preview-api 2022-11-23 22:35:58 +01:00
Norbert de Langen
a14d905ca3
cleanup 2022-11-23 19:33:27 +01:00
Norbert de Langen
16a2020c17
remove the fix we added when enhanced-resolve was broken for us 2022-11-23 19:31:19 +01:00
Valentin Palkovic
e20eb29a0b Fix CI/CD 2022-11-23 14:07:08 +01:00
Valentin Palkovic
b654726c15 Run Angular 15 tests on CI/CD pipeline 2022-11-23 13:10:41 +01:00
Norbert de Langen
9e252a8c3f
Merge branch 'next' into tech/introduce-preview-api 2022-11-23 11:26:40 +01:00
Norbert de Langen
b986f552d8
fix the CI by adding a resolution for the broken release of enhanced resolve, and also overriding the dep version of types/node on sandboxes so that they may be linked 2022-11-23 10:55:55 +01:00
Tom Coleman
674cc528a6 Drop inDevelopment from cra/default-js 2022-11-23 16:27:04 +11:00
Norbert de Langen
a9d2ae754f
Merge branch 'next' into tech/introduce-preview-api 2022-11-22 16:16:42 +01:00
Michael Shilman
90bc7c03f7 Update git head to 7.0.0-alpha.52, update yarn.lock [ci skip] 2022-11-21 23:38:03 +09:00
Michael Shilman
d2494e3f51 v7.0.0-alpha.52 2022-11-21 23:33:02 +09:00
Michael Shilman
67fb029f6d Update root, peer deps, version.ts/json to 7.0.0-alpha.52 [ci skip] 2022-11-21 22:16:52 +08:00
Tom Coleman
7d4a9157f4 Merge remote-tracking branch 'origin/next' into tom/sb-770-migration-update-default-globs-to-match 2022-11-21 16:54:51 +11:00
Tom Coleman
bf5eacb9cb Merge remote-tracking branch 'origin/next' into tom/sb-787-add---no-degit-option-to-repro-next-and 2022-11-21 16:36:33 +11:00
Michael Shilman
ef2f3eaf79 Update git head to 7.0.0-alpha.51, update yarn.lock [ci skip] 2022-11-19 20:58:22 +08:00
Michael Shilman
4fec76c3f5 v7.0.0-alpha.51 2022-11-19 20:54:33 +08:00
Michael Shilman
a2981f7081 Update root, peer deps, version.ts/json to 7.0.0-alpha.51 [ci skip] 2022-11-19 20:50:23 +08:00
Yann Braga
a9a5524d40 replace degit with gegit
- degit is unmaintained, gegit is a good successor
2022-11-18 17:12:38 +01:00
Norbert de Langen
8d627d3079
Merge branch 'norbert/sb-798-figure-out-plan-for-package-structure-rework' into tech/introduce-preview-api 2022-11-18 16:17:40 +01:00
Yann Braga
a4d2f184b5 add angular 14 template and skip test runner on angular 15 2022-11-18 14:03:35 +01:00
Kasper Peulen
e8ed15febc Upgrade to TS 4.9 2022-11-17 16:24:12 +01:00
Michael Shilman
b5920aaef1 Update git head to 7.0.0-alpha.50, update yarn.lock [ci skip] 2022-11-17 15:10:36 +08:00
Michael Shilman
77184d0390 v7.0.0-alpha.50 2022-11-17 15:06:07 +08:00
Michael Shilman
d90785f3ff Update root, peer deps, version.ts/json to 7.0.0-alpha.50 [ci skip] 2022-11-17 14:52:31 +08:00
Norbert de Langen
c26104d0b9
Merge branch 'next' into tech/introduce-preview-api 2022-11-16 16:16:24 +01:00
Ian VanSchooten
894b2ca5e7 Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28
# Conflicts:
#	code/jest.config.js
2022-11-15 10:31:46 -05:00
Ian VanSchooten
82dc644bae
Merge pull request #19777 from storybookjs/valentin/fix-tests-on-windows
Fix tests on Windows
2022-11-15 10:20:15 -05:00
Tom Coleman
a3e69eeeed Create a generate task and use in the sandbox process 2022-11-15 20:01:19 +11:00
Ian VanSchooten
25f7141c50 name jest projects using file path 2022-11-14 15:06:11 -05:00
Ian VanSchooten
e1d0790c9f Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28
# Conflicts:
#	code/lib/preview-web/src/PreviewWeb.test.ts
#	code/yarn.lock
2022-11-14 13:20:31 -05:00