From a194844cb30651682c235ac0a2f54b8229586c0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:47:30 -0700 Subject: [PATCH] build(deps): update dependency chromatic to v11.12.6 (#10567) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.12.5` -> `11.12.6`](https://renovatebot.com/diffs/npm/chromatic/11.12.5/11.12.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/11.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/11.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/11.12.5/11.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/11.12.5/11.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
chromaui/chromatic-cli (chromatic) ### [`v11.12.6`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11126-Thu-Oct-17-2024) [Compare Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.12.5...v11.12.6) ##### 🐛 Bug Fix - Add nicer formatting to TS bail reasons. [#​1095](https://redirect.github.com/chromaui/chromatic-cli/pull/1095) ([@​jmhobbs](https://redirect.github.com/jmhobbs) [@​codykaup](https://redirect.github.com/codykaup)) - Fix GITHUB_REF check on release [#​1093](https://redirect.github.com/chromaui/chromatic-cli/pull/1093) ([@​jmhobbs](https://redirect.github.com/jmhobbs)) ##### Authors: 2 - Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup)) - John Hobbs ([@​jmhobbs](https://redirect.github.com/jmhobbs)) ***
--- - [ ] If you want to rebase/retry this PR, check this box Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7232778ffa..06e7f8e7a0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "change-case": "4.1.2", "cheerio": "1.0.0", "chokidar": "3.6.0", - "chromatic": "11.12.5", + "chromatic": "11.12.6", "concurrently": "8.2.2", "conventional-changelog-conventionalcommits": "7.0.2", "cpy": "11.1.0", @@ -11832,9 +11832,9 @@ } }, "node_modules/chromatic": { - "version": "11.12.5", - "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.12.5.tgz", - "integrity": "sha512-5z+BXQy3TMyXIzCdCDO9Psc8aMs9kIrCFHhMgYbwA6dTXxAL0oUjHZbICn5h4Ay/fM9cZQPaCH9T7a3myPA8Sw==", + "version": "11.12.6", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.12.6.tgz", + "integrity": "sha512-lt6ekbx3LFLCwGheQrBZAkP2EhrXLPpESk7t45PrsV1DSpu0KOH2ZMN/G9QiF84ZGwj9RPC8BwWbnb2/kd66uA==", "dev": true, "bin": { "chroma": "dist/bin.js", diff --git a/package.json b/package.json index fefc02204a4..23c58dc157c 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "change-case": "4.1.2", "cheerio": "1.0.0", "chokidar": "3.6.0", - "chromatic": "11.12.5", + "chromatic": "11.12.6", "concurrently": "8.2.2", "conventional-changelog-conventionalcommits": "7.0.2", "cpy": "11.1.0",