Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/opentui-core-solid-0.4.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'opencode-copilot-delegate': patch
---

Update `@opentui/core` and `@opentui/solid` to v0.4.5 (from v0.2.7 on `main`). Supersedes the stale Renovate PR #135 (which targeted v0.4.3); upstream has since published v0.4.5. Pins `@opentui/core` to the same version via a new `overrides` entry so TypeScript resolves branded renderable types (`TextRenderable`, `BoxRenderable`, `KeyEvent`, …) from a single installation, preventing the duplicate-type-identity regressions that `@opentui/solid@0.4.x` would otherwise introduce by bundling its own `@opentui/core`.
29 changes: 16 additions & 13 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,14 @@
"publish-changesets": "bun run build && changeset publish"
},
"dependencies": {
"@opentui/core": "0.2.7",
"@opentui/solid": "0.2.7",
"@opentui/core": "0.4.5",
"@opentui/solid": "0.4.5",
"fkill": "10.0.3",
"solid-js": "1.9.14",
"zod": "^4.3.0"
},
"overrides": {
"@opentui/core": "0.4.5",
"zod": "^4.3.0"
}
}