mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Update ownership in renovate config (#7118)
* Move tldts into ownership of autofill This was initially introduced by me, but is largely used for validating urls for autofill. * Move @types/jsdom and jsdom to tools This dependency is only using within the importers in the cli (running node) * Add oidc-client-ts to tools This dependency got introduced with the Lastpass direct import --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
299a880cba
commit
00faefa1d1
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
@@ -107,6 +107,7 @@
|
|||||||
"prettier-plugin-tailwindcss",
|
"prettier-plugin-tailwindcss",
|
||||||
"rimraf",
|
"rimraf",
|
||||||
"tabbable",
|
"tabbable",
|
||||||
|
"tldts",
|
||||||
"wait-on"
|
"wait-on"
|
||||||
],
|
],
|
||||||
"description": "Autofill owned dependencies",
|
"description": "Autofill owned dependencies",
|
||||||
@@ -212,6 +213,7 @@
|
|||||||
"@electron/rebuild",
|
"@electron/rebuild",
|
||||||
"@microsoft/signalr",
|
"@microsoft/signalr",
|
||||||
"@microsoft/signalr-protocol-msgpack",
|
"@microsoft/signalr-protocol-msgpack",
|
||||||
|
"@types/jsdom",
|
||||||
"@types/papaparse",
|
"@types/papaparse",
|
||||||
"electron",
|
"electron",
|
||||||
"electron-builder",
|
"electron-builder",
|
||||||
@@ -219,9 +221,10 @@
|
|||||||
"electron-reload",
|
"electron-reload",
|
||||||
"electron-store",
|
"electron-store",
|
||||||
"electron-updater",
|
"electron-updater",
|
||||||
|
"jsdom",
|
||||||
"jszip",
|
"jszip",
|
||||||
|
"oidc-client-ts",
|
||||||
"papaparse",
|
"papaparse",
|
||||||
"tldts",
|
|
||||||
"utf-8-validate"
|
"utf-8-validate"
|
||||||
],
|
],
|
||||||
"description": "Tools owned dependencies",
|
"description": "Tools owned dependencies",
|
||||||
@@ -233,7 +236,6 @@
|
|||||||
"@koa/multer",
|
"@koa/multer",
|
||||||
"@koa/router",
|
"@koa/router",
|
||||||
"@types/inquirer",
|
"@types/inquirer",
|
||||||
"@types/jsdom",
|
|
||||||
"@types/koa",
|
"@types/koa",
|
||||||
"@types/koa__multer",
|
"@types/koa__multer",
|
||||||
"@types/koa__router",
|
"@types/koa__router",
|
||||||
@@ -249,7 +251,6 @@
|
|||||||
"form-data",
|
"form-data",
|
||||||
"https-proxy-agent",
|
"https-proxy-agent",
|
||||||
"inquirer",
|
"inquirer",
|
||||||
"jsdom",
|
|
||||||
"koa",
|
"koa",
|
||||||
"koa-bodyparser",
|
"koa-bodyparser",
|
||||||
"koa-json",
|
"koa-json",
|
||||||
|
|||||||
Reference in New Issue
Block a user