diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ea1daac73..5ff83f6c3a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,8 +12,6 @@ updates: ignore: - dependency-name: '*' update-types: ['version-update:semver-patch'] # Ignore all patch updates for version updates only - # We are looking at updating Chromatic, so don't tell us about it. Remove this once we've upgraded. - - dependency-name: 'chromatic*' # Needs more work, has its own ticket. Remove this once it's done. - dependency-name: 'eslint*' groups: diff --git a/cardigan/package.json b/cardigan/package.json index 838a81644c..becfcfe8a7 100644 --- a/cardigan/package.json +++ b/cardigan/package.json @@ -17,7 +17,7 @@ "@storybook/nextjs": "^8.3.5", "@storybook/react": "^8.3.5", "@storybook/theming": "^8.3.5", - "chromatic": "^6.21.1", + "chromatic": "^11.18.1", "husky": "^4.3.0", "next": "14.2.10", "react": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index 3deede5f05..f993e80ac0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5849,10 +5849,10 @@ chownr@^2.0.0: resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== -chromatic@^6.21.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-6.24.1.tgz#848209706b423a78fe4876505a5dca3deb8e8b4c" - integrity sha512-XbpdWWHvFpEHtcq1Km71UcuQ07effB+8q8L47E1Y7HJmJ4ZCoKCuPd8liNrbnvwEAxqfBZvTcONYU/3BPz2i5w== +chromatic@^11.18.1: + version "11.18.1" + resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-11.18.1.tgz#c8f7b330dbd9be3b45a84abcb924f5217dc6c326" + integrity sha512-hkNT9vA6K9+PnE/khhZYBnRCOm8NonaQDs7RZ8YHFo7/lh1b/x/uFMkTjWjaj/mkM6QOR/evu5VcZMtcaauSlw== chrome-trace-event@^1.0.2: version "1.0.4"