chore: add more ignored packages

This commit is contained in:
Mark Lee 2021-05-17 17:41:33 -07:00
Родитель 0a8b1fb10a
Коммит da7ac6fafc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 82F864B9B8626D7C
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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