-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/8.3' into bugfix-3859
- Loading branch information
Showing
367 changed files
with
2,228 additions
and
1,457 deletions.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 2.0 | ||
version: 2.1 | ||
|
||
aliases: | ||
- &workspace_root ~/neos-ui-workspace | ||
|
@@ -40,6 +40,9 @@ aliases: | |
paths: | ||
- . | ||
|
||
orbs: | ||
gh: circleci/[email protected] | ||
|
||
jobs: | ||
checkout: | ||
docker: | ||
|
@@ -89,9 +92,20 @@ jobs: | |
MYSQL_ROOT_PASSWORD: not_a_real_password | ||
working_directory: *workspace_root | ||
steps: | ||
- checkout | ||
- attach_workspace: *attach_workspace | ||
- restore_cache: *restore_app_cache | ||
|
||
- gh/install | ||
- run: | ||
name: Login to GitHub | ||
command: | | ||
echo $AUTH_TOKEN_GITHUB | gh auth login --with-token | ||
- run: | ||
name: Install Sauce Connect | ||
command: | | ||
curl -L -o sauce-connect.deb https://saucelabs.com/downloads/sauce-connect/5.1.3/sauce-connect_5.1.3.linux_amd64.deb | ||
sudo dpkg -i sauce-connect.deb | ||
- run: rm -rf /home/circleci/app/Packages/Application/Neos.Neos.Ui | ||
- run: cd /home/circleci/app/Packages/Application && mv ~/neos-ui-workspace Neos.Neos.Ui | ||
- run: | | ||
|
@@ -108,46 +122,42 @@ jobs: | |
- run: curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash | ||
- run: chmod +x ~/.nvm/nvm.sh | ||
- run: | ||
name: Start Sauce Connect | ||
background: true | ||
command: sc run --username ${SAUCE_USERNAME} --access-key ${SAUCE_ACCESS_KEY} --tunnel-name "circleci-tunnel" --region "us-west-1" --proxy-localhost allow | ||
- run: | ||
name: Define target branch | ||
command: | | ||
# Get the target branch of the PR but when we are not one a PR, use the current branch | ||
if [ -n "$CIRCLE_PULL_REQUEST" ]; then | ||
TARGET_BRANCH=$(gh pr view $CIRCLE_PULL_REQUEST --json baseRefName --jq '.baseRefName') | ||
else | ||
TARGET_BRANCH=$CIRCLE_BRANCH | ||
fi | ||
echo "Target Branch: $TARGET_BRANCH" | ||
# Save the variable to BASH_ENV to be able to access it in the next steps | ||
echo "export TARGET_BRANCH=$TARGET_BRANCH" >> $BASH_ENV | ||
- run: | ||
name: Use target branch | ||
command: | | ||
echo "Using target branch: $TARGET_BRANCH" | ||
- run: | ||
name: Prepare and run e2e tests | ||
no_output_timeout: 30m | ||
command: | | ||
export NVM_DIR="$HOME/.nvm" | ||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" | ||
cd /home/circleci/app/Packages/Application/Neos.Neos.Ui | ||
nvm install | ||
nvm use | ||
make test-e2e-saucelabs > /home/circleci/app/Data/Logs/AcceptanceTesting.log | ||
make test-e2e-saucelabs | ||
- store_artifacts: | ||
path: /home/circleci/app/Data/Logs | ||
- persist_to_workspace: | ||
root: /home/circleci/app/Data/Logs | ||
paths: | ||
- . | ||
|
||
post-acceptance-tests-recordings: | ||
environment: | ||
FLOW_CONTEXT: Production | ||
docker: | ||
- image: cimg/php:8.2-node | ||
|
||
steps: | ||
- attach_workspace: | ||
at: /home/circleci/app | ||
- run: | ||
name: Install GitHub CLI and jq | ||
command: | | ||
type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y) | ||
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \ | ||
&& sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \ | ||
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \ | ||
&& sudo apt update \ | ||
&& sudo apt install gh -y | ||
- run: | ||
name: Run Script | ||
command: | | ||
JOB_IDS=$(cat /home/circleci/app/AcceptanceTesting.log | grep -o 'https://app.saucelabs.com/tests/[a-zA-Z0-9]\+' | sed 's/.*\///') | ||
echo "Job IDs: $JOB_IDS" | ||
/home/circleci/app/Build/comment-acceptance-tests.sh "$JOB_IDS" "$(basename "$CIRCLE_PULL_REQUEST")" | ||
php-unittests: | ||
environment: | ||
FLOW_CONTEXT: Production | ||
|
@@ -186,9 +196,6 @@ workflows: | |
- e2e: | ||
requires: | ||
- build_flow_app | ||
- post-acceptance-tests-recordings: | ||
requires: | ||
- e2e | ||
- php-unittests: | ||
requires: | ||
- build_flow_app |
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
apiVersion: v1alpha | ||
kind: testcafe | ||
showConsoleLog: true | ||
sauce: | ||
region: us-west-1 | ||
concurrency: 1 # Controls how many suites are executed at the same time. | ||
# todo fix and enable retries | ||
retries: 0 | ||
metadata: | ||
tags: | ||
- e2e | ||
- $TARGET_BRANCH | ||
build: $TARGET_BRANCH | ||
tunnel: | ||
name: "circleci-tunnel" | ||
testcafe: | ||
version: 3.6.2 | ||
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore). | ||
rootDir: ./ | ||
suites: | ||
- name: "One dimensional Tests in Firefox on Windows" | ||
browserName: "firefox" | ||
src: | ||
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js" | ||
platformName: "Windows 10" | ||
screenResolution: "1280x1024" | ||
- name: "One dimensional Tests in Firefox on MacOS" | ||
# todo use chrome here and fix ci https://github.com/neos/neos-ui/issues/3591 | ||
browserName: "firefox" | ||
src: | ||
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js" | ||
platformName: "macOS 13" | ||
screenResolution: "1440x900" | ||
npm: | ||
dependencies: | ||
- testcafe-react-selectors | ||
|
||
# Controls what artifacts to fetch when the suites have finished. | ||
artifacts: | ||
download: | ||
match: | ||
- neosui-two-dimensional-test-report.json | ||
- console.log | ||
- sauce-test-report.json | ||
when: always | ||
allAttempts: true | ||
directory: ../../Data/Logs/saucelabs-artifacts/ | ||
|
||
reporters: | ||
json: | ||
enabled: true | ||
filename: neosui-one-dimensional-test-report.json |
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
apiVersion: v1alpha | ||
kind: testcafe | ||
sauce: | ||
region: us-west-1 | ||
concurrency: 1 # Controls how many suites are executed at the same time. | ||
retries: 0 | ||
metadata: | ||
tags: | ||
- e2e | ||
- $TARGET_BRANCH | ||
build: $TARGET_BRANCH | ||
tunnel: | ||
name: "circleci-tunnel" | ||
testcafe: | ||
version: 3.6.2 | ||
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore). | ||
rootDir: ./ | ||
suites: | ||
- name: "Two dimensional Tests in Firefox on Windows" | ||
browserName: "firefox" | ||
src: | ||
- "Tests/IntegrationTests/Fixtures/2Dimension/*.e2e.js" | ||
platformName: "Windows 10" | ||
screenResolution: "1280x1024" | ||
- name: "Two dimensional Tests in Chrome on MacOS" | ||
browserName: "chrome" | ||
src: | ||
- "Tests/IntegrationTests/Fixtures/2Dimension/*.e2e.js" | ||
platformName: "macOS 13" | ||
screenResolution: "1440x900" | ||
npm: | ||
dependencies: | ||
- testcafe-react-selectors | ||
|
||
# Controls what artifacts to fetch when the suites have finished. | ||
artifacts: | ||
download: | ||
match: | ||
- neosui-two-dimensional-test-report.json | ||
- console.log | ||
- sauce-test-report.json | ||
when: always | ||
allAttempts: true | ||
directory: ../../Data/Logs/saucelabs-artifacts/ | ||
|
||
reporters: | ||
json: | ||
enabled: true | ||
filename: neosui-two-dimensional-test-report.json |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This file instructs saucectl to not package any files mentioned here. | ||
.git/ | ||
.github/ | ||
.DS_Store | ||
.hg/ | ||
.vscode/ | ||
.idea/ | ||
.gitignore | ||
.hgignore | ||
.gitlab-ci.yml | ||
.npmrc | ||
*.gif |
Binary file not shown.
Binary file added
BIN
+27.3 KB
.yarn/cache/@ampproject-remapping-npm-2.3.0-559c14eee4-d3ad7b89d9.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+20.7 KB
.yarn/cache/@babel-helper-annotate-as-pure-npm-7.24.7-537c5e8bf3-6178566099.zip
Binary file not shown.
Binary file removed
BIN
-3.18 KB
...el-helper-builder-binary-assignment-operator-visitor-npm-7.16.7-fa4a09f41d-1784f19a57.zip
Binary file not shown.
Binary file added
BIN
+26.2 KB
...el-helper-builder-binary-assignment-operator-visitor-npm-7.24.7-1653e5773a-71a6158a9f.zip
Binary file not shown.
Binary file added
BIN
+21.8 KB
.yarn/cache/@babel-helper-compilation-targets-npm-7.25.2-27e0232144-aed33c5496.zip
Binary file not shown.
Binary file removed
BIN
-15.3 KB
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.17.6-d8a5f98fb3-d85a5b3f9a.zip
Binary file not shown.
Binary file added
BIN
+125 KB
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.25.4-125644448f-4544ebda45.zip
Binary file not shown.
Binary file removed
BIN
-4.93 KB
.yarn/cache/@babel-helper-create-regexp-features-plugin-npm-7.17.0-19fb04fea1-eb66d92415.zip
Binary file not shown.
Binary file added
BIN
+34.7 KB
.yarn/cache/@babel-helper-create-regexp-features-plugin-npm-7.25.2-35b05e1e79-df55fdc6a1.zip
Binary file not shown.
Binary file added
BIN
+62.7 KB
.yarn/cache/@babel-helper-define-polyfill-provider-npm-0.4.4-7dfaee32d2-2453cdd79f.zip
Binary file not shown.
Binary file added
BIN
+64.7 KB
.yarn/cache/@babel-helper-define-polyfill-provider-npm-0.5.0-f9749c8844-d24626b819.zip
Binary file not shown.
Binary file added
BIN
+67.2 KB
.yarn/cache/@babel-helper-define-polyfill-provider-npm-0.6.2-554cbf22ae-2bba965ea9.zip
Binary file not shown.
Binary file removed
BIN
-3.29 KB
.yarn/cache/@babel-helper-explode-assignable-expression-npm-7.16.7-29ba312670-ea2135ba36.zip
Binary file not shown.
Binary file removed
BIN
-15.3 KB
...n/cache/@babel-helper-member-expression-to-functions-npm-7.16.7-56558bdc63-e275378022.zip
Binary file not shown.
Binary file added
BIN
+33.9 KB
...n/cache/@babel-helper-member-expression-to-functions-npm-7.24.8-6042e98e38-bf923d05d8.zip
Binary file not shown.
Binary file added
BIN
+18.1 KB
.yarn/cache/@babel-helper-module-imports-npm-7.24.7-f60e66adbf-8ac15d96d2.zip
Binary file not shown.
Binary file added
BIN
+45.5 KB
.yarn/cache/@babel-helper-module-transforms-npm-7.25.2-2c8d511580-282d4e3308.zip
Binary file not shown.
Binary file removed
BIN
-2.88 KB
.yarn/cache/@babel-helper-optimise-call-expression-npm-7.16.7-27e4a63d42-925feb877d.zip
Binary file not shown.
Binary file added
BIN
+21.3 KB
.yarn/cache/@babel-helper-optimise-call-expression-npm-7.24.7-59b5fb050d-280654eaf9.zip
Binary file not shown.
Binary file added
BIN
+46.8 KB
.yarn/cache/@babel-helper-plugin-utils-npm-7.24.8-a288f101a7-73b1a83ba8.zip
Binary file not shown.
Binary file removed
BIN
-3.22 KB
.yarn/cache/@babel-helper-remap-async-to-generator-npm-7.16.8-9a3804d4f8-29282ee368.zip
Binary file not shown.
Binary file added
BIN
+28.2 KB
.yarn/cache/@babel-helper-remap-async-to-generator-npm-7.25.0-0f64f09501-47f3065e43.zip
Binary file not shown.
Binary file removed
BIN
-4.19 KB
.yarn/cache/@babel-helper-replace-supers-npm-7.16.7-a3d7cf1544-e5c0b6eb3d.zip
Binary file not shown.
Binary file added
BIN
+33.7 KB
.yarn/cache/@babel-helper-replace-supers-npm-7.25.0-7aaa2ff595-f669fc2487.zip
Binary file not shown.
Binary file added
BIN
+5.91 KB
.yarn/cache/@babel-helper-simple-access-npm-7.24.7-beddd00b0e-ddbf55f9de.zip
Binary file not shown.
Binary file removed
BIN
-3 KB
...e/@babel-helper-skip-transparent-expression-wrappers-npm-7.16.0-caad6e8361-b9ed2896eb.zip
Binary file not shown.
Binary file added
BIN
+22.8 KB
...e/@babel-helper-skip-transparent-expression-wrappers-npm-7.24.7-f573fe40ee-11b28fe534.zip
Binary file not shown.
Binary file added
BIN
+9.92 KB
.yarn/cache/@babel-helper-string-parser-npm-7.24.8-133b2e71e1-39b03c5119.zip
Binary file not shown.
Binary file added
BIN
+17.6 KB
.yarn/cache/@babel-helper-validator-identifier-npm-7.24.7-748889c8d2-6799ab117c.zip
Binary file not shown.
Binary file added
BIN
+7.22 KB
.yarn/cache/@babel-helper-validator-option-npm-7.24.8-e093ef5016-a52442dfa7.zip
Binary file not shown.
Binary file removed
BIN
-3.37 KB
.yarn/cache/@babel-helper-wrap-function-npm-7.16.8-6f134e6cd3-d8aae4baca.zip
Binary file not shown.
Binary file added
BIN
+27 KB
.yarn/cache/@babel-helper-wrap-function-npm-7.25.0-c85147a474-0095b47417.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+29 KB
...el-plugin-bugfix-firefox-class-in-computed-class-key-npm-7.25.3-d2e8ec6012-d3dba60f36.zip
Binary file not shown.
Binary file added
BIN
+28.4 KB
...l-plugin-bugfix-safari-class-field-initializer-scope-npm-7.25.0-96be020ed4-fd56d1e643.zip
Binary file not shown.
Binary file removed
BIN
-5.46 KB
...ri-id-destructuring-collision-in-function-expression-npm-7.16.7-6dd7fba95d-bbb0f82a4c.zip
Binary file not shown.
Binary file added
BIN
+28.5 KB
...ri-id-destructuring-collision-in-function-expression-npm-7.25.0-cd338f5f19-13ed301b10.zip
Binary file not shown.
Binary file removed
BIN
-5.83 KB
...gin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.16.7-03f7cda86b-81b372651a.zip
Binary file not shown.
Binary file added
BIN
+29.5 KB
...gin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.24.7-a96e8cc868-07b92878ac.zip
Binary file not shown.
Binary file added
BIN
+33.2 KB
...ugin-bugfix-v8-static-class-fields-redefine-readonly-npm-7.25.0-0974fd41ef-c8d08b8d6c.zip
Binary file not shown.
Binary file removed
BIN
-4.6 KB
...che/@babel-plugin-proposal-async-generator-functions-npm-7.16.8-69b50b5a7c-abd2c2c67d.zip
Binary file not shown.
Binary file added
BIN
+9.12 KB
...che/@babel-plugin-proposal-async-generator-functions-npm-7.20.7-14b8ab2230-111109ee11.zip
Binary file not shown.
Binary file renamed
BIN
+3.01 KB
...ties-npm-7.16.7-a687cd42c3-3977e841e1.zip → ...ties-npm-7.18.6-5f5c2d730f-49a78a2773.zip
Binary file not shown.
Binary file removed
BIN
-3.45 KB
.yarn/cache/@babel-plugin-proposal-class-static-block-npm-7.17.6-2a7dd9802d-0ef00d73b4.zip
Binary file not shown.
Binary file removed
BIN
-13.8 KB
.yarn/cache/@babel-plugin-proposal-decorators-npm-7.17.2-d02fa71040-da5424d51e.zip
Binary file not shown.
Binary file added
BIN
+36.7 KB
.yarn/cache/@babel-plugin-proposal-decorators-npm-7.24.7-b145211162-75aa5ff553.zip
Binary file not shown.
Binary file removed
BIN
-3.14 KB
.yarn/cache/@babel-plugin-proposal-dynamic-import-npm-7.16.7-c8dcbf7085-5992012484.zip
Binary file not shown.
Binary file removed
BIN
-3.29 KB
...n/cache/@babel-plugin-proposal-export-namespace-from-npm-7.16.7-a284b3fed9-5016079a53.zip
Binary file not shown.
Binary file removed
BIN
-3.09 KB
.yarn/cache/@babel-plugin-proposal-json-strings-npm-7.16.7-6050225322-ea6487918f.zip
Binary file not shown.
Binary file removed
BIN
-3.4 KB
.../@babel-plugin-proposal-logical-assignment-operators-npm-7.16.7-c5b5395f79-c4cf18e10f.zip
Binary file not shown.
Binary file removed
BIN
-3.4 KB
...e/@babel-plugin-proposal-nullish-coalescing-operator-npm-7.16.7-45af3f7fdc-bfafc27016.zip
Binary file not shown.
Binary file removed
BIN
-3.05 KB
.yarn/cache/@babel-plugin-proposal-numeric-separator-npm-7.16.7-e445f742d7-8e2fb0b328.zip
Binary file not shown.
Binary file removed
BIN
-21.9 KB
.yarn/cache/@babel-plugin-proposal-object-rest-spread-npm-7.17.3-67908ab634-02810f158d.zip
Binary file not shown.
Binary file added
BIN
+19.3 KB
.yarn/cache/@babel-plugin-proposal-object-rest-spread-npm-7.20.7-0bc581aa09-1329db1700.zip
Binary file not shown.
Binary file removed
BIN
-3.03 KB
.../cache/@babel-plugin-proposal-optional-catch-binding-npm-7.16.7-8ab736f892-4a422bb19a.zip
Binary file not shown.
Binary file removed
BIN
-10.9 KB
.yarn/cache/@babel-plugin-proposal-optional-chaining-npm-7.16.7-f479fd3c81-e4a6c1ac7e.zip
Binary file not shown.
Binary file renamed
BIN
+2.93 KB
...ods-npm-7.16.11-7bea0c364e-b333e5aa91.zip → ...hods-npm-7.18.6-55729207b7-22d8502ee9.zip
Binary file not shown.
Binary file removed
BIN
-4.18 KB
...he/@babel-plugin-proposal-private-property-in-object-npm-7.16.7-0c73fbde73-666d668f51.zip
Binary file not shown.
Binary file added
BIN
+7.45 KB
...vate-property-in-object-npm-7.21.0-placeholder-for-preset-env.2-eb70026c88-d97745d098.zip
Binary file not shown.
Binary file removed
BIN
-3.11 KB
.../cache/@babel-plugin-proposal-unicode-property-regex-npm-7.16.7-2fc47231f9-2b8a33713d.zip
Binary file not shown.
Binary file removed
BIN
-3.11 KB
.yarn/cache/@babel-plugin-syntax-decorators-npm-7.17.0-a8f72f6525-745a3553c8.zip
Binary file not shown.
Binary file added
BIN
+28.5 KB
.yarn/cache/@babel-plugin-syntax-decorators-npm-7.24.7-fcb66bfb39-dc303bcc1f.zip
Binary file not shown.
Binary file removed
BIN
-2.8 KB
.yarn/cache/@babel-plugin-syntax-flow-npm-7.16.7-fcb87696ac-b1ab0bd9b7.zip
Binary file not shown.
Binary file added
BIN
+27.1 KB
.yarn/cache/@babel-plugin-syntax-flow-npm-7.24.7-8f0fd978b1-43b78b5fcd.zip
Binary file not shown.
Binary file added
BIN
+26.7 KB
.yarn/cache/@babel-plugin-syntax-import-assertions-npm-7.25.6-f61334bd30-b3b251ace9.zip
Binary file not shown.
Binary file added
BIN
+27.1 KB
.yarn/cache/@babel-plugin-syntax-import-attributes-npm-7.25.6-21fbaebb12-3b0928e73e.zip
Binary file not shown.
Binary file added
BIN
+26.6 KB
.yarn/cache/@babel-plugin-syntax-jsx-npm-7.24.7-8f9596c5ff-7a5ca629d8.zip
Binary file not shown.
Binary file added
BIN
+3.02 KB
.yarn/cache/@babel-plugin-syntax-unicode-sets-regex-npm-7.18.6-b618a36bfd-a651d700fe.zip
Binary file not shown.
Binary file removed
BIN
-2.97 KB
.yarn/cache/@babel-plugin-transform-arrow-functions-npm-7.16.7-d61043d479-2a6aa982c6.zip
Binary file not shown.
Binary file added
BIN
+27.4 KB
.yarn/cache/@babel-plugin-transform-arrow-functions-npm-7.24.7-dc9654ba4f-707c209b53.zip
Binary file not shown.
Binary file added
BIN
+32.3 KB
...he/@babel-plugin-transform-async-generator-functions-npm-7.25.4-5ba1962e15-4235444735.zip
Binary file not shown.
Binary file removed
BIN
-3.2 KB
.yarn/cache/@babel-plugin-transform-async-to-generator-npm-7.16.8-3487d66aa2-3a2e781800.zip
Binary file not shown.
Binary file added
BIN
+28.2 KB
.yarn/cache/@babel-plugin-transform-async-to-generator-npm-7.24.7-335cbe94e0-13704fb3b8.zip
Binary file not shown.
Binary file removed
BIN
-3.23 KB
...cache/@babel-plugin-transform-block-scoped-functions-npm-7.16.7-58a044cde8-591e9f7543.zip
Binary file not shown.
Binary file added
BIN
+27.8 KB
...cache/@babel-plugin-transform-block-scoped-functions-npm-7.24.7-3bde68de42-249cdcbff4.zip
Binary file not shown.
Binary file removed
BIN
-8.6 KB
.yarn/cache/@babel-plugin-transform-block-scoping-npm-7.16.7-b3f0cafea0-f93b5441af.zip
Binary file not shown.
Binary file added
BIN
+51.4 KB
.yarn/cache/@babel-plugin-transform-block-scoping-npm-7.25.0-3cb78e0e8f-b1a8f932f6.zip
Binary file not shown.
Binary file added
BIN
+27.1 KB
.yarn/cache/@babel-plugin-transform-class-properties-npm-7.25.4-d9eb8b633d-b73f7d9686.zip
Binary file not shown.
Binary file added
BIN
+29.3 KB
.yarn/cache/@babel-plugin-transform-class-static-block-npm-7.24.7-2ab97b4caf-3240492635.zip
Binary file not shown.
Binary file removed
BIN
-9.13 KB
.yarn/cache/@babel-plugin-transform-classes-npm-7.16.7-92bfc4a1af-791526a1bf.zip
Binary file not shown.
Binary file added
BIN
+49.7 KB
.yarn/cache/@babel-plugin-transform-classes-npm-7.25.4-4c8c2f428f-0bf20e46ee.zip
Binary file not shown.
Binary file removed
BIN
-4.04 KB
.yarn/cache/@babel-plugin-transform-computed-properties-npm-7.16.7-9a63f7f0c2-28b17f7cfe.zip
Binary file not shown.
Binary file added
BIN
+31.8 KB
.yarn/cache/@babel-plugin-transform-computed-properties-npm-7.24.7-707065a998-0cf8c1b1e4.zip
Binary file not shown.
Binary file removed
BIN
-6.36 KB
.yarn/cache/@babel-plugin-transform-destructuring-npm-7.17.3-38989d9798-af58115da1.zip
Binary file not shown.
Binary file added
BIN
+43.9 KB
.yarn/cache/@babel-plugin-transform-destructuring-npm-7.24.8-d05798f0dc-0b4bd3d608.zip
Binary file not shown.
Binary file removed
BIN
-2.9 KB
.yarn/cache/@babel-plugin-transform-dotall-regex-npm-7.16.7-da8c5ea826-554570dddf.zip
Binary file not shown.
Binary file added
BIN
+26.9 KB
.yarn/cache/@babel-plugin-transform-dotall-regex-npm-7.24.7-1e4ebcbb6c-67b10fc6ab.zip
Binary file not shown.
Binary file removed
BIN
-3.18 KB
.yarn/cache/@babel-plugin-transform-duplicate-keys-npm-7.16.7-757f34aa1c-b96f6e9f7b.zip
Binary file not shown.
Binary file added
BIN
+28.1 KB
.yarn/cache/@babel-plugin-transform-duplicate-keys-npm-7.24.7-c999e46d25-d1da2ff85e.zip
Binary file not shown.
Binary file added
BIN
+27.4 KB
...gin-transform-duplicate-named-capturing-groups-regex-npm-7.25.0-4d6aab7c02-608d6b0e77.zip
Binary file not shown.
Binary file added
BIN
+27.7 KB
.yarn/cache/@babel-plugin-transform-dynamic-import-npm-7.24.7-e15a724c6c-776509ff62.zip
Binary file not shown.
Binary file removed
BIN
-3.08 KB
...ache/@babel-plugin-transform-exponentiation-operator-npm-7.16.7-909d4f03ef-8082c79268.zip
Binary file not shown.
Binary file added
BIN
+27.4 KB
...ache/@babel-plugin-transform-exponentiation-operator-npm-7.24.7-1bd197e640-23c84a23eb.zip
Binary file not shown.
Binary file added
BIN
+28.1 KB
.../cache/@babel-plugin-transform-export-namespace-from-npm-7.24.7-2e43f5c58e-3bd3a10038.zip
Binary file not shown.
Binary file removed
BIN
-3.87 KB
.yarn/cache/@babel-plugin-transform-flow-strip-types-npm-7.16.7-b89037548a-4b4801c91d.zip
Binary file not shown.
Binary file added
BIN
+30 KB
.yarn/cache/@babel-plugin-transform-flow-strip-types-npm-7.25.2-a3e93a84d0-9f7b96cbd3.zip
Binary file not shown.
Binary file removed
BIN
-6.06 KB
.yarn/cache/@babel-plugin-transform-for-of-npm-7.16.7-8f3dd5b9fe-35c9264ee4.zip
Binary file not shown.
Binary file added
BIN
+38.2 KB
.yarn/cache/@babel-plugin-transform-for-of-npm-7.24.7-e85b1239ae-a53b42dc93.zip
Binary file not shown.
Binary file removed
BIN
-3.07 KB
.yarn/cache/@babel-plugin-transform-function-name-npm-7.16.7-e8980f9639-4d97d0b844.zip
Binary file not shown.
Binary file added
BIN
+27.2 KB
.yarn/cache/@babel-plugin-transform-function-name-npm-7.25.1-abd6b587c7-743f3ea03b.zip
Binary file not shown.
Binary file added
BIN
+27.6 KB
.yarn/cache/@babel-plugin-transform-json-strings-npm-7.24.7-17858f14f3-88874d0b7a.zip
Binary file not shown.
Binary file removed
BIN
-2.83 KB
.yarn/cache/@babel-plugin-transform-literals-npm-7.16.7-abf8dc29f3-a9565d999f.zip
Binary file not shown.
Binary file added
BIN
+26.4 KB
.yarn/cache/@babel-plugin-transform-literals-npm-7.25.2-7f2fb8bbc9-70c9bb40e3.zip
Binary file not shown.
Binary file added
BIN
+28.4 KB
...@babel-plugin-transform-logical-assignment-operators-npm-7.24.7-8d08c296f2-3367ce0be2.zip
Binary file not shown.
Binary file removed
BIN
-3.12 KB
...e/@babel-plugin-transform-member-expression-literals-npm-7.16.7-bfa68e9eb4-fdf5b22aba.zip
Binary file not shown.
Binary file added
BIN
+27.3 KB
...e/@babel-plugin-transform-member-expression-literals-npm-7.24.7-566bef1c80-2720c57aa3.zip
Binary file not shown.
Binary file removed
BIN
-4.13 KB
.yarn/cache/@babel-plugin-transform-modules-amd-npm-7.16.7-4a9945db8e-9ac251ee96.zip
Binary file not shown.
Binary file added
BIN
+31.8 KB
.yarn/cache/@babel-plugin-transform-modules-amd-npm-7.24.7-7b9b7c2d4b-f1dd0fb2f4.zip
Binary file not shown.
Binary file removed
BIN
-4.74 KB
.yarn/cache/@babel-plugin-transform-modules-commonjs-npm-7.16.8-b70dd72ac5-c0ac00f545.zip
Binary file not shown.
Binary file added
BIN
+40.1 KB
.yarn/cache/@babel-plugin-transform-modules-commonjs-npm-7.24.8-4d32ab4533-a4cf95b163.zip
Binary file not shown.
Binary file removed
BIN
-6.33 KB
.yarn/cache/@babel-plugin-transform-modules-systemjs-npm-7.16.7-3347c4ab01-2e50ae45a7.zip
Binary file not shown.
Binary file added
BIN
+40.3 KB
.yarn/cache/@babel-plugin-transform-modules-systemjs-npm-7.25.0-838c85ab7f-fe673bec08.zip
Binary file not shown.
Binary file removed
BIN
-4.34 KB
.yarn/cache/@babel-plugin-transform-modules-umd-npm-7.16.7-a01f399777-d1433f8b0e.zip
Binary file not shown.
Binary file added
BIN
+32.7 KB
.yarn/cache/@babel-plugin-transform-modules-umd-npm-7.24.7-46b61a2a8a-9ff1c46489.zip
Binary file not shown.
Binary file removed
BIN
-3.14 KB
...@babel-plugin-transform-named-capturing-groups-regex-npm-7.16.8-753500c58b-73e149f5ff.zip
Binary file not shown.
Binary file added
BIN
+27.5 KB
...@babel-plugin-transform-named-capturing-groups-regex-npm-7.24.7-68b2f48b40-f1c6c7b5d6.zip
Binary file not shown.
Binary file removed
BIN
-3.22 KB
.yarn/cache/@babel-plugin-transform-new-target-npm-7.16.7-5ce6b99fd8-7410c3e68a.zip
Binary file not shown.
Binary file added
BIN
+28.5 KB
.yarn/cache/@babel-plugin-transform-new-target-npm-7.24.7-cb95d780d4-3cb94cd107.zip
Binary file not shown.
Binary file added
BIN
+28.7 KB
.../@babel-plugin-transform-nullish-coalescing-operator-npm-7.24.7-91cfb40042-4a92213564.zip
Binary file not shown.
Binary file added
BIN
+27.5 KB
.yarn/cache/@babel-plugin-transform-numeric-separator-npm-7.24.7-70370e84d8-561b5f1d08.zip
Binary file not shown.
Binary file added
BIN
+43.5 KB
.yarn/cache/@babel-plugin-transform-object-rest-spread-npm-7.24.7-c5bcb6d635-169d257b98.zip
Binary file not shown.
Binary file removed
BIN
-3.08 KB
.yarn/cache/@babel-plugin-transform-object-super-npm-7.16.7-6301890335-46e3c879f4.zip
Binary file not shown.
Binary file added
BIN
+28.4 KB
.yarn/cache/@babel-plugin-transform-object-super-npm-7.24.7-8b4ef26bc1-f71e607a83.zip
Binary file not shown.
Binary file added
BIN
+27.3 KB
...cache/@babel-plugin-transform-optional-catch-binding-npm-7.24.7-4dc481e34f-7229f3a5a4.zip
Binary file not shown.
Binary file added
BIN
+35.5 KB
.yarn/cache/@babel-plugin-transform-optional-chaining-npm-7.24.8-3f07208b22-45e55e3a2f.zip
Binary file not shown.
Binary file removed
BIN
-7.46 KB
.yarn/cache/@babel-plugin-transform-parameters-npm-7.16.7-923943072b-4d6904376d.zip
Binary file not shown.
Binary file added
BIN
+46.6 KB
.yarn/cache/@babel-plugin-transform-parameters-npm-7.24.7-d18b1cfc71-ab534b03ac.zip
Binary file not shown.
Binary file added
BIN
+27 KB
.yarn/cache/@babel-plugin-transform-private-methods-npm-7.25.4-0bfe911738-cb1dabfc03.zip
Binary file not shown.
Binary file added
BIN
+32.1 KB
...e/@babel-plugin-transform-private-property-in-object-npm-7.24.7-96a62af9e6-8cee947309.zip
Binary file not shown.
Binary file removed
BIN
-2.99 KB
.yarn/cache/@babel-plugin-transform-property-literals-npm-7.16.7-b47430aee0-b567445899.zip
Binary file not shown.
Binary file added
BIN
+27.1 KB
.yarn/cache/@babel-plugin-transform-property-literals-npm-7.24.7-d2b997a7b0-9aeefc3aab.zip
Binary file not shown.
Binary file added
BIN
+29.4 KB
.yarn/cache/@babel-plugin-transform-react-display-name-npm-7.24.7-879a53458d-a05bf83bf5.zip
Binary file not shown.
Binary file added
BIN
+26.8 KB
.../cache/@babel-plugin-transform-react-jsx-development-npm-7.24.7-74c0352290-653d32ea5a.zip
Binary file not shown.
Binary file added
BIN
+46.2 KB
.yarn/cache/@babel-plugin-transform-react-jsx-npm-7.25.2-1cc057ac5e-44fbde0463.zip
Binary file not shown.
Binary file added
BIN
+28.4 KB
...cache/@babel-plugin-transform-react-pure-annotations-npm-7.24.7-ce37002788-d859ada3cb.zip
Binary file not shown.
Binary file removed
BIN
-2.68 KB
.yarn/cache/@babel-plugin-transform-regenerator-npm-7.16.7-af9e896245-12b1f9a4f3.zip
Binary file not shown.
Binary file added
BIN
+27.9 KB
.yarn/cache/@babel-plugin-transform-regenerator-npm-7.24.7-7ba719f821-20c6c3fb6f.zip
Binary file not shown.
Binary file removed
BIN
-2.88 KB
.yarn/cache/@babel-plugin-transform-reserved-words-npm-7.16.7-b401728579-00218a646e.zip
Binary file not shown.
Binary file added
BIN
+26.9 KB
.yarn/cache/@babel-plugin-transform-reserved-words-npm-7.24.7-b2adfbf85a-3d5876954d.zip
Binary file not shown.
Binary file added
BIN
+18.2 KB
.yarn/cache/@babel-plugin-transform-runtime-npm-7.23.3-c52746b76a-e8f8a49d69.zip
Binary file not shown.
Binary file removed
BIN
-3.15 KB
...n/cache/@babel-plugin-transform-shorthand-properties-npm-7.16.7-d800844ada-ca381ecf8f.zip
Binary file not shown.
Binary file added
BIN
+27.6 KB
...n/cache/@babel-plugin-transform-shorthand-properties-npm-7.24.7-bc90ee60de-7b52424581.zip
Binary file not shown.
Binary file removed
BIN
-3.91 KB
.yarn/cache/@babel-plugin-transform-spread-npm-7.16.7-584b7c4adf-6e961af1a7.zip
Binary file not shown.
Binary file added
BIN
+31.3 KB
.yarn/cache/@babel-plugin-transform-spread-npm-7.24.7-0009f44d3c-4c4254c8b9.zip
Binary file not shown.
Binary file removed
BIN
-2.94 KB
.yarn/cache/@babel-plugin-transform-sticky-regex-npm-7.16.7-e3085022d7-d59e20121f.zip
Binary file not shown.
Binary file added
BIN
+27 KB
.yarn/cache/@babel-plugin-transform-sticky-regex-npm-7.24.7-98cd1af8a9-118fc7a7eb.zip
Binary file not shown.
Binary file removed
BIN
-3.8 KB
.yarn/cache/@babel-plugin-transform-template-literals-npm-7.16.7-e82d88af58-b55a519dd8.zip
Binary file not shown.
Binary file added
BIN
+30.4 KB
.yarn/cache/@babel-plugin-transform-template-literals-npm-7.24.7-0ecb9f0cf5-ad44e5826f.zip
Binary file not shown.
Binary file removed
BIN
-3.51 KB
.yarn/cache/@babel-plugin-transform-typeof-symbol-npm-7.16.7-c3e1f79c97-739a8c439d.zip
Binary file not shown.
Binary file added
BIN
+28.2 KB
.yarn/cache/@babel-plugin-transform-typeof-symbol-npm-7.24.8-105494a49d-8663a8e734.zip
Binary file not shown.
Binary file removed
BIN
-3.83 KB
.yarn/cache/@babel-plugin-transform-unicode-escapes-npm-7.16.7-c081a34acc-d10c3b5baa.zip
Binary file not shown.
Binary file added
BIN
+29.8 KB
.yarn/cache/@babel-plugin-transform-unicode-escapes-npm-7.24.7-39ca160006-4af0a193e1.zip
Binary file not shown.
Binary file added
BIN
+27.4 KB
...cache/@babel-plugin-transform-unicode-property-regex-npm-7.24.7-6d5a35d7ce-aae13350c5.zip
Binary file not shown.
Binary file removed
BIN
-2.85 KB
.yarn/cache/@babel-plugin-transform-unicode-regex-npm-7.16.7-0a6888bf4d-ef7721cfb1.zip
Binary file not shown.
Binary file added
BIN
+26.8 KB
.yarn/cache/@babel-plugin-transform-unicode-regex-npm-7.24.7-c5a44da0ea-1cb4e70678.zip
Binary file not shown.
Binary file added
BIN
+26.9 KB
.yarn/cache/@babel-plugin-transform-unicode-sets-regex-npm-7.25.4-ce2960540d-6d1a7e9fdd.zip
Binary file not shown.
Binary file removed
BIN
-19.5 KB
.yarn/cache/@babel-preset-env-npm-7.16.11-d097cc18a2-c8029c2720.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.23 KB
.yarn/cache/@babel-preset-flow-npm-7.16.7-60b8752195-b73c743a6b.zip
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+24.5 KB
...dules-npm-0.1.5-15ffcd64c2-8430e0e9e9.zip → ...xternal-plugins-0ae0b52ff3-4855e799bc.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8.03 KB
.yarn/cache/@devexpress-bin-v8-flags-filter-npm-1.3.0-81ef659541-7787f9ca8d.zip
Binary file not shown.
Binary file added
BIN
+10.2 KB
.yarn/cache/@devexpress-callsite-record-npm-4.1.7-5b508aea95-91c7b0f078.zip
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+22.9 KB
.yarn/cache/@jridgewell-gen-mapping-npm-0.3.5-d8b85ebeaf-ff7a1764eb.zip
Binary file not shown.
Binary file added
BIN
+17.5 KB
.yarn/cache/@jridgewell-resolve-uri-npm-3.1.2-5bc4245992-83b85f72c5.zip
Binary file not shown.
Binary file added
BIN
+8.72 KB
.yarn/cache/@jridgewell-set-array-npm-1.2.1-2312928209-832e513a85.zip
Binary file not shown.
Binary file added
BIN
+27.2 KB
.yarn/cache/@jridgewell-sourcemap-codec-npm-1.5.0-dfd9126d71-05df4f2538.zip
Binary file not shown.
Binary file added
BIN
+45.5 KB
.yarn/cache/@jridgewell-trace-mapping-npm-0.3.25-c076fd2279-9d3c40d225.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.49 KB
.yarn/cache/@types-error-stack-parser-npm-1.3.18-f643f70d28-358bdebbe9.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-7.69 KB
.yarn/cache/babel-plugin-dynamic-import-node-npm-2.3.3-be081936a9-c9d24415bc.zip
Binary file not shown.
Binary file removed
BIN
-15.7 KB
.yarn/cache/babel-plugin-module-resolver-npm-4.1.0-0510da8f92-3907fba21c.zip
Binary file not shown.
Binary file added
BIN
+12.6 KB
.yarn/cache/babel-plugin-module-resolver-npm-5.0.0-67eb48a53b-d6880e49fc.zip
Binary file not shown.
Binary file removed
BIN
-24.9 KB
.yarn/cache/babel-plugin-polyfill-corejs2-npm-0.3.1-43e6df66ff-ca873f14cc.zip
Binary file not shown.
Binary file added
BIN
+24.2 KB
.yarn/cache/babel-plugin-polyfill-corejs2-npm-0.4.11-77e1239277-f098353ce7.zip
Binary file not shown.
Binary file added
BIN
+50.6 KB
.yarn/cache/babel-plugin-polyfill-corejs3-npm-0.10.6-066bf0a146-f762f29f7a.zip
Binary file not shown.
Binary file removed
BIN
-43.1 KB
.yarn/cache/babel-plugin-polyfill-corejs3-npm-0.5.2-b8b8ecbf76-2f3184c73f.zip
Binary file not shown.
Binary file added
BIN
+46.3 KB
.yarn/cache/babel-plugin-polyfill-corejs3-npm-0.8.7-76de93c569-51bc215ab0.zip
Binary file not shown.
Binary file removed
BIN
-4.92 KB
.yarn/cache/babel-plugin-polyfill-regenerator-npm-0.3.1-5ab9515a96-f1473df7b7.zip
Binary file not shown.
Binary file added
BIN
+6.01 KB
.yarn/cache/babel-plugin-polyfill-regenerator-npm-0.5.5-4829ad3cd0-3a9b482867.zip
Binary file not shown.
Binary file added
BIN
+6.1 KB
.yarn/cache/babel-plugin-polyfill-regenerator-npm-0.6.2-c6dd64788f-1502335710.zip
Binary file not shown.
Binary file removed
BIN
-7.51 KB
.yarn/cache/bin-v8-flags-filter-npm-1.2.0-25ffa68c24-73a3130c81.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.78 KB
.yarn/cache/buffer-equal-constant-time-npm-1.0.1-41826f3419-80bb945f5d.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-211 KB
.yarn/cache/chrome-remote-interface-npm-0.30.1-0ef9a8ebfe-c22db8acae.zip
Binary file not shown.
Binary file added
BIN
+274 KB
.yarn/cache/chrome-remote-interface-npm-0.32.2-e5d9302a0c-8a9fab2496.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-8.75 KB
.yarn/cache/ecdsa-sig-formatter-npm-1.0.11-b6784e7852-207f9ab1c2.zip
Binary file not shown.
Binary file added
BIN
+25.8 KB
.yarn/cache/electron-to-chromium-npm-1.5.22-0a24685643-3f8f21f013.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.93 KB
.yarn/cache/lodash.isplainobject-npm-4.0.6-d73937742f-29c6351f28.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+49.7 KB
.yarn/cache/loglevel-plugin-prefix-npm-0.8.4-612472140b-5fe0632fa0.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-232 KB
.yarn/cache/regenerate-unicode-properties-npm-10.0.1-a750d23172-1b638b7087.zip
Binary file not shown.
Binary file added
BIN
+242 KB
.yarn/cache/regenerate-unicode-properties-npm-10.2.0-3d662e6e17-d5c5fc13f8.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-42.7 KB
.yarn/cache/regenerator-transform-npm-0.14.5-40045884e9-a467a3b652.zip
Binary file not shown.
Binary file added
BIN
+44.8 KB
.yarn/cache/regenerator-transform-npm-0.15.2-109e57a69f-20b6f9377d.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.