Skip to content

chore(deps): bump @opentui/solid from 0.1.87 to 0.1.97#679

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/opentui/solid-0.1.97
Open

chore(deps): bump @opentui/solid from 0.1.87 to 0.1.97#679
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/opentui/solid-0.1.97

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps @opentui/solid from 0.1.87 to 0.1.97.

Release notes

Sourced from @​opentui/solid's releases.

Release v0.1.97

What's Changed

New Contributors

Full Changelog: anomalyco/opentui@v0.1.96...v0.1.97

Release v0.1.96

What's Changed

Full Changelog: anomalyco/opentui@v0.1.95...v0.1.96

Release v0.1.95

What's Changed

Full Changelog: anomalyco/opentui@v0.1.94...v0.1.95

Release v0.1.94

What's Changed

New Contributors

Full Changelog: anomalyco/opentui@v0.1.93...v0.1.94

Release v0.1.93

What's Changed

... (truncated)

Commits
  • 43c5627 prepare release v0.1.97
  • c043d52 Fix runtime-plugin node_modules resolution without breaking CJS (#926)
  • 14480ef feat: add support for bottom title and alignment in BoxRenderable (#920)
  • fc1507a solid: isolate babel transform from host project config (#910)
  • 370bed6 prepare release v0.1.96
  • ebe288e prepare release v0.1.95
  • 4d40e6f runtime module resolve include node_modules (#903)
  • 3c3b439 prepare release v0.1.94
  • 8d71130 Solid slot dedupe (#902)
  • 426bfef prepare release v0.1.93
  • Additional commits viewable in compare view

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)

Summary by cubic

Upgrade @opentui/solid to v0.1.97 to pull in upstream fixes and improvements, including isolated Babel transforms and better runtime module resolution.

  • Dependencies
    • @opentui/solid: 0.1.87 → 0.1.97

Written for commit a08ce34. Summary will update on new commits.

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

---
updated-dependencies:
- dependency-name: "@opentui/solid"
  dependency-version: 0.1.97
  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 Apr 10, 2026
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@github-actions
Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions
Copy link
Copy Markdown

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="packages/opencode/package.json">

<violation number="1" location="packages/opencode/package.json:99">
P2: `@opentui/solid` is bumped to 0.1.97 but `@opentui/core` stays at 0.1.87. These are sibling packages from the same monorepo with lockstep versioning — running them at different versions risks runtime incompatibilities. Bump `@opentui/core` to 0.1.97 as well.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.

"@openrouter/ai-sdk-provider": "1.5.4",
"@opentui/core": "0.1.87",
"@opentui/solid": "0.1.87",
"@opentui/solid": "0.1.97",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: @opentui/solid is bumped to 0.1.97 but @opentui/core stays at 0.1.87. These are sibling packages from the same monorepo with lockstep versioning — running them at different versions risks runtime incompatibilities. Bump @opentui/core to 0.1.97 as well.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/opencode/package.json, line 99:

<comment>`@opentui/solid` is bumped to 0.1.97 but `@opentui/core` stays at 0.1.87. These are sibling packages from the same monorepo with lockstep versioning — running them at different versions risks runtime incompatibilities. Bump `@opentui/core` to 0.1.97 as well.</comment>

<file context>
@@ -96,7 +96,7 @@
     "@openrouter/ai-sdk-provider": "1.5.4",
     "@opentui/core": "0.1.87",
-    "@opentui/solid": "0.1.87",
+    "@opentui/solid": "0.1.97",
     "@parcel/watcher": "2.5.1",
     "@pierre/diffs": "catalog:",
</file context>
Fix with Cubic

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

Labels

contributor dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code needs:compliance needs:issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants