Skip to content

Commit b0cefd1

Browse files
authored
Merge branch 'next' into a11y-only-run-in-story-mode
2 parents 4572ccb + e10bc77 commit b0cefd1

File tree

1,555 files changed

+42285
-29939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,555 files changed

+42285
-29939
lines changed

Diff for: .circleci/config.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -856,27 +856,27 @@ workflows:
856856
requires:
857857
- unit-tests
858858
- create-sandboxes:
859-
parallelism: 13
859+
parallelism: 14
860860
requires:
861861
- build
862862
- chromatic-sandboxes:
863-
parallelism: 10
863+
parallelism: 11
864864
requires:
865865
- create-sandboxes
866866
- e2e-production:
867-
parallelism: 8
867+
parallelism: 9
868868
requires:
869869
- create-sandboxes
870870
- e2e-dev:
871871
parallelism: 1
872872
requires:
873873
- create-sandboxes
874874
- test-runner-production:
875-
parallelism: 8
875+
parallelism: 9
876876
requires:
877877
- create-sandboxes
878878
- vitest-integration:
879-
parallelism: 4
879+
parallelism: 5
880880
requires:
881881
- create-sandboxes
882882
# TODO: don't forget to reenable this
@@ -933,27 +933,27 @@ workflows:
933933
requires:
934934
- unit-tests
935935
- create-sandboxes:
936-
parallelism: 19
936+
parallelism: 18
937937
requires:
938938
- build
939939
- chromatic-sandboxes:
940-
parallelism: 16
940+
parallelism: 15
941941
requires:
942942
- create-sandboxes
943943
- e2e-production:
944-
parallelism: 14
944+
parallelism: 13
945945
requires:
946946
- create-sandboxes
947947
- e2e-dev:
948948
parallelism: 1
949949
requires:
950950
- create-sandboxes
951951
- test-runner-production:
952-
parallelism: 14
952+
parallelism: 13
953953
requires:
954954
- create-sandboxes
955955
- vitest-integration:
956-
parallelism: 4
956+
parallelism: 5
957957
requires:
958958
- create-sandboxes
959959
- test-portable-stories:
@@ -1008,26 +1008,26 @@ workflows:
10081008
requires:
10091009
- build
10101010
- create-sandboxes:
1011-
parallelism: 34
1011+
parallelism: 31
10121012
requires:
10131013
- build
10141014
# - smoke-test-sandboxes: # disabled for now
10151015
# requires:
10161016
# - create-sandboxes
10171017
- chromatic-sandboxes:
1018-
parallelism: 31
1018+
parallelism: 28
10191019
requires:
10201020
- create-sandboxes
10211021
- e2e-production:
1022-
parallelism: 29
1022+
parallelism: 26
10231023
requires:
10241024
- create-sandboxes
10251025
- e2e-dev:
10261026
parallelism: 1
10271027
requires:
10281028
- create-sandboxes
10291029
- test-runner-production:
1030-
parallelism: 29
1030+
parallelism: 26
10311031
requires:
10321032
- create-sandboxes
10331033
- vitest-integration:

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ code/.vite-inspect
6262
.nx/workspace-data
6363
!**/fixtures/**/yarn.lock
6464
code/core/report
65+
node_modules/.svelte2tsx-language-server-files
6566

6667
*storybook.log

Diff for: .mailmap

+38-37
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,44 @@ Your name here <[email protected]> # github:my-github-account, npm:my-npm-acc
88

99
# --- list ----------- #
1010

