Skip to content

Commit 898dd73

Browse files
chore(deps): update dependency chromatic to v9 (#5231)
[![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)) | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/chromatic/8.0.0/9.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/8.0.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/8.0.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chromaui/chromatic-cli (chromatic)</summary> ### [`v9.0.0`](https://github.com/chromaui/chromatic-cli/releases/tag/v9.0.0) [Compare Source](https://github.com/chromaui/chromatic-cli/compare/v8.0.0...v9.0.0) ##### 🚀 Enhancement - Support `projectId` + `userToken` as alternative to `projectToken` for auth [#&#8203;852](https://github.com/chromaui/chromatic-cli/pull/852) ([@&#8203;ghengeveld](https://github.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@&#8203;ghengeveld](https://github.com/ghengeveld)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Harbarth <[email protected]>
1 parent 771132e commit 898dd73

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.19.0",
6363
"@vitejs/plugin-react": "^4.0.0",
64-
"chromatic": "^8.0.0",
64+
"chromatic": "^9.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
@@ -9256,14 +9256,14 @@ __metadata:
92569256
languageName: node
92579257
linkType: hard
92589258

9259-
"chromatic@npm:^8.0.0":
9260-
version: 8.0.0
9261-
resolution: "chromatic@npm:8.0.0"
9259+
"chromatic@npm:^9.0.0":
9260+
version: 9.0.0
9261+
resolution: "chromatic@npm:9.0.0"
92629262
bin:
92639263
chroma: dist/bin.js
92649264
chromatic: dist/bin.js
92659265
chromatic-cli: dist/bin.js
9266-
checksum: 3cc575163b7f071a96f03e56af4731afccfa83aea0619cd87042ff2a36f726fe6dafef0713c336ccc528b73f3671532e5ab7866a66d6242ca5be827f6605aab9
9266+
checksum: 9127171d64aa337b24b3862bab7f86d52abdfd1d6911c1259acbd980788d8e063d18cf438d3b0756400946e135ac9b50003db2c0449ee943be125fb9d9bc33f1
92679267
languageName: node
92689268
linkType: hard
92699269

@@ -22557,7 +22557,7 @@ __metadata:
2255722557
"@ui5/webcomponents-icons": "npm:1.19.0"
2255822558
"@ui5/webcomponents-tools": "npm:1.19.0"
2255922559
"@vitejs/plugin-react": "npm:^4.0.0"
22560-
chromatic: "npm:^8.0.0"
22560+
chromatic: "npm:^9.0.0"
2256122561
cssnano: "npm:^6.0.1"
2256222562
cypress: "npm:^13.0.0"
2256322563
cypress-real-events: "npm:^1.8.1"

0 commit comments

Comments
 (0)