marigold-ui / marigold

Design System based on react-aria and Tailwind CSS
https://marigold-ui.io
MIT License
101 stars 7 forks source link

chore(deps): update storybook to v8 (major) #3862

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) 7.6.17 -> 8.0.5 age adoption passing confidence
@storybook/addon-essentials (source) 7.6.17 -> 8.0.5 age adoption passing confidence
@storybook/addon-interactions (source) 7.6.17 -> 8.0.5 age adoption passing confidence
@storybook/addon-themes (source) 7.6.17 -> 8.0.5 age adoption passing confidence
@storybook/builder-vite (source) 7.6.17 -> 8.0.5 age adoption passing confidence
@storybook/cli (source) 7.6.17 -> 8.0.5 age adoption passing confidence
@storybook/core-events (source) 7.6.17 -> 8.0.5 age adoption passing confidence
@storybook/react (source) 7.6.17 -> 8.0.5 age adoption passing confidence
@storybook/react-vite (source) 7.6.17 -> 8.0.5 age adoption passing confidence
@storybook/source-loader (source) 7.6.17 -> 8.0.5 age adoption passing confidence
storybook (source) 7.6.17 -> 8.0.5 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-a11y) ### [`v8.0.5`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#805) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.0.4...v8.0.5) - Addon-docs: Fix `react-dom/server` imports breaking stories and docs - [#​26557](https://togithub.com/storybookjs/storybook/pull/26557), thanks [@​JReinhold](https://togithub.com/JReinhold)! - Automigrations: Fix missing support for mts vite config - [#​26441](https://togithub.com/storybookjs/storybook/pull/26441), thanks [@​drik98](https://togithub.com/drik98)! - CLI: Improve Yarn berry error parsing - [#​26616](https://togithub.com/storybookjs/storybook/pull/26616), thanks [@​yannbf](https://togithub.com/yannbf)! - React-Docgen: Make sure to be able to handle empty unions - [#​26639](https://togithub.com/storybookjs/storybook/pull/26639), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - Viewport: Fix missing style - [#​26530](https://togithub.com/storybookjs/storybook/pull/26530), thanks [@​jpzwarte](https://togithub.com/jpzwarte)! ### [`v8.0.4`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#804) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.0.3...v8.0.4) - Addon Docs: Support Stencil based display names in source snippets - [#​26592](https://togithub.com/storybookjs/storybook/pull/26592), thanks [@​yannbf](https://togithub.com/yannbf)! - CLI: Instruct the correct auto-migration command - [#​26515](https://togithub.com/storybookjs/storybook/pull/26515), thanks [@​ndelangen](https://togithub.com/ndelangen)! - CLI: Throw an error when running upgrade command in incorrect cwd - [#​26585](https://togithub.com/storybookjs/storybook/pull/26585), thanks [@​yannbf](https://togithub.com/yannbf)! ### [`v8.0.3`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#803) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.0.2...v8.0.3) - Bug: Remove redundant component check, as we auto-generate titles from the file system - [#​26516](https://togithub.com/storybookjs/storybook/pull/26516), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - UI: Replace the icon prop in the Manager API - [#​26477](https://togithub.com/storybookjs/storybook/pull/26477), thanks [@​cdedreuille](https://togithub.com/cdedreuille)! ### [`v8.0.2`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#802) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.0.1...v8.0.2) - Addon Docs: Fix \[Object object] displayName in some JSX components - [#​26566](https://togithub.com/storybookjs/storybook/pull/26566), thanks [@​yannbf](https://togithub.com/yannbf)! - CLI: Add yarn1 package manager fallback for init in empty directory - [#​26500](https://togithub.com/storybookjs/storybook/pull/26500), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - CSF: Make sure loaders/decorators can be used as array - [#​26514](https://togithub.com/storybookjs/storybook/pull/26514), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - Controls: Fix disable condition in ArgControl component - [#​26567](https://togithub.com/storybookjs/storybook/pull/26567), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - UI: Add key property to list children in Highlight component - [#​26471](https://togithub.com/storybookjs/storybook/pull/26471), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - UI: Fix theming of elements inside bars - [#​26527](https://togithub.com/storybookjs/storybook/pull/26527), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - UI: Improve empty state of addon panel - [#​26481](https://togithub.com/storybookjs/storybook/pull/26481), thanks [@​yannbf](https://togithub.com/yannbf)! ### [`v8.0.1`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#801) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.0.0...v8.0.1) - Controls: Fix type summary when table.type unset - [#​26283](https://togithub.com/storybookjs/storybook/pull/26283), thanks [@​shilman](https://togithub.com/shilman)! - Core: Fix addon bundling script - [#​26145](https://togithub.com/storybookjs/storybook/pull/26145), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Core: Fix fail to load `main.ts` error message - [#​26035](https://togithub.com/storybookjs/storybook/pull/26035), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Maintenance: Fix performance regressions - [#​26411](https://togithub.com/storybookjs/storybook/pull/26411), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! ### [`v8.0.0`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#800) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.17...v8.0.0) ##### Storybook 8.0 is here It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more. - ๐Ÿฉป Built-in visual testing - โš›๏ธ React Server Component support - ๐ŸŽ›๏ธ Improved controls for React and Vue projects - โšก๏ธ Improved Vite architecture, Vitest testing, and Vite 5 support - ๐Ÿงช 2-4x faster Storybooks for testing - โœจ Refreshed desktop UI - ๐Ÿ“ฒ Rebuilt mobile UX - ๐Ÿ™…โ€โ™€๏ธ No more React requirement in non-React projects Please checkout our [Migration Guide](https://storybook.js.org/docs/8.0/migration-guide) to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the [8.0 prerelease changelogs](https://togithub.com/storybookjs/storybook/blob/next/CHANGELOG.prerelease.md).

Configuration

๐Ÿ“… Schedule: Branch creation - "before 3am on the first day of the month" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป 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.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 1 month ago

โš ๏ธ No Changeset found

Latest commit: 6a80ef18c5d68f38eaa93710cac8bbf7ca65cc49

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated (UTC)
marigold-docs โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Apr 8, 2024 7:48am
marigold-storybook โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Apr 8, 2024 7:48am
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **marigold-production** | โฌœ๏ธ Ignored ([Inspect](https://vercel.com/marigold/marigold-production/DWr6zwgEJvpcNR7NmGDmVWD8Cz6M)) | [Visit Preview](https://marigold-production-git-renovate-major-storybook-marigold.vercel.app) | | Apr 8, 2024 7:48am |
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.58%. Comparing base (c25da22) to head (253355c).

:exclamation: Current head 253355c differs from pull request most recent head 6a80ef1. Consider uploading reports for the commit 6a80ef1 to get more accurate results

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/marigold-ui/marigold/pull/3862/graphs/tree.svg?width=650&height=150&src=pr&token=YIIcKX7TZu&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=marigold-ui)](https://app.codecov.io/gh/marigold-ui/marigold/pull/3862?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=marigold-ui) ```diff @@ Coverage Diff @@ ## main #3862 +/- ## ========================================== - Coverage 99.63% 99.58% -0.05% ========================================== Files 122 122 Lines 6557 6557 Branches 322 321 -1 ========================================== - Hits 6533 6530 -3 - Misses 23 26 +3 Partials 1 1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/marigold-ui/marigold/pull/3862/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=marigold-ui)
renovate[bot] commented 4 weeks ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

โš  Warning: custom changes will be lost.

aromko commented 4 weeks ago

@sarahgm , @OsamaAbdellateef , @sebald To run storybook they were some manual fixes necessary.