Skip to content

Commit 48a0e5b

Browse files
authored
Merge branch 'main' into patch-1
2 parents 11e7486 + 6659b2a commit 48a0e5b

File tree

4 files changed

+66
-71
lines changed

4 files changed

+66
-71
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"devDependencies": {
1919
"@types/jest": "28.1.8",
2020
"@types/node": "12.20.55",
21-
"@typescript-eslint/eslint-plugin": "5.39.0",
22-
"@typescript-eslint/parser": "5.39.0",
23-
"eslint": "8.24.0",
21+
"@typescript-eslint/eslint-plugin": "5.40.0",
22+
"@typescript-eslint/parser": "5.40.0",
23+
"eslint": "8.25.0",
2424
"eslint-config-prettier": "8.5.0",
2525
"eslint-plugin-jest": "26.9.0",
2626
"eslint-plugin-prettier": "4.2.1",

vscode-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"vscode-languageserver": "^6.1.1"
5959
},
6060
"devDependencies": {
61-
"@types/vscode": "1.71.0"
61+
"@types/vscode": "1.72.0"
6262
}
6363
}

vscode-client/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@types/vscode@1.71.0":
6-
version "1.71.0"
7-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.71.0.tgz#a8d9bb7aca49b0455060e6eb978711b510bdd2e2"
8-
integrity sha512-nB50bBC9H/x2CpwW9FzRRRDrTZ7G0/POttJojvN/LiVfzTGfLyQIje1L1QRMdFXK9G41k5UJN/1B9S4of7CSzA==
5+
"@types/vscode@1.72.0":
6+
version "1.72.0"
7+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.72.0.tgz#56447ca2eaca34f0d0797c8bb9e51de132f6bb0a"
8+
integrity sha512-WvHluhUo+lQvE3I4wUagRpnkHuysB4qSyOQUyIAS9n9PYMJjepzTUD8Jyks0YeXoPD0UGctjqp2u84/b3v6Ydw==
99

1010
ajv@^6.5.5:
1111
version "6.12.6"

yarn.lock

Lines changed: 58 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@
329329
exec-sh "^0.3.2"
330330
minimist "^1.2.0"
331331

332-
"@eslint/eslintrc@^1.3.2":
333-
version "1.3.2"
334-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
335-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
332+
"@eslint/eslintrc@^1.3.3":
333+
version "1.3.3"
334+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
335+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
336336
dependencies:
337337
ajv "^6.12.4"
338338
debug "^4.3.2"
@@ -353,11 +353,6 @@
353353
debug "^4.1.1"
354354
minimatch "^3.0.4"
355355

356-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
357-
version "1.0.2"
358-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
359-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
360-
361356
"@humanwhocodes/module-importer@^1.0.1":
362357
version "1.0.1"
363358
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -788,28 +783,28 @@
788783
dependencies:
789784
"@types/yargs-parser" "*"
790785

791-
"@typescript-eslint/eslint-plugin@5.39.0":
792-
version "5.39.0"
793-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
794-
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
786+
"@typescript-eslint/eslint-plugin@5.40.0":
787+
version "5.40.0"
788+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
789+
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
795790
dependencies:
796-
"@typescript-eslint/scope-manager" "5.39.0"
797-
"@typescript-eslint/type-utils" "5.39.0"
798-
"@typescript-eslint/utils" "5.39.0"
791+
"@typescript-eslint/scope-manager" "5.40.0"
792+
"@typescript-eslint/type-utils" "5.40.0"
793+
"@typescript-eslint/utils" "5.40.0"
799794
debug "^4.3.4"
800795
ignore "^5.2.0"
801796
regexpp "^3.2.0"
802797
semver "^7.3.7"
803798
tsutils "^3.21.0"
804799

805-
"@typescript-eslint/parser@5.39.0":
806-
version "5.39.0"
807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
808-
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
800+
"@typescript-eslint/parser@5.40.0":
801+
version "5.40.0"
802+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
803+
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
809804
dependencies:
810-
"@typescript-eslint/scope-manager" "5.39.0"
811-
"@typescript-eslint/types" "5.39.0"
812-
"@typescript-eslint/typescript-estree" "5.39.0"
805+
"@typescript-eslint/scope-manager" "5.40.0"
806+
"@typescript-eslint/types" "5.40.0"
807+
"@typescript-eslint/typescript-estree" "5.40.0"
813808
debug "^4.3.4"
814809

815810
"@typescript-eslint/scope-manager@5.23.0":
@@ -820,21 +815,21 @@
820815
"@typescript-eslint/types" "5.23.0"
821816
"@typescript-eslint/visitor-keys" "5.23.0"
822817

