From 3b4fc72dccbf2709a2f7f97867109604fc6c14a2 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sat, 12 Sep 2026 19:29:07 +0000 Subject: [PATCH] chore: hqtui ^0.5.0, so a click reaches the key bar and the dialogs Below 1.0 a caret locks the minor, so this app was pinned to the hqtui it was written against and would never have seen a newer one. 0.5.0 adds click hooks to status bar items, modal buttons and backdrops, and panels, and a double-click on every scrollable widget; all optional, nothing here has to change to take it. Bumped: apps/tui/package.json, package.json. Checks: typecheck=ok, test=ok. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01DWtLsmAescX4Nb8QiBJd37 --- apps/tui/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- pnpm-workspace.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/tui/package.json b/apps/tui/package.json index 2fa88c5..0a0cc50 100644 --- a/apps/tui/package.json +++ b/apps/tui/package.json @@ -8,7 +8,7 @@ "bin": { "tsbb-tui": "./bin/tsbb-tui.mjs" }, "engines": { "node": ">=24" }, "dependencies": { - "@profullstack/hqtui": "^0.1.9", + "@profullstack/hqtui": "^0.5.0", "@tsbb/client": "workspace:*" } } diff --git a/package.json b/package.json index 96a4282..45e5ebf 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "format": "prettier --write ." }, "devDependencies": { - "@profullstack/hqtui": "^0.1.9", + "@profullstack/hqtui": "^0.5.0", "@types/node": "^24.3.0", "hono": "^4.6.14", "prettier": "^3.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2331661..6672932 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,8 +13,8 @@ importers: version: 0.35.4(@types/node@24.13.3) devDependencies: '@profullstack/hqtui': - specifier: ^0.1.9 - version: 0.1.9 + specifier: ^0.5.0 + version: 0.5.0 '@types/node': specifier: ^24.3.0 version: 24.13.3 @@ -103,8 +103,8 @@ importers: apps/tui: dependencies: '@profullstack/hqtui': - specifier: ^0.1.9 - version: 0.1.9 + specifier: ^0.5.0 + version: 0.5.0 '@tsbb/client': specifier: workspace:* version: link:../../packages/client @@ -441,8 +441,8 @@ packages: '@neon-rs/load@0.0.4': resolution: {integrity: sha512-kTPhdZyTQxB+2wpiRcFWrDcejc4JI6tkPuS7UZCG4l6Zvc5kU/gGQ/ozvHTh1XR5tS+UlfAfGuPajjzQjCiHCw==} - '@profullstack/hqtui@0.1.9': - resolution: {integrity: sha512-grOrw3KqbFTnjXKgMIa+HFiujVkdkEFScNSAnJ7GE/fGU6CVyowfw1wnKpFHt/Mv1A4n8QUTKJ3ws65tNKIvNg==} + '@profullstack/hqtui@0.5.0': + resolution: {integrity: sha512-jDwILBmdQx8pQA0ao/tzzty8u5nFNS4XhvU9xXhZvdIaMeiF3HBJIVtP6cS6kigS4lXmHR7sztbb9QJpaWwhig==} engines: {bun: '>=1.1', node: '>=22.6'} hasBin: true @@ -723,7 +723,7 @@ snapshots: '@neon-rs/load@0.0.4': {} - '@profullstack/hqtui@0.1.9': {} + '@profullstack/hqtui@0.5.0': {} '@types/node@24.13.3': dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 2093e42..b839e73 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,4 +3,4 @@ packages: - 'apps/*' - 'plugins/*' minimumReleaseAgeExclude: - - '@profullstack/hqtui@0.1.9' + - '@profullstack/hqtui@0.1.9 || 0.5.0'