Skip to content

Commit

Permalink
Merge pull request #278 from chromaui/upgrade-chromatic-cli
Browse files Browse the repository at this point in the history
Upgrade Chromatic CLI and pass `skipUpdateCheck: false`
  • Loading branch information
ghengeveld committed Apr 2, 2024
2 parents b79dbc3 + 4e924cf commit 0eb17b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"dependencies": {
"chromatic": "^11.0.0",
"chromatic": "^11.3.0",
"filesize": "^10.0.12",
"jsonfile": "^6.1.0",
"react-confetti": "^6.1.0",
Expand Down
6 changes: 4 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ export const CONFIG_OVERRIDES = {
forceRebuild: true,
// This should never be set for local builds
fromCI: false,
// No prompts from the Build proces
interactive: false,
// Builds initiated from the addon are always considered local
isLocalBuild: true,
// Never skip local builds
skip: false,
// No prompts from the Build proces
interactive: false,
// Don't check for CLI updates
skipUpdateCheck: true,
};

export const DOCS_URL = "https://www.chromatic.com/docs/visual-tests-addon";
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5163,10 +5163,10 @@ chownr@^2.0.0:
resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz"
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==

chromatic@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-11.0.0.tgz#3fcd5129a01c9b6bbd5ed46a11795ad5ac0731d3"
integrity sha512-utzRVqdMrpzYwZNf7dHWU0z0/rx6SH/FUVNozQxYHDtQfYUdEj+Ro4OSch5+Wsk2FoUmznJyLkaC2J839z1N7A==
chromatic@^11.3.0:
version "11.3.0"
resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-11.3.0.tgz#d46b7aac1a0eaed29a765645eaf93c484220174c"
integrity sha512-q1ZtJDJrjLGnz60ivpC16gmd7KFzcaA4eTb7gcytCqbaKqlHhCFr1xQmcUDsm14CK7JsqdkFU6S+JQdOd2ZNJg==

citty@^0.1.5:
version "0.1.5"
Expand Down

0 comments on commit 0eb17b1

Please sign in to comment.