From bd70537bff54a7c66accf73bea6c410df59f1490 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 6 Sep 2024 16:25:55 -0700
Subject: [PATCH] Bump @chromatic-com/storybook from 1.8.0 to 1.9.0 in the
storybook group (#339)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the storybook group with 1 update:
[@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests).
Updates `@chromatic-com/storybook` from 1.8.0 to 1.9.0
Release notes
Sourced from @​chromatic-com/storybook's
releases.
v1.9.0
🚀 Enhancement
- Relay client-side fetch requests to the server using the Storybook
channel API #331
(
@​ghengeveld)
Authors: 1
Changelog
Sourced from @​chromatic-com/storybook's
changelog.
v1.9.0 (Fri Sep 06 2024)
🚀 Enhancement
- Relay client-side fetch requests to the server using the Storybook
channel API #331
(
@​ghengeveld)
Authors: 1
Commits
6b99afb
Bump version to: 1.9.0 [skip ci]
51be970
Update CHANGELOG.md [skip ci]
f0c702f
Merge pull request #331
from chromaui/312-api-channel-proxy
67b13f2
Merge branch 'main' into 312-api-channel-proxy
9277872
Merge branch 'main' into 312-api-channel-proxy
d094e1f
Remove unnecessary key prop
b706651
Add tests for ChannelFetch
d5af903
Improve abortSignal handling
2f1d25b
Move event names to constants file
6f481f3
Merge branch 'main' into 312-api-channel-proxy
- Additional commits viewable in compare
view
[](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 major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package.json b/package.json
index 34c20f0fd..e6a5b02ad 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"postinstall": "electron-builder install-app-deps"
},
"devDependencies": {
- "@chromatic-com/storybook": "^1.8.0",
+ "@chromatic-com/storybook": "^1.9.0",
"@eslint/js": "^9.9.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@storybook/addon-essentials": "^8.2.9",
diff --git a/yarn.lock b/yarn.lock
index c1a5e02db..084f99586 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1444,16 +1444,16 @@ __metadata:
languageName: node
linkType: hard
-"@chromatic-com/storybook@npm:^1.8.0":
- version: 1.8.0
- resolution: "@chromatic-com/storybook@npm:1.8.0"
+"@chromatic-com/storybook@npm:^1.9.0":
+ version: 1.9.0
+ resolution: "@chromatic-com/storybook@npm:1.9.0"
dependencies:
chromatic: "npm:^11.4.0"
filesize: "npm:^10.0.12"
jsonfile: "npm:^6.1.0"
react-confetti: "npm:^6.1.0"
strip-ansi: "npm:^7.1.0"
- checksum: 10c0/90f6c95eb498640a5f0006bcf71e9cd63890fcacba493ac2ad6bc37813ba32424f8df79d4d017fdb4dadbcbffa8c4c849f151404b7b4d5740df41cf4c223b376
+ checksum: 10c0/c4b0fbfcb3394c2814e445471b1528179c2144d70d4a13c9a70545c2f2052c6366f73893b16e1490e658d43d905fc726bbb78d7c126c839a3c7ee3d8f3ad21c2
languageName: node
linkType: hard
@@ -11697,7 +11697,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "thenextwave@workspace:."
dependencies:
- "@chromatic-com/storybook": "npm:^1.8.0"
+ "@chromatic-com/storybook": "npm:^1.9.0"
"@eslint/js": "npm:^9.9.0"
"@monaco-editor/loader": "npm:^1.4.0"
"@monaco-editor/react": "npm:^4.6.0"