Skip to content

Commit 406e25d

Browse files
chore(deps): update dependency chromatic to v7 (#5037)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chromatic](https://www.chromatic.com) ([source](https://github.com/chromaui/chromatic-cli)) | [`^6.5.3` -> `^7.0.0`](https://renovatebot.com/diffs/npm/chromatic/6.24.1/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/6.24.1/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/6.24.1/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chromaui/chromatic-cli (chromatic)</summary> ### [`v7.0.0`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#700---2023-09-04) [Compare Source](https://github.com/chromaui/chromatic-cli/compare/v6.24.1...v7.0.0) - [789](https://github.com/chromaui/chromatic-cli/pull/789) Use `@antfu/ni` to support `pnpm` for Storybook build - [805](https://github.com/chromaui/chromatic-cli/pull/805) Add a `onTaskProgress` option and report progress on it This is a potentially breaking change due to the introduction of [@&#8203;antfu/ni](https://github.com/antfu/ni) to handle running the `storybook build` command in the **Build Storybook** step. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC44IiwidXBkYXRlZEluVmVyIjoiMzYuNzguOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Harbarth <[email protected]>
1 parent 7250818 commit 406e25d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@typescript-eslint/parser": "^6.0.0",
6262
"@ui5/webcomponents-tools": "1.17.0",
6363
"@vitejs/plugin-react": "^4.0.0",
64-
"chromatic": "^6.5.3",
64+
"chromatic": "^7.0.0",
6565
"cssnano": "^6.0.1",
6666
"cypress": "^13.0.0",
6767
"cypress-real-events": "^1.8.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8542,14 +8542,14 @@ __metadata:
85428542
languageName: node
85438543
linkType: hard
85448544

8545-
"chromatic@npm:^6.5.3":
8546-
version: 6.24.1
8547-
resolution: "chromatic@npm:6.24.1"
8545+
"chromatic@npm:^7.0.0":
8546+
version: 7.0.0
8547+
resolution: "chromatic@npm:7.0.0"
85488548
bin:
85498549
chroma: dist/bin.js
85508550
chromatic: dist/bin.js
85518551
chromatic-cli: dist/bin.js
8552-
checksum: 1ca3c11ac53401e822e372c47ccbb69d06c0e6f3028a0f8d952bcfed4e1a9b9944e9d6c52d2f91b4a5cdc5296817e0430635ad44754fc5c23cfae0dcb26c9e01
8552+
checksum: 654be2eaf365a865fa718f9913fb1b7ef7bdb2788f57912c56fa28422c79e8e71a12342fd61db032994196334ddce4a900ea92f7daab5c14f023155cd4435ad6
85538553
languageName: node
85548554
linkType: hard
85558555

@@ -21755,7 +21755,7 @@ __metadata:
2175521755
"@ui5/webcomponents-icons": 1.17.0
2175621756
"@ui5/webcomponents-tools": 1.17.0
2175721757
"@vitejs/plugin-react": ^4.0.0
21758-
chromatic: ^6.5.3
21758+
chromatic: ^7.0.0
2175921759
cssnano: ^6.0.1
2176021760
cypress: ^13.0.0
2176121761
cypress-real-events: ^1.8.1

0 commit comments

Comments
 (0)