From 7fa72b2678eee9cb304e5eb954b71e2a9d686ae1 Mon Sep 17 00:00:00 2001 From: Nivaldo Farias Date: Thu, 22 Dec 2022 18:29:38 -0300 Subject: [PATCH 1/3] Add multiple `workbox` bundles to allowed packages --- .../allowedPackageJsonDependencies.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/definitions-parser/allowedPackageJsonDependencies.txt b/packages/definitions-parser/allowedPackageJsonDependencies.txt index 2974fc0a0f..e762c12046 100644 --- a/packages/definitions-parser/allowedPackageJsonDependencies.txt +++ b/packages/definitions-parser/allowedPackageJsonDependencies.txt @@ -1037,7 +1037,19 @@ web-tree-sitter winston winston-transport workbox-build +workbox-background-sync +workbox-broadcast-update +workbox-expiration +workbox-core +workbox-expiration +workbox-navigation-preload +workbox-precaching +workbox-range-requests +workbox-routing +workbox-strategies +workbox-streams workbox-webpack-plugin +workbox-window xmlbuilder xpath yup From 94313ef90992fa285f427d0a3b06d2065d2467e6 Mon Sep 17 00:00:00 2001 From: Nivaldo Farias Date: Mon, 26 Dec 2022 14:35:12 +0000 Subject: [PATCH 2/3] chore: add `@types/` packages to allowed list; remove original ones --- .../allowedPackageJsonDependencies.txt | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/definitions-parser/allowedPackageJsonDependencies.txt b/packages/definitions-parser/allowedPackageJsonDependencies.txt index e762c12046..eec4c85cf3 100644 --- a/packages/definitions-parser/allowedPackageJsonDependencies.txt +++ b/packages/definitions-parser/allowedPackageJsonDependencies.txt @@ -749,6 +749,19 @@ @types/winston @types/wonder-commonlib @types/wonder-frp +@types/workbox-background-sync +@types/workbox-broadcast-update +@types/workbox-expiration +@types/workbox-core +@types/workbox-expiration +@types/workbox-navigation-preload +@types/workbox-precaching +@types/workbox-range-requests +@types/workbox-routing +@types/workbox-strategies +@types/workbox-streams +@types/workbox-webpack-plugin +@types/workbox-window @types/parse5 @uirouter/angularjs @vue/reactivity @@ -1037,19 +1050,6 @@ web-tree-sitter winston winston-transport workbox-build -workbox-background-sync -workbox-broadcast-update -workbox-expiration -workbox-core -workbox-expiration -workbox-navigation-preload -workbox-precaching -workbox-range-requests -workbox-routing -workbox-strategies -workbox-streams -workbox-webpack-plugin -workbox-window xmlbuilder xpath yup From 9efce6bb0f93ea1a0df633777c5e9212112c1af6 Mon Sep 17 00:00:00 2001 From: Nivaldo Farias Date: Thu, 29 Dec 2022 09:27:27 -0300 Subject: [PATCH 3/3] Add `@types/workbox-build` to allowed packages --- packages/definitions-parser/allowedPackageJsonDependencies.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/definitions-parser/allowedPackageJsonDependencies.txt b/packages/definitions-parser/allowedPackageJsonDependencies.txt index eec4c85cf3..10afd52451 100644 --- a/packages/definitions-parser/allowedPackageJsonDependencies.txt +++ b/packages/definitions-parser/allowedPackageJsonDependencies.txt @@ -751,6 +751,7 @@ @types/wonder-frp @types/workbox-background-sync @types/workbox-broadcast-update +@types/workbox-build @types/workbox-expiration @types/workbox-core @types/workbox-expiration