Skip to content

MILAB-6480: "@platforma-sdk/workflow-tengo": 6.8.0 - #6

Merged
blackcat merged 1 commit into
mainfrom
MILAB-6480_sequence-embeddings-formulas
Jul 17, 2026
Merged

MILAB-6480: "@platforma-sdk/workflow-tengo": 6.8.0#6
blackcat merged 1 commit into
mainfrom
MILAB-6480_sequence-embeddings-formulas

Conversation

@blackcat

@blackcat blackcat commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the @platforma-sdk/workflow-tengo catalog dependency from 6.7.2 to 6.8.0 across the workspace. The dependency set for 6.8.0 is identical to 6.7.2, so this is a pure library upgrade with no transitive dependency changes.

  • pnpm-workspace.yaml: Updates the catalog pin for @platforma-sdk/workflow-tengo from 6.7.26.8.0.
  • pnpm-lock.yaml: Adds the resolution and snapshot entries for 6.8.0; updates the single importer reference; the 6.7.2 package resolution entry remains in the file (normal pnpm behavior).

Key terms touched in this PR:

Term Definition Change
@platforma-sdk/workflow-tengo The Tengo-based workflow SDK package used by the sequence-embeddings block to define and execute bioinformatics workflows. Version bumped 6.7.26.8.0 with a new integrity hash but identical direct dependencies.
catalog: specifier A pnpm workspace catalog reference that pins a shared version across the monorepo. Catalog pin updated; all importers using catalog: automatically pick up 6.8.0.
resolution.integrity A sha512 hash in pnpm-lock.yaml locking the exact tarball content. New hash registered for 6.8.0; 6.7.2 hash remains but is no longer the active resolution.
snapshot (pnpm lockfile) The concrete resolved dependency tree entry for a package version. New 6.8.0 snapshot added with an unchanged dependency set vs 6.7.2.

Confidence Score: 5/5

Safe to merge — this is a single catalog version bump with no transitive dependency changes.

The change touches only the lockfile and workspace catalog. The new 6.8.0 snapshot carries the exact same direct dependencies at the same versions as 6.7.2, so there is no dependency tree churn.

No files require special attention; both changed files are generated/managed artifacts.

Important Files Changed

Filename Overview
pnpm-workspace.yaml Catalog pin for @platforma-sdk/workflow-tengo updated from 6.7.2 to 6.8.0 — single-line change, no other catalog entries affected.
pnpm-lock.yaml Lock file updated correctly: new 6.8.0 package resolution and snapshot added; importer reference updated; 6.7.2 entry remains (standard pnpm retention).

Sequence Diagram

%%{init: {'theme': 'neutral'}}%%
sequenceDiagram
    participant W as pnpm-workspace.yaml
    participant L as pnpm-lock.yaml
    participant I as workflow importer
    participant R as npm Registry
    Note over W: catalog pin 6.7.2 to 6.8.0
    W->>L: catalog version updated
    L->>R: "resolve workflow-tengo@6.8.0"
    R-->>L: integrity sha512-Ph8W
    L->>L: add resolution and snapshot for 6.8.0
    I->>L: catalog specifier resolves to 6.8.0
Loading
%%{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"}}}%%
sequenceDiagram
    participant W as pnpm-workspace.yaml
    participant L as pnpm-lock.yaml
    participant I as workflow importer
    participant R as npm Registry
    Note over W: catalog pin 6.7.2 to 6.8.0
    W->>L: catalog version updated
    L->>R: "resolve workflow-tengo@6.8.0"
    R-->>L: integrity sha512-Ph8W
    L->>L: add resolution and snapshot for 6.8.0
    I->>L: catalog specifier resolves to 6.8.0
Loading

Reviews (1): Last reviewed commit: "MILAB-6480: "@platforma-sdk/workflow-t..." | 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

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 updates the dependency version of @platforma-sdk/workflow-tengo from 6.7.2 to 6.8.0 in pnpm-workspace.yaml and updates the lockfile pnpm-lock.yaml accordingly. 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.

@blackcat
blackcat merged commit 1d4e57b into main Jul 17, 2026
12 checks passed
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.

2 participants