mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
chore(deps): update linters
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
c6fd5a585e
commit
7f6687259c
2 changed files with 91 additions and 30 deletions
|
@ -81,12 +81,12 @@
|
|||
"@types/pg": "8.6.5",
|
||||
"@types/source-map-support": "0.5.4",
|
||||
"@types/supertest": "2.0.12",
|
||||
"@typescript-eslint/eslint-plugin": "5.25.0",
|
||||
"@typescript-eslint/parser": "5.25.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.26.0",
|
||||
"@typescript-eslint/parser": "5.26.0",
|
||||
"eslint": "8.16.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jest": "26.2.2",
|
||||
"eslint-plugin-jest": "26.3.0",
|
||||
"eslint-plugin-local-rules": "1.1.0",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"http-proxy-middleware": "2.0.6",
|
||||
|
|
115
yarn.lock
115
yarn.lock
|
@ -1960,13 +1960,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:5.25.0":
|
||||
version: 5.25.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.25.0"
|
||||
"@typescript-eslint/eslint-plugin@npm:5.26.0":
|
||||
version: 5.26.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.26.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.25.0
|
||||
"@typescript-eslint/type-utils": 5.25.0
|
||||
"@typescript-eslint/utils": 5.25.0
|
||||
"@typescript-eslint/scope-manager": 5.26.0
|
||||
"@typescript-eslint/type-utils": 5.26.0
|
||||
"@typescript-eslint/utils": 5.26.0
|
||||
debug: ^4.3.4
|
||||
functional-red-black-tree: ^1.0.1
|
||||
ignore: ^5.2.0
|
||||
|
@ -1979,24 +1979,24 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 7a47dc9b95031ab9e8d94a062b95c124486d471fa385335ef0129eff0854043b1894233fe28a2832cbf1c2be235242cf1eba087f4da1f4262599f18147ee1edd
|
||||
checksum: ea75e57dfb6f95f39d7a4a90f25d5618548ca6026e8836c0962c141908f3bfb6d4a744d7597934572fa25e88c97efb8b9cd25e85785474256d5ebe58f9c1df30
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:5.25.0":
|
||||
version: 5.25.0
|
||||
resolution: "@typescript-eslint/parser@npm:5.25.0"
|
||||
"@typescript-eslint/parser@npm:5.26.0":
|
||||
version: 5.26.0
|
||||
resolution: "@typescript-eslint/parser@npm:5.26.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.25.0
|
||||
"@typescript-eslint/types": 5.25.0
|
||||
"@typescript-eslint/typescript-estree": 5.25.0
|
||||
"@typescript-eslint/scope-manager": 5.26.0
|
||||
"@typescript-eslint/types": 5.26.0
|
||||
"@typescript-eslint/typescript-estree": 5.26.0
|
||||
debug: ^4.3.4
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 9bd53d6f5f5e7b64282760a4f68411f6f6e272754aa8b4c54951bd03c18981183277dfefff1207c3d549d25d34dbe162472f7fa102ec5306113a7811f263fc00
|
||||
checksum: 3c13a989d1c5aa3d9050203ca53fa28642fe49b9f09b668b7c424f13bfc8352e0a57d2ae16c55cd9b4f9fb98d730a440b0270a94c827938579df8097f90bdfac
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -2010,11 +2010,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.25.0":
|
||||
version: 5.25.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.25.0"
|
||||
"@typescript-eslint/scope-manager@npm:5.26.0":
|
||||
version: 5.26.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.26.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": 5.25.0
|
||||
"@typescript-eslint/types": 5.26.0
|
||||
"@typescript-eslint/visitor-keys": 5.26.0
|
||||
checksum: 56db69b8dc3502261c403c1217f32fb7e8244c1f192c3b486733ad8cd3e7672b365d2c6da7ec8ff40113c4da507c04f4e00b6104ca68579c19525cac828a631b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.26.0":
|
||||
version: 5.26.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.26.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": 5.26.0
|
||||
debug: ^4.3.4
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
|
@ -2022,7 +2032,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: f733b42437e7a023985ad9324e57171c8b358f54a0c5a3be3b7bc7f317f1eeee4a60d14a1873efd820a3f9011c395f5e3a75eac4eaac520948aeba4d3e4e4953
|
||||
checksum: cafd9fba76df8b184adcb5e6f66e3f0c3b8c6e98debe585abde9d3c4372feee0bc156ed5eed89cd0747938e45c8a4d3d65c43dd561b47e8e12a0207c85e2dc6f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -2033,6 +2043,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.26.0":
|
||||
version: 5.26.0
|
||||
resolution: "@typescript-eslint/types@npm:5.26.0"
|
||||
checksum: 98798616d832da8e5ef61f050e4e72ed921a162cb4ce2b2dfe0a317c66998157e832f449aeab21a1fdfd806e7134091bc1a9446b1089f4687786b646ad8738e7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.25.0":
|
||||
version: 5.25.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.25.0"
|
||||
|
@ -2051,7 +2068,41 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.25.0, @typescript-eslint/utils@npm:^5.10.0":
|
||||
"@typescript-eslint/typescript-estree@npm:5.26.0":
|
||||
version: 5.26.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.26.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.26.0
|
||||
"@typescript-eslint/visitor-keys": 5.26.0
|
||||
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: 2cf147629474952725593da64827a7e4e39f79614019529d0d6e5b89236c55f3607c6b4a24f160dbc5978f4cfd60f96fcb573a770c2877f8e29d7552b40e2135
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.26.0":
|
||||
version: 5.26.0
|
||||
resolution: "@typescript-eslint/utils@npm:5.26.0"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.9
|
||||
"@typescript-eslint/scope-manager": 5.26.0
|
||||
"@typescript-eslint/types": 5.26.0
|
||||
"@typescript-eslint/typescript-estree": 5.26.0
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: c16828ba6bfbe3b0b6e9dadeece1cfd2345141bcd13824f99fe210c76e5ddb11f6f79e61705cafa421c549657da12d1700a1316d24c2eeaee6179b08f512b5fb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:^5.10.0":
|
||||
version: 5.25.0
|
||||
resolution: "@typescript-eslint/utils@npm:5.25.0"
|
||||
dependencies:
|
||||
|
@ -2077,6 +2128,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.26.0":
|
||||
version: 5.26.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.26.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.26.0
|
||||
eslint-visitor-keys: ^3.3.0
|
||||
checksum: 4a5085d19e677f3b44ca4455bba85fd1a3be4d7d2e96bb22738a7497f6f4d16bfdee51059454a78b1e108d8e1593b1a31be40764a66448945118277cff5eff02
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@webassemblyjs/ast@npm:1.11.1":
|
||||
version: 1.11.1
|
||||
resolution: "@webassemblyjs/ast@npm:1.11.1"
|
||||
|
@ -4188,9 +4249,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-jest@npm:26.2.2":
|
||||
version: 26.2.2
|
||||
resolution: "eslint-plugin-jest@npm:26.2.2"
|
||||
"eslint-plugin-jest@npm:26.3.0":
|
||||
version: 26.3.0
|
||||
resolution: "eslint-plugin-jest@npm:26.3.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": ^5.10.0
|
||||
peerDependencies:
|
||||
|
@ -4201,7 +4262,7 @@ __metadata:
|
|||
optional: true
|
||||
jest:
|
||||
optional: true
|
||||
checksum: c1299a0bb465196d3c8a26ee892e29398b91bb741fe69ac6b19b54096f795142a152355ca520d80c778fb588ba2282a7c625ef204c17fe65ee94709d16970d46
|
||||
checksum: 584c999067fd894b15a0a4232dc41826c800505cda25fd6beb0f0d624e677e46c8475e084af4b2e4882dd44a940d0bf84fc42a20b7eabe539c522c9539e5bbaf
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -5196,8 +5257,8 @@ __metadata:
|
|||
"@types/pg": 8.6.5
|
||||
"@types/source-map-support": 0.5.4
|
||||
"@types/supertest": 2.0.12
|
||||
"@typescript-eslint/eslint-plugin": 5.25.0
|
||||
"@typescript-eslint/parser": 5.25.0
|
||||
"@typescript-eslint/eslint-plugin": 5.26.0
|
||||
"@typescript-eslint/parser": 5.26.0
|
||||
base32-encode: 1.2.0
|
||||
bcrypt: 5.0.1
|
||||
class-transformer: 0.5.1
|
||||
|
@ -5207,7 +5268,7 @@ __metadata:
|
|||
eslint: 8.16.0
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-plugin-import: 2.26.0
|
||||
eslint-plugin-jest: 26.2.2
|
||||
eslint-plugin-jest: 26.3.0
|
||||
eslint-plugin-local-rules: 1.1.0
|
||||
eslint-plugin-prettier: 4.0.0
|
||||
express-session: 1.17.3
|
||||
|
|
Loading…
Reference in a new issue