From b4f095d81108f925dc4a64f4f7aad249e66dc1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 07:05:34 +0000 Subject: [PATCH] Bump chromatic from 6.5.4 to 11.25.1 Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.5.4 to 11.25.1. - [Release notes](https://github.com/chromaui/chromatic-cli/releases) - [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.5.4...v11.25.1) --- updated-dependencies: - dependency-name: chromatic dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 16 ++++++++++++---- polaris-react/package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 47a8f5425f3..d0eda65ceba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -358,8 +358,8 @@ importers: specifier: ^3.1.0 version: 3.1.0 chromatic: - specifier: ^6.5.4 - version: 6.5.4 + specifier: ^11.25.1 + version: 11.25.1 concurrently: specifier: ^8.2.2 version: 8.2.2 @@ -9639,9 +9639,17 @@ packages: /chownr@1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} - /chromatic@6.5.4: - resolution: {integrity: sha512-/yunI/+rdc56C6x0IhpPmdfK/DRMOvQ2hoNyAe6uuU9rdWRoAH72lYatr2NcpdsOdHGOcV5DKgIaKgVdPfUk1w==} + /chromatic@11.25.1: + resolution: {integrity: sha512-D0NdcGOSy84hqgNnSY7FM4TzB77RymRTowjm4hb1CV4wbk1djKTV4SJbbYVCzHFD+n/NOg/wtZ9Y7sjiRdy8dA==} hasBin: true + peerDependencies: + '@chromatic-com/cypress': ^0.*.* || ^1.0.0 + '@chromatic-com/playwright': ^0.*.* || ^1.0.0 + peerDependenciesMeta: + '@chromatic-com/cypress': + optional: true + '@chromatic-com/playwright': + optional: true dev: true /chrome-trace-event@1.0.3: diff --git a/polaris-react/package.json b/polaris-react/package.json index a1164f4b67f..7154a45330b 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -96,7 +96,7 @@ "babel-core": "7.0.0-bridge.0", "babel-loader": "^8.1.0", "change-case": "^3.1.0", - "chromatic": "^6.5.4", + "chromatic": "^11.25.1", "concurrently": "^8.2.2", "globby": "^11.1.0", "http-server": "^14.1.1",