Skip to content

chore: refresh SDK dependencies and block structure - #134

Merged
julenmendieta merged 1 commit into
mainfrom
chore/upgrade-sdk
Jul 16, 2026
Merged

chore: refresh SDK dependencies and block structure#134
julenmendieta merged 1 commit into
mainfrom
chore/upgrade-sdk

Conversation

@mike-ainsel

@mike-ainsel mike-ainsel commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Refresh SDK dependencies and block structure via pnpm upgrade-sdk.

This runs:

  • block-tools structure refresh --update-deps-only + pnpm i
  • block-tools structure refresh + pnpm i
  • pnpm fmt

Includes 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 unused build:dev Turborepo task, and adding .test_auth.json to the oxfmt formatter ignore list.

  • Dependency versions updated: @platforma-sdk/model 1.79.27→1.80.2, @platforma-sdk/ui-vue 1.79.27→1.80.4, @platforma-sdk/test 1.79.31→1.80.5, @platforma-sdk/block-tools 2.12.2→2.12.7, @platforma-sdk/workflow-tengo 6.7.0→6.7.2, @platforma-sdk/tengo-builder 4.0.15→4.0.18, and @milaboratories/helpers 1.14.3→1.14.4; the pnpm-workspace.yaml catalog and pnpm-lock.yaml snapshots are updated in sync.
  • New transitive dependency @milaboratories/columns-collection-driver@0.2.1 is pulled in by the updated @platforma-sdk/ui-vue and @milaboratories/pl-middle-layer; being a 0.x package its public API is considered unstable, though it is a first-party @milaboratories package managed by the same SDK team.
  • build:dev Turborepo task removed from turbo.json; no package.json in the workspace references a build:dev script, 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

Filename Overview
pnpm-workspace.yaml Catalog version pins updated for all SDK packages; changes are consistent with the lockfile and follow the exact-version constraint pattern already in place.
pnpm-lock.yaml Lockfile regenerated to reflect catalog bumps; all package resolutions and snapshot entries are internally consistent; introduces new transitive package @milaboratories/columns-collection-driver@0.2.1.
turbo.json Removes the unused build:dev Turborepo pipeline task; no package.json in the workspace declares a matching build:dev script, so the removal is safe.
test/.oxfmtrc.json Adds .test_auth.json to the formatter ignore list, preventing accidental formatting of local auth credential files.
.changeset/upgrade-sdk.md New patch changeset covering all four workspace packages (block, model, ui, workflow) with the message SDK Update.

Reviews (1): Last reviewed commit: "chore: refresh SDK dependencies and bloc..." | Re-trigger Greptile

Context used:

  • Context used - Terms is a types in codebase. Provide the list of ... (source)

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

@julenmendieta
julenmendieta added this pull request to the merge queue Jul 16, 2026
Merged via the queue into main with commit 231aa54 Jul 16, 2026
13 checks passed
@julenmendieta
julenmendieta deleted the chore/upgrade-sdk branch July 16, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants