Skip to content

Commit 23bbf9b

Browse files
authored
Merge pull request #95 from platforma-open/2025-10-14-deps-update-22
dependencies update
2 parents 72e4a85 + c558226 commit 23bbf9b

File tree

7 files changed

+504
-1451
lines changed

7 files changed

+504
-1451
lines changed

.changeset/auto-20251014212902.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@platforma-open/milaboratories.mixcr-shm-trees": patch
3+
"@platforma-open/milaboratories.mixcr-shm-trees.model": patch
4+
"@platforma-open/milaboratories.mixcr-shm-trees.test": patch
5+
"@platforma-open/milaboratories.mixcr-shm-trees.ui": patch
6+
"@platforma-open/milaboratories.mixcr-shm-trees.workflow": patch
7+
---
8+
9+
technical release

.changeset/auto-20251014215159.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@platforma-open/milaboratories.mixcr-shm-trees": patch
3+
"@platforma-open/milaboratories.mixcr-shm-trees.model": patch
4+
"@platforma-open/milaboratories.mixcr-shm-trees.test": patch
5+
"@platforma-open/milaboratories.mixcr-shm-trees.ui": patch
6+
"@platforma-open/milaboratories.mixcr-shm-trees.workflow": patch
7+
---
8+
9+
technical release

.changeset/auto-20251014220110.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@platforma-open/milaboratories.mixcr-shm-trees": patch
3+
"@platforma-open/milaboratories.mixcr-shm-trees.model": patch
4+
"@platforma-open/milaboratories.mixcr-shm-trees.test": patch
5+
"@platforma-open/milaboratories.mixcr-shm-trees.ui": patch
6+
"@platforma-open/milaboratories.mixcr-shm-trees.workflow": patch
7+
---
8+
9+
technical release

.changeset/auto-20251014223021.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@platforma-open/milaboratories.mixcr-shm-trees": patch
3+
"@platforma-open/milaboratories.mixcr-shm-trees.model": patch
4+
"@platforma-open/milaboratories.mixcr-shm-trees.test": patch
5+
"@platforma-open/milaboratories.mixcr-shm-trees.ui": patch
6+
"@platforma-open/milaboratories.mixcr-shm-trees.workflow": patch
7+
---
8+
9+
technical release

.github/workflows/build.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
app-name: 'Block: MiXCR SHM Trees'
2626
app-name-slug: 'block-mixcr-shm-trees'
27-
notify-telegram: true
2827
node-version: '20.x'
2928
build-script-name: 'build'
3029
pnpm-recursive-build: false
30+
3131
test: true
3232
test-script-name: 'test'
3333
pnpm-recursive-tests: false
@@ -55,10 +55,14 @@ jobs:
5555
"PL_CI_TEST_PASSWORD": ${{ toJSON(secrets.PL_CI_TEST_PASSWORD) }},
5656
5757
"AWS_CI_IAM_MONOREPO_SIMPLE_ROLE": ${{ toJSON(secrets.AWS_CI_IAM_MONOREPO_SIMPLE_ROLE) }},
58-
"AWS_CI_TURBOREPO_S3_BUCKET": ${{ toJSON(secrets.AWS_CI_TURBOREPO_US_S3_BUCKET) }} }
58+
"AWS_CI_TURBOREPO_S3_BUCKET": ${{ toJSON(secrets.AWS_CI_TURBOREPO_US_S3_BUCKET) }},
59+
60+
"PL_REGISTRY_PLATFORMA_OPEN_UPLOAD_URL": ${{ toJSON(secrets.PL_REGISTRY_PLOPEN_UPLOAD_URL) }},
61+
"QUAY_USERNAME": ${{ toJSON(secrets.QUAY_USERNAME) }},
62+
"QUAY_ROBOT_TOKEN": ${{ toJSON(secrets.QUAY_ROBOT_TOKEN) }} }
5963
60-
TELEGRAM_NOTIFICATION_TARGET: ${{ secrets.TG_CHANNEL_MIBUILDS }}
61-
TELEGRAM_API_TOKEN: ${{ secrets.TG_CI_BOT_TOKEN }}
64+
SLACK_CHANNEL: ${{ secrets.SLACK_BLOCKS_CI_CHANNEL }}
65+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
6266

6367
GH_ZEN_APP_ID: ${{ secrets.GH_ZEN_APP_ID }}
6468
GH_ZEN_APP_PRIVATE_KEY: ${{ secrets.GH_ZEN_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)