build(deps): bump @opentui/solid from 0.4.5 to 0.5.1 - #85
Conversation
Bumps [@opentui/solid](https://github.com/anomalyco/opentui/tree/HEAD/packages/solid) from 0.4.5 to 0.5.1. - [Release notes](https://github.com/anomalyco/opentui/releases) - [Commits](https://github.com/anomalyco/opentui/commits/v0.5.1/packages/solid) --- updated-dependencies: - dependency-name: "@opentui/solid" dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Supersedes #84 and #85. The two move together: the AOT TUI build compiles against the solid transform, so a core/solid version skew would emit helper imports the runtime registry may not export. Verified the compiled output still binds only helpers 0.5.1 exports (createComponent, createElement, createTextNode, effect, insert, insertNode, memo, setProp) — a mismatch there fails at host load time, which no test in this repo executes.
|
Integrated into main as a560a44 alongside #84. The two packages move together — the AOT TUI build compiles against the solid transform, so a core/solid skew can emit helper imports the runtime registry does not export. Verified the compiled output binds only helpers 0.5.1 exports. Released in v0.6.0. |
|
Looks like @opentui/solid is up-to-date now, so this is no longer needed. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @opentui/solid from 0.4.5 to 0.5.1.
Release notes
Sourced from @opentui/solid's releases.
Commits
ad9a818prepare release v0.5.11bc4d2aprepare release v0.5.0078bb44feat(core): add native image rendering (#1283)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by cubic
Upgrade
@opentui/solidfrom 0.4.5 to 0.5.1 to pick up performance gains, native image rendering, and PNG handling fixes. This also updates transitive@opentui/coreto 0.5.1.@opentui/solid: 0.4.5 → 0.5.1 (faster FFI reads, native image rendering, audio input capture, better error emission, PNG ICC profile/whitespace support)@opentui/core→ 0.5.1,bun-ffi-structs→ 0.3.1solid-js@1.9.12remains compatibleWritten for commit 370b8a3. Summary will update on new commits.