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

Sourced from @​storybook/addon-viewport'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/addon-viewport'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/addon-viewport&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 | 11 +++++++---- polaris-react/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4d235e6a56c..af77cb55c62 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -310,8 +310,8 @@ importers: specifier: ^8.0.8 version: 8.0.9 '@storybook/addon-viewport': - specifier: ^8.0.8 - version: 8.0.9 + specifier: ^8.4.1 + version: 8.4.1(storybook@8.0.9) '@storybook/blocks': specifier: ^8.4.1 version: 8.4.1(react-dom@18.2.0)(react@18.2.0)(storybook@8.0.9) @@ -5514,10 +5514,13 @@ packages: resolution: {integrity: sha512-nNSBnnBOhQ+EJwkrIkK4ZBYPcozNmEH770CZ/6NK85SUJ6WEBZapE6ru33jIUokFGEvlOlNCeai0GUc++cQP8w==} dev: true - /@storybook/addon-viewport@8.0.9: - resolution: {integrity: sha512-Ao4+D56cO7biaw+iTlMU1FBec1idX0cmdosDeCFZin06MSawcPkeBlRBeruaSQYdLes8TBMdZPFgfuqI5yIk6g==} + /@storybook/addon-viewport@8.4.1(storybook@8.0.9): + resolution: {integrity: sha512-O6DcuUfXQTytjl7mj4ld4ZX9x2pUUWKUx1TxiuMuH0EKb612RyYcdpXpDQQwsIzLV/f2BOetk9jmO2/MymfbWQ==} + peerDependencies: + storybook: ^8.4.1 dependencies: memoizerific: 1.11.3 + storybook: 8.0.9(@babel/preset-env@7.26.0)(react-dom@18.2.0)(react@18.2.0) dev: true /@storybook/blocks@8.4.1(react-dom@18.2.0)(react@18.2.0)(storybook@8.0.9): diff --git a/polaris-react/package.json b/polaris-react/package.json index 295329f3d3e..d48d24fcd64 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -77,7 +77,7 @@ "@shopify/useful-types": "^5.1.2", "@storybook/addon-a11y": "^8.0.8", "@storybook/addon-toolbars": "^8.0.8", - "@storybook/addon-viewport": "^8.0.8", + "@storybook/addon-viewport": "^8.4.1", "@storybook/blocks": "^8.4.1", "@storybook/components": "^8.0.8", "@storybook/manager-api": "^8.0.8",