chore: refresh SDK dependencies and block structure - #134
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request performs a comprehensive SDK update by upgrading various @platforma-sdk and @milaboratories dependencies to their latest versions in both pnpm-lock.yaml and pnpm-workspace.yaml. It also adds .test_auth.json to the formatter ignore patterns in test/.oxfmtrc.json and removes the build:dev task from turbo.json. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
vadimpiven
approved these changes
Jul 16, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refresh SDK dependencies and block structure via
pnpm upgrade-sdk.This runs:
block-tools structure refresh --update-deps-only+pnpm iblock-tools structure refresh+pnpm ipnpm fmtIncludes a patch changeset ("SDK Update").
Greptile Summary
This PR performs a routine SDK dependency refresh via
pnpm upgrade-sdk, bumping several@platforma-sdk/*and@milaboratories/*packages to their latest versions, removing the unusedbuild:devTurborepo task, and adding.test_auth.jsonto theoxfmtformatter ignore list.@platforma-sdk/model1.79.27→1.80.2,@platforma-sdk/ui-vue1.79.27→1.80.4,@platforma-sdk/test1.79.31→1.80.5,@platforma-sdk/block-tools2.12.2→2.12.7,@platforma-sdk/workflow-tengo6.7.0→6.7.2,@platforma-sdk/tengo-builder4.0.15→4.0.18, and@milaboratories/helpers1.14.3→1.14.4; thepnpm-workspace.yamlcatalog andpnpm-lock.yamlsnapshots are updated in sync.@milaboratories/columns-collection-driver@0.2.1is pulled in by the updated@platforma-sdk/ui-vueand@milaboratories/pl-middle-layer; being a 0.x package its public API is considered unstable, though it is a first-party@milaboratoriespackage managed by the same SDK team.build:devTurborepo task removed fromturbo.json; nopackage.jsonin the workspace references abuild:devscript, so this removal is safe.Confidence Score: 5/5
Tooling-generated SDK refresh with no logic changes; all dependency bumps are consistent across workspace catalog and lockfile.
All changes are produced by the automated pnpm upgrade-sdk command. Version pins in pnpm-workspace.yaml match the resolved snapshots in pnpm-lock.yaml. The build:dev Turborepo task removal is harmless — no workspace package.json references that script. The new transitive package @milaboratories/columns-collection-driver@0.2.1 is a first-party @milaboratories package introduced by the updated SDK, and .test_auth.json being added to the formatter ignore list is a straightforward hygiene fix.
No files require special attention; pnpm-lock.yaml is the largest change but is fully generated.
Important Files Changed
Reviews (1): Last reviewed commit: "chore: refresh SDK dependencies and bloc..." | Re-trigger Greptile
Context used: