mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
Update linters (#2337)
Signed-off-by: Renovate Bot <bot@renovateapp.com> Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a3c74e7310
commit
14d93c4c1d
2 changed files with 103 additions and 24 deletions
|
@ -156,8 +156,8 @@
|
|||
"@types/sass": "1.43.1",
|
||||
"@types/testing-library__jest-dom": "5.14.5",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.35.1",
|
||||
"@typescript-eslint/parser": "5.35.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.36.1",
|
||||
"@typescript-eslint/parser": "5.36.1",
|
||||
"csstype": "3.1.0",
|
||||
"cypress": "10.6.0",
|
||||
"cypress-commands": "3.0.0",
|
||||
|
@ -167,7 +167,7 @@
|
|||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-chai-friendly": "0.7.2",
|
||||
"eslint-plugin-cypress": "2.12.1",
|
||||
"eslint-plugin-jest": "27.0.0",
|
||||
"eslint-plugin-jest": "27.0.1",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-promise": "6.0.1",
|
||||
|
|
121
yarn.lock
121
yarn.lock
|
@ -1956,8 +1956,8 @@ __metadata:
|
|||
"@types/sass": 1.43.1
|
||||
"@types/testing-library__jest-dom": 5.14.5
|
||||
"@types/uuid": 8.3.4
|
||||
"@typescript-eslint/eslint-plugin": 5.35.1
|
||||
"@typescript-eslint/parser": 5.35.1
|
||||
"@typescript-eslint/eslint-plugin": 5.36.1
|
||||
"@typescript-eslint/parser": 5.36.1
|
||||
"@uiw/react-codemirror": 4.11.6
|
||||
abcjs: 6.1.0
|
||||
bootstrap: 4.6.2
|
||||
|
@ -1981,7 +1981,7 @@ __metadata:
|
|||
eslint-config-prettier: 8.5.0
|
||||
eslint-plugin-chai-friendly: 0.7.2
|
||||
eslint-plugin-cypress: 2.12.1
|
||||
eslint-plugin-jest: 27.0.0
|
||||
eslint-plugin-jest: 27.0.1
|
||||
eslint-plugin-node: 11.1.0
|
||||
eslint-plugin-prettier: 4.2.1
|
||||
eslint-plugin-promise: 6.0.1
|
||||
|
@ -3963,13 +3963,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:5.35.1":
|
||||
version: 5.35.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.35.1"
|
||||
"@typescript-eslint/eslint-plugin@npm:5.36.1":
|
||||
version: 5.36.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.36.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.35.1
|
||||
"@typescript-eslint/type-utils": 5.35.1
|
||||
"@typescript-eslint/utils": 5.35.1
|
||||
"@typescript-eslint/scope-manager": 5.36.1
|
||||
"@typescript-eslint/type-utils": 5.36.1
|
||||
"@typescript-eslint/utils": 5.36.1
|
||||
debug: ^4.3.4
|
||||
functional-red-black-tree: ^1.0.1
|
||||
ignore: ^5.2.0
|
||||
|
@ -3982,11 +3982,28 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 073f4dffd863881f1c87e1c217ac13bda44aaa2db12ef260032b5e8eb6ffd6b9cf6f62c85132dbf84152f353c435c66dd4f75c3bcb86eb23e926737aa4fb66fa
|
||||
checksum: a4c555688d840c3ff0d3d71ceca583291e206cc523eade45c56fb8e1c8af84ae50ef8d344cdf8e3f9c38f430bc03c95eb8d49870094e0e5b57e0fa3e61c0ec91
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:5.35.1, @typescript-eslint/parser@npm:^5.21.0":
|
||||
"@typescript-eslint/parser@npm:5.36.1":
|
||||
version: 5.36.1
|
||||
resolution: "@typescript-eslint/parser@npm:5.36.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.36.1
|
||||
"@typescript-eslint/types": 5.36.1
|
||||
"@typescript-eslint/typescript-estree": 5.36.1
|
||||
debug: ^4.3.4
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 0f0f94e56ae1d55b6e7223ce5a2b0c93e5cc082ef2951a2b24ae4b22bb8ffbeb90d2d16682bfa8bc972ba2c7fb4703aedd79b7dbd09bcee397e1ab90d11506d9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^5.21.0":
|
||||
version: 5.35.1
|
||||
resolution: "@typescript-eslint/parser@npm:5.35.1"
|
||||
dependencies:
|
||||
|
@ -4013,11 +4030,22 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.35.1":
|
||||
version: 5.35.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.35.1"
|
||||
"@typescript-eslint/scope-manager@npm:5.36.1":
|
||||
version: 5.36.1
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.36.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": 5.35.1
|
||||
"@typescript-eslint/types": 5.36.1
|
||||
"@typescript-eslint/visitor-keys": 5.36.1
|
||||
checksum: c46497226af75baed7458838ec0bfbddf19f8084115d78b915b46a8ceb4c05619ac61da127dfd3c8ee11bc916896d57bf8b9f936b0306ce69658160f910e3ad0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.36.1":
|
||||
version: 5.36.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.36.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": 5.36.1
|
||||
"@typescript-eslint/utils": 5.36.1
|
||||
debug: ^4.3.4
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
|
@ -4025,7 +4053,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: af317ba156f2767f76a7f97193873a00468370e157fdcc6ac19f664bc6c4c0a6836bd25028d17fdd54d339b6842fda68b82f1ce4142a222de6953625ea6c0a9c
|
||||
checksum: d2905289e253a83a9eacbad765cfba03440663086c8beb1b19345b46593c9053fb051ee13d3cc27ccd800fe95ffbf3be2b1273b0f0ac6a59452fc94e6460898b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -4036,6 +4064,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.36.1":
|
||||
version: 5.36.1
|
||||
resolution: "@typescript-eslint/types@npm:5.36.1"
|
||||
checksum: 10c8965c64e16bc6920dc0c62aae2b139062aca945d03df2ad6fe7c299d2faa684621d571f8d9807a67643d4e9fa5217c69d5f538f9936fc757f9df5ded57623
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.35.1":
|
||||
version: 5.35.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.35.1"
|
||||
|
@ -4054,7 +4089,41 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.35.1, @typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.13.0":
|
||||
"@typescript-eslint/typescript-estree@npm:5.36.1":
|
||||
version: 5.36.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.36.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.36.1
|
||||
"@typescript-eslint/visitor-keys": 5.36.1
|
||||
debug: ^4.3.4
|
||||
globby: ^11.1.0
|
||||
is-glob: ^4.0.3
|
||||
semver: ^7.3.7
|
||||
tsutils: ^3.21.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: acaf2938001673918dbbe690a353cf92e2cfabc79f74cd5946e303a8c24eb9c08ae2053dd261810ed0c9c471ebe879f386564c1b01dd2504dc84f4ce5f4dc696
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.36.1":
|
||||
version: 5.36.1
|
||||
resolution: "@typescript-eslint/utils@npm:5.36.1"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.9
|
||||
"@typescript-eslint/scope-manager": 5.36.1
|
||||
"@typescript-eslint/types": 5.36.1
|
||||
"@typescript-eslint/typescript-estree": 5.36.1
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: 77853d526af86ac508d7938916046ed4ad6374c7414981064c5122a2baa96fa234751137f481ac264a07387fd4dcec1cd26b33e29732cc58e855aae77a001d7c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.13.0":
|
||||
version: 5.35.1
|
||||
resolution: "@typescript-eslint/utils@npm:5.35.1"
|
||||
dependencies:
|
||||
|
@ -4080,6 +4149,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.36.1":
|
||||
version: 5.36.1
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.36.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.36.1
|
||||
eslint-visitor-keys: ^3.3.0
|
||||
checksum: 45ab7c2fd455a8e4beff418bed6c9e7e1f9f66bcaad3bfaed868f97a3f8cfec1fa4faa45948af1a1c32ce573a7b1c6d10427119c257622445b06b488fefd8b49
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@uiw/codemirror-extensions-basic-setup@npm:4.11.6":
|
||||
version: 4.11.6
|
||||
resolution: "@uiw/codemirror-extensions-basic-setup@npm:4.11.6"
|
||||
|
@ -7311,9 +7390,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-jest@npm:27.0.0":
|
||||
version: 27.0.0
|
||||
resolution: "eslint-plugin-jest@npm:27.0.0"
|
||||
"eslint-plugin-jest@npm:27.0.1":
|
||||
version: 27.0.1
|
||||
resolution: "eslint-plugin-jest@npm:27.0.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": ^5.10.0
|
||||
peerDependencies:
|
||||
|
@ -7324,7 +7403,7 @@ __metadata:
|
|||
optional: true
|
||||
jest:
|
||||
optional: true
|
||||
checksum: 75da3198a9d193b5cf4e4d04181277b30a57f7a675fb9fb50c94e450cc4c75aebd594d4f62dc45dd32997a9a780b4e0ecfcaf50ca59a33e4e3bea47204cf6def
|
||||
checksum: 269d4dc46bb925eb4c19106fd9e03775a863f53e05716628cc47777abc15887775ee47d73c4f8bdd98bb26b7462d8d8f654610bb2a367f8c97881204a2c3f42e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Reference in a new issue