mirror of
https://github.com/bitwarden/browser
synced 2026-02-17 09:59:41 +00:00
chore(deps): Include Cargo dependencies in dep-ownership lint check
* Added Cardo dep ownership. * Fixed file paths. * Moved aes-gcm from KM to Tools.
This commit is contained in:
12
.github/renovate.json5
vendored
12
.github/renovate.json5
vendored
@@ -132,6 +132,7 @@
|
||||
"@yao-pkg/pkg",
|
||||
"anyhow",
|
||||
"arboard",
|
||||
"ashpd",
|
||||
"babel-loader",
|
||||
"base64-loader",
|
||||
"base64",
|
||||
@@ -142,6 +143,7 @@
|
||||
"core-foundation",
|
||||
"copy-webpack-plugin",
|
||||
"css-loader",
|
||||
"ctor",
|
||||
"dirs",
|
||||
"electron",
|
||||
"electron-builder",
|
||||
@@ -179,6 +181,7 @@
|
||||
"sass",
|
||||
"sass-loader",
|
||||
"scopeguard",
|
||||
"secmem-proc",
|
||||
"security-framework",
|
||||
"security-framework-sys",
|
||||
"semver",
|
||||
@@ -187,6 +190,7 @@
|
||||
"simplelog",
|
||||
"style-loader",
|
||||
"sysinfo",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
@@ -210,6 +214,7 @@
|
||||
"windows-registry",
|
||||
"zbus",
|
||||
"zbus_polkit",
|
||||
"zeroizing-alloc",
|
||||
],
|
||||
description: "Platform owned dependencies",
|
||||
commitMessagePrefix: "[deps] Platform:",
|
||||
@@ -285,6 +290,7 @@
|
||||
"@types/jsdom",
|
||||
"@types/papaparse",
|
||||
"@types/zxcvbn",
|
||||
"aes-gcm",
|
||||
"async-trait",
|
||||
"clap",
|
||||
"jsdom",
|
||||
@@ -337,6 +343,7 @@
|
||||
"aes",
|
||||
"big-integer",
|
||||
"cbc",
|
||||
"chacha20poly1305",
|
||||
"linux-keyutils",
|
||||
"memsec",
|
||||
"node-forge",
|
||||
@@ -445,6 +452,7 @@
|
||||
matchPackageNames: [
|
||||
"anyhow",
|
||||
"arboard",
|
||||
"ashpd",
|
||||
"babel-loader",
|
||||
"base64-loader",
|
||||
"base64",
|
||||
@@ -454,6 +462,7 @@
|
||||
"core-foundation",
|
||||
"copy-webpack-plugin",
|
||||
"css-loader",
|
||||
"ctor",
|
||||
"dirs",
|
||||
"electron-builder",
|
||||
"electron-log",
|
||||
@@ -488,6 +497,7 @@
|
||||
"sass",
|
||||
"sass-loader",
|
||||
"scopeguard",
|
||||
"secmem-proc",
|
||||
"security-framework",
|
||||
"security-framework-sys",
|
||||
"semver",
|
||||
@@ -496,6 +506,7 @@
|
||||
"simplelog",
|
||||
"style-loader",
|
||||
"sysinfo",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
@@ -517,6 +528,7 @@
|
||||
"windows-registry",
|
||||
"zbus",
|
||||
"zbus_polkit",
|
||||
"zeroizing-alloc",
|
||||
],
|
||||
matchUpdateTypes: ["minor", "patch"],
|
||||
dependencyDashboardApproval: true,
|
||||
|
||||
Reference in New Issue
Block a user