Skip to content

Erohinaelena/update graph maker version#120

Merged
erohinaelena merged 2 commits intomainfrom
erohinaelena/update-graph-maker-version
Feb 6, 2026
Merged

Erohinaelena/update graph maker version#120
erohinaelena merged 2 commits intomainfrom
erohinaelena/update-graph-maker-version

Conversation

@erohinaelena
Copy link
Contributor

No description provided.

@gemini-code-assist
Copy link

Summary of Changes

Hello @erohinaelena, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on a comprehensive update of project dependencies, including a major version bump for React and several internal @milaboratories and @platforma-sdk packages. Concurrently, it introduces a refinement in the model's output handling for graph frames and streamlines the corresponding UI component by removing redundant local state management, ensuring a more direct and potentially more robust data flow.

Highlights

  • Dependency Updates: Numerous dependencies have been updated across the project, including core libraries like React (from v18 to v19), @milaboratories/graph-maker, and various @platforma-sdk packages. These updates are reflected in pnpm-lock.yaml and pnpm-workspace.yaml.
  • Model Output Handling Improvement: In model/src/index.ts, the output method for pFrame has been replaced with outputWithStatus. This change likely enhances the handling of output frames by incorporating status information.
  • UI Component Refactoring: The ui/src/GraphPage.vue component has been refactored to remove local caching logic for pFrame data. Imports for ref, watch, OutputWithStatus, and PFrameHandle were removed, and the graph-maker component now directly binds to app.model.outputs.pFrame, simplifying the data flow.
  • New Changelog Entry: A new changeset file, pretty-melons-punch.md, has been added to document the dependency updates for @platforma-open/milaboratories.graph-maker.model and @platforma-open/milaboratories.graph-maker.ui.
Changelog
  • .changeset/pretty-melons-punch.md
    • Added a new changeset entry to document dependency updates for graph-maker related packages.
  • model/src/index.ts
    • Changed output('pFrame', ...) to outputWithStatus('pFrame', ...) to include status information in the output.
  • pnpm-lock.yaml
    • Updated @milaboratories/graph-maker from 1.1.217 to 1.1.223.
    • Updated @platforma-sdk/block-tools from 2.6.37 to 2.6.44.
    • Updated @platforma-sdk/model from 1.53.4 to 1.53.11.
    • Updated @platforma-sdk/tengo-builder from 2.4.13 to 2.4.14.
    • Updated @platforma-sdk/test from 1.53.4 to 1.53.12.
    • Updated @platforma-sdk/ui-vue from 1.53.4 to 1.53.11.
    • Updated React from 18.3.1 to 19.2.4 and React-DOM from 18.3.1 to 19.2.4.
    • Added fast-json-patch@3.1.1 as a new dependency.
    • Removed loose-envify@1.4.0 dependency.
    • Updated scheduler from 0.23.2 to 0.27.0.
    • Corrected a typo in the deprecated message for the tar package (from 'exhorbitant' to 'exorbitant').
  • pnpm-workspace.yaml
    • Updated catalog versions for @platforma-sdk/tengo-builder, @platforma-sdk/block-tools, @platforma-sdk/model, @platforma-sdk/test, @milaboratories/graph-maker, and @platforma-sdk/ui-vue to reflect the new dependency versions.
  • ui/src/GraphPage.vue
    • Removed unused imports for ref, watch, OutputWithStatus, and PFrameHandle.
    • Removed the cachedPFrame ref and graphMakerPframe computed property.
    • Modified the graph-maker component to directly use app.model.outputs.pFrame for its pFrame prop, simplifying state management.
Activity
  • The pull request was opened by erohinaelena with the title 'Erohinaelena/update graph maker version'.
  • The changes include a new changeset file, modifications to model logic, and significant dependency updates across pnpm-lock.yaml and pnpm-workspace.yaml.
  • A UI component was refactored to align with the updated model output handling.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

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

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 several dependencies, most notably @milaboratories/graph-maker and various @platforma-sdk packages. The code changes in model/src/index.ts and ui/src/GraphPage.vue are direct consequences of these updates, adapting to new APIs. The refactoring in GraphPage.vue, which removes the manual caching logic for pFrame, is a good simplification. The changes are sound and improve the codebase. I have one minor suggestion regarding the changeset message to improve clarity in the generated changelog.

'@platforma-open/milaboratories.graph-maker.ui': patch
---

update dependencies

Choose a reason for hiding this comment

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

medium

The changeset summary is a bit generic. For a more informative changelog, consider making it more descriptive. A message like the one suggested below would better reflect the scope of the changes.

Suggested change
update dependencies
chore: update graph-maker and platforma-sdk dependencies

@erohinaelena erohinaelena added this pull request to the merge queue Feb 6, 2026
Merged via the queue into main with commit 196ae01 Feb 6, 2026
8 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.

1 participant

Comments