Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic 25f8ff3648 v11.14.0 2024-10-23 15:40:51 +00:00
3 changed files with 1068 additions and 1134 deletions
+12 -6
View File
@@ -6,6 +6,12 @@ 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
@@ -15,9 +21,6 @@ inputs:
buildScriptName:
description: 'The npm script that builds your Storybook [build-storybook]'
required: false
buildCommand:
description: 'The command that builds your Storybook (when your build command does not exist in "scripts" of your package.json)'
required: false
configFile:
description: 'Path from where to load the Chromatic config JSON file.'
cypress:
@@ -26,6 +29,9 @@ 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
@@ -59,6 +65,9 @@ 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
@@ -68,9 +77,6 @@ inputs:
onlyStoryFiles:
description: 'Only run a single story or a subset of stories by their filename(s)'
required: false
outputDir:
description: 'Relative path to target directory containing your Storybook (a temporary directory is used if this is not set)'
required: false
playwright:
description: 'Run build against `@chromatic-com/playwright` test archives'
required: false
+1052 -1118
View File
File diff suppressed because one or more lines are too long
+4 -10
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "13.3.2",
"version": "11.14.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -80,7 +80,6 @@
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@sentry/cli": "^2.37.0",
"@sentry/node": "^8.30.0",
"@snyk/dep-graph": "^2.9.0",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
"@storybook/csf-tools": "^8.1.5",
@@ -100,7 +99,6 @@
"@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",
@@ -130,7 +128,7 @@
"eslint-plugin-sort-class-members": "^1.20.0",
"eslint-plugin-unicorn": "^53.0.0",
"esm": "^3.2.25",
"execa": "^9.6.0",
"execa": "^7.2.0",
"fake-tag": "^2.0.0",
"filesize": "^10.1.0",
"find-up": "^7.0.0",
@@ -139,9 +137,8 @@
"globals": "^15.3.0",
"https-proxy-agent": "^7.0.2",
"husky": "^7.0.0",
"json5": "^2.2.3",
"jsonfile": "^6.0.1",
"junit-report-builder": "3.1.0",
"junit-report-builder": "2.1.0",
"listr": "0.14.3",
"listr-update-renderer": "^0.5.0",
"meow": "^9.0.0",
@@ -165,8 +162,7 @@
"read-package-up": "^11.0.0",
"semver": "^7.3.5",
"slash": "^3.0.0",
"snyk-nodejs-lockfile-parser": "^1.58.18",
"snyk-nodejs-plugin": "^1.4.3",
"snyk-nodejs-lockfile-parser": "^1.52.1",
"sort-package-json": "1.50.0",
"storybook": "^8.1.5",
"string-argv": "^0.3.1",
@@ -180,10 +176,8 @@
"util-deprecate": "^1.0.2",
"uuid": "^8.3.2",
"vite": "^4.4.9",
"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",