11-
Aaron Mc Adam <[email protected]>
12-
13-
Arunoda Susiripala <[email protected]> Arunoda Susiripala <[email protected]>
14-
Benedikt D Valdez <[email protected]> Benedikt D Valdez <[email protected]>
11+
Aaron Mc Adam <[email protected]>
12+
13+
Arunoda Susiripala <[email protected]> Arunoda Susiripala <[email protected]>
14+
Benedikt D Valdez <[email protected]> Benedikt D Valdez <[email protected]>
1515
Daniel Duan <[email protected]> <[email protected]> # github:danielduan, npm:danielduan, twitter:danduan
16-
17-
18-
19-
20-
Evgeny Kochetkov <[email protected]> Evgeny Kochetkov <[email protected]>
21-
Fabien Bernard <[email protected]> Fabien BERNARD <[email protected]>
22-
23-
Greenkeeper <[email protected]> greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
24-
Greenkeeper <[email protected]> greenkeeperio-bot <[email protected]>
25-
Jason Schloer <[email protected]> jschloer <[email protected]>
26-
Jean-Michel Francois <[email protected]> Jean-Michel FRANCOIS <[email protected]>
27-
28-
29-
30-
Kanitkorn Sujautra <[email protected]> Kanitkorn S <[email protected]>
31-
32-
33-
Madushan Nishantha <[email protected]> <[email protected]>
34-
Marie-Laure Thuret <[email protected]> mthuret <[email protected]>
35-
Max Hodges <[email protected]> MaxHodges <[email protected]>
36-
37-
38-
39-
Ned Schwartz <[email protected]> Ned Schwartz <[email protected]>
40-
Joe Nelson <[email protected]> Nelson, Joe <[email protected]>
41-
Nikolay Kozhuharenko <[email protected]> Nikolay <[email protected]>
16+
17+
18+
19+
20+
Evgeny Kochetkov <[email protected]> Evgeny Kochetkov <[email protected]>
21+
Fabien Bernard <[email protected]> Fabien BERNARD <[email protected]>
22+
23+
Gert Hengeveld <[email protected]> <[email protected]> # github:ghengeveld, npm:ghengeveld
24+
Greenkeeper <[email protected]> greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
25+
Greenkeeper <[email protected]> greenkeeperio-bot <[email protected]>
26+
Jason Schloer <[email protected]> jschloer <[email protected]>
27+
Jean-Michel Francois <[email protected]> Jean-Michel FRANCOIS <[email protected]>
28+
29+
30+
31+
Kanitkorn Sujautra <[email protected]> Kanitkorn S <[email protected]>
32+
33+
34+
Madushan Nishantha <[email protected]> <[email protected]>
35+
Marie-Laure Thuret <[email protected]> mthuret <[email protected]>
36+
Max Hodges <[email protected]> MaxHodges <[email protected]>
37+
38+
39+
40+
Ned Schwartz <[email protected]> Ned Schwartz <[email protected]>
41+
Joe Nelson <[email protected]> Nelson, Joe <[email protected]>
42+
Nikolay Kozhuharenko <[email protected]> Nikolay <[email protected]>
4243
Norbert de Langen <[email protected]> # github:ndelangen, npm:ndelangen, twitter:norbertdelangen
43-
Oleg Proskurin <[email protected]> UsulPro <[email protected]>
44-
45-
Ritesh Kumar <[email protected]> Ritesh Kumar <[email protected]>
46-
Sylvain Bannier <[email protected]> Sylvain BANNIER <[email protected]>
47-
Tom Coleman <[email protected]> Tom Coleman <[email protected]>
44+
Oleg Proskurin <[email protected]> UsulPro <[email protected]>
45+
46+
Ritesh Kumar <[email protected]> Ritesh Kumar <[email protected]>
47+
Sylvain Bannier <[email protected]> Sylvain BANNIER <[email protected]>
48+
Tom Coleman <[email protected]> Tom Coleman <[email protected]>
4849
Trevor Eyre <[email protected]> # github:TrevorEyre, twitter:trevor_eyre
49-
William Castandet <[email protected]> wcastand <[email protected]>
50-
Xavier Cazalot <[email protected]> xavcz <[email protected]>
50+
William Castandet <[email protected]> wcastand <[email protected]>
51+
Xavier Cazalot <[email protected]> xavcz <[email protected]>

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 8.6.12
2+
3+
- CLI: Only install Visual Test Addon if test feature is selected - [#30966](https://github.com/storybookjs/storybook/pull/30966), thanks @ghengeveld!
4+
- Core: Fix telemetry error on Storybook UI - [#30953](https://github.com/storybookjs/storybook/pull/30953), thanks @yannbf!
5+
- Ember: Fix `ember-template-compiler` import for ember 6+ - [#30682](https://github.com/storybookjs/storybook/pull/30682), thanks @leoeuclids!
6+
- Next: Upgrade vite-plugin-storybook-nextjs for Next v14 compatibility - [#30997](https://github.com/storybookjs/storybook/pull/30997), thanks @kasperpeulen!
7+
- Svelte: Exclude `node_modules` from docgen - [#30981](https://github.com/storybookjs/storybook/pull/30981), thanks @JReinhold!
8+
19
## 8.6.11
210

311
- Angular: Fix zone.js support for Angular libraries - [#30941](https://github.com/storybookjs/storybook/pull/30941), thanks @valentinpalkovic!

0 commit comments

Comments
 (0)