823-
"@typescript-eslint/scope-manager@5.39.0":
824-
version "5.39.0"
825-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
826-
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
818+
"@typescript-eslint/scope-manager@5.40.0":
819+
version "5.40.0"
820+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
821+
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
827822
dependencies:
828-
"@typescript-eslint/types" "5.39.0"
829-
"@typescript-eslint/visitor-keys" "5.39.0"
823+
"@typescript-eslint/types" "5.40.0"
824+
"@typescript-eslint/visitor-keys" "5.40.0"
830825

831-
"@typescript-eslint/type-utils@5.39.0":
832-
version "5.39.0"
833-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
834-
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
826+
"@typescript-eslint/type-utils@5.40.0":
827+
version "5.40.0"
828+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
829+
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
835830
dependencies:
836-
"@typescript-eslint/typescript-estree" "5.39.0"
837-
"@typescript-eslint/utils" "5.39.0"
831+
"@typescript-eslint/typescript-estree" "5.40.0"
832+
"@typescript-eslint/utils" "5.40.0"
838833
debug "^4.3.4"
839834
tsutils "^3.21.0"
840835

@@ -843,10 +838,10 @@
843838
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
844839
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
845840

846-
"@typescript-eslint/types@5.39.0":
847-
version "5.39.0"
848-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
849-
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
841+
"@typescript-eslint/types@5.40.0":
842+
version "5.40.0"
843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
844+
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
850845

851846
"@typescript-eslint/typescript-estree@5.23.0":
852847
version "5.23.0"
@@ -861,30 +856,31 @@
861856
semver "^7.3.5"
862857
tsutils "^3.21.0"
863858

864-
"@typescript-eslint/typescript-estree@5.39.0":
865-
version "5.39.0"
866-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
867-
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
859+
"@typescript-eslint/typescript-estree@5.40.0":
860+
version "5.40.0"
861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
862+
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
868863
dependencies:
869-
"@typescript-eslint/types" "5.39.0"
870-
"@typescript-eslint/visitor-keys" "5.39.0"
864+
"@typescript-eslint/types" "5.40.0"
865+
"@typescript-eslint/visitor-keys" "5.40.0"
871866
debug "^4.3.4"
872867
globby "^11.1.0"
873868
is-glob "^4.0.3"
874869
semver "^7.3.7"
875870
tsutils "^3.21.0"
876871

877-
"@typescript-eslint/utils@5.39.0":
878-
version "5.39.0"
879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
880-
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
872+
"@typescript-eslint/utils@5.40.0":
873+
version "5.40.0"
874+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
875+
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
881876
dependencies:
882877
"@types/json-schema" "^7.0.9"
883-
"@typescript-eslint/scope-manager" "5.39.0"
884-
"@typescript-eslint/types" "5.39.0"
885-
"@typescript-eslint/typescript-estree" "5.39.0"
878+
"@typescript-eslint/scope-manager" "5.40.0"
879+
"@typescript-eslint/types" "5.40.0"
880+
"@typescript-eslint/typescript-estree" "5.40.0"
886881
eslint-scope "^5.1.1"
887882
eslint-utils "^3.0.0"
883+
semver "^7.3.7"
888884

889885
"@typescript-eslint/utils@^5.10.0":
890886
version "5.23.0"
@@ -906,12 +902,12 @@
906902
"@typescript-eslint/types" "5.23.0"
907903
eslint-visitor-keys "^3.0.0"
908904

909-
"@typescript-eslint/visitor-keys@5.39.0":
910-
version "5.39.0"
911-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
912-
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
905+
"@typescript-eslint/visitor-keys@5.40.0":
906+
version "5.40.0"
907+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
908+
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
913909
dependencies:
914-
"@typescript-eslint/types" "5.39.0"
910+
"@typescript-eslint/types" "5.40.0"
915911
eslint-visitor-keys "^3.3.0"
916912

917913
acorn-jsx@^5.3.2:
@@ -1400,14 +1396,13 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
14001396
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
14011397
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
14021398

1403-
eslint@8.24.0:
1404-
version "8.24.0"
1405-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
1406-
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
1399+
eslint@8.25.0:
1400+
version "8.25.0"
1401+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
1402+
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
14071403
dependencies:
1408-
"@eslint/eslintrc" "^1.3.2"
1404+
"@eslint/eslintrc" "^1.3.3"
14091405
"@humanwhocodes/config-array" "^0.10.5"
1410-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
14111406
"@humanwhocodes/module-importer" "^1.0.1"
14121407
ajv "^6.10.0"
14131408
chalk "^4.0.0"

0 commit comments

Comments
 (0)