Skip to content

build(deps): bump @opentui/solid from 0.3.0 to 0.3.1#56

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/opentui/solid-0.3.1
Closed

build(deps): bump @opentui/solid from 0.3.0 to 0.3.1#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/opentui/solid-0.3.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps @opentui/solid from 0.3.0 to 0.3.1.

Release notes

Sourced from @​opentui/solid's releases.

Release v0.3.1

What's Changed

Full Changelog: anomalyco/opentui@v0.3.0...v0.3.1

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.


Summary by cubic

Bump @opentui/solid to 0.3.1 to pick up the renderer’s split-footer replay reset and align with the latest @opentui/core.

  • Dependencies
    • Updated @opentui/solid 0.3.0 → 0.3.1 and set packages/opencode range to >=0.3.1.
    • Lockfile now resolves @opentui/core and its platform builds to 0.3.1 for compatibility.

Written for commit 017e5a7. Summary will update on new commits.

Review in cubic

Greptile Summary

This Dependabot PR bumps @opentui/solid from 0.3.0 to 0.3.1 (a patch release adding split-footer replay reset) and tightens the minimum version constraint in packages/opencode/package.json from >=0.1.92 to >=0.3.1.

  • @opentui/core and all its platform-specific optional packages are also bumped from 0.3.0 to 0.3.1 in bun.lock, which is expected since @opentui/solid@0.3.1 depends on @opentui/core@0.3.1.
  • The lockfile regeneration also swept in workspace package version changes (1.4.1 → 1.5.0) for all three internal packages; this appears to be pre-existing drift between the manifest files and the lockfile that Dependabot's install run resolved.

Confidence Score: 4/5

Safe to merge — the dependency bump is a patch release with a small additive feature, and no functional code is changed.

The only substantive question is whether the unrelated workspace version bump (1.4.1→1.5.0) in the lockfile is intentional; if the manifest files already carried 1.5.0 before this PR, the lockfile was simply catching up and there is no real risk.

bun.lock — confirm the workspace package version advancement from 1.4.1 to 1.5.0 was expected.

Important Files Changed

Filename Overview
packages/opencode/package.json Tightens @opentui/solid minimum version from >=0.1.92 to >=0.3.1, which reflects the new resolved version and narrows backward compatibility for consumers.
bun.lock Bumps @opentui/solid and @opentui/core (and their platform-specific optionals) from 0.3.0 to 0.3.1; also updates workspace package versions from 1.4.1 to 1.5.0, which is unrelated to the dependency bump.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["Dependabot triggers bun install"] --> B["@opentui/solid 0.3.0 → 0.3.1"]
    B --> C["@opentui/core 0.3.0 → 0.3.1\n(transitive peer dep)"]
    A --> D["bun.lock regenerated"]
    D --> E["Workspace packages synced\n1.4.1 → 1.5.0\n(pre-existing lockfile drift)"]
    B --> F["package.json constraint updated\n>=0.1.92 → >=0.3.1"]
Loading

Comments Outside Diff (1)

  1. bun.lock, line 22-56 (link)

    P2 Workspace versions bumped beyond scope of dependency update

    The lockfile regeneration also advanced all three workspace packages (@cortexkit/anthropic-auth-core, @cortexkit/opencode-anthropic-auth, @cortexkit/pi-anthropic-auth) from 1.4.1 to 1.5.0. These changes are unrelated to the @opentui/solid 0.3.0→0.3.1 bump. This suggests the lockfile was previously out of sync with the workspace package.json manifests, and Dependabot's bun install run picked up the drift. Worth confirming the 1.5.0 workspace versions are intentional before merging.

    Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Reviews (1): Last reviewed commit: "build(deps): bump @opentui/solid from 0...." | Re-trigger Greptile

Bumps [@opentui/solid](https://github.com/anomalyco/opentui/tree/HEAD/packages/solid) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/anomalyco/opentui/releases)
- [Commits](https://github.com/anomalyco/opentui/commits/v0.3.1/packages/solid)

---
updated-dependencies:
- dependency-name: "@opentui/solid"
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 4, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​opentui/​core@​0.3.0 ⏵ 0.3.198 +610092 +198100
Updated@​opentui/​solid@​0.3.0 ⏵ 0.3.19710010098100

View full report

@ualtinok
Copy link
Copy Markdown
Contributor

ualtinok commented Jun 4, 2026

Closed as superseded by the combined dependency update in f5876fa, which applies these bumps together to avoid bun.lock conflicts.

@ualtinok ualtinok closed this Jun 4, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 4, 2026

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/bun/opentui/solid-0.3.1 branch June 4, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant