mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-15 19:36:32 +00:00
chore(deps): update linters
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
0d676b2815
commit
f8098f6cae
2 changed files with 110 additions and 30 deletions
|
@ -147,14 +147,14 @@
|
|||
"@types/sass": "1.43.1",
|
||||
"@types/testing-library__jest-dom": "5.14.5",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.40.1",
|
||||
"@typescript-eslint/parser": "5.40.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.41.0",
|
||||
"@typescript-eslint/parser": "5.41.0",
|
||||
"csstype": "3.1.1",
|
||||
"cypress": "10.10.0",
|
||||
"cypress-commands": "3.0.0",
|
||||
"cypress-fill-command": "1.0.2",
|
||||
"eslint": "8.26.0",
|
||||
"eslint-config-next": "12.3.1",
|
||||
"eslint-config-next": "12.3.2",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-chai-friendly": "0.7.2",
|
||||
"eslint-plugin-cypress": "2.12.1",
|
||||
|
|
134
yarn.lock
134
yarn.lock
|
@ -1946,8 +1946,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.40.1
|
||||
"@typescript-eslint/parser": 5.40.1
|
||||
"@typescript-eslint/eslint-plugin": 5.41.0
|
||||
"@typescript-eslint/parser": 5.41.0
|
||||
"@uiw/react-codemirror": 4.12.4
|
||||
abcjs: 6.1.6
|
||||
bootstrap: 5.2.2
|
||||
|
@ -1967,7 +1967,7 @@ __metadata:
|
|||
emoji-picker-element: 1.13.1
|
||||
emoji-picker-element-data: 1.3.0
|
||||
eslint: 8.26.0
|
||||
eslint-config-next: 12.3.1
|
||||
eslint-config-next: 12.3.2
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-plugin-chai-friendly: 0.7.2
|
||||
eslint-plugin-cypress: 2.12.1
|
||||
|
@ -2569,12 +2569,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/eslint-plugin-next@npm:12.3.1":
|
||||
version: 12.3.1
|
||||
resolution: "@next/eslint-plugin-next@npm:12.3.1"
|
||||
"@next/eslint-plugin-next@npm:12.3.2":
|
||||
version: 12.3.2
|
||||
resolution: "@next/eslint-plugin-next@npm:12.3.2"
|
||||
dependencies:
|
||||
glob: 7.1.7
|
||||
checksum: 157b1126f016a0090b62f590d9c331c58221c4efaf3453c294a0d26e75497704617549480e9bba3ddaf278a355359133dd239c3960f684f2abe575553ec59a96
|
||||
checksum: 465e039f846d2fa0fb572401a7aab5803afc1982f7237ce688c77fc56071a39769e187e8ee2325cc6ade8269986a09ee3b635c689e19fe1a88abd29ca841df60
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -3650,13 +3650,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.40.1"
|
||||
"@typescript-eslint/eslint-plugin@npm:5.41.0":
|
||||
version: 5.41.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.41.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.40.1
|
||||
"@typescript-eslint/type-utils": 5.40.1
|
||||
"@typescript-eslint/utils": 5.40.1
|
||||
"@typescript-eslint/scope-manager": 5.41.0
|
||||
"@typescript-eslint/type-utils": 5.41.0
|
||||
"@typescript-eslint/utils": 5.41.0
|
||||
debug: ^4.3.4
|
||||
ignore: ^5.2.0
|
||||
regexpp: ^3.2.0
|
||||
|
@ -3668,11 +3668,28 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 61f19bde0f1206beb20aeb28d18c1ef26a98cf4d2ead9f1d2f204cb91af31582eb5ee9422fe5f92d6aa10cebf85cd50f1b41e8cf8ce65808e2208664c3b1d66a
|
||||
checksum: b6f08244059a8e02dbb305e914e6455a2b6bfabe6c0fd355bd3a0a732ed44a503ad47d4beb5f617e29274b5a8b8249d80cf4600babf05d8e35958ff64a546da4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:5.40.1, @typescript-eslint/parser@npm:^5.21.0":
|
||||
"@typescript-eslint/parser@npm:5.41.0":
|
||||
version: 5.41.0
|
||||
resolution: "@typescript-eslint/parser@npm:5.41.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.41.0
|
||||
"@typescript-eslint/types": 5.41.0
|
||||
"@typescript-eslint/typescript-estree": 5.41.0
|
||||
debug: ^4.3.4
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: ae005b603218d540dd1c3fd1f84d7f956bfca8b15d2c42115b9fc44437cb73e8284fda62153612a20809449d563edbde968d245b6c9d27b482ad0ebc2a95947f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^5.21.0":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/parser@npm:5.40.1"
|
||||
dependencies:
|
||||
|
@ -3699,12 +3716,22 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.40.1"
|
||||
"@typescript-eslint/scope-manager@npm:5.41.0":
|
||||
version: 5.41.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.41.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": 5.40.1
|
||||
"@typescript-eslint/utils": 5.40.1
|
||||
"@typescript-eslint/types": 5.41.0
|
||||
"@typescript-eslint/visitor-keys": 5.41.0
|
||||
checksum: f588e7e7e953dfa19632b676f1287a7a4f5e9390282b103b3cf46cc28bb597c1229df2489eb687ab9285674076eb2569b821eac9b3110572d70fd230bdc5d703
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.41.0":
|
||||
version: 5.41.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.41.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": 5.41.0
|
||||
"@typescript-eslint/utils": 5.41.0
|
||||
debug: ^4.3.4
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
|
@ -3712,7 +3739,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 6771196b8f16f4893bae70aa1371ff004b0058e8edef9b935143e2f1272e471049e9c34beb1d625fb6423db95dd377e01e938b70dd4506fbf071566e2bfb574d
|
||||
checksum: c438d4a47f1bbd031245db31c75748a5eac9b7e5d6d3805a914a9b891b03d3d18c7509d2273b1718dcc9c239506a3627e5da34c363d2c22acca2ea64050b5bc4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -3723,6 +3750,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.41.0":
|
||||
version: 5.41.0
|
||||
resolution: "@typescript-eslint/types@npm:5.41.0"
|
||||
checksum: d7500bcc67b68032ccf19d983a69efa2750f4d82f5cc027090d2686d4e662b3a7b0b5fa55ed90710eca2528867d39964d76c207ac3c6f734505efbe21dccac7d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.40.1"
|
||||
|
@ -3741,7 +3775,43 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.40.1, @typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.13.0":
|
||||
"@typescript-eslint/typescript-estree@npm:5.41.0":
|
||||
version: 5.41.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.41.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.41.0
|
||||
"@typescript-eslint/visitor-keys": 5.41.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: cfb61b5971108807ad4b1e26e71455a0451e8b5ee06e9ae7d2e45caa8e978f0a3bb58bb877eff42a134d3ab21ad23bf138d2b829c407607e3d1fc616f0f87cc9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.41.0":
|
||||
version: 5.41.0
|
||||
resolution: "@typescript-eslint/utils@npm:5.41.0"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.9
|
||||
"@types/semver": ^7.3.12
|
||||
"@typescript-eslint/scope-manager": 5.41.0
|
||||
"@typescript-eslint/types": 5.41.0
|
||||
"@typescript-eslint/typescript-estree": 5.41.0
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
semver: ^7.3.7
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: 293a0de39639983048b7fe203a4191b97cfc3c868866c1e485ec63c6eab9013002e58f0ac23ec7584f71d28390bf2d6c23ee10d6863ea067567e572cd9d75dae
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.13.0":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/utils@npm:5.40.1"
|
||||
dependencies:
|
||||
|
@ -3769,6 +3839,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.41.0":
|
||||
version: 5.41.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.41.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.41.0
|
||||
eslint-visitor-keys: ^3.3.0
|
||||
checksum: ff76694170d77c96d6166a1973ca11b4a6de2051e396fc3581534b3d6f574440e0a3af71f0690dfb2368bb5300a412b363c1795ac1ba1f363b1bc115550808cd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@uiw/codemirror-extensions-basic-setup@npm:4.12.4":
|
||||
version: 4.12.4
|
||||
resolution: "@uiw/codemirror-extensions-basic-setup@npm:4.12.4"
|
||||
|
@ -6607,11 +6687,11 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-config-next@npm:12.3.1":
|
||||
version: 12.3.1
|
||||
resolution: "eslint-config-next@npm:12.3.1"
|
||||
"eslint-config-next@npm:12.3.2":
|
||||
version: 12.3.2
|
||||
resolution: "eslint-config-next@npm:12.3.2"
|
||||
dependencies:
|
||||
"@next/eslint-plugin-next": 12.3.1
|
||||
"@next/eslint-plugin-next": 12.3.2
|
||||
"@rushstack/eslint-patch": ^1.1.3
|
||||
"@typescript-eslint/parser": ^5.21.0
|
||||
eslint-import-resolver-node: ^0.3.6
|
||||
|
@ -6626,7 +6706,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 83633fee1a379ae691e505063ebc42e3346f30f7c10d0816fabffcf483e96b8dc97a9ad73e3f13f51eb5df8161e94566d4c22a7bc7298da58e18ea17c33ac84e
|
||||
checksum: b09fd411fa1f25fecd12453335df784cd7a1dbfb7d3078e0713bb3117dd84b58b09e1f9a8e1b0d3d60f829743ba9117df28e8cd3af7edc30b5b2453627166940
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue