Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eea1606238 | |||
| 0794e6939f | |||
| 5ec258af08 | |||
| 93712e3766 | |||
| a8ce9c58f5 | |||
| f1f9e3277e | |||
| 9f1ad414f2 | |||
| 07791f8243 | |||
| 4c20b95e9d | |||
| ac86f2ff0a | |||
| bc2d84ad2b | |||
| 1c807fb41f | |||
| 4ffe736a2a | |||
| 070fa3e7f7 | |||
| 20c7e42e1b | |||
| 8c981a1b5e | |||
| d0795df816 | |||
| 58d9ffb36c | |||
| 4d8ebd1365 | |||
| 48c54715de | |||
| 290e004c06 | |||
| b5848056bb | |||
| 3378c92d26 |
+2816
File diff suppressed because it is too large
Load Diff
+3
-12
@@ -6,12 +6,6 @@ branding:
|
||||
color: 'orange'
|
||||
|
||||
inputs:
|
||||
allowConsoleErrors:
|
||||
description: 'Do not exit when runtime errors occur in storybook'
|
||||
required: false
|
||||
appCode:
|
||||
description: 'Deprecated, please use projectToken instead'
|
||||
required: false
|
||||
autoAcceptChanges:
|
||||
description: 'Automatically accept all changes in chromatic: boolean or branchname'
|
||||
required: false
|
||||
@@ -24,6 +18,9 @@ inputs:
|
||||
buildCommand:
|
||||
description: 'The command that builds your Storybook (when your build command does not exist in "scripts" of your package.json)'
|
||||
required: false
|
||||
chromaticSha:
|
||||
description: 'The git SHA of the commit that should be tested in Chromatic. Defaults to the SHA of the current branch tip on which the action is running. Use with caution, as it may yield unexpected results.'
|
||||
required: false
|
||||
configFile:
|
||||
description: 'Path from where to load the Chromatic config JSON file.'
|
||||
cypress:
|
||||
@@ -32,9 +29,6 @@ inputs:
|
||||
debug:
|
||||
description: 'Output verbose debugging information'
|
||||
required: false
|
||||
diagnostics:
|
||||
description: 'Deprecated, use diagnosticsFile instead'
|
||||
required: false
|
||||
diagnosticsFile:
|
||||
description: 'Write process context information to a JSON file'
|
||||
required: false
|
||||
@@ -68,9 +62,6 @@ inputs:
|
||||
logPrefix:
|
||||
description: 'Custom prefix for log messages (default: current timestamp)'
|
||||
required: false
|
||||
only:
|
||||
description: 'Deprecated, replaced by onlyStoryNames'
|
||||
required: false
|
||||
onlyChanged:
|
||||
description: 'Enables TurboSnap: Only run stories affected by files changed since the baseline build'
|
||||
required: false
|
||||
|
||||
+823
-772
File diff suppressed because one or more lines are too long
+5
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "12.2.0",
|
||||
"version": "15.3.1",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -100,6 +100,7 @@
|
||||
"@types/prompts": "^2.4.9",
|
||||
"@types/semver": "^7.3.9",
|
||||
"@types/webpack-env": "^1.18.5",
|
||||
"@types/ws": "^8",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
"@vitest/coverage-v8": "^2.0.5",
|
||||
@@ -129,7 +130,7 @@
|
||||
"eslint-plugin-sort-class-members": "^1.20.0",
|
||||
"eslint-plugin-unicorn": "^53.0.0",
|
||||
"esm": "^3.2.25",
|
||||
"execa": "^7.2.0",
|
||||
"execa": "^9.6.0",
|
||||
"fake-tag": "^2.0.0",
|
||||
"filesize": "^10.1.0",
|
||||
"find-up": "^7.0.0",
|
||||
@@ -171,6 +172,7 @@
|
||||
"string-argv": "^0.3.1",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"tmp-promise": "3.0.2",
|
||||
"tree-kill": "^1.2.2",
|
||||
"ts-dedent": "^1.0.0",
|
||||
"ts-loader": "^9.2.5",
|
||||
"tsup": "^7.2.0",
|
||||
@@ -182,6 +184,7 @@
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vitest": "^2.0.5",
|
||||
"why-is-node-running": "^2.1.2",
|
||||
"ws": "^8.18.2",
|
||||
"xxhash-wasm": "^1.0.2",
|
||||
"yarn-or-npm": "^3.0.1",
|
||||
"zen-observable": "^0.8.15",
|
||||
|
||||
Reference in New Issue
Block a user