storybookjs
Enterprise
storybook
Sign in / Sign up
Open main menu
Distributed computation caching and task execution are currently disabled for this organization.
Your Enterprise license has expired.
storybook
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
34612
448d4d4b CI: type sync-storybook-version env as NodeJS.ProcessEnv
by Kasper Peulen
K
Failed
34612
448d4d4b CI: type sync-storybook-version env as NodeJS.ProcessEnv
by Kasper Peulen
K
Failed
34612
d8de7419 Eval: let reruns push existing local sync commits When sync-storybook-version is first run with --skip-push, a second run without that flag should publish the already-created local upgrade commit instead of reporting a no-op and requiring a manual git push in every benchmark repo. Teach the no-diff path to detect when the repo is ahead of origin and, if pushing is enabled, push that existing commit. Add a regression test for the two-step skip-push -> push workflow and document it in the eval README.
by Kasper Peulen
K
Failed
34612
8c8312b8 Eval: hoist default sync hooks to avoid TDZ from CLI entry The default `runUpgrade` and `installProjectDeps` hooks were `const` arrow expressions declared below the top-level `if (esMain(...))` block. When the script is invoked via `node`, the CLI path calls `syncStorybookVersion(...)` while the module body is still executing, hitting the temporal dead zone. Tests didn't catch this because `import` evaluates the whole module first. Switch both to hoisted `async function` declarations so the CLI entry can reach them regardless of source order.
by Kasper Peulen
K
Failed
34612
7cb6490a Eval: add sync-storybook-version script + --skip-automigrations Adds `scripts/eval/sync-storybook-version.ts`, which bumps every benchmark repo to a given Storybook version (stable or PR canary) in one pass: clone missing repos, fail fast on dirty trees, run `npx storybook@<version> upgrade --skip-automigrations` from each repo root, then commit and push the resulting dep bumps. To keep those commits free of source rewrites, adds a `--skip-automigrations` flag to `storybook upgrade` that bypasses `runAutomigrations` entirely while still producing a clean upgrade (package.json + lockfile only).
by Kasper Peulen
K
Failed
34612
7cb6490a Eval: add sync-storybook-version script + --skip-automigrations Adds `scripts/eval/sync-storybook-version.ts`, which bumps every benchmark repo to a given Storybook version (stable or PR canary) in one pass: clone missing repos, fail fast on dirty trees, run `npx storybook@<version> upgrade --skip-automigrations` from each repo root, then commit and push the resulting dep bumps. To keep those commits free of source rewrites, adds a `--skip-automigrations` flag to `storybook upgrade` that bypasses `runAutomigrations` entirely while still producing a clean upgrade (package.json + lockfile only).
by Kasper Peulen
K
Failed
34612
7cb6490a Eval: add sync-storybook-version script + --skip-automigrations Adds `scripts/eval/sync-storybook-version.ts`, which bumps every benchmark repo to a given Storybook version (stable or PR canary) in one pass: clone missing repos, fail fast on dirty trees, run `npx storybook@<version> upgrade --skip-automigrations` from each repo root, then commit and push the resulting dep bumps. To keep those commits free of source rewrites, adds a `--skip-automigrations` flag to `storybook upgrade` that bypasses `runAutomigrations` entirely while still producing a clean upgrade (package.json + lockfile only).
by Kasper Peulen
K
Previous page
Previous
Next
Next page