999 Commits

Author SHA1 Message Date
Kasper Peulen
21de1e2d59
Merge branch 'next' into kasper/a11y-errors 2024-12-16 11:39:15 +01:00
storybook-bot
d821e7f408 Bump version from "8.5.0-alpha.21" to "8.5.0-alpha.22" [skip ci] 2024-12-13 15:30:04 +00:00
Kasper Peulen
25a3a33ba5 Fix status to be failed 2024-12-12 16:28:11 +01:00
Kasper Peulen
bc8181defd Show errors of axe properly 2024-12-12 16:15:44 +01:00
Kasper Peulen
80ff5722d4 Remove warnings API 2024-12-12 16:09:29 +01:00
storybook-bot
00b669f8a5 Bump version from "8.5.0-alpha.20" to "8.5.0-alpha.21" [skip ci] 2024-12-12 11:18:42 +00:00
Kasper Peulen
0f514e2f47
Merge pull request #30004 from storybookjs/kasper/a11y-postinstall
Addon A11y: Run the a11y automigration on postInstall
2024-12-11 15:22:06 +01:00
Kasper Peulen
b83343b173 Fix eslint 2024-12-11 14:01:34 +01:00
Kasper Peulen
36fab90e70 Forward the yes flag 2024-12-11 12:49:21 +01:00
Valentin Palkovic
41f52fab60 Refactor environment variable handling for Vitest integration 2024-12-11 12:37:13 +01:00
Kasper Peulen
3fbd9480fb Merge remote-tracking branch 'origin/kasper/a11y-postinstall' into kasper/a11y-postinstall 2024-12-11 12:02:33 +01:00
Kasper Peulen
21d7c3d294 Use execa 2024-12-11 12:02:25 +01:00
Valentin Palkovic
53fa387e6a
Merge pull request #30005 from storybookjs/valentin/fix-type-issue-for-older-typescript-configurations
Addon A11y: Add typesVersions support for TypeScript definitions in a11y package
2024-12-11 11:24:33 +01:00
Kasper Peulen
ca259b14aa
Merge branch 'next' into kasper/a11y-postinstall 2024-12-11 10:39:15 +01:00
storybook-bot
a0b8f06ac7 Bump version from "8.5.0-alpha.19" to "8.5.0-alpha.20" [skip ci] 2024-12-11 01:30:19 +00:00
Kasper Peulen
dc094300e3 Use spawn instead 2024-12-10 16:52:47 +01:00
Valentin Palkovic
ba51dda03d Add typesVersions support for TypeScript definitions in a11y package 2024-12-10 15:48:07 +01:00
Kasper Peulen
11628b25e8 Run the a11y automigration on postInstall 2024-12-10 15:37:41 +01:00
storybook-bot
71af1b86d4 Bump version from "8.5.0-alpha.18" to "8.5.0-alpha.19" [skip ci] 2024-12-10 08:03:34 +00:00
Valentin Palkovic
b66f925039 Update pretty-format dependency to use caret versioning 2024-12-09 09:02:14 +01:00
Kasper Peulen
b86c24b2f3
Merge branch 'valentin/unified-a11y-testing' into yann/add-a11y-addon-to-sandboxes 2024-12-06 16:40:21 +01:00
Kasper Peulen
aa40afae3e Fix CSF issues 2024-12-06 16:21:40 +01:00
Yann Braga
96fbd29335 move internal a11y stories to the right directory 2024-12-06 15:07:29 +01:00
Kasper Peulen
fdc8078bf8 Merge remote-tracking branch 'origin/next' into valentin/unified-a11y-testing
# Conflicts:
#	code/addons/test/src/components/TestProviderRender.tsx
#	code/core/src/manager/components/sidebar/SidebarBottom.tsx
2024-12-06 13:55:21 +01:00
storybook-bot
93ae36792b Bump version from "8.5.0-alpha.17" to "8.5.0-alpha.18" [skip ci] 2024-12-05 16:02:25 +00:00
storybook-bot
8735b15e5c Bump version from "8.5.0-alpha.16" to "8.5.0-alpha.17" [skip ci] 2024-12-04 12:48:33 +00:00
storybook-bot
e1b5e29bc7 Bump version from "8.5.0-alpha.15" to "8.5.0-alpha.16" [skip ci] 2024-12-03 23:38:17 +00:00
storybook-bot
a8ad83fe63 Bump version from "8.5.0-alpha.14" to "8.5.0-alpha.15" [skip ci] 2024-12-03 01:43:00 +00:00
Valentin Palkovic
d0cc243eff Fix a11y addon in Vitest 2.1.4 and above 2024-12-02 12:29:50 +01:00
Valentin Palkovic
3d938ba4ce Fix documentation link 2024-12-02 09:28:15 +01:00
Valentin Palkovic
ccf53efc74 Simplify @storybook/addon-a11y docs and reference Storybook docs 2024-12-02 09:26:44 +01:00
storybook-bot
f359e2bb4b Bump version from "8.5.0-alpha.13" to "8.5.0-alpha.14" [skip ci] 2024-11-30 16:59:42 +00:00
Valentin Palkovic
c0d50cca43 feat: Add initialGlobals for accessibility manual setting in preview.tsx 2024-11-29 15:55:44 +01:00
Valentin Palkovic
e6358ba97f Merge remote-tracking branch 'origin/jeppe/vitest-coverage-backend' into valentin/unified-a11y-testing 2024-11-29 14:36:21 +01:00
Valentin Palkovic
e52d1e6f66 refactor: update reporter API to use 'type' instead of 'id' and rename afterEach to experimental_afterEach 2024-11-29 14:15:16 +01:00
storybook-bot
d3bc3ffb0b Bump version from "8.5.0-alpha.12" to "8.5.0-alpha.13" [skip ci] 2024-11-29 09:32:25 +00:00
Valentin Palkovic
7798a49f16 Merge remote-tracking branch 'origin/next' into valentin/unified-a11y-testing 2024-11-29 10:26:57 +01:00
storybook-bot
b53665b649 Bump version from "8.5.0-alpha.11" to "8.5.0-alpha.12" [skip ci] 2024-11-29 08:31:42 +00:00
storybook-bot
2a4b516ec6 Bump version from "8.5.0-alpha.11" to "8.5.0-alpha.12" [skip ci] 2024-11-29 08:26:07 +00:00
Valentin Palkovic
45c9a76cf2 Update environment variable handling for Vitest integration in Storybook 2024-11-27 20:02:08 +01:00
Valentin Palkovic
0437d77f78 Merge remote-tracking branch 'origin/next' into valentin/unified-a11y-testing 2024-11-27 15:42:58 +01:00
Valentin Palkovic
5ab29c6d3a Refactor a11yRunner and utils for improved configuration handling and error reporting in tests 2024-11-27 15:42:20 +01:00
storybook-bot
da1f1a04c0 Bump version from "8.5.0-alpha.10" to "8.5.0-alpha.11" [skip ci] 2024-11-27 13:27:52 +00:00
Valentin Palkovic
29bc6b0600 Update documentation 2024-11-27 14:20:16 +01:00
Valentin Palkovic
de6b1f2374 Add tags support for addon-a11y 2024-11-27 13:37:43 +01:00
Valentin Palkovic
7ec1e7ea53 Provide fix for Vitest 2.1.4 and above 2024-11-27 10:59:01 +01:00
Valentin Palkovic
7f596df336 Enhance a11y documentation and update a11yRunner to disable 'region' rule by default 2024-11-26 15:23:33 +01:00
Valentin Palkovic
ec7f512a8d Update afterEach tests to expect errors to be thrown 2024-11-26 10:08:03 +01:00
Valentin Palkovic
91c07f1829 Refactor Vitest standalone run check to use a function for improved error handling 2024-11-25 15:42:28 +01:00
Valentin Palkovic
0661d68e22 Refactor condition for Vitest standalone run check in preview.tsx 2024-11-25 15:11:45 +01:00