Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update storybook packages to v8 (major) #788

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-essentials (source) ^7.0.6 -> ^8.0.0 age adoption passing confidence
@storybook/addon-interactions (source) ^7.0.6 -> ^8.0.0 age adoption passing confidence
@storybook/addon-links (source) ^7.0.6 -> ^8.0.0 age adoption passing confidence
@storybook/blocks (source) ^7.0.6 -> ^8.0.0 age adoption passing confidence
@storybook/nextjs (source) ^7.0.6 -> ^8.0.0 age adoption passing confidence
@storybook/react (source) ^7.0.6 -> ^8.0.0 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-essentials)

v8.2.9

Compare Source

v8.2.8

Compare Source

v8.2.7

Compare Source

v8.2.6

Compare Source

v8.2.5

Compare Source

v8.2.4

Compare Source

v8.2.3

Compare Source

v8.2.2

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source

Hold onto your hats! Storybook 8.2 has dropped, packed with a treasure trove of new features and bug fixes:

  • 🪝 New test hook beforeAll
  • 🕹️ Enhanced play function
  • 📦 Portable stories that let you use your stories in other testing tools
  • 🎁 Consolidated dependency to bring you better performance in a smaller package
  • ✨ Brand new onboarding experience to get you up to speed quicker
  • 💯 Hundreds more improvements
List of all updates

v8.1.11

Compare Source

v8.1.10

Compare Source

v8.1.9

Compare Source

v8.1.8

Compare Source

v8.1.7

Compare Source

v8.1.6

Compare Source

v8.1.5

Compare Source

v8.1.4

Compare Source

v8.1.3

Compare Source

v8.1.2

Compare Source

v8.1.1

Compare Source

v8.1.0

Compare Source

Storybook 8.1 is here with a tone of new features and bug fixes:

  • 🏷️ Static tag-based filtering
  • 🦺 Type-safe, standards-based module mocking
  • 🐣 New beforeEach test hook
  • 🧳 Portable Stories API for Playwright Component Testing
  • 🐕‍🦺 Support the new signal-based input & output functions in Angular
  • 2️⃣ Two new ways to create stories: generating them from story controls or from your components directly!
List of all updates

v8.0.10

Compare Source

v8.0.9

Compare Source

v8.0.8

Compare Source

v8.0.7

Compare Source

v8.0.6

Compare Source

v8.0.5

Compare Source

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

[Compare Source](https://togithub


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Mar 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hakshu-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 19, 2024 10:35pm

Copy link

coderabbitai bot commented Mar 23, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 71a9ccb to a039b73 Compare March 23, 2024 10:35
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from a039b73 to 5d19118 Compare March 23, 2024 13:22
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 5d19118 to 67ec61b Compare March 23, 2024 18:02
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 67ec61b to f0703b3 Compare March 29, 2024 19:33
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from f0703b3 to b3f3a6e Compare March 30, 2024 05:41
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from b3f3a6e to 6c94432 Compare March 31, 2024 19:39
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 6c94432 to 2308086 Compare April 5, 2024 20:30
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 2308086 to 03d0ac7 Compare April 5, 2024 21:41
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 03d0ac7 to 9f7c5e4 Compare April 6, 2024 00:02
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 9f7c5e4 to 8790440 Compare April 12, 2024 20:21
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 8790440 to bea74ae Compare April 12, 2024 21:52
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 1a2ae41 to a6b78fb Compare September 14, 2024 04:01
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from a6b78fb to f3f44af Compare September 14, 2024 06:45
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from f3f44af to 074e526 Compare September 14, 2024 18:41
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 074e526 to ec93777 Compare September 20, 2024 20:09
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from ec93777 to a6368cf Compare September 21, 2024 01:50
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from a6368cf to e4a6071 Compare September 21, 2024 03:38
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from e4a6071 to adcf66e Compare September 27, 2024 22:18
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from adcf66e to e104dd1 Compare September 30, 2024 18:06
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from e104dd1 to 9ae1410 Compare October 4, 2024 19:47
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 9ae1410 to c86bff2 Compare October 5, 2024 00:37
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from c86bff2 to 09c42c8 Compare October 11, 2024 22:50
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 09c42c8 to 4000cc1 Compare October 12, 2024 01:38
@renovate renovate bot force-pushed the renovate/major-storybook-packages branch from 4000cc1 to 4afc470 Compare October 12, 2024 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant