build(deps): update workspace dependencies
This commit is contained in:
@@ -13,13 +13,19 @@
|
|||||||
"eslint/no-new": "off",
|
"eslint/no-new": "off",
|
||||||
"eslint/no-shadow": "off",
|
"eslint/no-shadow": "off",
|
||||||
"eslint/no-unmodified-loop-condition": "off",
|
"eslint/no-unmodified-loop-condition": "off",
|
||||||
|
"eslint-plugin-unicorn/prefer-set-size": "off",
|
||||||
"oxc/no-accumulating-spread": "off",
|
"oxc/no-accumulating-spread": "off",
|
||||||
"oxc/no-async-endpoint-handlers": "off",
|
"oxc/no-async-endpoint-handlers": "off",
|
||||||
"oxc/no-map-spread": "off",
|
"oxc/no-map-spread": "off",
|
||||||
|
"typescript/consistent-return": "off",
|
||||||
"typescript/no-explicit-any": "error",
|
"typescript/no-explicit-any": "error",
|
||||||
"typescript/no-extraneous-class": "off",
|
"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",
|
"typescript/no-unsafe-type-assertion": "off",
|
||||||
"unicorn/consistent-function-scoping": "off",
|
"unicorn/consistent-function-scoping": "off",
|
||||||
|
"unicorn/prefer-set-size": "off",
|
||||||
"unicorn/require-post-message-target-origin": "off"
|
"unicorn/require-post-message-target-origin": "off"
|
||||||
},
|
},
|
||||||
"ignorePatterns": [
|
"ignorePatterns": [
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "OpenClaw ACP runtime backend",
|
"description": "OpenClaw ACP runtime backend",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"acpx": "0.5.2"
|
"acpx": "0.5.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@openclaw/plugin-sdk": "workspace:*"
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"description": "OpenClaw Amazon Bedrock provider plugin",
|
"description": "OpenClaw Amazon Bedrock provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-bedrock": "3.1024.0"
|
"@aws-sdk/client-bedrock": "3.1026.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@openclaw/plugin-sdk": "workspace:*"
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"build:viewer": "bun build src/viewer-client.ts --target browser --format esm --minify --outfile assets/viewer-runtime.js"
|
"build:viewer": "bun build src/viewer-client.ts --target browser --format esm --minify --outfile assets/viewer-runtime.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pierre/diffs": "1.1.10",
|
"@pierre/diffs": "1.1.12",
|
||||||
"@pierre/theme": "0.0.29",
|
"@pierre/theme": "0.0.29",
|
||||||
"@sinclair/typebox": "0.34.49",
|
"@sinclair/typebox": "0.34.49",
|
||||||
"playwright-core": "1.59.1"
|
"playwright-core": "1.59.1"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"@buape/carbon": "0.15.0",
|
"@buape/carbon": "0.15.0",
|
||||||
"@discordjs/voice": "^0.19.2",
|
"@discordjs/voice": "^0.19.2",
|
||||||
"@snazzah/davey": "^0.1.11",
|
"@snazzah/davey": "^0.1.11",
|
||||||
"discord-api-types": "^0.38.44",
|
"discord-api-types": "^0.38.45",
|
||||||
"https-proxy-agent": "^9.0.0",
|
"https-proxy-agent": "^9.0.0",
|
||||||
"opusscript": "^0.1.1"
|
"opusscript": "^0.1.1"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
|
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clawdbot/lobster": "2026.1.24",
|
"@clawdbot/lobster": "2026.4.6",
|
||||||
"@sinclair/typebox": "0.34.49"
|
"@sinclair/typebox": "0.34.49"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"@matrix-org/matrix-sdk-crypto-wasm": "18.0.0",
|
"@matrix-org/matrix-sdk-crypto-wasm": "18.0.0",
|
||||||
"fake-indexeddb": "^6.2.5",
|
"fake-indexeddb": "^6.2.5",
|
||||||
"markdown-it": "14.1.1",
|
"markdown-it": "14.1.1",
|
||||||
"matrix-js-sdk": "41.3.0-rc.0",
|
"matrix-js-sdk": "41.3.0",
|
||||||
"music-metadata": "^11.12.3"
|
"music-metadata": "^11.12.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -4,15 +4,15 @@
|
|||||||
"description": "OpenClaw Microsoft Teams channel plugin",
|
"description": "OpenClaw Microsoft Teams channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/teams.api": "2.0.6",
|
"@microsoft/teams.api": "2.0.7",
|
||||||
"@microsoft/teams.apps": "2.0.6",
|
"@microsoft/teams.apps": "2.0.7",
|
||||||
"express": "^5.2.1",
|
"express": "^5.2.1",
|
||||||
"jsonwebtoken": "^9.0.3",
|
"jsonwebtoken": "^9.0.3",
|
||||||
"jwks-rsa": "^4.0.1"
|
"jwks-rsa": "^4.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@openclaw/plugin-sdk": "workspace:*",
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"@types/jsonwebtoken": "^9.0.9",
|
"@types/jsonwebtoken": "^9.0.10",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"description": "OpenClaw Slack channel plugin",
|
"description": "OpenClaw Slack channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@slack/bolt": "^4.6.0",
|
"@slack/bolt": "^4.7.0",
|
||||||
"@slack/web-api": "^7.15.0",
|
"@slack/web-api": "^7.15.0",
|
||||||
"https-proxy-agent": "^9.0.0"
|
"https-proxy-agent": "^9.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
"description": "OpenClaw Tlon/Urbit channel plugin",
|
"description": "OpenClaw Tlon/Urbit channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "3.1024.0",
|
"@aws-sdk/client-s3": "3.1026.0",
|
||||||
"@aws-sdk/s3-request-presigner": "3.1024.0",
|
"@aws-sdk/s3-request-presigner": "3.1026.0",
|
||||||
"@tloncorp/tlon-skill": "0.3.2",
|
"@tloncorp/tlon-skill": "0.3.4",
|
||||||
"@urbit/aura": "^3.0.0"
|
"@urbit/aura": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@whiskeysockets/baileys": "7.0.0-rc.9",
|
"@whiskeysockets/baileys": "7.0.0-rc.9",
|
||||||
"jimp": "^1.6.0"
|
"jimp": "^1.6.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@openclaw/plugin-sdk": "workspace:*",
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
|
|||||||
+24
-24
@@ -1318,11 +1318,11 @@
|
|||||||
"ui:install": "node scripts/ui.js install"
|
"ui:install": "node scripts/ui.js install"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@agentclientprotocol/sdk": "0.18.0",
|
"@agentclientprotocol/sdk": "0.18.2",
|
||||||
"@anthropic-ai/vertex-sdk": "^0.14.4",
|
"@anthropic-ai/vertex-sdk": "^0.15.0",
|
||||||
"@aws-sdk/client-bedrock": "3.1024.0",
|
"@aws-sdk/client-bedrock": "3.1026.0",
|
||||||
"@aws-sdk/client-bedrock-runtime": "3.1024.0",
|
"@aws-sdk/client-bedrock-runtime": "3.1026.0",
|
||||||
"@aws-sdk/credential-provider-node": "3.972.29",
|
"@aws-sdk/credential-provider-node": "3.972.30",
|
||||||
"@aws/bedrock-token-generator": "^1.1.0",
|
"@aws/bedrock-token-generator": "^1.1.0",
|
||||||
"@buape/carbon": "0.15.0",
|
"@buape/carbon": "0.15.0",
|
||||||
"@clack/prompts": "^1.2.0",
|
"@clack/prompts": "^1.2.0",
|
||||||
@@ -1333,16 +1333,16 @@
|
|||||||
"@lancedb/lancedb": "^0.27.2",
|
"@lancedb/lancedb": "^0.27.2",
|
||||||
"@larksuiteoapi/node-sdk": "^1.60.0",
|
"@larksuiteoapi/node-sdk": "^1.60.0",
|
||||||
"@line/bot-sdk": "^11.0.0",
|
"@line/bot-sdk": "^11.0.0",
|
||||||
"@lydell/node-pty": "1.2.0-beta.10",
|
"@lydell/node-pty": "1.2.0-beta.12",
|
||||||
"@mariozechner/pi-agent-core": "0.65.2",
|
"@mariozechner/pi-agent-core": "0.66.1",
|
||||||
"@mariozechner/pi-ai": "0.65.2",
|
"@mariozechner/pi-ai": "0.66.1",
|
||||||
"@mariozechner/pi-coding-agent": "0.65.2",
|
"@mariozechner/pi-coding-agent": "0.66.1",
|
||||||
"@mariozechner/pi-tui": "0.65.2",
|
"@mariozechner/pi-tui": "0.66.1",
|
||||||
"@matrix-org/matrix-sdk-crypto-wasm": "18.0.0",
|
"@matrix-org/matrix-sdk-crypto-wasm": "18.0.0",
|
||||||
"@modelcontextprotocol/sdk": "1.29.0",
|
"@modelcontextprotocol/sdk": "1.29.0",
|
||||||
"@mozilla/readability": "^0.6.0",
|
"@mozilla/readability": "^0.6.0",
|
||||||
"@sinclair/typebox": "0.34.49",
|
"@sinclair/typebox": "0.34.49",
|
||||||
"@slack/bolt": "^4.6.0",
|
"@slack/bolt": "^4.7.0",
|
||||||
"@slack/web-api": "^7.15.0",
|
"@slack/web-api": "^7.15.0",
|
||||||
"ajv": "^8.18.0",
|
"ajv": "^8.18.0",
|
||||||
"chalk": "^5.6.2",
|
"chalk": "^5.6.2",
|
||||||
@@ -1350,8 +1350,8 @@
|
|||||||
"cli-highlight": "^2.1.11",
|
"cli-highlight": "^2.1.11",
|
||||||
"commander": "^14.0.3",
|
"commander": "^14.0.3",
|
||||||
"croner": "^10.0.1",
|
"croner": "^10.0.1",
|
||||||
"discord-api-types": "^0.38.44",
|
"discord-api-types": "^0.38.45",
|
||||||
"dotenv": "^17.4.0",
|
"dotenv": "^17.4.1",
|
||||||
"express": "^5.2.1",
|
"express": "^5.2.1",
|
||||||
"file-type": "22.0.0",
|
"file-type": "22.0.0",
|
||||||
"gaxios": "7.1.4",
|
"gaxios": "7.1.4",
|
||||||
@@ -1360,14 +1360,14 @@
|
|||||||
"hono": "4.12.12",
|
"hono": "4.12.12",
|
||||||
"https-proxy-agent": "^9.0.0",
|
"https-proxy-agent": "^9.0.0",
|
||||||
"ipaddr.js": "^2.3.0",
|
"ipaddr.js": "^2.3.0",
|
||||||
"jimp": "^1.6.0",
|
"jimp": "^1.6.1",
|
||||||
"jiti": "^2.6.1",
|
"jiti": "^2.6.1",
|
||||||
"json5": "^2.2.3",
|
"json5": "^2.2.3",
|
||||||
"jszip": "^3.10.1",
|
"jszip": "^3.10.1",
|
||||||
"linkedom": "^0.18.12",
|
"linkedom": "^0.18.12",
|
||||||
"long": "^5.3.2",
|
"long": "^5.3.2",
|
||||||
"markdown-it": "14.1.1",
|
"markdown-it": "14.1.1",
|
||||||
"matrix-js-sdk": "41.3.0-rc.0",
|
"matrix-js-sdk": "41.3.0",
|
||||||
"mpg123-decoder": "^1.0.3",
|
"mpg123-decoder": "^1.0.3",
|
||||||
"node-edge-tts": "^1.2.10",
|
"node-edge-tts": "^1.2.10",
|
||||||
"nostr-tools": "^2.23.3",
|
"nostr-tools": "^2.23.3",
|
||||||
@@ -1376,7 +1376,7 @@
|
|||||||
"osc-progress": "^0.3.0",
|
"osc-progress": "^0.3.0",
|
||||||
"pdfjs-dist": "^5.6.205",
|
"pdfjs-dist": "^5.6.205",
|
||||||
"playwright-core": "1.59.1",
|
"playwright-core": "1.59.1",
|
||||||
"proxy-agent": "^8.0.0",
|
"proxy-agent": "^8.0.1",
|
||||||
"qrcode-terminal": "^0.12.0",
|
"qrcode-terminal": "^0.12.0",
|
||||||
"sharp": "^0.34.5",
|
"sharp": "^0.34.5",
|
||||||
"silk-wasm": "^3.7.1",
|
"silk-wasm": "^3.7.1",
|
||||||
@@ -1395,23 +1395,23 @@
|
|||||||
"@lit/context": "^1.1.6",
|
"@lit/context": "^1.1.6",
|
||||||
"@types/express": "^5.0.6",
|
"@types/express": "^5.0.6",
|
||||||
"@types/markdown-it": "^14.1.2",
|
"@types/markdown-it": "^14.1.2",
|
||||||
"@types/node": "^25.5.2",
|
"@types/node": "^25.6.0",
|
||||||
"@types/qrcode-terminal": "^0.12.2",
|
"@types/qrcode-terminal": "^0.12.2",
|
||||||
"@types/ws": "^8.18.1",
|
"@types/ws": "^8.18.1",
|
||||||
"@typescript/native-preview": "7.0.0-dev.20260406.1",
|
"@typescript/native-preview": "7.0.0-dev.20260410.1",
|
||||||
"@vitest/coverage-v8": "^4.1.2",
|
"@vitest/coverage-v8": "^4.1.3",
|
||||||
"jscpd": "4.0.8",
|
"jscpd": "4.0.8",
|
||||||
"jsdom": "^29.0.1",
|
"jsdom": "^29.0.2",
|
||||||
"lit": "^3.3.2",
|
"lit": "^3.3.2",
|
||||||
"oxfmt": "0.43.0",
|
"oxfmt": "0.44.0",
|
||||||
"oxlint": "^1.58.0",
|
"oxlint": "^1.59.0",
|
||||||
"oxlint-tsgolint": "^0.19.0",
|
"oxlint-tsgolint": "^0.20.0",
|
||||||
"semver": "7.7.4",
|
"semver": "7.7.4",
|
||||||
"signal-utils": "0.21.1",
|
"signal-utils": "0.21.1",
|
||||||
"tsdown": "0.21.7",
|
"tsdown": "0.21.7",
|
||||||
"tsx": "^4.21.0",
|
"tsx": "^4.21.0",
|
||||||
"typescript": "^6.0.2",
|
"typescript": "^6.0.2",
|
||||||
"vitest": "^4.1.2"
|
"vitest": "^4.1.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@napi-rs/canvas": "^0.1.89",
|
"@napi-rs/canvas": "^0.1.89",
|
||||||
|
|||||||
Generated
+1840
-1785
File diff suppressed because it is too large
Load Diff
@@ -18,9 +18,13 @@ minimumReleaseAgeExclude:
|
|||||||
- "@hono/node-server"
|
- "@hono/node-server"
|
||||||
- "@mariozechner/*"
|
- "@mariozechner/*"
|
||||||
- "@typescript/native-preview*"
|
- "@typescript/native-preview*"
|
||||||
|
- "@types/node"
|
||||||
|
- "@rolldown/*"
|
||||||
- "@oxlint/*"
|
- "@oxlint/*"
|
||||||
- "@oxfmt/*"
|
- "@oxfmt/*"
|
||||||
- "axios@1.15.0"
|
- "axios@1.15.0"
|
||||||
|
- "discord-api-types"
|
||||||
|
- "rolldown"
|
||||||
- "sqlite-vec"
|
- "sqlite-vec"
|
||||||
- "sqlite-vec-*"
|
- "sqlite-vec-*"
|
||||||
|
|
||||||
|
|||||||
+6
-6
@@ -9,17 +9,17 @@
|
|||||||
"test": "vitest run --config vitest.config.ts"
|
"test": "vitest run --config vitest.config.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@create-markdown/preview": "^2.0.0",
|
"@create-markdown/preview": "^2.0.2",
|
||||||
"@noble/ed25519": "3.0.1",
|
"@noble/ed25519": "3.0.1",
|
||||||
"dompurify": "^3.3.3",
|
"dompurify": "^3.3.3",
|
||||||
"lit": "^3.3.2",
|
"lit": "^3.3.2",
|
||||||
"marked": "^17.0.5"
|
"marked": "^18.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitest/browser-playwright": "4.1.2",
|
"@vitest/browser-playwright": "4.1.3",
|
||||||
"jsdom": "^29.0.1",
|
"jsdom": "^29.0.2",
|
||||||
"playwright": "^1.59.1",
|
"playwright": "^1.59.1",
|
||||||
"vite": "8.0.5",
|
"vite": "8.0.8",
|
||||||
"vitest": "4.1.2"
|
"vitest": "4.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user