From 38c75236c490e5d5ded2fb5abb7719e88c7fb2a5 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Wed, 3 Mar 2021 22:49:07 -0800 Subject: [PATCH] chore: ignore html-webpack-plugin & open in the update dependency script --- tools/update-dependencies.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/update-dependencies.js b/tools/update-dependencies.js index 26595603f0..ff6074eb73 100755 --- a/tools/update-dependencies.js +++ b/tools/update-dependencies.js @@ -9,6 +9,8 @@ const DO_NOT_UPGRADE = [ '@typescript-eslint/eslint-plugin', // special case 'commander', // TODO: convert to yargs 'cross-zip', // >= 4.0.0 requires Node 12 + 'html-webpack-plugin', // SHould be upgraded with Webpack v5 + 'open', // >= 8 requires Node 12 'typescript', // Promisify issues, see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/49699 'webpack' // Lots of incompatibilities between v4 and v5 ]