lint: Bump ESLint dependencies

This commit is contained in:
Richard Hansen 2022-05-02 21:16:24 -04:00
parent 2929a3c0bd
commit 9b87007278
3 changed files with 201 additions and 172 deletions

View file

@ -171,10 +171,10 @@ const logger = log4js.getLogger('checkPlugin');
const parsedPackageJSON = JSON.parse(packageJSON);
await updateDeps(parsedPackageJSON, 'devDependencies', {
'eslint': '^8.11.0',
'eslint-config-etherpad': '^3.0.9',
'eslint': '^8.14.0',
'eslint-config-etherpad': '^3.0.13',
// Changing the TypeScript version can break plugin code, so leave it alone if present.
'typescript': {ver: '^4.6.2', overwrite: false},
'typescript': {ver: '^4.6.4', overwrite: false},
// These were moved to eslint-config-etherpad's dependencies so they can be removed:
'@typescript-eslint/eslint-plugin': null,
'@typescript-eslint/parser': null,