From 8f55412a48a05a04cc943f298b417c8fdd02a9ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:10:25 +0000 Subject: [PATCH] Bump @storybook/react from 8.0.9 to 8.4.1 (#12873) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 8.0.9 to 8.4.1.
Release notes

Sourced from @​storybook/react's releases.

v8.4.1

8.4.1

v8.4.0

8.4.0

Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser!

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

8.4.1

8.4.0

Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser!

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@storybook/react&package-manager=npm_and_yarn&previous-version=8.0.9&new-version=8.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 60 ++++++++++++++++++++++++++++++++++++-- polaris-react/package.json | 2 +- 2 files changed, 59 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5fb6cf2e996..995b09a68c5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -325,8 +325,8 @@ importers: specifier: ^8.4.1 version: 8.4.1(storybook@8.0.9) '@storybook/react': - specifier: ^8.0.8 - version: 8.0.9(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.3) + specifier: ^8.4.1 + version: 8.4.1(@storybook/test@8.4.1)(react-dom@18.2.0)(react@18.2.0)(storybook@8.0.9)(typescript@4.9.3) '@storybook/react-vite': specifier: ^8.0.8 version: 8.0.9(react-dom@18.2.0)(react@18.2.0)(rollup@3.29.4)(typescript@4.9.3)(vite@4.5.3) @@ -5599,6 +5599,14 @@ packages: - '@types/react' dev: true + /@storybook/components@8.4.1(storybook@8.0.9): + resolution: {integrity: sha512-bMPclbBhrWxhFlwqrC/h4fPLl05ouoi5D8SkQTHjeVxWN9eDnMVi76xM0YDct302Z3f0x5S3plIulp+4XRxrvg==} + peerDependencies: + storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 + dependencies: + storybook: 8.0.9(@babel/preset-env@7.23.6)(react-dom@18.2.0)(react@18.2.0) + dev: true + /@storybook/core-common@8.0.9: resolution: {integrity: sha512-Jmue+sfHFb4GTYBzyWYw1MygoJiQSfISIrKmNIzAmZ+oR9EOr+jpu/i/bH+uetZ2Hqg1AGhj1VB7OtJp9HQyWw==} dependencies: @@ -5824,6 +5832,14 @@ packages: - react-dom dev: true + /@storybook/manager-api@8.4.1(storybook@8.0.9): + resolution: {integrity: sha512-7hb2k4zsp6lREGZbQ85QOlsC8EIMZXuY9Pg12VUgaZd+LmLjLuaqtrxRz3SwIgIWsRpFun9AHO0X37DmYNGTSw==} + peerDependencies: + storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 + dependencies: + storybook: 8.0.9(@babel/preset-env@7.23.6)(react-dom@18.2.0)(react@18.2.0) + dev: true + /@storybook/manager@8.0.9: resolution: {integrity: sha512-+NnRo+5JQFGNqveKrLtC0b+Z08Tae4m44iq292bPeZMpr9OkFsIkU0PBPsHTHPkrqC/zZXRNsCsTEgvu3p2OIA==} dev: true @@ -5873,6 +5889,18 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true + /@storybook/react-dom-shim@8.4.1(react-dom@18.2.0)(react@18.2.0)(storybook@8.0.9): + resolution: {integrity: sha512-XhvuqkpqtcUjDA8XE4osq140SCddX3VHMdj+IwlrMdoSl32CAya01TH5YDDx6YMy6hM/QQbyVKaemG7RB/oU4Q==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + storybook: ^8.4.1 + dependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + storybook: 8.0.9(@babel/preset-env@7.23.6)(react-dom@18.2.0)(react@18.2.0) + dev: true + /@storybook/react-vite@8.0.9(react-dom@18.2.0)(react@18.2.0)(rollup@3.29.4)(typescript@4.9.3)(vite@4.5.3): resolution: {integrity: sha512-FT5KeulUH6grfzOJOxJCxpv9+81UVDrT9UPcgiFhQT9rKtsgmltezThwbHknByZNw3WWnf+ieidMLEis9hd73A==} engines: {node: '>=18.0.0'} @@ -5943,6 +5971,34 @@ packages: - supports-color dev: true + /@storybook/react@8.4.1(@storybook/test@8.4.1)(react-dom@18.2.0)(react@18.2.0)(storybook@8.0.9)(typescript@4.9.3): + resolution: {integrity: sha512-ZwszrzV47nWQEZ0X4LyNgv5OFq4iy/7LpmxW6IncIO7PWm70OWG2BVtKFNsNQx0LY+hOtllWZbvg06mPQzahFA==} + engines: {node: '>=18.0.0'} + peerDependencies: + '@storybook/test': 8.4.1 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + storybook: ^8.4.1 + typescript: '>= 4.2.x' + peerDependenciesMeta: + '@storybook/test': + optional: true + typescript: + optional: true + dependencies: + '@storybook/components': 8.4.1(storybook@8.0.9) + '@storybook/global': 5.0.0 + '@storybook/manager-api': 8.4.1(storybook@8.0.9) + '@storybook/preview-api': 8.4.1(storybook@8.0.9) + '@storybook/react-dom-shim': 8.4.1(react-dom@18.2.0)(react@18.2.0)(storybook@8.0.9) + '@storybook/test': 8.4.1(storybook@8.0.9) + '@storybook/theming': 8.4.1(storybook@8.0.9) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + storybook: 8.0.9(@babel/preset-env@7.23.6)(react-dom@18.2.0)(react@18.2.0) + typescript: 4.9.3 + dev: true + /@storybook/router@8.0.9: resolution: {integrity: sha512-aAOWxbM9J4mt+cp4o88T2PB29mgBBTOzU37/pUsTHYnKnR9XI4npXEXdN8Gv+ryqM0kj0AbBpz/llFlnR2MNNA==} dependencies: diff --git a/polaris-react/package.json b/polaris-react/package.json index e85d22a2a82..295329f3d3e 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -82,7 +82,7 @@ "@storybook/components": "^8.0.8", "@storybook/manager-api": "^8.0.8", "@storybook/preview-api": "^8.4.1", - "@storybook/react": "^8.0.8", + "@storybook/react": "^8.4.1", "@storybook/react-vite": "^8.0.8", "@storybook/test": "^8.4.1", "@storybook/test-runner": "^0.17.0",