Version 0.20260721.0#530
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Bumps the app to version 0.20260720.0 and updates the libOpenCOR integration to use the shared @opencor/libopencor-types TypeScript definitions, alongside dependency/lockfile refreshes.
Changes:
- Switch libOpenCOR WASM typings from local
IWasm*interfaces to@opencor/libopencor-types. - Update version metadata + libOpenCOR WASM version target.
- Refresh/pin several dependencies and update Bun lockfiles.
Reviewed changes
Copilot reviewed 7 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/renderer/src/types/types.d.ts | Removes ad-hoc module declarations (now relying on external type packages). |
| src/renderer/src/libopencor/locSedApi.ts | Refactors SED-ML WASM typings to use @opencor/libopencor-types and adjusts accessors. |
| src/renderer/src/libopencor/locLoggerApi.ts | Updates issue-pointer typing and adds null-guard while iterating WASM issues. |
| src/renderer/src/libopencor/locFileApi.ts | Updates FileManager/File WASM typings and adds null-guards when iterating files. |
| src/renderer/src/libopencor/locApi.ts | Replaces the custom IWasmLocApi interface with a Pick<MainModule, ...> and trims re-exports. |
| src/renderer/src/common/initialisation.ts | Types the dynamically-imported WASM factory as returning MainModule. |
| src/renderer/package.json | Version bump + libOpenCOR version bump + dependency updates + adds @opencor/libopencor-types. |
| src/renderer/bun.lock | Lockfile update for renderer package dependency changes. |
| package.json | Root version bump + dependency updates + adds @opencor/libopencor-types. |
| bun.lock | Root lockfile update for dependency changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
agarny
force-pushed
the
cleaning-up
branch
5 times, most recently
from
July 20, 2026 02:09
462015e to
7ef9cd7
Compare
agarny
force-pushed
the
cleaning-up
branch
2 times, most recently
from
July 20, 2026 10:56
41fb017 to
7f5401c
Compare
qwe
New major versions have been released and they change the look of things quite a bit, so pinning things.
agarny
force-pushed
the
cleaning-up
branch
2 times, most recently
from
July 21, 2026 01:05
13d2178 to
facd74f
Compare
… module for libOpenCOR.
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.
No description provided.