fix(ui): update OpenTUI color renderer#407
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — a narrow patch-version bump with a consistent lockfile update and well-placed changelog entry. The change touches only the OpenTUI dependency version in package.json, the generated lockfile, and the changelog. All six platform-specific native binaries are updated to the matching version with new hashes, and @opentui/react's internal pinned reference to @opentui/core is also bumped correctly. The changelog entry is correctly placed under [Unreleased] > Fixed and matches the format of the surrounding entries. There are no logic changes, no migration concerns, and no inconsistencies between the declared and resolved versions. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[package.json] -->|declares 0.1.89| B[opentui-core 0.1.89]
A -->|declares 0.1.89| C[opentui-react 0.1.89]
C -->|pinned peer dep| B
B --> D[core-darwin-arm64 0.1.89]
B --> E[core-darwin-x64 0.1.89]
B --> F[core-linux-arm64 0.1.89]
B --> G[core-linux-x64 0.1.89]
B --> H[core-win32-arm64 0.1.89]
B --> I[core-win32-x64 0.1.89]
J[bun.lock] -->|pins all packages with hashes| B
J --> C
Reviews (1): Last reviewed commit: "fix(ui): update OpenTUI color renderer" | Re-trigger Greptile |
cf1f722 to
3fee10b
Compare
|
Refs #399 |
# Conflicts: # CHANGELOG.md
Summary
@opentui/coreand@opentui/reactfrom 0.1.88 to 0.1.89 to pick up upstream native renderer color/background fixes.Fixes #399.
Testing
bun run typecheckbun run lintbun testThis PR description was generated by Pi using OpenAI GPT-5