1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-31 07:33:23 +00:00

Add lowdb to ignored dependencies (#14907)

* Added lowdb to ignored dependencies

* Changed to allowedVersions instead of ignoring for more context.
This commit is contained in:
Todd Martin
2025-05-26 03:21:30 -04:00
committed by GitHub
parent 04ed114e0e
commit 56b565a47e

View File

@@ -405,6 +405,12 @@
commitMessagePrefix: "[deps] KM:",
reviewers: ["team:team-key-management-dev"],
},
{
// Any versions of lowdb above 1.0.0 are not compatible with CommonJS.
matchPackageNames: ["lowdb"],
allowedVersions: "1.0.0",
description: "Higher versions of lowdb are not compatible with CommonJS",
},
],
ignoreDeps: ["@types/koa-bodyparser", "bootstrap", "node-ipc", "@bitwarden/sdk-internal"],
}