From 2af5d9cadca1029e20eb17c2fcf1e640dd91b82f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 00:17:54 -0800 Subject: [PATCH] build(deps): update dependency chromatic to v11.25.0 (#11328) 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.22.2` -> `11.25.0`](https://renovatebot.com/diffs/npm/chromatic/11.22.2/11.25.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/11.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/11.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/11.22.2/11.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/11.22.2/11.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
chromaui/chromatic-cli (chromatic) ### [`v11.25.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11250-Thu-Jan-16-2025) [Compare Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.24.0...v11.25.0) ##### 🚀 Enhancement - Log Turbosnap metrics to New Relic [#​1141](https://redirect.github.com/chromaui/chromatic-cli/pull/1141) ([@​codykaup](https://redirect.github.com/codykaup)) ##### 🐛 Bug Fix - Remove Turbosnap metrics logs [#​1142](https://redirect.github.com/chromaui/chromatic-cli/pull/1142) ([@​codykaup](https://redirect.github.com/codykaup)) ##### Authors: 1 - Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup)) *** ### [`v11.24.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11240-Tue-Jan-14-2025) [Compare Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.23.0...v11.24.0) ##### 🚀 Enhancement - Log Turbosnap metrics to New Relic [#​1141](https://redirect.github.com/chromaui/chromatic-cli/pull/1141) ([@​codykaup](https://redirect.github.com/codykaup)) ##### Authors: 1 - Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup)) *** ### [`v11.23.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11230-Mon-Jan-13-2025) [Compare Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.22.2...v11.23.0) ##### 🚀 Enhancement - Skip lock file parsing if it's larger than 10MB [#​1140](https://redirect.github.com/chromaui/chromatic-cli/pull/1140) ([@​codykaup](https://redirect.github.com/codykaup)) ##### Authors: 1 - Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup)) ***
--- - [ ] 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 735a692ed19..b361818b2dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "change-case": "5.4.4", "cheerio": "1.0.0", "chokidar": "4.0.3", - "chromatic": "11.22.2", + "chromatic": "11.25.0", "concurrently": "9.1.2", "conventional-changelog-conventionalcommits": "7.0.2", "cpy": "11.1.0", @@ -9310,9 +9310,9 @@ } }, "node_modules/chromatic": { - "version": "11.22.2", - "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.22.2.tgz", - "integrity": "sha512-Z7+9hD1yp1fUm34XX1wojIco0lQlXOVYhzDSE8v1ZU6qLD2r4N6UHKD+N+XY1Jj+gpsDFWYMTpSnDfcHZf5mhg==", + "version": "11.25.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.25.0.tgz", + "integrity": "sha512-P2BVe0rRLS9WM+eSG3u1SRg0Mi2vopsdPs2FiXwUiPqZ6hs9fe66d3Pnt7CfQ22v2jThuPEXYjYEeuL75a16Bw==", "dev": true, "bin": { "chroma": "dist/bin.js", diff --git a/package.json b/package.json index be7215d30e3..f96f435448f 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "change-case": "5.4.4", "cheerio": "1.0.0", "chokidar": "4.0.3", - "chromatic": "11.22.2", + "chromatic": "11.25.0", "concurrently": "9.1.2", "conventional-changelog-conventionalcommits": "7.0.2", "cpy": "11.1.0",