chore(deps): bump @opentui/solid from 0.1.87 to 0.1.97#679
chore(deps): bump @opentui/solid from 0.1.87 to 0.1.97#679dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
There was a problem hiding this comment.
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.
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
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. |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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>
Bumps @opentui/solid from 0.1.87 to 0.1.97.
Release notes
Sourced from
@opentui/solid's releases.... (truncated)
Commits
43c5627prepare release v0.1.97c043d52Fix runtime-plugin node_modules resolution without breaking CJS (#926)14480effeat: add support for bottom title and alignment in BoxRenderable (#920)fc1507asolid: isolate babel transform from host project config (#910)370bed6prepare release v0.1.96ebe288eprepare release v0.1.954d40e6fruntime module resolve include node_modules (#903)3c3b439prepare release v0.1.948d71130Solid slot dedupe (#902)426bfefprepare release v0.1.93Dependabot 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)Summary by cubic
Upgrade
@opentui/solidto v0.1.97 to pull in upstream fixes and improvements, including isolated Babel transforms and better runtime module resolution.@opentui/solid: 0.1.87 → 0.1.97Written for commit a08ce34. Summary will update on new commits.