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 #3932

Merged
merged 1 commit into from
Jun 4, 2024
Merged

chore(deps): update storybook #3932

merged 1 commit into from
Jun 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) 8.0.6 -> 8.1.5 age adoption passing confidence
@storybook/addon-essentials (source) 8.0.6 -> 8.1.5 age adoption passing confidence
@storybook/addon-interactions (source) 8.0.6 -> 8.1.5 age adoption passing confidence
@storybook/addon-storysource (source) 8.0.6 -> 8.1.5 age adoption passing confidence
@storybook/addon-themes (source) 8.0.6 -> 8.1.5 age adoption passing confidence
@storybook/cli (source) 8.0.6 -> 8.1.5 age adoption passing confidence
@storybook/core-events (source) 8.0.6 -> 8.1.5 age adoption passing confidence
@storybook/preview-api (source) 8.0.6 -> 8.1.5 age adoption passing confidence
@storybook/react (source) 8.0.x -> 8.0.x || 8.1.x age adoption passing confidence
@storybook/react-vite (source) 8.0.6 -> 8.1.5 age adoption passing confidence
@storybook/source-loader (source) 8.0.6 -> 8.1.5 age adoption passing confidence
@storybook/test (source) 8.0.6 -> 8.1.5 age adoption passing confidence
@vitejs/plugin-react (source) 4.2.1 -> 4.3.0 age adoption passing confidence
storybook (source) 8.0.6 -> 8.1.5 age adoption passing confidence
vite (source) 5.2.7 -> 5.2.12 age adoption passing confidence

Release Notes

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

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

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.0

Compare Source

Fix support for React compiler

Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:

export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@​babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

vitejs/vite (vite)

v5.2.12

Compare Source

v5.2.11

Compare Source

v5.2.10

Compare Source

v5.2.9

Compare Source

v5.2.8

Compare Source


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: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot enabled auto-merge (squash) June 4, 2024 08:39
Copy link

vercel bot commented Jun 4, 2024

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

Name Status Preview Comments Updated (UTC)
marigold-docs 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jun 4, 2024 8:39am
marigold-production 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jun 4, 2024 8:39am
marigold-storybook 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jun 4, 2024 8:39am

Copy link

changeset-bot bot commented Jun 4, 2024

⚠️ No Changeset found

Latest commit: 53495fb

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

@renovate renovate bot merged commit 4c3ce45 into main Jun 4, 2024
5 of 8 checks passed
@renovate renovate bot deleted the renovate/storybook branch June 4, 2024 08:40
@github-actions github-actions bot added the type:infrastructure Tooling and other chores label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:infrastructure Tooling and other chores
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants