build(deps): update workspace dependencies

This commit is contained in:
Peter Steinberger
2026-04-10 19:16:20 +01:00
parent ea8d0833c3
commit 8127c6cc15
15 changed files with 1894 additions and 1829 deletions

View File

@@ -13,13 +13,19 @@
"eslint/no-new": "off",
"eslint/no-shadow": "off",
"eslint/no-unmodified-loop-condition": "off",
"eslint-plugin-unicorn/prefer-set-size": "off",
"oxc/no-accumulating-spread": "off",
"oxc/no-async-endpoint-handlers": "off",
"oxc/no-map-spread": "off",
"typescript/consistent-return": "off",
"typescript/no-explicit-any": "error",
"typescript/no-extraneous-class": "off",
"typescript/no-unnecessary-type-arguments": "off",
"typescript/no-unnecessary-type-assertion": "off",
"typescript/no-unnecessary-type-conversion": "off",
"typescript/no-unsafe-type-assertion": "off",
"unicorn/consistent-function-scoping": "off",
"unicorn/prefer-set-size": "off",
"unicorn/require-post-message-target-origin": "off"
},
"ignorePatterns": [

View File

@@ -4,7 +4,7 @@
"description": "OpenClaw ACP runtime backend",
"type": "module",
"dependencies": {
"acpx": "0.5.2"
"acpx": "0.5.3"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"

View File

@@ -5,7 +5,7 @@
"description": "OpenClaw Amazon Bedrock provider plugin",
"type": "module",
"dependencies": {
"@aws-sdk/client-bedrock": "3.1024.0"
"@aws-sdk/client-bedrock": "3.1026.0"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"

View File

@@ -8,7 +8,7 @@
"build:viewer": "bun build src/viewer-client.ts --target browser --format esm --minify --outfile assets/viewer-runtime.js"
},
"dependencies": {
"@pierre/diffs": "1.1.10",
"@pierre/diffs": "1.1.12",
"@pierre/theme": "0.0.29",
"@sinclair/typebox": "0.34.49",
"playwright-core": "1.59.1"

View File

@@ -7,7 +7,7 @@
"@buape/carbon": "0.15.0",
"@discordjs/voice": "^0.19.2",
"@snazzah/davey": "^0.1.11",
"discord-api-types": "^0.38.44",
"discord-api-types": "^0.38.45",
"https-proxy-agent": "^9.0.0",
"opusscript": "^0.1.1"
},

View File

@@ -4,7 +4,7 @@
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
"type": "module",
"dependencies": {
"@clawdbot/lobster": "2026.1.24",
"@clawdbot/lobster": "2026.4.6",
"@sinclair/typebox": "0.34.49"
},
"devDependencies": {

View File

@@ -8,7 +8,7 @@
"@matrix-org/matrix-sdk-crypto-wasm": "18.0.0",
"fake-indexeddb": "^6.2.5",
"markdown-it": "14.1.1",
"matrix-js-sdk": "41.3.0-rc.0",
"matrix-js-sdk": "41.3.0",
"music-metadata": "^11.12.3"
},
"devDependencies": {

View File

@@ -4,15 +4,15 @@
"description": "OpenClaw Microsoft Teams channel plugin",
"type": "module",
"dependencies": {
"@microsoft/teams.api": "2.0.6",
"@microsoft/teams.apps": "2.0.6",
"@microsoft/teams.api": "2.0.7",
"@microsoft/teams.apps": "2.0.7",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"jwks-rsa": "^4.0.1"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"@types/jsonwebtoken": "^9.0.9",
"@types/jsonwebtoken": "^9.0.10",
"openclaw": "workspace:*"
},
"peerDependencies": {

View File

@@ -5,7 +5,7 @@
"description": "OpenClaw Slack channel plugin",
"type": "module",
"dependencies": {
"@slack/bolt": "^4.6.0",
"@slack/bolt": "^4.7.0",
"@slack/web-api": "^7.15.0",
"https-proxy-agent": "^9.0.0"
},

View File

@@ -4,9 +4,9 @@
"description": "OpenClaw Tlon/Urbit channel plugin",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "3.1024.0",
"@aws-sdk/s3-request-presigner": "3.1024.0",
"@tloncorp/tlon-skill": "0.3.2",
"@aws-sdk/client-s3": "3.1026.0",
"@aws-sdk/s3-request-presigner": "3.1026.0",
"@tloncorp/tlon-skill": "0.3.4",
"@urbit/aura": "^3.0.0"
},
"devDependencies": {

View File

@@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@whiskeysockets/baileys": "7.0.0-rc.9",
"jimp": "^1.6.0"
"jimp": "^1.6.1"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",

View File

@@ -1318,11 +1318,11 @@
"ui:install": "node scripts/ui.js install"
},
"dependencies": {
"@agentclientprotocol/sdk": "0.18.0",
"@anthropic-ai/vertex-sdk": "^0.14.4",
"@aws-sdk/client-bedrock": "3.1024.0",
"@aws-sdk/client-bedrock-runtime": "3.1024.0",
"@aws-sdk/credential-provider-node": "3.972.29",
"@agentclientprotocol/sdk": "0.18.2",
"@anthropic-ai/vertex-sdk": "^0.15.0",
"@aws-sdk/client-bedrock": "3.1026.0",
"@aws-sdk/client-bedrock-runtime": "3.1026.0",
"@aws-sdk/credential-provider-node": "3.972.30",
"@aws/bedrock-token-generator": "^1.1.0",
"@buape/carbon": "0.15.0",
"@clack/prompts": "^1.2.0",
@@ -1333,16 +1333,16 @@
"@lancedb/lancedb": "^0.27.2",
"@larksuiteoapi/node-sdk": "^1.60.0",
"@line/bot-sdk": "^11.0.0",
"@lydell/node-pty": "1.2.0-beta.10",
"@mariozechner/pi-agent-core": "0.65.2",
"@mariozechner/pi-ai": "0.65.2",
"@mariozechner/pi-coding-agent": "0.65.2",
"@mariozechner/pi-tui": "0.65.2",
"@lydell/node-pty": "1.2.0-beta.12",
"@mariozechner/pi-agent-core": "0.66.1",
"@mariozechner/pi-ai": "0.66.1",
"@mariozechner/pi-coding-agent": "0.66.1",
"@mariozechner/pi-tui": "0.66.1",
"@matrix-org/matrix-sdk-crypto-wasm": "18.0.0",
"@modelcontextprotocol/sdk": "1.29.0",
"@mozilla/readability": "^0.6.0",
"@sinclair/typebox": "0.34.49",
"@slack/bolt": "^4.6.0",
"@slack/bolt": "^4.7.0",
"@slack/web-api": "^7.15.0",
"ajv": "^8.18.0",
"chalk": "^5.6.2",
@@ -1350,8 +1350,8 @@
"cli-highlight": "^2.1.11",
"commander": "^14.0.3",
"croner": "^10.0.1",
"discord-api-types": "^0.38.44",
"dotenv": "^17.4.0",
"discord-api-types": "^0.38.45",
"dotenv": "^17.4.1",
"express": "^5.2.1",
"file-type": "22.0.0",
"gaxios": "7.1.4",
@@ -1360,14 +1360,14 @@
"hono": "4.12.12",
"https-proxy-agent": "^9.0.0",
"ipaddr.js": "^2.3.0",
"jimp": "^1.6.0",
"jimp": "^1.6.1",
"jiti": "^2.6.1",
"json5": "^2.2.3",
"jszip": "^3.10.1",
"linkedom": "^0.18.12",
"long": "^5.3.2",
"markdown-it": "14.1.1",
"matrix-js-sdk": "41.3.0-rc.0",
"matrix-js-sdk": "41.3.0",
"mpg123-decoder": "^1.0.3",
"node-edge-tts": "^1.2.10",
"nostr-tools": "^2.23.3",
@@ -1376,7 +1376,7 @@
"osc-progress": "^0.3.0",
"pdfjs-dist": "^5.6.205",
"playwright-core": "1.59.1",
"proxy-agent": "^8.0.0",
"proxy-agent": "^8.0.1",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.34.5",
"silk-wasm": "^3.7.1",
@@ -1395,23 +1395,23 @@
"@lit/context": "^1.1.6",
"@types/express": "^5.0.6",
"@types/markdown-it": "^14.1.2",
"@types/node": "^25.5.2",
"@types/node": "^25.6.0",
"@types/qrcode-terminal": "^0.12.2",
"@types/ws": "^8.18.1",
"@typescript/native-preview": "7.0.0-dev.20260406.1",
"@vitest/coverage-v8": "^4.1.2",
"@typescript/native-preview": "7.0.0-dev.20260410.1",
"@vitest/coverage-v8": "^4.1.3",
"jscpd": "4.0.8",
"jsdom": "^29.0.1",
"jsdom": "^29.0.2",
"lit": "^3.3.2",
"oxfmt": "0.43.0",
"oxlint": "^1.58.0",
"oxlint-tsgolint": "^0.19.0",
"oxfmt": "0.44.0",
"oxlint": "^1.59.0",
"oxlint-tsgolint": "^0.20.0",
"semver": "7.7.4",
"signal-utils": "0.21.1",
"tsdown": "0.21.7",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"vitest": "^4.1.2"
"vitest": "^4.1.3"
},
"peerDependencies": {
"@napi-rs/canvas": "^0.1.89",

3625
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,9 +18,13 @@ minimumReleaseAgeExclude:
- "@hono/node-server"
- "@mariozechner/*"
- "@typescript/native-preview*"
- "@types/node"
- "@rolldown/*"
- "@oxlint/*"
- "@oxfmt/*"
- "axios@1.15.0"
- "discord-api-types"
- "rolldown"
- "sqlite-vec"
- "sqlite-vec-*"

View File

@@ -9,17 +9,17 @@
"test": "vitest run --config vitest.config.ts"
},
"dependencies": {
"@create-markdown/preview": "^2.0.0",
"@create-markdown/preview": "^2.0.2",
"@noble/ed25519": "3.0.1",
"dompurify": "^3.3.3",
"lit": "^3.3.2",
"marked": "^17.0.5"
"marked": "^18.0.0"
},
"devDependencies": {
"@vitest/browser-playwright": "4.1.2",
"jsdom": "^29.0.1",
"@vitest/browser-playwright": "4.1.3",
"jsdom": "^29.0.2",
"playwright": "^1.59.1",
"vite": "8.0.5",
"vitest": "4.1.2"
"vite": "8.0.8",
"vitest": "4.1.3"
}
}