Skip to content

chore(deps): bump the npm-tui-minor-patch group across 1 directory with 5 updates - #144

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/src/plugins/tui/npm-tui-minor-patch-11c7e632c8
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/src/plugins/tui/npm-tui-minor-patch-11c7e632c8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-tui-minor-patch group with 5 updates in the /src/plugins/tui directory:

Package From To
@opencode-ai/plugin 1.18.7 1.18.30
@opentui/core 0.5.10 0.5.11
@opentui/solid 0.5.10 0.5.11
solid-js 1.9.12 1.9.15
tsdown 0.22.14 0.23.0

Updates @opencode-ai/plugin from 1.18.7 to 1.18.30

Updates @opentui/core from 0.5.10 to 0.5.11

Release notes

Sourced from @​opentui/core's releases.

Release v0.5.11

What's Changed

New Contributors

Full Changelog: anomalyco/opentui@v0.5.10...v0.5.11

Commits

Updates @opentui/solid from 0.5.10 to 0.5.11

Release notes

Sourced from @​opentui/solid's releases.

Release v0.5.11

What's Changed

New Contributors

Full Changelog: anomalyco/opentui@v0.5.10...v0.5.11

Commits

Updates solid-js from 1.9.12 to 1.9.15

Commits

Updates tsdown from 0.22.14 to 0.23.0

Release notes

Sourced from tsdown's releases.

v0.23.0

   🧭 Migration Guide

Most users can upgrade directly. Before upgrading, run one final build with tsdown@0.22.14 and resolve all deprecation warnings.

  • config:
    • bundle: falseunbundle: true; bundle: true can be removed
    • outExtensionoutExtensions
    • publicDir / --public-dircopy / --copy
    • removeNodeProtocol: truenodeProtocol: 'strip'
    • injectStylecss.inject
  • deps:
    • inlineOnly / deps.onlyAllowBundledeps.onlyBundle
    • skipNodeModulesBundle: truedeps.neverBundle: true
    • resolveDepSubpath now defaults to false; set it to true to preserve the previous behavior
  • dts:
    • rolldown-plugin-dts was upgraded from 0.27.13 to 0.28.5
    • dts.oxc: truedts.generator: 'oxc'
    • dts.tsgo: truedts.generator: 'tsgo'; oxc and tsgo objects now only configure their respective generators
    • dts.volarPluginsdts.customLanguages; rename each language's create hook to createVolarPlugins
    • Custom languages, including vue, now throw when combined with an incompatible generator
    • dts.cjsReexport was removed; dual-format builds now generate CJS declarations in a separate pass
  • attw:
    • The default profile changed from strict to esm-only; set profile: 'strict' to preserve the previous checks
  • programmatic API:
    • build() now returns { bundles, watch }; replace const bundles = await build() with const { bundles } = await build()
  • requirements:
    • Node.js 25 is no longer supported; use ^22.18.0, ^24.11.0, or >=26.0.0
    • rolldown-plugin-dts now requires Rolldown 1.2.x
    • Legacy types and typesVersions fallbacks were removed; use TypeScript's bundler, node16, or nodenext module resolution

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the npm-tui-minor-patch group in /src/plugins/tui with 5 updates chore(deps): bump the npm-tui-minor-patch group across 1 directory with 5 updates Sep 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/src/plugins/tui/npm-tui-minor-patch-11c7e632c8 branch 4 times, most recently from bce6f6e to 20ea269 Compare September 16, 2026 12:11
…th 5 updates

Bumps the npm-tui-minor-patch group with 5 updates in the /src/plugins/tui directory:

| Package | From | To |
| --- | --- | --- |
| @opencode-ai/plugin | `1.18.7` | `1.18.30` |
| [@opentui/core](https://github.com/anomalyco/opentui/tree/HEAD/packages/core) | `0.5.10` | `0.5.11` |
| [@opentui/solid](https://github.com/anomalyco/opentui/tree/HEAD/packages/solid) | `0.5.10` | `0.5.11` |
| [solid-js](https://github.com/solidjs/solid) | `1.9.12` | `1.9.15` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.22.14` | `0.23.0` |



Updates `@opencode-ai/plugin` from 1.18.7 to 1.18.30

Updates `@opentui/core` from 0.5.10 to 0.5.11
- [Release notes](https://github.com/anomalyco/opentui/releases)
- [Commits](https://github.com/anomalyco/opentui/commits/v0.5.11/packages/core)

Updates `@opentui/solid` from 0.5.10 to 0.5.11
- [Release notes](https://github.com/anomalyco/opentui/releases)
- [Commits](https://github.com/anomalyco/opentui/commits/v0.5.11/packages/solid)

Updates `solid-js` from 1.9.12 to 1.9.15
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits/solid-js@1.9.15)

Updates `tsdown` from 0.22.14 to 0.23.0
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.22.14...v0.23.0)

---
updated-dependencies:
- dependency-name: "@opencode-ai/plugin"
  dependency-version: 1.18.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-tui-minor-patch
- dependency-name: "@opentui/core"
  dependency-version: 0.5.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-tui-minor-patch
- dependency-name: "@opentui/solid"
  dependency-version: 0.5.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-tui-minor-patch
- dependency-name: solid-js
  dependency-version: 1.9.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-tui-minor-patch
- dependency-name: tsdown
  dependency-version: 0.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-tui-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/src/plugins/tui/npm-tui-minor-patch-11c7e632c8 branch from 20ea269 to cf62e25 Compare September 16, 2026 14:48
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.

0 participants