Skip to content

Commit

Permalink
chore: add more ignored packages
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed May 18, 2021
1 parent 0a8b1fb commit da7ac6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/update-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da7ac6f

Please sign in to comment.