From da7ac6fafc3c80bdeadc7e7770fb73220e7629ab Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Mon, 17 May 2021 17:41:33 -0700 Subject: [PATCH] chore: add more ignored packages --- tools/update-dependencies.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/update-dependencies.js b/tools/update-dependencies.js index ff6074eb73..20f3343668 100755 --- a/tools/update-dependencies.js +++ b/tools/update-dependencies.js @@ -6,10 +6,15 @@ const { spawn } = require('@malept/cross-spawn-promise') const DO_NOT_UPGRADE = [ '@types/webpack', // Should be upgraded with Webpack v5 + '@types/webpack-dev-middleware', // Should be upgraded with Webpack v5 + '@types/webpack-hot-middleware', // Should be upgraded with Webpack v5 '@typescript-eslint/eslint-plugin', // special case 'commander', // TODO: convert to yargs 'cross-zip', // >= 4.0.0 requires Node 12 + 'fs-extra', // >= 10.0.0 requires Node 12 'html-webpack-plugin', // SHould be upgraded with Webpack v5 + 'lint-staged', // >= 11.0.0 requires Node 12 + 'log-symbols', // >= 5.0.0 requires Node 12 'open', // >= 8 requires Node 12 'typescript', // Promisify issues, see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/49699 'webpack' // Lots of incompatibilities between v4 and v5