Skip to content

fix(deps): update dependency @opentui/core to v0.2.7#130

Open
mrbro-bot[bot] wants to merge 2 commits into
mainfrom
renovate/opentui-core-0.x
Open

fix(deps): update dependency @opentui/core to v0.2.7#130
mrbro-bot[bot] wants to merge 2 commits into
mainfrom
renovate/opentui-core-0.x

Conversation

@mrbro-bot
Copy link
Copy Markdown
Contributor

@mrbro-bot mrbro-bot Bot commented May 15, 2026

This PR contains the following updates:

Package Change Age Confidence OpenSSF Code Search
@opentui/core (source) 0.2.60.2.7 age confidence OpenSSF Scorecard GitHub Code Search for "@opentui/core"

Release Notes

anomalyco/opentui (@​opentui/core)

v0.2.7

Compare Source

What's Changed

Full Changelog: anomalyco/opentui@v0.2.6...v0.2.7


Configuration

📅 Schedule: (in timezone America/Phoenix)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@mrbro-bot mrbro-bot Bot added dependencies Dependency updates or security alerts patch Patch version changes renovate Renovate bot updates javascript labels May 15, 2026
@mrbro-bot mrbro-bot Bot requested a review from marcusrbrown May 15, 2026 05:40
@mrbro-bot
Copy link
Copy Markdown
Contributor Author

mrbro-bot Bot commented May 15, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: bun.lock
Command failed: install-tool bun 1.3.14

File name: undefined
Command failed: bun run build
$ bun run clean && bun scripts/build.ts && tsc --emitDeclarationOnly --noEmit false
$ rimraf dist

…y mismatch

Both @opentui/core and @opentui/solid must be bumped together because
@opentui/solid depends on @opentui/core internally. When only one is
bumped, TypeScript sees two different copies of @opentui/core types,
causing [BrandedRenderable] symbol identity errors in modal-list.tsx.
@fro-bot
Copy link
Copy Markdown
Collaborator

fro-bot commented May 15, 2026

Pushed a fix: also bumped @opentui/solid from 0.2.6 → 0.2.7 on this branch.

Root cause: The TypeScript errors were [BrandedRenderable] property mismatches between two copies of @opentui/core types (root node_modules/@opentui/core vs node_modules/@opentui/solid/node_modules/@opentui/core). When only @opentui/core was bumped to 0.2.7 but @opentui/solid remained at 0.2.6, the nested dependency resolved to the old version, creating a type identity split.

Fix: Both @opentui/core and @opentui/solid must be bumped together.

Typecheck, lint, build, and 321 unit tests all pass.

@mrbro-bot
Copy link
Copy Markdown
Contributor Author

mrbro-bot Bot commented May 15, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates or security alerts patch Patch version changes renovate Renovate bot updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants