chore(deps): Move Jest dependency ownership to Platform

pull/18082/head
Todd Martin 4 weeks ago committed by GitHub
parent 21a2be00a8
commit 85aa612fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -141,6 +141,7 @@
"@types/firefox-webext-browser",
"@types/glob",
"@types/lowdb",
"@types/jest",
"@types/node",
"@types/node-ipc",
"@yao-pkg/pkg",
@ -174,6 +175,11 @@
"html-webpack-plugin",
"interprocess",
"itertools",
"jest",
"jest-diff",
"jest-junit",
"jest-mock-extended",
"jest-preset-angular",
"json5",
"keytar",
"libc",
@ -210,8 +216,9 @@
"tokio-util",
"tracing",
"tracing-subscriber",
"ts-node",
"ts-jest",
"ts-loader",
"ts-node",
"tsconfig-paths-webpack-plugin",
"type-fest",
"typenum",
@ -287,19 +294,6 @@
commitMessagePrefix: "[deps] UI Foundation:",
reviewers: ["team:team-ui-foundation"],
},
{
matchPackageNames: [
"@types/jest",
"jest-junit",
"jest-mock-extended",
"jest-preset-angular",
"jest-diff",
"ts-jest",
],
description: "Secrets Manager owned dependencies",
commitMessagePrefix: "[deps] SM:",
reviewers: ["team:team-secrets-manager-dev"],
},
{
matchPackageNames: [
"@microsoft/signalr-protocol-msgpack",
@ -474,12 +468,13 @@
// This rule comes AFTER grouping rules so that groups are respected while still
// sending minor/patch updates to the dependency dashboard for approval.
matchPackageNames: [
"@types/jest",
"anyhow",
"arboard",
"ashpd",
"babel-loader",
"base64-loader",
"base64",
"base64-loader",
"bindgen",
"byteorder",
"bytes",
@ -501,6 +496,11 @@
"html-webpack-injector",
"html-webpack-plugin",
"interprocess",
"jest",
"jest-diff",
"jest-junit",
"jest-mock-extended",
"jest-preset-angular",
"json5",
"keytar",
"libc",
@ -535,8 +535,9 @@
"tokio-util",
"tracing",
"tracing-subscriber",
"ts-node",
"ts-jest",
"ts-loader",
"ts-node",
"tsconfig-paths-webpack-plugin",
"type-fest",
"typenum",

Loading…
Cancel
Save