mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-23 23:21:32 +00:00
chore(deps): update linters
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
7764cc7d67
commit
197a937a3f
2 changed files with 97 additions and 36 deletions
|
@ -81,13 +81,13 @@
|
|||
"@types/pg": "8.6.5",
|
||||
"@types/source-map-support": "0.5.4",
|
||||
"@types/supertest": "2.0.12",
|
||||
"@typescript-eslint/eslint-plugin": "5.27.0",
|
||||
"@typescript-eslint/parser": "5.27.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.27.1",
|
||||
"@typescript-eslint/parser": "5.27.1",
|
||||
"eslint": "8.17.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jest": "26.5.1",
|
||||
"eslint-plugin-local-rules": "1.1.0",
|
||||
"eslint-plugin-jest": "26.5.3",
|
||||
"eslint-plugin-local-rules": "1.1.2",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"http-proxy-middleware": "2.0.6",
|
||||
"jest": "28.1.1",
|
||||
|
|
125
yarn.lock
125
yarn.lock
|
@ -1989,13 +1989,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:5.27.0":
|
||||
version: 5.27.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.27.0"
|
||||
"@typescript-eslint/eslint-plugin@npm:5.27.1":
|
||||
version: 5.27.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.27.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.27.0
|
||||
"@typescript-eslint/type-utils": 5.27.0
|
||||
"@typescript-eslint/utils": 5.27.0
|
||||
"@typescript-eslint/scope-manager": 5.27.1
|
||||
"@typescript-eslint/type-utils": 5.27.1
|
||||
"@typescript-eslint/utils": 5.27.1
|
||||
debug: ^4.3.4
|
||||
functional-red-black-tree: ^1.0.1
|
||||
ignore: ^5.2.0
|
||||
|
@ -2008,24 +2008,24 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: af7970f90c511641c332b7abecc53523fbbcb19e59ec52df9679f02047ddd5fd5e9ce3ca9359b17674ac7e20e380995861482fb6e60049fe8facd766c2bd85fe
|
||||
checksum: ee00d8d3a7b395e346801b7bf30209e278f06b5c283ad71c03b34db9e2d68a43ca0e292e315fa7e5bf131a8839ff4a24e0ed76c37811d230f97aae7e123d73ea
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:5.27.0":
|
||||
version: 5.27.0
|
||||
resolution: "@typescript-eslint/parser@npm:5.27.0"
|
||||
"@typescript-eslint/parser@npm:5.27.1":
|
||||
version: 5.27.1
|
||||
resolution: "@typescript-eslint/parser@npm:5.27.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.27.0
|
||||
"@typescript-eslint/types": 5.27.0
|
||||
"@typescript-eslint/typescript-estree": 5.27.0
|
||||
"@typescript-eslint/scope-manager": 5.27.1
|
||||
"@typescript-eslint/types": 5.27.1
|
||||
"@typescript-eslint/typescript-estree": 5.27.1
|
||||
debug: ^4.3.4
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 40ccdc481f871c296ee419e886ffd6f89ec23f6b10dbb2847c7e89bfd2234c6be23c49ab92d2965e16cd4c3cf378010e3dcd72d34f82b1e2ca8b5c812133fb00
|
||||
checksum: 0f1df76142c9d7a6c6dbfc5d19fdee02bbc0e79def6e6df4b126c7eaae1c3a46a3871ad498d4b1fc7ad5cb58d6eb70f020807f600d99c0b9add98441fc12f23b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -2039,11 +2039,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.27.0":
|
||||
version: 5.27.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.27.0"
|
||||
"@typescript-eslint/scope-manager@npm:5.27.1":
|
||||
version: 5.27.1
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.27.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": 5.27.0
|
||||
"@typescript-eslint/types": 5.27.1
|
||||
"@typescript-eslint/visitor-keys": 5.27.1
|
||||
checksum: 401bf2b46de08ddb80ec9f36df7d58bf5de7837185a472b190b670d421d685743aad4c9fa8a6893f65ba933b822c5d7060c640e87cf0756d7aa56abdd25689cc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.27.1":
|
||||
version: 5.27.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.27.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": 5.27.1
|
||||
debug: ^4.3.4
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
|
@ -2051,7 +2061,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 21ef57ecc0dfa085e7ce8f7714d143993f592004086e37582cb6ab5924cb3358267b607e0701ce43737e01f46fb33d66e3f3428fbb7be6e64971d4c26f73c265
|
||||
checksum: 43b7da26ea1bd7d249c45d168ec88f971fb71362bbc21ec4748d73b1ecb43f4ca59f5ed338e8dbc74272ae4ebac1cab87a9b62c0fa616c6f9bd833a212dc8a40
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -2062,6 +2072,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.27.1":
|
||||
version: 5.27.1
|
||||
resolution: "@typescript-eslint/types@npm:5.27.1"
|
||||
checksum: 81faa50256ba67c23221273744c51676774fe6a1583698c3a542f3e2fd21ab34a4399019527c9cf7ab4e5a1577272f091d5848d3af937232ddb2dbf558a7c39a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.27.0":
|
||||
version: 5.27.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.27.0"
|
||||
|
@ -2080,7 +2097,41 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.27.0, @typescript-eslint/utils@npm:^5.10.0":
|
||||
"@typescript-eslint/typescript-estree@npm:5.27.1":
|
||||
version: 5.27.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.27.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.27.1
|
||||
"@typescript-eslint/visitor-keys": 5.27.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: 59d2a0885be7d54bd86472a446d84930cc52d2690ea432d9164075ea437b3b4206dadd49799764ad0fb68f3e4ebb4e36db9717c7a443d0f3c82d5659e41fbd05
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.27.1":
|
||||
version: 5.27.1
|
||||
resolution: "@typescript-eslint/utils@npm:5.27.1"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.9
|
||||
"@typescript-eslint/scope-manager": 5.27.1
|
||||
"@typescript-eslint/types": 5.27.1
|
||||
"@typescript-eslint/typescript-estree": 5.27.1
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: 51add038226cddad2b3322225de18d53bc1ed44613f7b3a379eb597114b8830a632990b0f4321e0ddf3502b460d80072d7e789be89135b5e11e8dae167005625
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:^5.10.0":
|
||||
version: 5.27.0
|
||||
resolution: "@typescript-eslint/utils@npm:5.27.0"
|
||||
dependencies:
|
||||
|
@ -2106,6 +2157,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.27.1":
|
||||
version: 5.27.1
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.27.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.27.1
|
||||
eslint-visitor-keys: ^3.3.0
|
||||
checksum: 8f104eda321cd6c613daf284fbebbd32b149d4213d137b0ce1caec7a1334c9f46c82ed64aff1243b712ac8c13f67ac344c996cd36d21fbb15032c24d9897a64a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@webassemblyjs/ast@npm:1.11.1":
|
||||
version: 1.11.1
|
||||
resolution: "@webassemblyjs/ast@npm:1.11.1"
|
||||
|
@ -4217,9 +4278,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-jest@npm:26.5.1":
|
||||
version: 26.5.1
|
||||
resolution: "eslint-plugin-jest@npm:26.5.1"
|
||||
"eslint-plugin-jest@npm:26.5.3":
|
||||
version: 26.5.3
|
||||
resolution: "eslint-plugin-jest@npm:26.5.3"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": ^5.10.0
|
||||
peerDependencies:
|
||||
|
@ -4230,14 +4291,14 @@ __metadata:
|
|||
optional: true
|
||||
jest:
|
||||
optional: true
|
||||
checksum: feb9915c27e420a18e5d9b52add505e0f78d4cad7ce49092faecb1ae4c020ae899c7d9a81ff8591778f36fd259a890dbb08289057c8ff0a24069851226e12c27
|
||||
checksum: 16897c56eadf3da19a96e18b1bd983bbd0a34ad9545d5bc6f9ee67d2940e6e2fd2f067f44dbbb26dcaf17c75c0132f89a06a09ff5169761ce48c9708a2acf7d7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-local-rules@npm:1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "eslint-plugin-local-rules@npm:1.1.0"
|
||||
checksum: 83df8f4d1d569c8128dd5bb4864a507f41943e205680baf6d9a1989f0ccc6e0eb810b7517d25ce47c50cadfa879f56b3be0c7d7c6677621d51d3516ac51fdfdc
|
||||
"eslint-plugin-local-rules@npm:1.1.2":
|
||||
version: 1.1.2
|
||||
resolution: "eslint-plugin-local-rules@npm:1.1.2"
|
||||
checksum: e97771b537754136e9cc0048ca8e8d40785a800fc0291a69fdfb7942a3df5ce7f0feca1b845c8f05315e8839d471e0a6d77bcf3a3194c69d1e1f98e340eaf32c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -5225,8 +5286,8 @@ __metadata:
|
|||
"@types/pg": 8.6.5
|
||||
"@types/source-map-support": 0.5.4
|
||||
"@types/supertest": 2.0.12
|
||||
"@typescript-eslint/eslint-plugin": 5.27.0
|
||||
"@typescript-eslint/parser": 5.27.0
|
||||
"@typescript-eslint/eslint-plugin": 5.27.1
|
||||
"@typescript-eslint/parser": 5.27.1
|
||||
base32-encode: 1.2.0
|
||||
bcrypt: 5.0.1
|
||||
class-transformer: 0.5.1
|
||||
|
@ -5236,8 +5297,8 @@ __metadata:
|
|||
eslint: 8.17.0
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-plugin-import: 2.26.0
|
||||
eslint-plugin-jest: 26.5.1
|
||||
eslint-plugin-local-rules: 1.1.0
|
||||
eslint-plugin-jest: 26.5.3
|
||||
eslint-plugin-local-rules: 1.1.2
|
||||
eslint-plugin-prettier: 4.0.0
|
||||
express-session: 1.17.3
|
||||
file-type: 16.5.3
|
||||
|
|
Loading…
Reference in a new issue