From fc78f4c85700b3c45f7f5884a5376c0a241cd7ea Mon Sep 17 00:00:00 2001 From: "mrbro-bot[bot]" <137683033+mrbro-bot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:21:04 +0000 Subject: [PATCH] build(dev): update all non-major dependencies to v1.15.10 --- bun.lock | 6 +++--- mise.toml | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index 933fdef..f336808 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ "devDependencies": { "@biomejs/biome": "2.4.15", "@changesets/cli": "2.31.0", - "@opencode-ai/plugin": "1.15.8", + "@opencode-ai/plugin": "1.15.10", "@types/babel__core": "7.20.5", "@types/bun": "1.3.14", "@types/node": "24.12.4", @@ -174,9 +174,9 @@ "@nodelib/fs.walk": ["@nodelib/fs.walk@1.2.8", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="], - "@opencode-ai/plugin": ["@opencode-ai/plugin@1.15.8", "", { "dependencies": { "@opencode-ai/sdk": "1.15.8", "effect": "4.0.0-beta.66", "zod": "4.1.8" }, "peerDependencies": { "@opentui/core": ">=0.2.15", "@opentui/keymap": ">=0.2.15", "@opentui/solid": ">=0.2.15" }, "optionalPeers": ["@opentui/core", "@opentui/keymap", "@opentui/solid"] }, "sha512-1I1siA9fkod/3Gt1zaer8vQ2Gbm8MaMqOOPFPkrBuCjHtoDEcgTPjybIU2eRVGUfoCJm4JnNcIJgzHwgUGW/Dg=="], + "@opencode-ai/plugin": ["@opencode-ai/plugin@1.15.10", "", { "dependencies": { "@opencode-ai/sdk": "1.15.10", "effect": "4.0.0-beta.66", "zod": "4.1.8" }, "peerDependencies": { "@opentui/core": ">=0.2.15", "@opentui/keymap": ">=0.2.15", "@opentui/solid": ">=0.2.15" }, "optionalPeers": ["@opentui/core", "@opentui/keymap", "@opentui/solid"] }, "sha512-V2p7CvpBtKWB+FID7Dl1y0Ci02zUT40A9b2RD9R9BOiuD8ZcKhHWov+irN0xVJA0Eg6OhEBfA0lPKRn1FNKPlw=="], - "@opencode-ai/sdk": ["@opencode-ai/sdk@1.15.8", "", { "dependencies": { "cross-spawn": "7.0.6" } }, "sha512-e6O78KooMK3o5kZeUO1MQbzRt3W0fmQkE2ZdVRE50s10kBHrOavEeAEwUhFMaH8z2TZV/59az98nUlBLAE+wzA=="], + "@opencode-ai/sdk": ["@opencode-ai/sdk@1.15.10", "", { "dependencies": { "cross-spawn": "7.0.6" } }, "sha512-CUhpmMGGOqzvPnNNjjWmEIodAfP6Qnuki2ChIUKWYF7UImZ4zUcMZnzO5BtUxu/Ni1P8qzWxDioXs+7aIZQEhA=="], "@opentui/core": ["@opentui/core@0.2.6", "", { "dependencies": { "bun-ffi-structs": "0.2.2", "diff": "9.0.0", "marked": "17.0.1", "string-width": "7.2.0", "strip-ansi": "7.1.2", "yoga-layout": "3.2.1" }, "optionalDependencies": { "@opentui/core-darwin-arm64": "0.2.6", "@opentui/core-darwin-x64": "0.2.6", "@opentui/core-linux-arm64": "0.2.6", "@opentui/core-linux-x64": "0.2.6", "@opentui/core-win32-arm64": "0.2.6", "@opentui/core-win32-x64": "0.2.6" }, "peerDependencies": { "web-tree-sitter": "0.25.10" } }, "sha512-dBpMaWVM7wtW2/2TlGPrkPjg6gOL3MVU/5XXk+U1LDJB8L4q4NeYWVdzfAVNcEvgmuuCy/cVqdY2D4ei+e7MMg=="], diff --git a/mise.toml b/mise.toml index 17f1d22..214910f 100644 --- a/mise.toml +++ b/mise.toml @@ -1,4 +1,4 @@ [tools] bun = "1.3.14" -"npm:opencode-ai" = "1.15.8" +"npm:opencode-ai" = "1.15.10" "npm:@github/copilot" = "1.0.51" diff --git a/package.json b/package.json index 869718a..63f003a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "devDependencies": { "@biomejs/biome": "2.4.15", "@changesets/cli": "2.31.0", - "@opencode-ai/plugin": "1.15.8", + "@opencode-ai/plugin": "1.15.10", "@types/babel__core": "7.20.5", "@types/bun": "1.3.14", "@types/node": "24.12.4",