1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Update eslint (#11161)

This commit is contained in:
renovate[bot] 2024-10-01 02:19:50 +00:00 committed by GitHub
parent b3315aeb03
commit 733845eb95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 2010 additions and 1292 deletions

File diff suppressed because one or more lines are too long

875
.yarn/releases/yarn-3.8.2.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.8.2.cjs
logFilters:

View File

@ -72,15 +72,15 @@
"@crowdin/cli": "3",
"@joplin/utils": "~2.12",
"@seiyab/eslint-plugin-react-hooks": "4.5.1-beta.0",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"cspell": "5.21.2",
"eslint": "8.52.0",
"eslint": "8.57.0",
"eslint-interactive": "10.8.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-react": "7.34.2",
"execa": "5.1.1",
"fs-extra": "11.2.0",
"glob": "10.4.2",
@ -90,20 +90,20 @@
"lint-staged": "15.2.7",
"madge": "6.1.0",
"npm-package-json-lint": "7.1.0",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"dependencies": {
"@types/fs-extra": "11.0.4",
"eslint-plugin-github": "4.10.1",
"eslint-plugin-github": "4.10.2",
"http-server": "14.1.1",
"node-gyp": "9.4.1",
"nodemon": "3.1.2"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@3.8.2",
"resolutions": {
"react-native-camera@4.2.1": "patch:react-native-camera@npm%3A4.2.1#./.yarn/patches/react-native-camera-npm-4.2.1-24b2600a7e.patch",
"react-native-vosk@0.1.12": "patch:react-native-vosk@npm%3A0.1.12#./.yarn/patches/react-native-vosk-npm-0.1.12-76b1caaae8.patch",
"eslint": "patch:eslint@8.52.0#./.yarn/patches/eslint-npm-8.39.0-d92bace04d.patch",
"eslint": "patch:eslint@8.57.0#./.yarn/patches/eslint-npm-8.39.0-d92bace04d.patch",
"app-builder-lib@24.4.0": "patch:app-builder-lib@npm%3A24.4.0#./.yarn/patches/app-builder-lib-npm-24.4.0-05322ff057.patch",
"nanoid": "patch:nanoid@npm%3A3.3.7#./.yarn/patches/nanoid-npm-3.3.7-98824ba130.patch",
"pdfjs-dist": "patch:pdfjs-dist@npm%3A3.11.174#./.yarn/patches/pdfjs-dist-npm-3.11.174-67f2fee6d6.patch",

View File

@ -72,12 +72,12 @@
"devDependencies": {
"@joplin/tools": "~3.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/node": "18.19.39",
"@types/proper-lockfile": "^4.1.2",
"gulp": "4.0.2",
"jest": "29.7.0",
"temp": "0.9.4",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}

View File

@ -129,7 +129,7 @@
"@joplin/tools": "~3.1",
"@playwright/test": "1.44.1",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/node": "18.19.39",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
@ -146,9 +146,9 @@
"js-sha512": "0.9.0",
"nan": "2.19.0",
"react-test-renderer": "18.3.1",
"ts-jest": "29.1.1",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"dependencies": {
"@electron/notarize": "2.1.0",

View File

@ -97,7 +97,7 @@
"@testing-library/react-native": "12.3.3",
"@tsconfig/react-native": "2.0.2",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/react": "18.3.3",
"@types/react-native": "0.70.6",
"@types/react-redux": "7.1.33",
@ -122,10 +122,10 @@
"sharp": "0.33.4",
"sqlite3": "5.1.6",
"timers-browserify": "2.0.12",
"ts-jest": "29.1.1",
"ts-jest": "29.1.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.2.2",
"typescript": "5.4.5",
"uglify-js": "3.17.4",
"url-loader": "4.1.1",
"webpack": "5.84.0",

View File

@ -15,7 +15,7 @@
"devDependencies": {
"@types/yargs": "17.0.32",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"dependencies": {
"@joplin/utils": "~3.1",

View File

@ -16,14 +16,14 @@
"devDependencies": {
"@joplin/lib": "~3.1",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/react": "18.3.3",
"@types/react-redux": "7.1.33",
"@types/styled-components": "5.1.32",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"ts-jest": "29.1.5",
"typescript": "5.4.5"
},
"dependencies": {
"@codemirror/autocomplete": "6.18.0",

View File

@ -45,16 +45,16 @@
"entities": "2.2.0"
},
"devDependencies": {
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/node": "18.19.39",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"coveralls": "3.1.1",
"eslint": "8.52.0",
"eslint": "8.57.0",
"jest": "29.7.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"prettier": "3.3.0",
"ts-jest": "29.1.5",
"typescript": "5.4.5"
},
"jest": {
"preset": "ts-jest",

View File

@ -18,7 +18,7 @@
"devDependencies": {
"@testing-library/react-hooks": "8.0.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/js-yaml": "4.0.9",
"@types/markdown-it": "13.0.8",
"@types/mustache": "4.2.5",
@ -34,7 +34,7 @@
"react-test-renderer": "18.3.1",
"sharp": "0.33.4",
"tesseract.js": "5.1.0",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"dependencies": {
"@adobe/css-tools": "4.3.3",

View File

@ -19,7 +19,7 @@
"author": "Joplin",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/pdfjs-dist": "2.10.378",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
@ -29,9 +29,9 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"style-loader": "3.3.4",
"ts-jest": "29.1.1",
"ts-jest": "29.1.5",
"ts-loader": "9.5.1",
"typescript": "5.2.2",
"typescript": "5.4.5",
"webpack": "5.74.0",
"webpack-cli": "4.10.0"
},

View File

@ -29,11 +29,11 @@
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/node": "18.19.39",
"jest": "29.7.0",
"source-map-loader": "4.0.2",
"typescript": "5.2.2",
"typescript": "5.4.5",
"webpack": "5.65.0",
"webpack-cli": "4.10.0"
},

View File

@ -48,7 +48,7 @@
"@types/react-native": "0.64.19",
"react": "18.3.1",
"react-native": "0.70.6",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"peerDependencies": {
"react": "*",

View File

@ -19,13 +19,13 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/markdown-it": "13.0.8",
"@types/node": "18.19.39",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"ts-jest": "29.1.5",
"typescript": "5.4.5"
},
"dependencies": {
"@joplin/fork-htmlparser2": "^4.1.52",

View File

@ -66,8 +66,8 @@
"@types/bcryptjs": "2.4.6",
"@types/formidable": "2.0.6",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",
"@types/jest-expect-message": "1.0.4",
"@types/jest": "29.5.12",
"@types/jest-expect-message": "1.1.0",
"@types/jsdom": "21.1.7",
"@types/koa": "2.15.0",
"@types/markdown-it": "13.0.8",
@ -82,6 +82,6 @@
"jsdom": "24.1.0",
"node-mocks-http": "1.14.1",
"source-map-support": "0.5.21",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}

View File

@ -48,7 +48,7 @@
"@joplin/fork-htmlparser2": "^4.1.52",
"@rmp135/sql-ts": "1.18.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/js-yaml": "4.0.9",
"@types/markdown-it": "13.0.8",
"@types/mustache": "4.2.5",
@ -65,7 +65,7 @@
"sqlite3": "5.1.6",
"style-to-js": "1.1.12",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
}

View File

@ -46,11 +46,11 @@
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/markdown-it": "13.0.8",
"@types/node-fetch": "2.6.11",
"jest": "29.7.0",
"ts-jest": "29.1.1"
"ts-jest": "29.1.5"
},
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
}

1455
yarn.lock

File diff suppressed because it is too large Load Diff