From e4b9f01186f2aa2a615302c579919104aa3b0482 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 4 Jan 2024 14:00:45 +0000 Subject: [PATCH] chore: bump up chromatic version to v10 (#5512) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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://togithub.com/chromaui/chromatic-cli)) | [`^9.1.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/chromatic/9.1.0/10.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/9.1.0/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/9.1.0/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
chromaui/chromatic-cli (chromatic) ### [`v10.2.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1020-Thu-Dec-21-2023) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v10.1.0...v10.2.0) ##### 🚀 Enhancement - Replace `getUploadUrls` with `uploadBuild` mutation [#​876](https://togithub.com/chromaui/chromatic-cli/pull/876) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Implement file hashing for to-be-uploaded files [#​870](https://togithub.com/chromaui/chromatic-cli/pull/870) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### 🐛 Bug Fix - Allow overriding `NODE_ENV` with `STORYBOOK_NODE_ENV` [#​879](https://togithub.com/chromaui/chromatic-cli/pull/879) ([@​tmeasday](https://togithub.com/tmeasday)) - Use code splitting in tsup CJS output [#​873](https://togithub.com/chromaui/chromatic-cli/pull/873) ([@​tmeasday](https://togithub.com/tmeasday)) ##### Authors: 2 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) - Tom Coleman ([@​tmeasday](https://togithub.com/tmeasday)) *** ### [`v10.1.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1010-Thu-Dec-07-2023) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v10.0.0...v10.1.0) ##### 🚀 Enhancement - Increase number of commits checked for squash merge [#​866](https://togithub.com/chromaui/chromatic-cli/pull/866) ([@​tmeasday](https://togithub.com/tmeasday) [@​tevanoff](https://togithub.com/tevanoff)) ##### Authors: 2 - Todd Evanoff ([@​tevanoff](https://togithub.com/tevanoff)) - Tom Coleman ([@​tmeasday](https://togithub.com/tmeasday)) *** ### [`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 [#​865](https://togithub.com/chromaui/chromatic-cli/pull/865) ([@​tmeasday](https://togithub.com/tmeasday)) ##### 🐛 Bug Fix - Support pinning GitHub Action to major or patch version [#​863](https://togithub.com/chromaui/chromatic-cli/pull/863) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 2 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) - Tom Coleman ([@​tmeasday](https://togithub.com/tmeasday)) ***
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] 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/toeverything/AFFiNE). --- tests/storybook/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/storybook/package.json b/tests/storybook/package.json index 70fff1b8d..e927e298c 100644 --- a/tests/storybook/package.json +++ b/tests/storybook/package.json @@ -41,7 +41,7 @@ "@blocksuite/store": "0.11.0-nightly-202401020419-752a5b8", "@dnd-kit/sortable": "^8.0.0", "@tomfreudenberg/next-auth-mock": "^0.5.6", - "chromatic": "^9.1.0", + "chromatic": "^10.0.0", "foxact": "^0.2.26", "jotai": "^2.5.1", "react": "18.2.0", diff --git a/yarn.lock b/yarn.lock index c3d9cfaf8..4c59e0e64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -765,7 +765,7 @@ __metadata: "@storybook/testing-library": "npm:^0.2.2" "@tomfreudenberg/next-auth-mock": "npm:^0.5.6" "@vitejs/plugin-react": "npm:^4.2.0" - chromatic: "npm:^9.1.0" + chromatic: "npm:^10.0.0" concurrently: "npm:^8.2.2" foxact: "npm:^0.2.26" jest-mock: "npm:^29.7.0" @@ -17253,14 +17253,14 @@ __metadata: languageName: node linkType: hard -"chromatic@npm:^9.1.0": - version: 9.1.0 - resolution: "chromatic@npm:9.1.0" +"chromatic@npm:^10.0.0": + version: 10.2.0 + resolution: "chromatic@npm:10.2.0" bin: chroma: dist/bin.js chromatic: dist/bin.js chromatic-cli: dist/bin.js - checksum: e015aebb77ee266fc3a3da7d366cfb6132b27f540236dd23bcd5ed5985a9727f5e6398eb1880127e791d37febba04f80654519073d7e31b69fc59c256d1d6401 + checksum: 8df1b4a828c7d5eb2614fcab9a1685f5be947a68f5f31733ebf2bbfab86f6b02c0ee99064bfe62b1457f05ddef285c1d36d5674208f778c815714c51c72a68bd languageName: node linkType: hard