-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28319 from storybookjs/version-non-patch-from-8.2…
….0-alpha.10 Release: Prerelease beta 8.2.0-beta.0
- Loading branch information
Showing
5,463 changed files
with
94,471 additions
and
150,661 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,8 @@ orbs: | |
browser-tools: circleci/[email protected] | ||
discord: antonioned/[email protected] | ||
codecov: codecov/[email protected] | ||
bun-orb: cmgriffing/[email protected] | ||
node: circleci/[email protected] | ||
nx: nrwl/[email protected] | ||
|
||
commands: | ||
|
@@ -129,6 +131,8 @@ jobs: | |
steps: | ||
- git-shallow-clone/checkout_advanced: | ||
clone_options: "--depth 1 --verbose" | ||
- bun-orb/setup: | ||
version: 1.1.1 | ||
- restore_cache: | ||
name: Restore Yarn cache | ||
keys: | ||
|
@@ -161,6 +165,7 @@ jobs: | |
- code/frameworks | ||
- code/deprecated | ||
- code/lib | ||
- code/core | ||
- code/builders | ||
- code/ui | ||
- code/renderers | ||
|
@@ -189,6 +194,8 @@ jobs: | |
steps: | ||
- git-shallow-clone/checkout_advanced: | ||
clone_options: "--depth 1 --verbose" | ||
- bun-orb/setup: | ||
version: 1.1.1 | ||
- attach_workspace: | ||
at: . | ||
- nx/set-shas: | ||
|
@@ -197,6 +204,7 @@ jobs: | |
- run: | ||
name: Check | ||
command: | | ||
yarn task --task compile --start-from=auto --no-link --debug | ||
yarn task --task check --start-from=auto --no-link --debug | ||
git diff --exit-code | ||
- report-workflow-on-failure | ||
|
@@ -260,7 +268,7 @@ jobs: | |
at: . | ||
- codecov/upload | ||
- report-workflow-on-failure | ||
chromatic-internal-storybooks: | ||
chromatic-internal-storybook: | ||
executor: | ||
class: medium+ | ||
name: sb_node_18_browsers | ||
|
@@ -273,10 +281,8 @@ jobs: | |
at: . | ||
- run: | ||
name: Running Chromatic | ||
command: | | ||
cd code | ||
yarn storybook:ui:chromatic | ||
yarn storybook:blocks:chromatic | ||
command: yarn storybook:ui:chromatic | ||
working_directory: code | ||
- report-workflow-on-failure | ||
- store_test_results: | ||
path: test-results | ||
|
@@ -339,6 +345,8 @@ jobs: | |
steps: | ||
- git-shallow-clone/checkout_advanced: | ||
clone_options: "--depth 1 --verbose" | ||
- bun-orb/setup: | ||
version: 1.1.1 | ||
- attach_workspace: | ||
at: . | ||
- run: | ||
|
@@ -349,13 +357,15 @@ jobs: | |
- run: | ||
name: Building Sandboxes | ||
command: yarn task --task build --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task build) --no-link --start-from=never --junit | ||
environment: | ||
STORYBOOK_TELEMETRY_URL: "http://localhost:6007/event-log" | ||
- run: | ||
name: Verifying Telemetry | ||
command: | | ||
TEMPLATE=$(yarn get-template --cadence << pipeline.parameters.workflow >> --task build) | ||
if [[ $TEMPLATE != bench/* ]] | ||
then | ||
node --loader esbuild-register/loader -r esbuild-register ./event-log-checker build $TEMPLATE | ||
node --loader esbuild-register/loader -r esbuild-register ./event-log-checker.ts build $TEMPLATE | ||
fi | ||
working_directory: scripts | ||
- report-workflow-on-failure: | ||
|
@@ -644,7 +654,7 @@ workflows: | |
- script-checks: | ||
requires: | ||
- build | ||
- chromatic-internal-storybooks: | ||
- chromatic-internal-storybook: | ||
requires: | ||
- build | ||
- coverage: | ||
|
@@ -706,7 +716,7 @@ workflows: | |
- script-checks: | ||
requires: | ||
- build | ||
- chromatic-internal-storybooks: | ||
- chromatic-internal-storybook: | ||
requires: | ||
- build | ||
- coverage: | ||
|
@@ -769,7 +779,7 @@ workflows: | |
- script-checks: | ||
requires: | ||
- build | ||
- chromatic-internal-storybooks: | ||
- chromatic-internal-storybook: | ||
requires: | ||
- build | ||
- create-sandboxes: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.