1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Update eslint

This commit is contained in:
renovate[bot]
2025-08-03 02:42:38 +00:00
committed by GitHub
parent a80406dcb7
commit 0ad9e8f112
3 changed files with 703 additions and 798 deletions

View File

@@ -71,14 +71,14 @@
"@crowdin/cli": "4", "@crowdin/cli": "4",
"@joplin/utils": "~2.12", "@joplin/utils": "~2.12",
"@seiyab/eslint-plugin-react-hooks": "4.5.1-beta.0", "@seiyab/eslint-plugin-react-hooks": "4.5.1-beta.0",
"@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "6.21.0", "@typescript-eslint/parser": "8.20.0",
"cspell": "5.21.2", "cspell": "5.21.2",
"eslint": "8.57.1", "eslint": "9.18.0",
"eslint-interactive": "10.8.0", "eslint-interactive": "11.1.0",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "27.9.0", "eslint-plugin-jest": "28.11.0",
"eslint-plugin-promise": "6.6.0", "eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.4", "eslint-plugin-react": "7.37.4",
"execa": "5.1.1", "execa": "5.1.1",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
@@ -93,7 +93,7 @@
}, },
"dependencies": { "dependencies": {
"@types/fs-extra": "11.0.4", "@types/fs-extra": "11.0.4",
"eslint-plugin-github": "4.10.2", "eslint-plugin-github": "5.1.5",
"http-server": "14.1.1", "http-server": "14.1.1",
"node-gyp": "11.2.0", "node-gyp": "11.2.0",
"nodemon": "3.1.10" "nodemon": "3.1.10"
@@ -102,7 +102,7 @@
"resolutions": { "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-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", "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.57.1#./.yarn/patches/eslint-npm-8.39.0-d92bace04d.patch", "eslint": "patch:eslint@9.18.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", "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", "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", "pdfjs-dist": "patch:pdfjs-dist@npm%3A3.11.174#./.yarn/patches/pdfjs-dist-npm-3.11.174-67f2fee6d6.patch",

View File

@@ -47,10 +47,10 @@
"devDependencies": { "devDependencies": {
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"@types/node": "18.19.87", "@types/node": "18.19.87",
"@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "6.21.0", "@typescript-eslint/parser": "8.20.0",
"coveralls": "3.1.1", "coveralls": "3.1.1",
"eslint": "8.57.1", "eslint": "9.18.0",
"jest": "29.7.0", "jest": "29.7.0",
"prettier": "3.5.3", "prettier": "3.5.3",
"ts-jest": "29.3.1", "ts-jest": "29.3.1",

1479
yarn.lock

File diff suppressed because it is too large Load Diff