fix(file-transfer): keep minimatch extension-owned

This commit is contained in:
Peter Steinberger
2026-04-30 01:50:47 +01:00
parent 0b061c4fc1
commit 3a29bf0e00
3 changed files with 2 additions and 5 deletions

View File

@@ -1627,7 +1627,6 @@
"json5": "^2.2.3",
"jszip": "^3.10.1",
"markdown-it": "14.1.1",
"minimatch": "10.2.4",
"openai": "^6.34.0",
"proxy-agent": "^8.0.1",
"qrcode": "1.5.4",

3
pnpm-lock.yaml generated
View File

@@ -108,9 +108,6 @@ importers:
markdown-it:
specifier: 14.1.1
version: 14.1.1
minimatch:
specifier: 10.2.4
version: 10.2.4
openai:
specifier: ^6.34.0
version: 6.34.0(ws@8.20.0)(zod@4.3.6)

View File

@@ -47,7 +47,8 @@ const packageManifestContractTests: PackageManifestContractParams[] = [
},
{
pluginId: "file-transfer",
mirroredRootRuntimeDeps: ["minimatch", "typebox"],
pluginLocalRuntimeDeps: ["minimatch"],
mirroredRootRuntimeDeps: ["typebox"],
},
{
pluginId: "matrix",