Commit ebe3d64
authored
chore(deps): update storybook monorepo to v10.3.4 (patch) (#8434)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@storybook/addon-a11y](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/a11y)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y))
| [`10.3.3` →
`10.3.4`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/10.3.3/10.3.4)
|

|

|
|
[@storybook/addon-docs](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/docs)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/docs))
| [`10.3.3` →
`10.3.4`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/10.3.3/10.3.4)
|

|

|
|
[@storybook/react-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite))
| [`10.3.3` →
`10.3.4`](https://renovatebot.com/diffs/npm/@storybook%2freact-vite/10.3.3/10.3.4)
|

|

|
| [storybook](https://storybook.js.org)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/core))
| [`10.3.3` →
`10.3.4`](https://renovatebot.com/diffs/npm/storybook/10.3.3/10.3.4) |

|

|
---
### Release Notes
<details>
<summary>storybookjs/storybook (@​storybook/addon-a11y)</summary>
###
[`v10.3.4`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1034)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v10.3.3...v10.3.4)
- Addon-a11y: Clear status transition timer on unmount to prevent test
flake -
[#​34203](https://redirect.github.com/storybookjs/storybook/pull/34203),
thanks [@​mixelburg](https://redirect.github.com/mixelburg)!
- Bug: Skip re-processing already transformed config files for CSF
factories -
[#​34273](https://redirect.github.com/storybookjs/storybook/pull/34273),
thanks [@​huang-julien](https://redirect.github.com/huang-julien)!
- Builder-Vite: Use djb2 hash to prevent variable name collisions in
builder-vite -
[#​34274](https://redirect.github.com/storybookjs/storybook/pull/34274),
thanks [@​chida09](https://redirect.github.com/chida09)!
- CLI: Prompt for init crash reports -
[#​34316](https://redirect.github.com/storybookjs/storybook/pull/34316),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- CSF4: Fix duplicate preview loading issue in Vitest -
[#​34361](https://redirect.github.com/storybookjs/storybook/pull/34361),
thanks
[@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)!
- Core: Fix WebSocket connection for StackBlitz/WebContainers -
[#​34281](https://redirect.github.com/storybookjs/storybook/pull/34281),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- React-Docgen: Try .tsx fallback when resolving .js ESM imports in
docgen resolvers -
[#​34393](https://redirect.github.com/storybookjs/storybook/pull/34393),
thanks [@​mixelburg](https://redirect.github.com/mixelburg)!
- React-Vite: Upgrade
[@​joshwooding/vite-plugin-react-docgen-typescript](https://redirect.github.com/joshwooding/vite-plugin-react-docgen-typescript)
to 0.7.0 -
[#​34335](https://redirect.github.com/storybookjs/storybook/pull/34335),
thanks [@​beeswhacks](https://redirect.github.com/beeswhacks)!
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/UI5/webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 48f46f0 commit ebe3d64
2 files changed
Lines changed: 67 additions & 59 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2515 | 2515 | | |
2516 | 2516 | | |
2517 | 2517 | | |
2518 | | - | |
2519 | | - | |
2520 | | - | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
2521 | 2521 | | |
2522 | 2522 | | |
2523 | 2523 | | |
2524 | 2524 | | |
2525 | 2525 | | |
2526 | | - | |
| 2526 | + | |
2527 | 2527 | | |
2528 | 2528 | | |
2529 | 2529 | | |
2530 | | - | |
| 2530 | + | |
2531 | 2531 | | |
2532 | 2532 | | |
2533 | 2533 | | |
| |||
3806 | 3806 | | |
3807 | 3807 | | |
3808 | 3808 | | |
3809 | | - | |
3810 | | - | |
3811 | | - | |
| 3809 | + | |
| 3810 | + | |
| 3811 | + | |
3812 | 3812 | | |
3813 | 3813 | | |
3814 | 3814 | | |
3815 | 3815 | | |
3816 | | - | |
3817 | | - | |
| 3816 | + | |
| 3817 | + | |
3818 | 3818 | | |
3819 | 3819 | | |
3820 | 3820 | | |
3821 | | - | |
3822 | | - | |
3823 | | - | |
| 3821 | + | |
| 3822 | + | |
| 3823 | + | |
3824 | 3824 | | |
3825 | 3825 | | |
3826 | | - | |
| 3826 | + | |
3827 | 3827 | | |
3828 | | - | |
| 3828 | + | |
3829 | 3829 | | |
3830 | 3830 | | |
3831 | 3831 | | |
3832 | 3832 | | |
3833 | | - | |
3834 | | - | |
| 3833 | + | |
| 3834 | + | |
3835 | 3835 | | |
3836 | 3836 | | |
3837 | 3837 | | |
3838 | | - | |
3839 | | - | |
3840 | | - | |
| 3838 | + | |
| 3839 | + | |
| 3840 | + | |
3841 | 3841 | | |
3842 | | - | |
| 3842 | + | |
3843 | 3843 | | |
3844 | 3844 | | |
3845 | | - | |
| 3845 | + | |
3846 | 3846 | | |
3847 | | - | |
| 3847 | + | |
3848 | 3848 | | |
3849 | 3849 | | |
3850 | 3850 | | |
3851 | | - | |
3852 | | - | |
3853 | | - | |
| 3851 | + | |
| 3852 | + | |
| 3853 | + | |
3854 | 3854 | | |
3855 | 3855 | | |
3856 | 3856 | | |
3857 | 3857 | | |
3858 | 3858 | | |
3859 | | - | |
| 3859 | + | |
3860 | 3860 | | |
3861 | 3861 | | |
3862 | 3862 | | |
| |||
3868 | 3868 | | |
3869 | 3869 | | |
3870 | 3870 | | |
3871 | | - | |
| 3871 | + | |
3872 | 3872 | | |
3873 | 3873 | | |
3874 | 3874 | | |
| |||
3889 | 3889 | | |
3890 | 3890 | | |
3891 | 3891 | | |
3892 | | - | |
3893 | | - | |
3894 | | - | |
| 3892 | + | |
| 3893 | + | |
| 3894 | + | |
3895 | 3895 | | |
3896 | 3896 | | |
3897 | 3897 | | |
3898 | | - | |
3899 | | - | |
| 3898 | + | |
| 3899 | + | |
3900 | 3900 | | |
3901 | 3901 | | |
3902 | 3902 | | |
3903 | | - | |
3904 | | - | |
3905 | | - | |
| 3903 | + | |
| 3904 | + | |
| 3905 | + | |
3906 | 3906 | | |
3907 | | - | |
| 3907 | + | |
3908 | 3908 | | |
3909 | | - | |
3910 | | - | |
| 3909 | + | |
| 3910 | + | |
3911 | 3911 | | |
3912 | 3912 | | |
3913 | 3913 | | |
| |||
3916 | 3916 | | |
3917 | 3917 | | |
3918 | 3918 | | |
3919 | | - | |
| 3919 | + | |
3920 | 3920 | | |
3921 | | - | |
| 3921 | + | |
3922 | 3922 | | |
3923 | 3923 | | |
3924 | 3924 | | |
3925 | | - | |
3926 | | - | |
3927 | | - | |
| 3925 | + | |
| 3926 | + | |
| 3927 | + | |
3928 | 3928 | | |
3929 | 3929 | | |
3930 | | - | |
| 3930 | + | |
3931 | 3931 | | |
3932 | 3932 | | |
3933 | 3933 | | |
3934 | 3934 | | |
3935 | 3935 | | |
3936 | | - | |
| 3936 | + | |
3937 | 3937 | | |
3938 | 3938 | | |
3939 | 3939 | | |
3940 | 3940 | | |
3941 | | - | |
| 3941 | + | |
3942 | 3942 | | |
3943 | 3943 | | |
3944 | 3944 | | |
| |||
6009 | 6009 | | |
6010 | 6010 | | |
6011 | 6011 | | |
| 6012 | + | |
| 6013 | + | |
| 6014 | + | |
| 6015 | + | |
| 6016 | + | |
| 6017 | + | |
| 6018 | + | |
6012 | 6019 | | |
6013 | 6020 | | |
6014 | 6021 | | |
| |||
19649 | 19656 | | |
19650 | 19657 | | |
19651 | 19658 | | |
19652 | | - | |
19653 | | - | |
19654 | | - | |
| 19659 | + | |
| 19660 | + | |
| 19661 | + | |
19655 | 19662 | | |
19656 | 19663 | | |
19657 | 19664 | | |
19658 | 19665 | | |
19659 | 19666 | | |
19660 | 19667 | | |
19661 | 19668 | | |
| 19669 | + | |
19662 | 19670 | | |
19663 | 19671 | | |
19664 | 19672 | | |
| |||
19672 | 19680 | | |
19673 | 19681 | | |
19674 | 19682 | | |
19675 | | - | |
| 19683 | + | |
19676 | 19684 | | |
19677 | 19685 | | |
19678 | 19686 | | |
| |||
20712 | 20720 | | |
20713 | 20721 | | |
20714 | 20722 | | |
20715 | | - | |
20716 | | - | |
20717 | | - | |
| 20723 | + | |
| 20724 | + | |
| 20725 | + | |
20718 | 20726 | | |
20719 | 20727 | | |
20720 | 20728 | | |
| |||
20758 | 20766 | | |
20759 | 20767 | | |
20760 | 20768 | | |
20761 | | - | |
| 20769 | + | |
20762 | 20770 | | |
20763 | 20771 | | |
20764 | 20772 | | |
| |||
0 commit comments