mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
lint: Bump ESLint dependencies again, update plugins
This commit is contained in:
parent
c0db840df1
commit
4535641ebd
3 changed files with 9 additions and 9 deletions
|
@ -171,8 +171,8 @@ const logger = log4js.getLogger('checkPlugin');
|
||||||
const parsedPackageJSON = JSON.parse(packageJSON);
|
const parsedPackageJSON = JSON.parse(packageJSON);
|
||||||
|
|
||||||
await updateDeps(parsedPackageJSON, 'devDependencies', {
|
await updateDeps(parsedPackageJSON, 'devDependencies', {
|
||||||
'eslint': '^8.10.0',
|
'eslint': '^8.11.0',
|
||||||
'eslint-config-etherpad': '^3.0.4',
|
'eslint-config-etherpad': '^3.0.9',
|
||||||
// Changing the TypeScript version can break plugin code, so leave it alone if present.
|
// 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.2', overwrite: false},
|
||||||
// These were moved to eslint-config-etherpad's dependencies so they can be removed:
|
// These were moved to eslint-config-etherpad's dependencies so they can be removed:
|
||||||
|
|
12
src/package-lock.json
generated
12
src/package-lock.json
generated
|
@ -2395,14 +2395,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslint-config-etherpad": {
|
"eslint-config-etherpad": {
|
||||||
"version": "3.0.7",
|
"version": "3.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-3.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-3.0.9.tgz",
|
||||||
"integrity": "sha512-Z6tfXYTSXDsM7dsMmhCYiiCI+SZQ7OtTv43mY6cM8WoVufNnK5s8nlP9Eop+Go5+QS2B0Lz9Cc8pv5FPP9jQvw==",
|
"integrity": "sha512-Jhm2gVE9+aTraew83cfATyyNE0bQn5QfGLY2vOdmhZ2O+mQhSrTJaWicAF7iRaZgobMTl6L7xjtTUo9VSA/6qA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@rushstack/eslint-patch": "^1.1.0",
|
"@rushstack/eslint-patch": "^1.1.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.14.0",
|
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
||||||
"@typescript-eslint/parser": "^5.14.0",
|
"@typescript-eslint/parser": "^5.16.0",
|
||||||
"eslint-import-resolver-typescript": "^2.5.0",
|
"eslint-import-resolver-typescript": "^2.5.0",
|
||||||
"eslint-plugin-cypress": "^2.12.1",
|
"eslint-plugin-cypress": "^2.12.1",
|
||||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.11.0",
|
"eslint": "^8.11.0",
|
||||||
"eslint-config-etherpad": "^3.0.7",
|
"eslint-config-etherpad": "^3.0.9",
|
||||||
"etherpad-cli-client": "^2.0.1",
|
"etherpad-cli-client": "^2.0.1",
|
||||||
"mocha": "^9.2.2",
|
"mocha": "^9.2.2",
|
||||||
"mocha-froth": "^0.2.10",
|
"mocha-froth": "^0.2.10",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue