Skip to content

Commit fee3777

Browse files
chore(deps): update dependency chromatic to v12 (main) (#7381)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chromatic](https://www.chromatic.com) ([source](https://redirect.github.com/chromaui/chromatic-cli)) | [`11.28.2` -> `12.0.0`](https://renovatebot.com/diffs/npm/chromatic/11.28.2/12.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/11.28.2/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/11.28.2/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chromaui/chromatic-cli (chromatic)</summary> ### [`v12.0.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1200-Sat-May-24-2025) [Compare Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.29.0...v12.0.0) ##### 💥 Breaking Change - Revert "Revert "Add git command logging and pass `--no-relative` to `git diff`."" [#&#8203;1184](https://redirect.github.com/chromaui/chromatic-cli/pull/1184) ([@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)) *** ### [`v11.29.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11290-Fri-May-23-2025) [Compare Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.28.4...v11.29.0) ##### 🚀 Enhancement - Export `createLogger` and make all arguments optional [#&#8203;1182](https://redirect.github.com/chromaui/chromatic-cli/pull/1182) ([@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)) *** ### [`v11.28.4`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11284-Fri-May-23-2025) [Compare Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.28.3...v11.28.4) ##### 🐛 Bug Fix - Revert "Add git command logging and pass `--no-relative` to `git diff`." [#&#8203;1183](https://redirect.github.com/chromaui/chromatic-cli/pull/1183) ([@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)) *** ### [`v11.28.3`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11283-Thu-May-22-2025) [Compare Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.28.2...v11.28.3) ##### 🐛 Bug Fix - Add git command logging and pass `--no-relative` to `git diff`. [#&#8203;1181](https://redirect.github.com/chromaui/chromatic-cli/pull/1181) ([@&#8203;tmeasday](https://redirect.github.com/tmeasday)) ##### Authors: 1 - Tom Coleman ([@&#8203;tmeasday](https://redirect.github.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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3bbbf76 commit fee3777

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
@@ -71,7 +71,7 @@
7171
"@types/react-dom": "19.1.5",
7272
"@ui5/webcomponents-tools": "2.10.0",
7373
"@vitejs/plugin-react": "4.4.1",
74-
"chromatic": "11.28.2",
74+
"chromatic": "12.0.0",
7575
"cssnano": "7.0.7",
7676
"cypress": "14.3.3",
7777
"cypress-real-events": "1.14.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8794,9 +8794,9 @@ __metadata:
87948794
languageName: node
87958795
linkType: hard
87968796

8797-
"chromatic@npm:11.28.2":
8798-
version: 11.28.2
8799-
resolution: "chromatic@npm:11.28.2"
8797+
"chromatic@npm:12.0.0":
8798+
version: 12.0.0
8799+
resolution: "chromatic@npm:12.0.0"
88008800
peerDependencies:
88018801
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
88028802
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
@@ -8809,7 +8809,7 @@ __metadata:
88098809
chroma: dist/bin.js
88108810
chromatic: dist/bin.js
88118811
chromatic-cli: dist/bin.js
8812-
checksum: 10c0/0e30c01adae08708b871c5e27462af14a8426e0fe443d0c42afb2477326703504b02fa96a02e64c858072f535d149b96f207c43b147ba1492de83bb5f505e59e
8812+
checksum: 10c0/fb6022581f9d04b29b731a0696178f027cf7b37b90d34bcb6c493f158c7b66f5047b2702d06b4c5246d5ac8ae5712ff5996959b32061726f862c0ec9396adfdb
88138813
languageName: node
88148814
linkType: hard
88158815

@@ -23738,7 +23738,7 @@ __metadata:
2373823738
"@ui5/webcomponents-icons": "npm:2.10.0"
2373923739
"@ui5/webcomponents-tools": "npm:2.10.0"
2374023740
"@vitejs/plugin-react": "npm:4.4.1"
23741-
chromatic: "npm:11.28.2"
23741+
chromatic: "npm:12.0.0"
2374223742
cssnano: "npm:7.0.7"
2374323743
cypress: "npm:14.3.3"
2374423744
cypress-real-events: "npm:1.14.0"

0 commit comments

Comments
 (0)