Skip to content

Commit fea62a0

Browse files
chore(deps): update dependency chromatic to v10 (#5304)
[![Mend Renovate logo banner](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://togithub.com/chromaui/chromatic-cli)) | [`^9.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/chromatic/9.1.0/10.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/9.1.0/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/9.1.0/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chromaui/chromatic-cli (chromatic)</summary> ### [`v10.0.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1000-Fri-Dec-01-2023) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v9.1.0...v10.0.0) ##### 💥 Breaking Change - Force `NODE_ENV=production` for Storybook builds through the CLI [#&#8203;865](https://togithub.com/chromaui/chromatic-cli/pull/865) ([@&#8203;tmeasday](https://togithub.com/tmeasday)) ##### 🐛 Bug Fix - Support pinning GitHub Action to major or patch version [#&#8203;863](https://togithub.com/chromaui/chromatic-cli/pull/863) ([@&#8203;ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 2 - Gert Hengeveld ([@&#8203;ghengeveld](https://togithub.com/ghengeveld)) - Tom Coleman ([@&#8203;tmeasday](https://togithub.com/tmeasday)) *** </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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Harbarth <[email protected]>
1 parent ed7364d commit fea62a0

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.2.0",
64-
"chromatic": "^9.0.0",
64+
"chromatic": "^10.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
@@ -9502,14 +9502,14 @@ __metadata:
95029502
languageName: node
95039503
linkType: hard
95049504

9505-
"chromatic@npm:^9.0.0":
9506-
version: 9.1.0
9507-
resolution: "chromatic@npm:9.1.0"
9505+
"chromatic@npm:^10.0.0":
9506+
version: 10.0.0
9507+
resolution: "chromatic@npm:10.0.0"
95089508
bin:
95099509
chroma: dist/bin.js
95109510
chromatic: dist/bin.js
95119511
chromatic-cli: dist/bin.js
9512-
checksum: 27d0ff5ef993024301f31d137e9774b051de908d48dcd461c33b51c92e5e7b57cd062eaddafcd02f1c2a98cfe5d5ef26b7fcdf77b76df94e357171074a23b950
9512+
checksum: 7d614429c61f3a065b41a1072b0763f64672237717ac908e5c208f8b5e7f58c91a78122cfd9d222c60cc7dd888c24a79f14a791b8139f0b2a24ae63c1d5e172c
95139513
languageName: node
95149514
linkType: hard
95159515

@@ -22927,7 +22927,7 @@ __metadata:
2292722927
"@ui5/webcomponents-icons": "npm:1.19.1"
2292822928
"@ui5/webcomponents-tools": "npm:1.19.0"
2292922929
"@vitejs/plugin-react": "npm:^4.2.0"
22930-
chromatic: "npm:^9.0.0"
22930+
chromatic: "npm:^10.0.0"
2293122931
cssnano: "npm:^6.0.1"
2293222932
cypress: "npm:^13.0.0"
2293322933
cypress-real-events: "npm:^1.8.1"

0 commit comments

Comments
 (0)