Upgrade SDK#128
Merged
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request upgrades several SDK dependencies, including @platforma-sdk/block-tools and @platforma-sdk/test, and updates the workspace catalog and lockfile accordingly. Additionally, it removes the private flag from the package.json files of parse-h5ad and parse-seurat software packages, and adds a changeset file for publishing. There are no review comments, so 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.
dbolotin
approved these changes
Jun 30, 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.
Greptile Summary
This PR upgrades several
@platforma-sdkand@milaboratoriespackages across the monorepo and removes"private": truefromparse-h5adandparse-seuratpackages to enable their publication via changesets.@platforma-sdk/block-tools2.11.5 → 2.11.6,@platforma-sdk/test1.79.21 → 1.79.23, with transitive updates to@milaboratories/pl-drivers(1.16.2 → 1.16.3) and@milaboratories/pl-middle-layer(1.64.39 → 1.64.41)."private": trueremoved from both software sub-packages, aligned with new changeset entries for patch-level release.rolldown-plugin-dtspeer dependency now consistently resolves againsttypescript@5.9.3instead of the previously mismatchedtypescript@5.6.3.Touched Terms:
@platforma-sdk/block-tools@platforma-sdk/test@milaboratories/pl-middle-layer@platforma-sdk/testandblock-tools@milaboratories/pl-driverspl-middle-layerobugprivate(package.json field)parse-h5adandparse-seurat, enabling changeset-driven publishingrolldown-plugin-dtsConfidence Score: 5/5
Safe to merge — all changes are version bumps to patch-level SDK dependencies and the intentional removal of 'private': true to enable publishing of two sub-packages.
The diff is limited to dependency version bumps, lockfile reconciliation, and the deliberate exposure of parse-h5ad and parse-seurat for npm publication. The 'private' removal is clearly coordinated with the new changeset file, and the lockfile correctly resolves the typescript peer-dep inconsistency in rolldown-plugin-dts.
No files require special attention. The removal of 'private': true in both software package.json files is intentional and backed by the changeset entry.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD WS["pnpm-workspace.yaml\n(catalog)"] BT["@platforma-sdk/block-tools\n2.11.5 → 2.11.6"] TEST["@platforma-sdk/test\n1.79.21 → 1.79.23"] ML["@milaboratories/pl-middle-layer\n1.64.39 → 1.64.41"] DRV["@milaboratories/pl-drivers\n1.16.2 → 1.16.3"] OBUG["obug\n2.1.1 → 2.1.3"] H5AD["parse-h5ad\nremoved private:true"] SEURAT["parse-seurat\nremoved private:true"] CS[".changeset/ripe-sites-do.md\npatch release for 3 packages"] WS --> BT WS --> TEST TEST --> ML ML --> DRV TEST --> OBUG BT --> ML H5AD --> CS SEURAT --> CS%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% flowchart TD WS["pnpm-workspace.yaml\n(catalog)"] BT["@platforma-sdk/block-tools\n2.11.5 → 2.11.6"] TEST["@platforma-sdk/test\n1.79.21 → 1.79.23"] ML["@milaboratories/pl-middle-layer\n1.64.39 → 1.64.41"] DRV["@milaboratories/pl-drivers\n1.16.2 → 1.16.3"] OBUG["obug\n2.1.1 → 2.1.3"] H5AD["parse-h5ad\nremoved private:true"] SEURAT["parse-seurat\nremoved private:true"] CS[".changeset/ripe-sites-do.md\npatch release for 3 packages"] WS --> BT WS --> TEST TEST --> ML ML --> DRV TEST --> OBUG BT --> ML H5AD --> CS SEURAT --> CSReviews (1): Last reviewed commit: "Upgrade SDK" | Re-trigger Greptile
Context used: