From 2c9bc0bb78f3a4f447b6b0b4c0b45c36d548a71b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 29 Mar 2026 14:41:19 +0100 Subject: [PATCH] chore(deps): bump workspace dependencies --- extensions/diffs/package.json | 6 +- extensions/discord/package.json | 2 +- extensions/feishu/package.json | 2 +- extensions/llm-task/package.json | 2 +- extensions/lobster/package.json | 2 +- extensions/mattermost/package.json | 2 +- extensions/memory-lancedb/package.json | 2 +- extensions/tlon/package.json | 2 +- extensions/voice-call/package.json | 2 +- extensions/zalouser/package.json | 2 +- package.json | 18 +- pnpm-lock.yaml | 328 +++++++++++++------------ 12 files changed, 188 insertions(+), 182 deletions(-) diff --git a/extensions/diffs/package.json b/extensions/diffs/package.json index 23ea6d79071..254ff3565a1 100644 --- a/extensions/diffs/package.json +++ b/extensions/diffs/package.json @@ -8,9 +8,9 @@ "build:viewer": "bun build src/viewer-client.ts --target browser --format esm --minify --outfile assets/viewer-runtime.js" }, "dependencies": { - "@pierre/diffs": "1.1.5", - "@pierre/theme": "0.0.22", - "@sinclair/typebox": "0.34.48", + "@pierre/diffs": "1.1.7", + "@pierre/theme": "0.0.24", + "@sinclair/typebox": "0.34.49", "playwright-core": "1.58.2" }, "openclaw": { diff --git a/extensions/discord/package.json b/extensions/discord/package.json index bac704057b6..b4b39da1751 100644 --- a/extensions/discord/package.json +++ b/extensions/discord/package.json @@ -6,7 +6,7 @@ "dependencies": { "@buape/carbon": "0.0.0-beta-20260327000044", "@discordjs/voice": "^0.19.2", - "discord-api-types": "^0.38.42", + "discord-api-types": "^0.38.43", "https-proxy-agent": "^8.0.0", "opusscript": "^0.1.1" }, diff --git a/extensions/feishu/package.json b/extensions/feishu/package.json index abf1761818a..1cb9ea92565 100644 --- a/extensions/feishu/package.json +++ b/extensions/feishu/package.json @@ -5,7 +5,7 @@ "type": "module", "dependencies": { "@larksuiteoapi/node-sdk": "^1.60.0", - "@sinclair/typebox": "0.34.48", + "@sinclair/typebox": "0.34.49", "https-proxy-agent": "^8.0.0" }, "devDependencies": { diff --git a/extensions/llm-task/package.json b/extensions/llm-task/package.json index 3f44db1cc3a..e8ed8686e78 100644 --- a/extensions/llm-task/package.json +++ b/extensions/llm-task/package.json @@ -5,7 +5,7 @@ "description": "OpenClaw JSON-only LLM task plugin", "type": "module", "dependencies": { - "@sinclair/typebox": "0.34.48", + "@sinclair/typebox": "0.34.49", "ajv": "^8.18.0" }, "openclaw": { diff --git a/extensions/lobster/package.json b/extensions/lobster/package.json index 31a0bc93ced..cc42e095c72 100644 --- a/extensions/lobster/package.json +++ b/extensions/lobster/package.json @@ -4,7 +4,7 @@ "description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)", "type": "module", "dependencies": { - "@sinclair/typebox": "0.34.48" + "@sinclair/typebox": "0.34.49" }, "openclaw": { "extensions": [ diff --git a/extensions/mattermost/package.json b/extensions/mattermost/package.json index dd7fdf1a61d..493b097daf7 100644 --- a/extensions/mattermost/package.json +++ b/extensions/mattermost/package.json @@ -4,7 +4,7 @@ "description": "OpenClaw Mattermost channel plugin", "type": "module", "dependencies": { - "@sinclair/typebox": "0.34.48", + "@sinclair/typebox": "0.34.49", "ws": "^8.20.0" }, "devDependencies": { diff --git a/extensions/memory-lancedb/package.json b/extensions/memory-lancedb/package.json index e3cf95a3ea6..e3f7edf1f74 100644 --- a/extensions/memory-lancedb/package.json +++ b/extensions/memory-lancedb/package.json @@ -5,7 +5,7 @@ "type": "module", "dependencies": { "@lancedb/lancedb": "^0.27.1", - "@sinclair/typebox": "0.34.48", + "@sinclair/typebox": "0.34.49", "openai": "^6.33.0" }, "openclaw": { diff --git a/extensions/tlon/package.json b/extensions/tlon/package.json index 2d6f91dff72..9b7a1ee6b00 100644 --- a/extensions/tlon/package.json +++ b/extensions/tlon/package.json @@ -6,7 +6,7 @@ "dependencies": { "@aws-sdk/client-s3": "3.1019.0", "@aws-sdk/s3-request-presigner": "3.1019.0", - "@tloncorp/tlon-skill": "0.3.0", + "@tloncorp/tlon-skill": "0.3.1", "@urbit/aura": "^3.0.0" }, "devDependencies": { diff --git a/extensions/voice-call/package.json b/extensions/voice-call/package.json index b1272fe34d8..6c9a509e722 100644 --- a/extensions/voice-call/package.json +++ b/extensions/voice-call/package.json @@ -4,7 +4,7 @@ "description": "OpenClaw voice-call plugin", "type": "module", "dependencies": { - "@sinclair/typebox": "0.34.48", + "@sinclair/typebox": "0.34.49", "commander": "^14.0.3", "ws": "^8.20.0" }, diff --git a/extensions/zalouser/package.json b/extensions/zalouser/package.json index 1e6b81c9415..d0025e591ca 100644 --- a/extensions/zalouser/package.json +++ b/extensions/zalouser/package.json @@ -4,7 +4,7 @@ "description": "OpenClaw Zalo Personal Account plugin via native zca-js integration", "type": "module", "dependencies": { - "@sinclair/typebox": "0.34.48", + "@sinclair/typebox": "0.34.49", "zca-js": "2.1.2" }, "devDependencies": { diff --git a/package.json b/package.json index f66e68d98d0..5c81f07ac6a 100644 --- a/package.json +++ b/package.json @@ -1184,20 +1184,20 @@ "ui:install": "node scripts/ui.js install" }, "dependencies": { - "@agentclientprotocol/sdk": "0.17.0", + "@agentclientprotocol/sdk": "0.17.1", "@anthropic-ai/vertex-sdk": "^0.14.4", "@aws-sdk/client-bedrock": "^3.1019.0", "@clack/prompts": "^1.1.0", "@homebridge/ciao": "^1.3.5", "@line/bot-sdk": "^10.6.0", "@lydell/node-pty": "1.2.0-beta.3", - "@mariozechner/pi-agent-core": "0.63.1", - "@mariozechner/pi-ai": "0.63.1", - "@mariozechner/pi-coding-agent": "0.63.1", - "@mariozechner/pi-tui": "0.63.1", + "@mariozechner/pi-agent-core": "0.63.2", + "@mariozechner/pi-ai": "0.63.2", + "@mariozechner/pi-coding-agent": "0.63.2", + "@mariozechner/pi-tui": "0.63.2", "@modelcontextprotocol/sdk": "1.28.0", "@mozilla/readability": "^0.6.0", - "@sinclair/typebox": "0.34.48", + "@sinclair/typebox": "0.34.49", "ajv": "^8.18.0", "chalk": "^5.6.2", "chokidar": "^5.0.0", @@ -1241,14 +1241,14 @@ "@types/node": "^25.5.0", "@types/qrcode-terminal": "^0.12.2", "@types/ws": "^8.18.1", - "@typescript/native-preview": "7.0.0-dev.20260326.1", + "@typescript/native-preview": "7.0.0-dev.20260327.2", "@vitest/coverage-v8": "^4.1.2", "jscpd": "4.0.8", "jsdom": "^29.0.1", "lit": "^3.3.2", "oxfmt": "0.42.0", "oxlint": "^1.57.0", - "oxlint-tsgolint": "^0.17.4", + "oxlint-tsgolint": "^0.18.1", "signal-utils": "0.21.1", "tsdown": "0.21.7", "tsx": "^4.21.0", @@ -1286,7 +1286,7 @@ "path-to-regexp": "8.4.0", "qs": "6.14.2", "node-domexception": "npm:@nolyfill/domexception@^1.0.28", - "@sinclair/typebox": "0.34.48", + "@sinclair/typebox": "0.34.49", "tar": "7.5.13", "tough-cookie": "4.1.3", "yauzl": "3.2.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ebdc3dbcc50..7c21a984bdb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ overrides: path-to-regexp: 8.4.0 qs: 6.14.2 node-domexception: npm:@nolyfill/domexception@^1.0.28 - '@sinclair/typebox': 0.34.48 + '@sinclair/typebox': 0.34.49 tar: 7.5.13 tough-cookie: 4.1.3 yauzl: 3.2.1 @@ -28,8 +28,8 @@ importers: .: dependencies: '@agentclientprotocol/sdk': - specifier: 0.17.0 - version: 0.17.0(zod@4.3.6) + specifier: 0.17.1 + version: 0.17.1(zod@4.3.6) '@anthropic-ai/vertex-sdk': specifier: ^0.14.4 version: 0.14.4(zod@4.3.6) @@ -49,17 +49,17 @@ importers: specifier: 1.2.0-beta.3 version: 1.2.0-beta.3 '@mariozechner/pi-agent-core': - specifier: 0.63.1 - version: 0.63.1(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) + specifier: 0.63.2 + version: 0.63.2(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) '@mariozechner/pi-ai': - specifier: 0.63.1 - version: 0.63.1(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) + specifier: 0.63.2 + version: 0.63.2(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) '@mariozechner/pi-coding-agent': - specifier: 0.63.1 - version: 0.63.1(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) + specifier: 0.63.2 + version: 0.63.2(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) '@mariozechner/pi-tui': - specifier: 0.63.1 - version: 0.63.1 + specifier: 0.63.2 + version: 0.63.2 '@modelcontextprotocol/sdk': specifier: 1.28.0 version: 1.28.0(zod@4.3.6) @@ -70,8 +70,8 @@ importers: specifier: ^0.1.89 version: 0.1.92 '@sinclair/typebox': - specifier: 0.34.48 - version: 0.34.48 + specifier: 0.34.49 + version: 0.34.49 ajv: specifier: ^8.18.0 version: 8.18.0 @@ -200,8 +200,8 @@ importers: specifier: ^8.18.1 version: 8.18.1 '@typescript/native-preview': - specifier: 7.0.0-dev.20260326.1 - version: 7.0.0-dev.20260326.1 + specifier: 7.0.0-dev.20260327.2 + version: 7.0.0-dev.20260327.2 '@vitest/coverage-v8': specifier: ^4.1.2 version: 4.1.2(@vitest/browser@4.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.3))(vitest@4.1.2))(vitest@4.1.2) @@ -219,16 +219,16 @@ importers: version: 0.42.0 oxlint: specifier: ^1.57.0 - version: 1.57.0(oxlint-tsgolint@0.17.4) + version: 1.57.0(oxlint-tsgolint@0.18.1) oxlint-tsgolint: - specifier: ^0.17.4 - version: 0.17.4 + specifier: ^0.18.1 + version: 0.18.1 signal-utils: specifier: 0.21.1 version: 0.21.1(signal-polyfill@0.2.2) tsdown: specifier: 0.21.7 - version: 0.21.7(@typescript/native-preview@7.0.0-dev.20260326.1)(typescript@6.0.2) + version: 0.21.7(@typescript/native-preview@7.0.0-dev.20260327.2)(typescript@6.0.2) tsx: specifier: ^4.21.0 version: 4.21.0 @@ -317,14 +317,14 @@ importers: extensions/diffs: dependencies: '@pierre/diffs': - specifier: 1.1.5 - version: 1.1.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: 1.1.7 + version: 1.1.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@pierre/theme': - specifier: 0.0.22 - version: 0.0.22 + specifier: 0.0.24 + version: 0.0.24 '@sinclair/typebox': - specifier: 0.34.48 - version: 0.34.48 + specifier: 0.34.49 + version: 0.34.49 playwright-core: specifier: 1.58.2 version: 1.58.2 @@ -338,8 +338,8 @@ importers: specifier: ^0.19.2 version: 0.19.2(@discordjs/opus@0.10.0)(opusscript@0.1.1) discord-api-types: - specifier: ^0.38.42 - version: 0.38.42 + specifier: ^0.38.43 + version: 0.38.43 https-proxy-agent: specifier: ^8.0.0 version: 8.0.0 @@ -365,8 +365,8 @@ importers: specifier: ^1.60.0 version: 1.60.0 '@sinclair/typebox': - specifier: 0.34.48 - version: 0.34.48 + specifier: 0.34.49 + version: 0.34.49 https-proxy-agent: specifier: ^8.0.0 version: 8.0.0 @@ -416,8 +416,8 @@ importers: extensions/llm-task: dependencies: '@sinclair/typebox': - specifier: 0.34.48 - version: 0.34.48 + specifier: 0.34.49 + version: 0.34.49 ajv: specifier: ^8.18.0 version: 8.18.0 @@ -425,8 +425,8 @@ importers: extensions/lobster: dependencies: '@sinclair/typebox': - specifier: 0.34.48 - version: 0.34.48 + specifier: 0.34.49 + version: 0.34.49 extensions/matrix: dependencies: @@ -453,8 +453,8 @@ importers: extensions/mattermost: dependencies: '@sinclair/typebox': - specifier: 0.34.48 - version: 0.34.48 + specifier: 0.34.49 + version: 0.34.49 ws: specifier: ^8.20.0 version: 8.20.0 @@ -477,8 +477,8 @@ importers: specifier: ^0.27.1 version: 0.27.1(apache-arrow@18.1.0) '@sinclair/typebox': - specifier: 0.34.48 - version: 0.34.48 + specifier: 0.34.49 + version: 0.34.49 openai: specifier: ^6.33.0 version: 6.33.0(ws@8.20.0)(zod@4.3.6) @@ -593,8 +593,8 @@ importers: specifier: 3.1019.0 version: 3.1019.0 '@tloncorp/tlon-skill': - specifier: 0.3.0 - version: 0.3.0 + specifier: 0.3.1 + version: 0.3.1 '@urbit/aura': specifier: ^3.0.0 version: 3.0.0 @@ -626,8 +626,8 @@ importers: extensions/voice-call: dependencies: '@sinclair/typebox': - specifier: 0.34.48 - version: 0.34.48 + specifier: 0.34.49 + version: 0.34.49 commander: specifier: ^14.0.3 version: 14.0.3 @@ -673,8 +673,8 @@ importers: extensions/zalouser: dependencies: '@sinclair/typebox': - specifier: 0.34.48 - version: 0.34.48 + specifier: 0.34.49 + version: 0.34.49 zca-js: specifier: 2.1.2 version: 2.1.2 @@ -738,8 +738,8 @@ packages: peerDependencies: zod: ^3.25.0 || ^4.0.0 - '@agentclientprotocol/sdk@0.17.0': - resolution: {integrity: sha512-inBMYAEd9t4E+ULZK2os9kmLG5jbPvMLbPvY71XDDem1YteW/uDwkahg6OwsGR3tvvgVhYbRJ9mJCp2VXqG4xQ==} + '@agentclientprotocol/sdk@0.17.1': + resolution: {integrity: sha512-yjyIn8POL18IOXioLySYiL0G44kZ/IZctAls7vS3AC3X+qLhFXbWmzABSZehwRnWFShMXT+ODa/HJG1+mGXZ1A==} peerDependencies: zod: ^3.25.0 || ^4.0.0 @@ -1336,8 +1336,8 @@ packages: '@noble/hashes': optional: true - '@google/genai@1.46.0': - resolution: {integrity: sha512-ewPMN5JkKfgU5/kdco9ZhXBHDPhVqZpMQqIFQhwsHLf8kyZfx1cNpw1pHo1eV6PGEW7EhIBFi3aYZraFndAXqg==} + '@google/genai@1.47.0': + resolution: {integrity: sha512-0VV7AaXm5rQu3oRHNZNEubRAOL2lv5u+YA72eWnDwcOx3B1jFRbvtgL4drRHlocRHOnludvr3xmbQGbR+/RQAQ==} engines: {node: '>=20.0.0'} peerDependencies: '@modelcontextprotocol/sdk': ^1.25.2 @@ -1882,22 +1882,22 @@ packages: resolution: {integrity: sha512-faGUlTcXka5l7rv0lP3K3vGW/ejRuOS24RR2aSFWREUQqzjgdsuWNo/IiPqL3kWRGt6Ahl2+qcDAwtdeWeuGUw==} hasBin: true - '@mariozechner/pi-agent-core@0.63.1': - resolution: {integrity: sha512-h0B20xfs/iEVR2EC4gwiE8hKI1TPeB8REdRJMgV+uXKH7gpeIZ9+s8Dp9nX35ZR0QUjkNey2+ULk2DxQtdg14Q==} + '@mariozechner/pi-agent-core@0.63.2': + resolution: {integrity: sha512-9QTS7ylcmoAIWXk0EVpwCCop3fK4NIqTAN8TiRuXvuKYx+wYmUJc+P5+RfehIZhwsy7g9O/rktz0c1YEUBFB0g==} engines: {node: '>=20.0.0'} - '@mariozechner/pi-ai@0.63.1': - resolution: {integrity: sha512-wjgwY+yfrFO6a9QdAfjWpH7iSrDean6GsKDDMohNcLCy6PreMxHOZvNM0NwJARL1tZoZovr7ikAQfLGFZbnjsw==} + '@mariozechner/pi-ai@0.63.2': + resolution: {integrity: sha512-EJNPyzeZeifTJmkD8PPYQmSO4P4h8kFCrhUqU4NvFUkug+GNYr954KlxhYnXH0f77MpdIEpf/O5zdDrYJQyafA==} engines: {node: '>=20.0.0'} hasBin: true - '@mariozechner/pi-coding-agent@0.63.1': - resolution: {integrity: sha512-XSoMyLtuMA7ePK1UBWqSJ/BBdtBdJUHY9nbtnNyG6GeW7Gbgd+iqljIuwmAUf8wlYL981UIfYM/WIPQ6t/dIxw==} + '@mariozechner/pi-coding-agent@0.63.2': + resolution: {integrity: sha512-RgZAVwzHphOWueArUOISFH+fkaPyDkClw28xdhNxddDvBep94V0YcW/3e35Eq8hJ3HICJUIm1m7DcxLCQmNnsw==} engines: {node: '>=20.6.0'} hasBin: true - '@mariozechner/pi-tui@0.63.1': - resolution: {integrity: sha512-G5p+eh1EPkFCNaaggX6vRrqttnDscK6npgmEOknoCQXZtch8XNgh9Lf3VJ0A2lZXSgR7IntG5dfXHPH/Ki64wA==} + '@mariozechner/pi-tui@0.63.2': + resolution: {integrity: sha512-750aR2SYepbqdrydW3qVN4bvkLiYt1M33RijKeAPJVFHV2bEI5teunB37IR44F60dIAIrl4hcAcv5cGvcU1V5w==} engines: {node: '>=20.0.0'} '@matrix-org/matrix-sdk-crypto-nodejs@0.4.0': @@ -2506,33 +2506,33 @@ packages: cpu: [x64] os: [win32] - '@oxlint-tsgolint/darwin-arm64@0.17.4': - resolution: {integrity: sha512-XEA7vl/T1+wiVnMq2MR6u5OYr2pwKHiAPgklxpK8tPrjQ1ci/amNmwI8ECn6TPXSCsC8SJsSN5xvzXm5H3dTfw==} + '@oxlint-tsgolint/darwin-arm64@0.18.1': + resolution: {integrity: sha512-CxSd15ZwHn70UJFTXVvy76bZ9zwI097cVyjvUFmYRJwvkQF3VnrTf2oe1gomUacErksvtqLgn9OKvZhLMYwvog==} cpu: [arm64] os: [darwin] - '@oxlint-tsgolint/darwin-x64@0.17.4': - resolution: {integrity: sha512-EY2wmHWqkz72B0/ddMiAM564ZXpEuN1i7JqJJhLmDUQfiHX0/X0EqK3xlSScMCFcVicitOxbKO9oqbde3658yg==} + '@oxlint-tsgolint/darwin-x64@0.18.1': + resolution: {integrity: sha512-LE7VW/T/VcKhl3Z1ev5BusrxdlQ3DWweSeOB+qpBeur2h8+vCWq+M7tCO29C7lveBDfx1+rNwj4aiUVlA+Qs+g==} cpu: [x64] os: [darwin] - '@oxlint-tsgolint/linux-arm64@0.17.4': - resolution: {integrity: sha512-XL2X8hgp3/TZWeHFLUnWrveTCBPxy1kNtpzfvVkLtBgyoaRyopPYL0Mnm+ypXKgGvUdcjDaiJhnRjFHWmqZkew==} + '@oxlint-tsgolint/linux-arm64@0.18.1': + resolution: {integrity: sha512-2AG8YIXVJJbnM0rcsJmzzWOjZXBu5REwowgUpbHZueF7OYM3wR7Xu8pXEpAojEHAtYYZ3X4rpPoetomkJx7kCw==} cpu: [arm64] os: [linux] - '@oxlint-tsgolint/linux-x64@0.17.4': - resolution: {integrity: sha512-jT+aWtQuU8jefwfBLAZu16p4t8xUDjxL6KKlOeuwX3cS6NO60ITJ4Glm8eQYq5cGsOmYIKXNIe4ckPpL5LC+5g==} + '@oxlint-tsgolint/linux-x64@0.18.1': + resolution: {integrity: sha512-f8vDYPEdiwpA2JaDEkadTXfuqIgweQ8zcL4SX75EN2kkW2oAynjN7cd8m86uXDgB0JrcyOywbRtwnXdiIzXn2A==} cpu: [x64] os: [linux] - '@oxlint-tsgolint/win32-arm64@0.17.4': - resolution: {integrity: sha512-pnnkBaI5tHBFhx+EhmpUHccBT3VOAXTgWK2eQBVLE4a/ywhpHN+8D6/QQN+ZTaA4LTkKowvlGD6vDOVP5KRPvw==} + '@oxlint-tsgolint/win32-arm64@0.18.1': + resolution: {integrity: sha512-fBdML05KMDAL9ebWeoHIzkyI86Eq6r9YH5UDRuXJ9vAIo1EnKo0ti7hLUxNdc2dy2FF/T4k98p5wkkXvLyXqfA==} cpu: [arm64] os: [win32] - '@oxlint-tsgolint/win32-x64@0.17.4': - resolution: {integrity: sha512-JxT81aEUBNA/s01Ql2OQ2DLAsuM0M+mK9iLHunukOdPMhjA6NvFE/GtTablBYJKScK21d/xTvnoSLgQU3l22Cw==} + '@oxlint-tsgolint/win32-x64@0.18.1': + resolution: {integrity: sha512-cYZMhNrsq9ZZ3OUWHyawqiS+c8HfieYG0zuZP2LbEuWWPfdZM/22iAlo608J+27G1s9RXQhvgX6VekwWbXbD7A==} cpu: [x64] os: [win32] @@ -2658,8 +2658,8 @@ packages: cpu: [x64] os: [win32] - '@pierre/diffs@1.1.5': - resolution: {integrity: sha512-enMCYaSa1NISruQLXF6cRqmKoYNtnKwxwQ76IE2WPHXPfZBtb1Vte/uuIwHJe/Aoi9oBULP1TZvPirMXEXWr5w==} + '@pierre/diffs@1.1.7': + resolution: {integrity: sha512-FWs2hHrjZPXmJl6ewnfFzOjNEM3aeSH1CB8ynZg4SOg95Wc5AxomeyJJhXf44PK9Cc+PNm1CgsJ1IvOdfgHyHA==} peerDependencies: react: ^18.3.1 || ^19.0.0 react-dom: ^18.3.1 || ^19.0.0 @@ -2668,6 +2668,10 @@ packages: resolution: {integrity: sha512-ePUIdQRNGjrveELTU7fY89Xa7YGHHEy5Po5jQy/18lm32eRn96+tnYJEtFooGdffrx55KBUtOXfvVy/7LDFFhA==} engines: {vscode: ^1.0.0} + '@pierre/theme@0.0.24': + resolution: {integrity: sha512-M430b9jgAtMWK+BaxdQ0W6F57yu6aAFd/XpsttEOAKMpiFKE7x8jw/UD3DF1/+PDtm1+7LxY0lra6gr6oJVXVg==} + engines: {vscode: ^1.0.0} + '@pinojs/redact@0.4.0': resolution: {integrity: sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==} @@ -2897,8 +2901,8 @@ packages: '@silvia-odwyer/photon-node@0.3.4': resolution: {integrity: sha512-bnly4BKB3KDTFxrUIcgCLbaeVVS8lrAkri1pEzskpmxu9MdfGQTy8b8EgcD83ywD3RPMsIulY8xJH5Awa+t9fA==} - '@sinclair/typebox@0.34.48': - resolution: {integrity: sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==} + '@sinclair/typebox@0.34.49': + resolution: {integrity: sha512-brySQQs7Jtn0joV8Xh9ZV/hZb9Ozb0pmazDIASBkYKCjXrXU3mpcFahmK/z4YDhGkQvP9mWJbVyahdtU5wQA+A==} '@slack/bolt@4.6.0': resolution: {integrity: sha512-xPgfUs2+OXSugz54Ky07pA890+Qydk22SYToi8uGpXeHSt1JWwFJkRyd/9Vlg5I1AdfdpGXExDpwnbuN9Q/2dQ==} @@ -3262,32 +3266,32 @@ packages: resolution: {integrity: sha512-5Kc5CM2Ysn3vTTArBs2vESUt0AQiWZA86yc1TI3B+lxXmtEq133C1nxXNOgnzhrivdPZIh3zLj5gDnZjoLL5GA==} engines: {node: '>=12.17.0'} - '@tloncorp/tlon-skill-darwin-arm64@0.3.0': - resolution: {integrity: sha512-h93yqhKQ5oEUV1NehAjLEULlVUgDlfyknIt7+hipjdd85iLfCYe0V3T42zVtnP7y+jcBWvUS47/qlqffFqFvxg==} + '@tloncorp/tlon-skill-darwin-arm64@0.3.1': + resolution: {integrity: sha512-3OOk2HIzAKylEHakJmHoCDu44xSh9t/tgDZnjmSL1ndXsV7+ORP2sXS+t07/F6iLAIsk0AXVxWbE02CFf+cYaQ==} cpu: [arm64] os: [darwin] hasBin: true - '@tloncorp/tlon-skill-darwin-x64@0.3.0': - resolution: {integrity: sha512-IYBzZfHFznGi+EUp1D6pM82IGM0k0IaickYBlSQlzVGD3tNW0g6dwWeTafSeVLgg/WIltA6NmC8ef4Vv/icAzg==} + '@tloncorp/tlon-skill-darwin-x64@0.3.1': + resolution: {integrity: sha512-e6WPsMxaFVODa0uYKSo/mLwL9QJzq+Iez4c2aMQ6tXdqie9f+H7dpmjVG+5BizI91lwRqqxvmMIR89JoopAHGA==} cpu: [x64] os: [darwin] hasBin: true - '@tloncorp/tlon-skill-linux-arm64@0.3.0': - resolution: {integrity: sha512-ofpe1c0sNUFN2t8c5zMgJbPMibLUbNJlK0xwBXntpiQUEAfF37PodCUcXtyE5K0vk/RHH592DAPeQTL5+S7xyQ==} + '@tloncorp/tlon-skill-linux-arm64@0.3.1': + resolution: {integrity: sha512-BxDad4MsbSOknfE2UEFGqf6/NtsGEvEsGrNnruzF/m5fYZSseqIUokPpcUMx+e2P7Mv7VKg8Vzd4NH+6LQaQsg==} cpu: [arm64] os: [linux] hasBin: true - '@tloncorp/tlon-skill-linux-x64@0.3.0': - resolution: {integrity: sha512-EUYgKjF1qPm+4kkMP0LxHSfF0bI47Kn1GXrhzJeXFOvzKdPJy4Ds/tsxnfNP3VI+5Fxh5KhBSHMw41yARq4uyQ==} + '@tloncorp/tlon-skill-linux-x64@0.3.1': + resolution: {integrity: sha512-4Ew/FEVsuabMQ5hqVXebPESP6txLBhZnErbM1QEY5VyomMVzpXY1ECQbJwtGt2pEtsdE+Aie2oFIlpE+qm92Tw==} cpu: [x64] os: [linux] hasBin: true - '@tloncorp/tlon-skill@0.3.0': - resolution: {integrity: sha512-HzvEmdVTWppiEOn1UuSjvWSqAMo+Zsi9Rc4uA2kNXLTN4bw0jcVEe01dNB2QpcnybNQCPyxkeX05B4DYW79sXQ==} + '@tloncorp/tlon-skill@0.3.1': + resolution: {integrity: sha512-LVONuh9OERcA1s1D5o6OqA6OwJyHs1AYbbMSBnrDypp+KBDVcPRuuJM/CqKaE+DOjrXYuiVuwl5ptZENxmO4Rg==} hasBin: true '@tokenizer/inflate@0.4.1': @@ -3436,43 +3440,43 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260326.1': - resolution: {integrity: sha512-eEMQnArhP/9cLOR3kkShEmT2y1dUs/kHLpwOdEHFmkXwJ477V7P0eZEtabsF5xefU9GwF+cMw4cw60ANVGPgeA==} + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260327.2': + resolution: {integrity: sha512-lEcUWwu2DLY0NjoB3x7Fivz63zd57D1fD6PD8ByQqa0/xO8+EC5GHr5YniJlHSpF05cn2sgl7SPS92qVs0Xhlw==} cpu: [arm64] os: [darwin] - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260326.1': - resolution: {integrity: sha512-lUjpUTe95X4pmxIJb354UY/+1/+0Zh3z0J9ekNSWhhWgZpqQQi5rS1C5BfSJbg2aH8OXYVaEFWzxddXc8qeILg==} + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260327.2': + resolution: {integrity: sha512-IvUv0dCaVNKbA9Oq/GEEhtBPF9PP3E5MfW4pla4NpDsZh+6/nL5p0WXvlocV0fe1rT9fqmCQfk3oH+XrN1I8Qw==} cpu: [x64] os: [darwin] - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260326.1': - resolution: {integrity: sha512-rhqnrDAeC1FhXuXDPQlcMULIvdlzerCc0cXJ16i18waLpZ1nr5ntvzhzzRx7+DvugemTGf2ximX6r/N9HRt+Ow==} + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260327.2': + resolution: {integrity: sha512-k98Q20XAC8bM9L915GFIfjo/ii/sYIaEzIDH3l6MwhiJMDPucARQpfbReUdXl8N3TsdCNwk8xay0pNIK0DOkvg==} cpu: [arm64] os: [linux] - '@typescript/native-preview-linux-arm@7.0.0-dev.20260326.1': - resolution: {integrity: sha512-w6jrOrAw9kDoFDToECXMEkYByxjK67FNXM96SzpoX0JRB0BwkdvVclKsYeZtiP9naaW0u7lzZdfh/h0Hw6euYw==} + '@typescript/native-preview-linux-arm@7.0.0-dev.20260327.2': + resolution: {integrity: sha512-7ATSft1YojnRp/VG70i97CxFe+umhTHYA/jJwQBPrjdopAFa5IvFDr4kNajjy1uypbz/x6pfvCnTdOd1/lM3FQ==} cpu: [arm] os: [linux] - '@typescript/native-preview-linux-x64@7.0.0-dev.20260326.1': - resolution: {integrity: sha512-F8aWt0EH8YBE3Xo2KwIcDwA0iiNq9CdV+z5/+tca70CU5HcfGJlY/c6u6UIM9ZYa1IFcykq0HMHv2FE1NAXdcw==} + '@typescript/native-preview-linux-x64@7.0.0-dev.20260327.2': + resolution: {integrity: sha512-XTe5M1sTwjlxHS1NaNci4vf2nR7bAEwPB70SbhbSTS9ka+75mTP7cv8jHbGhKXEPxDLURBPSyvionog4+5NXmA==} cpu: [x64] os: [linux] - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260326.1': - resolution: {integrity: sha512-OQt93BgZbvkqHVYXH56gjQv2ZOchT4FvLwkwS6jei8t5zB2P4EXmnXA/WxMWwjpYNl4HGfEF/yRkPTfhmbODig==} + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260327.2': + resolution: {integrity: sha512-1F86Pmf1QcHv0IENBJJ7nWWVSWjR1nn4jokuSbWiPkKGD57rkJWiHY7xtpt4ql8ZG4bIWxdHonLaepBfjIkaug==} cpu: [arm64] os: [win32] - '@typescript/native-preview-win32-x64@7.0.0-dev.20260326.1': - resolution: {integrity: sha512-hfK3cA8+TtFICHwIo898QHd5VjbixEpdL5QcPkq3GtxuRQl7ZJvQj5Fb64fejIpxI3QicwIKgJW1jJDFCPSGsw==} + '@typescript/native-preview-win32-x64@7.0.0-dev.20260327.2': + resolution: {integrity: sha512-zMI8AIWRr98hOgTC5DCe3GD/MGHfusX/E/Dz64Xcf+re4EUVS/pXP5fAUb3dQr8ndi9mHbM0DEmNb4ctSxsxew==} cpu: [x64] os: [win32] - '@typescript/native-preview@7.0.0-dev.20260326.1': - resolution: {integrity: sha512-oq2UShxAa+CS4aalhQjntuxuzTv/ud54So3lqfYcJDiQabmpGk/95rGvW5PXi28JIBlZ6AbUL6gEj0gRvIDJcQ==} + '@typescript/native-preview@7.0.0-dev.20260327.2': + resolution: {integrity: sha512-npU/LrswTK7gawemSkI2BufIgNgoOHA1OwwIC5EUh++oWLDuWZSvSAcH6mfn28NOt5A196zrHQd3SK7f5XCVAw==} hasBin: true '@ungap/structured-clone@1.3.0': @@ -4126,8 +4130,8 @@ packages: discord-api-types@0.38.37: resolution: {integrity: sha512-Cv47jzY1jkGkh5sv0bfHYqGgKOWO1peOrGMkDFM4UmaGMOTgOW8QSexhvixa9sVOiz8MnVOBryWYyw/CEVhj7w==} - discord-api-types@0.38.42: - resolution: {integrity: sha512-qs1kya7S84r5RR8m9kgttywGrmmoHaRifU1askAoi+wkoSefLpZP6aGXusjNw5b0jD3zOg3LTwUa3Tf2iHIceQ==} + discord-api-types@0.38.43: + resolution: {integrity: sha512-sSoBf/nK6m7BGtw65mi+QBuvEWaHE8MMziFLqWL+gT6ME/BLg34dRSVKS3Husx40uU06bvxUc3/X+D9Y6/zAbw==} doctypes@1.1.0: resolution: {integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==} @@ -5400,8 +5404,8 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true - oxlint-tsgolint@0.17.4: - resolution: {integrity: sha512-4F/NXJiK2KnK4LQiULUPXRzVq0LOfextGvwCVRW1VKQbF5epI3MDMEGVAl5XjAGL6IFc7xBc/eVA95wczPeEQg==} + oxlint-tsgolint@0.18.1: + resolution: {integrity: sha512-Hgb0wMfuXBYL0ddY+1hAG8IIfC40ADwPnBuUaC6ENAuCtTF4dHwsy7mCYtQ2e7LoGvfoSJRY0+kqQRiembJ/jQ==} hasBin: true oxlint@1.57.0: @@ -6657,7 +6661,7 @@ snapshots: dependencies: zod: 4.3.6 - '@agentclientprotocol/sdk@0.17.0(zod@4.3.6)': + '@agentclientprotocol/sdk@0.17.1(zod@4.3.6)': dependencies: zod: 4.3.6 @@ -7506,7 +7510,7 @@ snapshots: '@discordjs/voice@0.19.0(@discordjs/opus@0.10.0)(opusscript@0.1.1)': dependencies: '@types/ws': 8.18.1 - discord-api-types: 0.38.42 + discord-api-types: 0.38.43 prism-media: 1.3.5(@discordjs/opus@0.10.0)(opusscript@0.1.1) tslib: 2.8.1 ws: 8.19.0 @@ -7523,7 +7527,7 @@ snapshots: dependencies: '@snazzah/davey': 0.1.9 '@types/ws': 8.18.1 - discord-api-types: 0.38.42 + discord-api-types: 0.38.43 prism-media: 1.3.5(@discordjs/opus@0.10.0)(opusscript@0.1.1) tslib: 2.8.1 ws: 8.19.0 @@ -7636,7 +7640,7 @@ snapshots: optionalDependencies: '@noble/hashes': 2.0.1 - '@google/genai@1.46.0(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))': + '@google/genai@1.47.0(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))': dependencies: google-auth-library: 10.6.2 p-retry: 4.6.2 @@ -8231,9 +8235,9 @@ snapshots: std-env: 3.10.0 yoctocolors: 2.1.2 - '@mariozechner/pi-agent-core@0.63.1(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6)': + '@mariozechner/pi-agent-core@0.63.2(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6)': dependencies: - '@mariozechner/pi-ai': 0.63.1(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) + '@mariozechner/pi-ai': 0.63.2(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) transitivePeerDependencies: - '@modelcontextprotocol/sdk' - aws-crt @@ -8243,13 +8247,13 @@ snapshots: - ws - zod - '@mariozechner/pi-ai@0.63.1(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6)': + '@mariozechner/pi-ai@0.63.2(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6)': dependencies: '@anthropic-ai/sdk': 0.73.0(zod@4.3.6) '@aws-sdk/client-bedrock-runtime': 3.1019.0 - '@google/genai': 1.46.0(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6)) + '@google/genai': 1.47.0(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6)) '@mistralai/mistralai': 1.14.1 - '@sinclair/typebox': 0.34.48 + '@sinclair/typebox': 0.34.49 ajv: 8.18.0 ajv-formats: 3.0.1(ajv@8.18.0) chalk: 5.6.2 @@ -8267,12 +8271,12 @@ snapshots: - ws - zod - '@mariozechner/pi-coding-agent@0.63.1(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6)': + '@mariozechner/pi-coding-agent@0.63.2(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6)': dependencies: '@mariozechner/jiti': 2.6.5 - '@mariozechner/pi-agent-core': 0.63.1(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) - '@mariozechner/pi-ai': 0.63.1(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) - '@mariozechner/pi-tui': 0.63.1 + '@mariozechner/pi-agent-core': 0.63.2(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) + '@mariozechner/pi-ai': 0.63.2(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6) + '@mariozechner/pi-tui': 0.63.2 '@silvia-odwyer/photon-node': 0.3.4 ajv: 8.18.0 chalk: 5.6.2 @@ -8300,7 +8304,7 @@ snapshots: - ws - zod - '@mariozechner/pi-tui@0.63.1': + '@mariozechner/pi-tui@0.63.2': dependencies: '@types/mime-types': 2.1.4 chalk: 5.6.2 @@ -8854,22 +8858,22 @@ snapshots: '@oxfmt/binding-win32-x64-msvc@0.42.0': optional: true - '@oxlint-tsgolint/darwin-arm64@0.17.4': + '@oxlint-tsgolint/darwin-arm64@0.18.1': optional: true - '@oxlint-tsgolint/darwin-x64@0.17.4': + '@oxlint-tsgolint/darwin-x64@0.18.1': optional: true - '@oxlint-tsgolint/linux-arm64@0.17.4': + '@oxlint-tsgolint/linux-arm64@0.18.1': optional: true - '@oxlint-tsgolint/linux-x64@0.17.4': + '@oxlint-tsgolint/linux-x64@0.18.1': optional: true - '@oxlint-tsgolint/win32-arm64@0.17.4': + '@oxlint-tsgolint/win32-arm64@0.18.1': optional: true - '@oxlint-tsgolint/win32-x64@0.17.4': + '@oxlint-tsgolint/win32-x64@0.18.1': optional: true '@oxlint/binding-android-arm-eabi@1.57.0': @@ -8929,7 +8933,7 @@ snapshots: '@oxlint/binding-win32-x64-msvc@1.57.0': optional: true - '@pierre/diffs@1.1.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@pierre/diffs@1.1.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': dependencies: '@pierre/theme': 0.0.22 '@shikijs/transformers': 3.23.0 @@ -8942,6 +8946,8 @@ snapshots: '@pierre/theme@0.0.22': {} + '@pierre/theme@0.0.24': {} + '@pinojs/redact@0.4.0': {} '@polka/url@1.0.0-next.29': {} @@ -9111,7 +9117,7 @@ snapshots: '@silvia-odwyer/photon-node@0.3.4': {} - '@sinclair/typebox@0.34.48': {} + '@sinclair/typebox@0.34.49': {} '@slack/bolt@4.6.0(@types/express@5.0.6)': dependencies: @@ -9603,24 +9609,24 @@ snapshots: '@tinyhttp/content-disposition@2.2.4': {} - '@tloncorp/tlon-skill-darwin-arm64@0.3.0': + '@tloncorp/tlon-skill-darwin-arm64@0.3.1': optional: true - '@tloncorp/tlon-skill-darwin-x64@0.3.0': + '@tloncorp/tlon-skill-darwin-x64@0.3.1': optional: true - '@tloncorp/tlon-skill-linux-arm64@0.3.0': + '@tloncorp/tlon-skill-linux-arm64@0.3.1': optional: true - '@tloncorp/tlon-skill-linux-x64@0.3.0': + '@tloncorp/tlon-skill-linux-x64@0.3.1': optional: true - '@tloncorp/tlon-skill@0.3.0': + '@tloncorp/tlon-skill@0.3.1': optionalDependencies: - '@tloncorp/tlon-skill-darwin-arm64': 0.3.0 - '@tloncorp/tlon-skill-darwin-x64': 0.3.0 - '@tloncorp/tlon-skill-linux-arm64': 0.3.0 - '@tloncorp/tlon-skill-linux-x64': 0.3.0 + '@tloncorp/tlon-skill-darwin-arm64': 0.3.1 + '@tloncorp/tlon-skill-darwin-x64': 0.3.1 + '@tloncorp/tlon-skill-linux-arm64': 0.3.1 + '@tloncorp/tlon-skill-linux-x64': 0.3.1 '@tokenizer/inflate@0.4.1': dependencies: @@ -9811,36 +9817,36 @@ snapshots: '@types/node': 25.5.0 optional: true - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260326.1': + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260327.2': optional: true - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260326.1': + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260327.2': optional: true - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260326.1': + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260327.2': optional: true - '@typescript/native-preview-linux-arm@7.0.0-dev.20260326.1': + '@typescript/native-preview-linux-arm@7.0.0-dev.20260327.2': optional: true - '@typescript/native-preview-linux-x64@7.0.0-dev.20260326.1': + '@typescript/native-preview-linux-x64@7.0.0-dev.20260327.2': optional: true - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260326.1': + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260327.2': optional: true - '@typescript/native-preview-win32-x64@7.0.0-dev.20260326.1': + '@typescript/native-preview-win32-x64@7.0.0-dev.20260327.2': optional: true - '@typescript/native-preview@7.0.0-dev.20260326.1': + '@typescript/native-preview@7.0.0-dev.20260327.2': optionalDependencies: - '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260326.1 - '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260326.1 - '@typescript/native-preview-linux-arm': 7.0.0-dev.20260326.1 - '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260326.1 - '@typescript/native-preview-linux-x64': 7.0.0-dev.20260326.1 - '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260326.1 - '@typescript/native-preview-win32-x64': 7.0.0-dev.20260326.1 + '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260327.2 + '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260327.2 + '@typescript/native-preview-linux-arm': 7.0.0-dev.20260327.2 + '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260327.2 + '@typescript/native-preview-linux-x64': 7.0.0-dev.20260327.2 + '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260327.2 + '@typescript/native-preview-win32-x64': 7.0.0-dev.20260327.2 '@ungap/structured-clone@1.3.0': {} @@ -10519,7 +10525,7 @@ snapshots: discord-api-types@0.38.37: {} - discord-api-types@0.38.42: {} + discord-api-types@0.38.43: {} doctypes@1.1.0: {} @@ -12003,16 +12009,16 @@ snapshots: '@oxfmt/binding-win32-ia32-msvc': 0.42.0 '@oxfmt/binding-win32-x64-msvc': 0.42.0 - oxlint-tsgolint@0.17.4: + oxlint-tsgolint@0.18.1: optionalDependencies: - '@oxlint-tsgolint/darwin-arm64': 0.17.4 - '@oxlint-tsgolint/darwin-x64': 0.17.4 - '@oxlint-tsgolint/linux-arm64': 0.17.4 - '@oxlint-tsgolint/linux-x64': 0.17.4 - '@oxlint-tsgolint/win32-arm64': 0.17.4 - '@oxlint-tsgolint/win32-x64': 0.17.4 + '@oxlint-tsgolint/darwin-arm64': 0.18.1 + '@oxlint-tsgolint/darwin-x64': 0.18.1 + '@oxlint-tsgolint/linux-arm64': 0.18.1 + '@oxlint-tsgolint/linux-x64': 0.18.1 + '@oxlint-tsgolint/win32-arm64': 0.18.1 + '@oxlint-tsgolint/win32-x64': 0.18.1 - oxlint@1.57.0(oxlint-tsgolint@0.17.4): + oxlint@1.57.0(oxlint-tsgolint@0.18.1): optionalDependencies: '@oxlint/binding-android-arm-eabi': 1.57.0 '@oxlint/binding-android-arm64': 1.57.0 @@ -12033,7 +12039,7 @@ snapshots: '@oxlint/binding-win32-arm64-msvc': 1.57.0 '@oxlint/binding-win32-ia32-msvc': 1.57.0 '@oxlint/binding-win32-x64-msvc': 1.57.0 - oxlint-tsgolint: 0.17.4 + oxlint-tsgolint: 0.18.1 p-finally@1.0.0: {} @@ -12473,7 +12479,7 @@ snapshots: glob: 7.2.3 optional: true - rolldown-plugin-dts@0.23.2(@typescript/native-preview@7.0.0-dev.20260326.1)(rolldown@1.0.0-rc.12)(typescript@6.0.2): + rolldown-plugin-dts@0.23.2(@typescript/native-preview@7.0.0-dev.20260327.2)(rolldown@1.0.0-rc.12)(typescript@6.0.2): dependencies: '@babel/generator': 8.0.0-rc.3 '@babel/helper-validator-identifier': 8.0.0-rc.3 @@ -12487,7 +12493,7 @@ snapshots: picomatch: 4.0.4 rolldown: 1.0.0-rc.12 optionalDependencies: - '@typescript/native-preview': 7.0.0-dev.20260326.1 + '@typescript/native-preview': 7.0.0-dev.20260327.2 typescript: 6.0.2 transitivePeerDependencies: - oxc-resolver @@ -12980,7 +12986,7 @@ snapshots: ts-algebra@2.0.0: {} - tsdown@0.21.7(@typescript/native-preview@7.0.0-dev.20260326.1)(typescript@6.0.2): + tsdown@0.21.7(@typescript/native-preview@7.0.0-dev.20260327.2)(typescript@6.0.2): dependencies: ansis: 4.2.0 cac: 7.0.0 @@ -12991,7 +12997,7 @@ snapshots: obug: 2.1.1 picomatch: 4.0.4 rolldown: 1.0.0-rc.12 - rolldown-plugin-dts: 0.23.2(@typescript/native-preview@7.0.0-dev.20260326.1)(rolldown@1.0.0-rc.12)(typescript@6.0.2) + rolldown-plugin-dts: 0.23.2(@typescript/native-preview@7.0.0-dev.20260327.2)(rolldown@1.0.0-rc.12)(typescript@6.0.2) semver: 7.7.4 tinyexec: 1.0.4 tinyglobby: 0.2.15