-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
129 changed files
with
19,146 additions
and
651 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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Run cypress tests in release branch without conditions for all packages | ||
name: Cypress component testing on release branch | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
|
||
concurrency: | ||
# New commit on branch cancels running workflows of the same branch | ||
group: ${{ github.workflow }}-${{ github.head_ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
cypress: | ||
if: ${{ startsWith(github.head_ref, 'release') }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
scope: [web,b2c,ui] | ||
|
||
uses: ./.github/workflows/cypress-common.yml | ||
with: | ||
scope: ${{ matrix.scope }} | ||
with-artifacts: true | ||
secrets: inherit | ||
|
||
cypress-react-17: | ||
if: ${{ startsWith(github.head_ref, 'release') }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
scope: [web,b2c,ui] | ||
|
||
uses: ./.github/workflows/cypress-common.yml | ||
with: | ||
scope: ${{ matrix.scope }} | ||
with-react-17: true | ||
with-artifacts: true | ||
secrets: inherit |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@salutejs/plasma-asdk", | ||
"version": "0.85.0", | ||
"version": "0.85.1-dev.0", | ||
"description": "Salute Design System / React UI kit for Assistant web applications", | ||
"author": "Salute Frontend Team <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -41,7 +41,7 @@ | |
"@salutejs/plasma-colors": "0.13.0", | ||
"@salutejs/plasma-core": "1.160.0", | ||
"@salutejs/plasma-cy-utils": "0.92.0", | ||
"@salutejs/plasma-icons": "1.193.0", | ||
"@salutejs/plasma-icons": "1.193.1-dev.0", | ||
"@salutejs/plasma-sb-utils": "0.158.0", | ||
"@storybook/addon-docs": "7.6.17", | ||
"@storybook/addon-essentials": "7.6.17", | ||
|
@@ -98,4 +98,4 @@ | |
"Fanil Zubairov" | ||
], | ||
"sideEffects": false | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@salutejs/plasma-b2c", | ||
"version": "1.327.0", | ||
"version": "1.327.1-dev.0", | ||
"description": "Salute Design System / React UI kit for business-related web applications", | ||
"author": "Salute Frontend Team <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -43,7 +43,7 @@ | |
}, | ||
"dependencies": { | ||
"@salutejs/plasma-core": "1.160.0", | ||
"@salutejs/plasma-hope": "1.280.0", | ||
"@salutejs/plasma-hope": "1.280.1-dev.0", | ||
"@salutejs/plasma-new-hope": "0.87.0", | ||
"@salutejs/plasma-tokens-b2c": "0.50.0", | ||
"@salutejs/plasma-tokens-web": "1.55.0", | ||
|
@@ -71,7 +71,7 @@ | |
"@rollup/plugin-node-resolve": "15.2.3", | ||
"@salutejs/plasma-colors": "0.13.0", | ||
"@salutejs/plasma-cy-utils": "0.92.0", | ||
"@salutejs/plasma-icons": "1.193.0", | ||
"@salutejs/plasma-icons": "1.193.1-dev.0", | ||
"@salutejs/plasma-sb-utils": "0.158.0", | ||
"@storybook/addon-docs": "7.6.17", | ||
"@storybook/addon-essentials": "7.6.17", | ||
|
@@ -107,4 +107,4 @@ | |
"react" | ||
], | ||
"sideEffects": false | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@salutejs/plasma-hope", | ||
"version": "1.280.0", | ||
"version": "1.280.1-dev.0", | ||
"description": "Salute Design System / Internal React UI kit for web applications", | ||
"author": "Salute Frontend Team <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -58,7 +58,7 @@ | |
"@microsoft/api-extractor": "7.38.3", | ||
"@salutejs/plasma-colors": "0.13.0", | ||
"@salutejs/plasma-cy-utils": "0.92.0", | ||
"@salutejs/plasma-icons": "1.193.0", | ||
"@salutejs/plasma-icons": "1.193.1-dev.0", | ||
"@salutejs/plasma-sb-utils": "0.158.0", | ||
"@salutejs/plasma-tokens-b2b": "1.40.0", | ||
"@salutejs/plasma-tokens-b2c": "0.50.0", | ||
|
@@ -113,4 +113,4 @@ | |
"Vasiliy Loginevskiy" | ||
], | ||
"sideEffects": false | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.