44894 Commits

Author SHA1 Message Date
Ian VanSchooten
c77276b4fc Upgrade jest-specific-snapshot 2022-11-16 07:54:54 -05:00
Ian VanSchooten
7d4801aecb Disable vue (both 2 and 3) tests for now 2022-11-15 23:35:06 -05:00
Ian VanSchooten
80141d90b6 Upgrade jest-specific-snapshot
(and force correct jest-snapshot)
2022-11-15 23:19:01 -05:00
Ian VanSchooten
48c8cc0b5e Disable vue2 tests 2022-11-15 21:35:35 -05:00
Ian VanSchooten
f9e47d8241 Disable vue3 tests 2022-11-15 21:21:59 -05:00
Ian VanSchooten
6d7eee09a8 Enable vue3 test 2022-11-15 20:33:34 -05: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
8efda9539d Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28 2022-11-15 10:29:25 -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
jonniebigodes
db105eef41
Merge pull request #19746 from storybookjs/domyen-patch-1
Update README logo for dark mode
2022-11-15 14:31:01 +00:00
Ian VanSchooten
8a97d67a87 Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28 2022-11-14 21:18:37 -05:00
Ian VanSchooten
c9dc70b2b4 re-ignore failing windows tests 2022-11-14 21:18:22 -05:00
Michael Shilman
2a1104a4ca
Merge pull request #19836 from storybookjs/vite/addon-absolute-paths
Vite: Keep using absolute path node_modules splitting
2022-11-15 10:16:19 +08:00
Ian VanSchooten
5b28f46cfc Re-enable vite dev bench 2022-11-14 20:56:39 -05:00
Ian VanSchooten
e82d8477d6 Merge remote-tracking branch 'origin/next' into vite/addon-absolute-paths 2022-11-14 20:55:51 -05:00
Michael Shilman
9321b658e3
Merge pull request #19832 from storybookjs/shilman/add-skip-stories-to-bench
Build: Fix benchmark to run on local packages
2022-11-15 09:44:00 +08:00
Ian VanSchooten
2370e5615a Clean up typescript some more 2022-11-14 16:36:17 -05:00
Ian VanSchooten
32db3b2c63 Vite: Keep using absolute path node_modules splitting 2022-11-14 16:14:33 -05:00
Ian VanSchooten
299eabe49e Remove unneeded ts-expect-error 2022-11-14 15:39:43 -05:00
Ian VanSchooten
a30f4d47f3 Add UI unit tests 2022-11-14 15:18:23 -05:00
Ian VanSchooten
25f7141c50 name jest projects using file path 2022-11-14 15:06:11 -05:00
Ian VanSchooten
3bf7d8b249 Fix corrupt yarn.lock 2022-11-14 15:03:56 -05:00
Ian VanSchooten
067c7b8503 Incorporate feedback from Norbert 2022-11-14 13:31:38 -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
Michael Shilman
6e6f82c8cc Don't benchmark start command for vite 2022-11-15 01:54:02 +08:00
Michael Shilman
9b489305e7 Don't link bench sandboxes 2022-11-15 01:31:15 +08:00
Michael Shilman
4d1c991067 Start-from never 2022-11-15 00:58:00 +08:00
Norbert de Langen
1e9e0c4861
Merge pull request #19831 from storybookjs/tech/legacy-api-storyshots
Tech: TypeScript should check stories and tests as well
2022-11-14 17:35:33 +01:00
Michael Shilman
28a5327411 Build: Use updated sandbox to run benchmarks 2022-11-15 00:31:16 +08:00
Norbert de Langen
3fd2261293
all sorts of ts fixes or ignores after enabling ts to function on tests and stories 2022-11-14 17:06:53 +01:00
Michael Shilman
196245c0af Task: support placing sandbox in different root 2022-11-15 00:01:31 +08:00
Michael Shilman
d4357e176b Task: Add ability to skip stories/addons 2022-11-14 23:58:48 +08:00
Valentin Palkovic
85d31806eb Fix lint issues 2022-11-14 15:17:47 +01:00
Michael Shilman
b0c013aa1c
Merge pull request #19822 from joshwooding/fix-preview-annotations-in-windows-vite-builder
Vite: Fix preview annotation paths on Windows
2022-11-14 22:13:09 +08:00
Michael Shilman
1037b3ef7b
Merge pull request #19823 from joshwooding/fix-csf-plugin-ignoring-options
Fix csf-plugin ignoring options
2022-11-14 22:03:43 +08:00
Norbert de Langen
e10b02f392
small fixes 2022-11-14 14:33:38 +01:00
Norbert de Langen
8eb96195a5
do not ts ignore test 2022-11-14 14:18:39 +01:00
Jeppe Reinhold
6b909d4370
Merge pull request #19508 from gitstart/SBK-4-1 2022-11-14 14:14:21 +01:00
Norbert de Langen
dbb98764fa
some typings improvements 2022-11-14 14:05:51 +01:00
Norbert de Langen
e6be9eb179
mock renderer in storyshots and add removed api back 2022-11-14 14:04:07 +01:00
Norbert de Langen
6c5c6f4f44
Merge pull request #19801 from storybookjs/chore/failure-reports
CI: report failures on discord
2022-11-14 13:52:21 +01:00
jonniebigodes
d59ca740ae
Merge pull request #19747 from storybookjs/chore_docs_code_contributions_updates
Chore: (Docs) Code contribution changes
2022-11-14 12:39:41 +00:00
Yann Braga
81620c4ba2 finalize discord config 2022-11-14 12:45:33 +01:00
Yann Braga
d9064107ea undo failure 2022-11-14 12:44:17 +01:00
Yann Braga
89e741ec74 change report format 2022-11-14 12:34:03 +01:00
gitstart
f7b641e4ae chore: resolved conflict 2022-11-14 10:43:53 +00:00
Valentin Palkovic
66f6509392 Exclude another test 2022-11-14 10:11:32 +01:00
Yann Braga
1c85960ec4 move error up for faster feedback 2022-11-14 09:44:30 +01:00
Yann Braga
938f7f0487 change report format 2022-11-14 09:21:57 +01:00
Yann Braga
2a5f3c3fac redo failure 2022-11-14 09:21:45 +01:00