chore: update workspace dependencies

This commit is contained in:
Peter Steinberger
2026-04-25 22:48:44 +01:00
parent d5166718bc
commit f1b1c3dc99
35 changed files with 963 additions and 1624 deletions
+3
View File
@@ -679,6 +679,9 @@ Docs: https://docs.openclaw.ai
### Fixes
- Dependencies: refresh workspace package pins and lockfile entries for AWS SDK,
Anthropic SDK, ACP SDK, Matrix crypto, TypeBox, Vite, tsdown, Slack Bolt,
CopilotKit AIMock, and related bundled plugin packages. Thanks @steipete.
- Gateway/env: import each missing expected login-shell env var independently,
so an existing gateway token no longer prevents `env.shellEnv` from loading
plugin credentials such as `TWILIO_*` from `.profile`. Thanks @steipete.
@@ -5,7 +5,7 @@
"description": "OpenClaw Amazon Bedrock Mantle (OpenAI-compatible) provider plugin",
"type": "module",
"dependencies": {
"@anthropic-ai/sdk": "0.90.0",
"@anthropic-ai/sdk": "0.91.0",
"@aws/bedrock-token-generator": "^1.1.0",
"@mariozechner/pi-ai": "0.70.2"
},
+3 -3
View File
@@ -5,9 +5,9 @@
"description": "OpenClaw Amazon Bedrock provider plugin",
"type": "module",
"dependencies": {
"@aws-sdk/client-bedrock": "3.1034.0",
"@aws-sdk/client-bedrock-runtime": "3.1034.0",
"@aws-sdk/credential-provider-node": "3.972.34"
"@aws-sdk/client-bedrock": "3.1036.0",
"@aws-sdk/client-bedrock-runtime": "3.1036.0",
"@aws-sdk/credential-provider-node": "3.972.36"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "OpenClaw Brave plugin",
"type": "module",
"dependencies": {
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
+1 -1
View File
@@ -9,7 +9,7 @@
"commander": "^14.0.3",
"express": "5.2.1",
"playwright-core": "1.59.1",
"typebox": "1.1.31",
"typebox": "1.1.32",
"undici": "8.1.0",
"ws": "^8.20.0"
},
+2 -2
View File
@@ -8,10 +8,10 @@
"build:viewer": "bun build src/viewer-client.ts --target browser --format esm --minify --outfile assets/viewer-runtime.js"
},
"dependencies": {
"@pierre/diffs": "1.1.16",
"@pierre/diffs": "1.1.17",
"@pierre/theme": "0.0.29",
"playwright-core": "1.59.1",
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
+1 -1
View File
@@ -9,7 +9,7 @@
"discord-api-types": "^0.38.47",
"https-proxy-agent": "^9.0.0",
"opusscript": "^0.1.1",
"typebox": "1.1.31",
"typebox": "1.1.32",
"undici": "8.1.0",
"ws": "^8.20.0"
},
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@larksuiteoapi/node-sdk": "^1.61.1",
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "OpenClaw Firecrawl plugin",
"type": "module",
"dependencies": {
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"commander": "^14.0.3",
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
+1 -1
View File
@@ -6,7 +6,7 @@
"type": "module",
"dependencies": {
"ajv": "^8.18.0",
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@clawdbot/lobster": "2026.4.6",
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
+2 -2
View File
@@ -4,14 +4,14 @@
"description": "OpenClaw Matrix channel plugin",
"type": "module",
"dependencies": {
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0",
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.5.1",
"@matrix-org/matrix-sdk-crypto-wasm": "18.2.0",
"fake-indexeddb": "^6.2.5",
"jiti": "^2.6.1",
"markdown-it": "14.1.1",
"matrix-js-sdk": "41.4.0-rc.0",
"music-metadata": "^11.12.3",
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
+1 -1
View File
@@ -6,7 +6,7 @@
"type": "module",
"dependencies": {
"chokidar": "^5.0.0",
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
+1 -1
View File
@@ -6,7 +6,7 @@
"dependencies": {
"@lancedb/lancedb": "^0.27.2",
"openai": "^6.34.0",
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "OpenClaw persistent wiki plugin",
"type": "module",
"dependencies": {
"typebox": "1.1.31",
"typebox": "1.1.32",
"yaml": "^2.8.3"
},
"devDependencies": {
+1 -1
View File
@@ -10,7 +10,7 @@
"express": "5.2.1",
"jsonwebtoken": "9.0.3",
"jwks-rsa": "4.0.1",
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
+1 -1
View File
@@ -6,7 +6,7 @@
"type": "module",
"dependencies": {
"@mariozechner/pi-ai": "0.70.2",
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "OpenClaw QA synthetic channel plugin",
"type": "module",
"dependencies": {
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "OpenClaw QA lab plugin with private debugger UI and scenario runner",
"type": "module",
"dependencies": {
"@copilotkit/aimock": "1.14.3",
"@copilotkit/aimock": "1.15.0",
"@modelcontextprotocol/sdk": "1.29.0",
"playwright-core": "1.59.1",
"yaml": "^2.8.3",
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "OpenClaw skill workshop plugin",
"type": "module",
"dependencies": {
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
+2 -2
View File
@@ -5,10 +5,10 @@
"description": "OpenClaw Slack channel plugin",
"type": "module",
"dependencies": {
"@slack/bolt": "^4.7.0",
"@slack/bolt": "^4.7.1",
"@slack/web-api": "^7.15.1",
"https-proxy-agent": "^9.0.0",
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "OpenClaw Tavily plugin",
"type": "module",
"dependencies": {
"typebox": "1.1.31"
"typebox": "1.1.32"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
+1 -1
View File
@@ -8,7 +8,7 @@
"@grammyjs/runner": "^2.0.3",
"@grammyjs/transformer-throttler": "^1.2.1",
"grammy": "^1.42.0",
"typebox": "1.1.31",
"typebox": "1.1.32",
"undici": "8.1.0"
},
"devDependencies": {
+2 -2
View File
@@ -4,8 +4,8 @@
"description": "OpenClaw Tlon/Urbit channel plugin",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "3.1034.0",
"@aws-sdk/s3-request-presigner": "3.1034.0",
"@aws-sdk/client-s3": "3.1036.0",
"@aws-sdk/s3-request-presigner": "3.1036.0",
"@tloncorp/tlon-skill": "0.3.5",
"@urbit/aura": "^3.0.0"
},
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"commander": "^14.0.3",
"typebox": "1.1.31",
"typebox": "1.1.32",
"ws": "^8.20.0"
},
"devDependencies": {
+1 -1
View File
@@ -6,7 +6,7 @@
"dependencies": {
"@whiskeysockets/baileys": "7.0.0-rc.9",
"jimp": "^1.6.1",
"typebox": "1.1.31",
"typebox": "1.1.32",
"undici": "8.1.0"
},
"devDependencies": {
+1 -1
View File
@@ -6,7 +6,7 @@
"type": "module",
"dependencies": {
"@mariozechner/pi-ai": "0.70.2",
"typebox": "1.1.31",
"typebox": "1.1.32",
"ws": "^8.20.0"
},
"devDependencies": {
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "OpenClaw Zalo Personal Account plugin via native zca-js integration",
"type": "module",
"dependencies": {
"typebox": "1.1.31",
"typebox": "1.1.32",
"zca-js": "2.1.2"
},
"devDependencies": {
+7 -7
View File
@@ -1615,7 +1615,7 @@
"ui:install": "node scripts/ui.js install"
},
"dependencies": {
"@agentclientprotocol/sdk": "0.19.1",
"@agentclientprotocol/sdk": "0.20.0",
"@clack/prompts": "^1.2.0",
"@lydell/node-pty": "1.2.0-beta.12",
"@mariozechner/pi-agent-core": "0.70.2",
@@ -1644,7 +1644,7 @@
"sqlite-vec": "0.1.9",
"tar": "7.5.13",
"tslog": "^4.10.2",
"typebox": "1.1.31",
"typebox": "1.1.32",
"undici": "8.1.0",
"web-push": "^3.6.7",
"ws": "^8.20.0",
@@ -1652,7 +1652,7 @@
"zod": "^4.3.6"
},
"devDependencies": {
"@copilotkit/aimock": "1.14.3",
"@copilotkit/aimock": "1.15.0",
"@grammyjs/types": "^3.26.0",
"@lit-labs/signals": "^0.2.0",
"@lit/context": "^1.1.6",
@@ -1661,7 +1661,7 @@
"@types/markdown-it": "^14.1.2",
"@types/node": "25.6.0",
"@types/ws": "^8.18.1",
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@typescript/native-preview": "7.0.0-dev.20260425.1",
"@vitest/coverage-v8": "^4.1.5",
"jscpd": "4.0.9",
"jsdom": "^29.0.2",
@@ -1670,7 +1670,7 @@
"oxlint": "^1.61.0",
"oxlint-tsgolint": "^0.21.1",
"signal-utils": "0.21.1",
"tsdown": "0.21.9",
"tsdown": "0.21.10",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
@@ -1687,7 +1687,7 @@
"packageManager": "pnpm@10.33.0",
"pnpm": {
"overrides": {
"@anthropic-ai/sdk": "0.90.0",
"@anthropic-ai/sdk": "0.91.0",
"hono": "4.12.14",
"@hono/node-server": "1.19.14",
"axios": "1.15.0",
@@ -1703,7 +1703,7 @@
"path-to-regexp": "8.4.0",
"qs": "6.14.2",
"node-domexception": "npm:@nolyfill/domexception@1.0.28",
"typebox": "1.1.31",
"typebox": "1.1.32",
"tar": "7.5.13",
"tough-cookie": "4.1.3",
"yauzl": "3.2.1",
+442 -637
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
c4699b42165bb9ee906ba9fd61d7275c234e427aaf1a8f77c975f3f8c87da21d
7eb786125c173b6f5ede3a7b35dfd6d491ee65942105669d44d0bfd149dfeebf
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -181,8 +181,9 @@ describe("diagnostic-events", () => {
});
vi.resetModules();
const specifier = new URL("./diagnostic-events.ts", import.meta.url).href;
const duplicateModule = (await import(specifier)) as typeof import("./diagnostic-events.js");
const duplicateModule = (await import(
/* @vite-ignore */ new URL("./diagnostic-events.ts?duplicate", import.meta.url).href
)) as typeof import("./diagnostic-events.js");
duplicateModule.emitDiagnosticEvent({
type: "message.queued",
source: "plugin",
+1 -1
View File
@@ -22,7 +22,7 @@
"@vitest/browser-playwright": "4.1.5",
"jsdom": "^29.0.2",
"playwright": "^1.59.1",
"vite": "8.0.9",
"vite": "8.0.10",
"vitest": "4.1.5"
}
}