From 587c0520ad86f6e3a782009615fc2c7541ae16e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:35:04 +0000 Subject: [PATCH] build(deps): bump solid-js from 1.9.13 to 1.9.14 Bumps [solid-js](https://github.com/solidjs/solid) from 1.9.13 to 1.9.14. - [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) --- updated-dependencies: - dependency-name: solid-js dependency-version: 1.9.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 12 ++++++------ packages/opencode/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bun.lock b/bun.lock index 40b3c1a3..0450cfa4 100644 --- a/bun.lock +++ b/bun.lock @@ -20,7 +20,7 @@ }, "packages/core": { "name": "@cortexkit/anthropic-auth-core", - "version": "1.12.1", + "version": "1.13.0", "dependencies": { "xxhash-wasm": "^1.1.0", }, @@ -33,16 +33,16 @@ }, "packages/opencode": { "name": "@cortexkit/opencode-anthropic-auth", - "version": "1.12.1", + "version": "1.13.0", "bin": { "opencode-anthropic-auth": "dist/cli.js", }, "dependencies": { - "@cortexkit/anthropic-auth-core": "1.10.3", + "@cortexkit/anthropic-auth-core": "1.13.0", "@opentui/core": ">=0.4.2", "@opentui/solid": ">=0.4.2", "jsonc-parser": "^3.3.1", - "solid-js": "^1.9.10", + "solid-js": "^1.9.14", }, "peerDependencies": { "@opencode-ai/plugin": "*", @@ -50,7 +50,7 @@ }, "packages/pi": { "name": "@cortexkit/pi-anthropic-auth", - "version": "1.12.1", + "version": "1.13.0", "dependencies": { "@cortexkit/anthropic-auth-core": "1.1.3", }, @@ -670,7 +670,7 @@ "signal-exit": ["signal-exit@3.0.7", "", {}, "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="], - "solid-js": ["solid-js@1.9.13", "", { "dependencies": { "csstype": "^3.1.0", "seroval": "~1.5.0", "seroval-plugins": "~1.5.0" } }, "sha512-6hJeJMOcEX8ktqjpDoJZEmld3ijvcvWBDtiXBm7f4332SiFN66QeAQI1REQshvyUoISsSeJ4PHDauKYbwao9JQ=="], + "solid-js": ["solid-js@1.9.14", "", { "dependencies": { "csstype": "^3.1.0", "seroval": "~1.5.4", "seroval-plugins": "~1.5.4" } }, "sha512-sAEXC0Kk0S1EDg+8ysEWJDbYhA3RRoEjwuySUGlKIemeo0I5YZfOyumNjNs9Sv3y2nmhD+0rW66ag2HsMuQiGQ=="], "string-width": ["string-width@7.2.0", "", { "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", "strip-ansi": "^7.1.0" } }, "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ=="], diff --git a/packages/opencode/package.json b/packages/opencode/package.json index ec0feffb..785c5599 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -62,6 +62,6 @@ "@opentui/core": ">=0.4.2", "@opentui/solid": ">=0.4.2", "jsonc-parser": "^3.3.1", - "solid-js": "^1.9.10" + "solid-js": "^1.9.14" } }