Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/MILAB-4837-deps-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@platforma-open/milaboratories.table": patch
"@platforma-open/milaboratories.table.model": patch
"@platforma-open/milaboratories.table.test": patch
"@platforma-open/milaboratories.table.ui": patch
"@platforma-open/milaboratories.table.workflow": patch
---

technical release
144 changes: 137 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ catalog:
"@platforma-sdk/model": ^1.45.0
"@platforma-sdk/ui-vue": ^1.45.5
"@milaboratories/helpers": ^1.12.0
"@platforma-sdk/workflow-tengo": ^5.5.5
"@platforma-sdk/block-tools": ^2.6.16
"@platforma-sdk/workflow-tengo": ^5.6.3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The pnpm-lock.yaml file is out of sync with this dependency update. When a dependency version is changed in pnpm-workspace.yaml, the lock file must also be updated by running pnpm install. Without this step, environments that use the lock file for installations (like CI/CD) will not pick up the new version, leading to inconsistencies. Please run pnpm install and commit the updated pnpm-lock.yaml.

"@platforma-sdk/block-tools": ^2.6.25
"@platforma-sdk/test": ^1.45.6
"@platforma-sdk/tengo-builder": ^2.3.3
"@milaboratories/ts-configs": ^1.0.6
Expand Down