Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Pasero <benjamin.pasero@microsoft.com>2022-05-02 09:30:27 +0300
committerBenjamin Pasero <benjamin.pasero@microsoft.com>2022-05-02 09:30:27 +0300
commitc6bd448948a202b5bf528b839d06a820f3419d23 (patch)
tree1f007d62ba061e66f3098de7732746cba1dfb08d
parente39f02c7ec872f48afe8859b95b2e88f9836765c (diff)
debt - bring `@types/mocha` up to date with version 9.x
-rw-r--r--build/package.json2
-rw-r--r--build/yarn.lock8
-rw-r--r--extensions/css-language-features/server/package.json2
-rw-r--r--extensions/css-language-features/server/yarn.lock8
-rw-r--r--extensions/git/package.json4
-rw-r--r--extensions/git/yarn.lock8
-rw-r--r--extensions/html-language-features/server/package.json2
-rw-r--r--extensions/html-language-features/server/yarn.lock8
-rw-r--r--extensions/json-language-features/server/package.json2
-rw-r--r--extensions/json-language-features/server/yarn.lock8
-rw-r--r--extensions/vscode-api-tests/package.json2
-rw-r--r--extensions/vscode-api-tests/yarn.lock8
-rw-r--r--extensions/vscode-custom-editor-tests/package.json2
-rw-r--r--extensions/vscode-custom-editor-tests/yarn.lock8
-rw-r--r--package.json2
-rw-r--r--test/smoke/package.json2
-rw-r--r--test/smoke/yarn.lock8
-rw-r--r--yarn.lock8
18 files changed, 46 insertions, 46 deletions
diff --git a/build/package.json b/build/package.json
index ab6b24d496d..92a57a68b62 100644
--- a/build/package.json
+++ b/build/package.json
@@ -28,7 +28,7 @@
"@types/minimatch": "^3.0.3",
"@types/minimist": "^1.2.1",
"@types/mkdirp": "^1.0.1",
- "@types/mocha": "^8.2.0",
+ "@types/mocha": "^9.1.1",
"@types/node": "16.x",
"@types/p-limit": "^2.2.0",
"@types/pump": "^1.0.1",
diff --git a/build/yarn.lock b/build/yarn.lock
index db78aeacc16..aaec2cf1a4d 100644
--- a/build/yarn.lock
+++ b/build/yarn.lock
@@ -504,10 +504,10 @@
dependencies:
"@types/node" "*"
-"@types/mocha@^8.2.0":
- version "8.2.0"
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.0.tgz#3eb56d13a1de1d347ecb1957c6860c911704bc44"
- integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
+"@types/mocha@^9.1.1":
+ version "9.1.1"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
+ integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
"@types/node-fetch@^2.5.0":
version "2.5.8"
diff --git a/extensions/css-language-features/server/package.json b/extensions/css-language-features/server/package.json
index 9e2eb443013..18c39540516 100644
--- a/extensions/css-language-features/server/package.json
+++ b/extensions/css-language-features/server/package.json
@@ -15,7 +15,7 @@
"vscode-uri": "^3.0.3"
},
"devDependencies": {
- "@types/mocha": "^8.2.0",
+ "@types/mocha": "^9.1.1",
"@types/node": "16.x"
},
"scripts": {
diff --git a/extensions/css-language-features/server/yarn.lock b/extensions/css-language-features/server/yarn.lock
index 512085a5376..b7a44bc52c4 100644
--- a/extensions/css-language-features/server/yarn.lock
+++ b/extensions/css-language-features/server/yarn.lock
@@ -2,10 +2,10 @@
# yarn lockfile v1
-"@types/mocha@^8.2.0":
- version "8.2.0"
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.0.tgz#3eb56d13a1de1d347ecb1957c6860c911704bc44"
- integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
+"@types/mocha@^9.1.1":
+ version "9.1.1"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
+ integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
"@types/node@16.x":
version "16.11.6"
diff --git a/extensions/git/package.json b/extensions/git/package.json
index ab271e1aeb8..0c7829b795d 100644
--- a/extensions/git/package.json
+++ b/extensions/git/package.json
@@ -2479,11 +2479,11 @@
]
},
"dependencies": {
+ "@vscode/extension-telemetry": "0.4.10",
"@vscode/iconv-lite-umd": "0.7.0",
"byline": "^5.0.0",
"file-type": "^7.2.0",
"jschardet": "3.0.0",
- "@vscode/extension-telemetry": "0.4.10",
"vscode-nls": "^4.0.0",
"vscode-uri": "^2.0.0",
"which": "^1.3.0"
@@ -2491,7 +2491,7 @@
"devDependencies": {
"@types/byline": "4.2.31",
"@types/file-type": "^5.2.1",
- "@types/mocha": "^8.2.0",
+ "@types/mocha": "^9.1.1",
"@types/node": "16.x",
"@types/which": "^1.0.28"
},
diff --git a/extensions/git/yarn.lock b/extensions/git/yarn.lock
index 33ba2d0d916..023d16df83a 100644
--- a/extensions/git/yarn.lock
+++ b/extensions/git/yarn.lock
@@ -16,10 +16,10 @@
dependencies:
"@types/node" "*"
-"@types/mocha@^8.2.0":
- version "8.2.0"
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.0.tgz#3eb56d13a1de1d347ecb1957c6860c911704bc44"
- integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
+"@types/mocha@^9.1.1":
+ version "9.1.1"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
+ integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
"@types/node@*":
version "8.0.51"
diff --git a/extensions/html-language-features/server/package.json b/extensions/html-language-features/server/package.json
index ce2da92043c..423a395ba96 100644
--- a/extensions/html-language-features/server/package.json
+++ b/extensions/html-language-features/server/package.json
@@ -17,7 +17,7 @@
"vscode-uri": "^3.0.3"
},
"devDependencies": {
- "@types/mocha": "^8.2.0",
+ "@types/mocha": "^9.1.1",
"@types/node": "16.x"
},
"scripts": {
diff --git a/extensions/html-language-features/server/yarn.lock b/extensions/html-language-features/server/yarn.lock
index e887ed5bd52..a5bfebda600 100644
--- a/extensions/html-language-features/server/yarn.lock
+++ b/extensions/html-language-features/server/yarn.lock
@@ -2,10 +2,10 @@
# yarn lockfile v1
-"@types/mocha@^8.2.0":
- version "8.2.0"
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.0.tgz#3eb56d13a1de1d347ecb1957c6860c911704bc44"
- integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
+"@types/mocha@^9.1.1":
+ version "9.1.1"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
+ integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
"@types/node@16.x":
version "16.11.6"
diff --git a/extensions/json-language-features/server/package.json b/extensions/json-language-features/server/package.json
index cdb3d80ddd9..cd04f24c3ab 100644
--- a/extensions/json-language-features/server/package.json
+++ b/extensions/json-language-features/server/package.json
@@ -19,7 +19,7 @@
"vscode-uri": "^3.0.3"
},
"devDependencies": {
- "@types/mocha": "^8.2.0",
+ "@types/mocha": "^9.1.1",
"@types/node": "16.x"
},
"scripts": {
diff --git a/extensions/json-language-features/server/yarn.lock b/extensions/json-language-features/server/yarn.lock
index b43c8aa2131..5cd1cf5f480 100644
--- a/extensions/json-language-features/server/yarn.lock
+++ b/extensions/json-language-features/server/yarn.lock
@@ -2,10 +2,10 @@
# yarn lockfile v1
-"@types/mocha@^8.2.0":
- version "8.2.0"
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.0.tgz#3eb56d13a1de1d347ecb1957c6860c911704bc44"
- integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
+"@types/mocha@^9.1.1":
+ version "9.1.1"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
+ integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
"@types/node@16.x":
version "16.11.6"
diff --git a/extensions/vscode-api-tests/package.json b/extensions/vscode-api-tests/package.json
index 501c623ba93..db39a05c740 100644
--- a/extensions/vscode-api-tests/package.json
+++ b/extensions/vscode-api-tests/package.json
@@ -198,7 +198,7 @@
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-api-tests ./tsconfig.json"
},
"devDependencies": {
- "@types/mocha": "^8.2.0",
+ "@types/mocha": "^9.1.1",
"@types/node": "16.x"
},
"repository": {
diff --git a/extensions/vscode-api-tests/yarn.lock b/extensions/vscode-api-tests/yarn.lock
index 13c5c61dbd9..b856762f8e3 100644
--- a/extensions/vscode-api-tests/yarn.lock
+++ b/extensions/vscode-api-tests/yarn.lock
@@ -2,10 +2,10 @@
# yarn lockfile v1
-"@types/mocha@^8.2.0":
- version "8.2.0"
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.0.tgz#3eb56d13a1de1d347ecb1957c6860c911704bc44"
- integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
+"@types/mocha@^9.1.1":
+ version "9.1.1"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
+ integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
"@types/node@16.x":
version "16.11.6"
diff --git a/extensions/vscode-custom-editor-tests/package.json b/extensions/vscode-custom-editor-tests/package.json
index 1a17bd5d6cb..06814bdceb1 100644
--- a/extensions/vscode-custom-editor-tests/package.json
+++ b/extensions/vscode-custom-editor-tests/package.json
@@ -21,7 +21,7 @@
"p-limit": "^3.0.2"
},
"devDependencies": {
- "@types/mocha": "^8.2.0",
+ "@types/mocha": "^9.1.1",
"@types/node": "16.x",
"@types/p-limit": "^2.2.0"
},
diff --git a/extensions/vscode-custom-editor-tests/yarn.lock b/extensions/vscode-custom-editor-tests/yarn.lock
index 2943060a078..6d502cede51 100644
--- a/extensions/vscode-custom-editor-tests/yarn.lock
+++ b/extensions/vscode-custom-editor-tests/yarn.lock
@@ -2,10 +2,10 @@
# yarn lockfile v1
-"@types/mocha@^8.2.0":
- version "8.2.3"
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.3.tgz#bbeb55fbc73f28ea6de601fbfa4613f58d785323"
- integrity sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==
+"@types/mocha@^9.1.1":
+ version "9.1.1"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
+ integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
"@types/node@16.x":
version "16.11.6"
diff --git a/package.json b/package.json
index 97d17402d1e..35dd023012e 100644
--- a/package.json
+++ b/package.json
@@ -107,7 +107,7 @@
"@types/http-proxy-agent": "^2.0.1",
"@types/keytar": "^4.4.0",
"@types/minimist": "^1.2.1",
- "@types/mocha": "^8.2.0",
+ "@types/mocha": "^9.1.1",
"@types/node": "16.x",
"@types/sinon": "^10.0.2",
"@types/sinon-test": "^2.4.2",
diff --git a/test/smoke/package.json b/test/smoke/package.json
index e0e9c671d83..12c113a7396 100644
--- a/test/smoke/package.json
+++ b/test/smoke/package.json
@@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/mkdirp": "^1.0.1",
- "@types/mocha": "^8.2.0",
+ "@types/mocha": "^9.1.1",
"@types/ncp": "2.0.1",
"@types/node": "16.x",
"@types/node-fetch": "^2.5.10",
diff --git a/test/smoke/yarn.lock b/test/smoke/yarn.lock
index 020a2ee0497..4834814de87 100644
--- a/test/smoke/yarn.lock
+++ b/test/smoke/yarn.lock
@@ -33,10 +33,10 @@
dependencies:
"@types/node" "*"
-"@types/mocha@^8.2.0":
- version "8.2.0"
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.0.tgz#3eb56d13a1de1d347ecb1957c6860c911704bc44"
- integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
+"@types/mocha@^9.1.1":
+ version "9.1.1"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
+ integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
"@types/ncp@2.0.1":
version "2.0.1"
diff --git a/yarn.lock b/yarn.lock
index 580344c7e4d..7401170628a 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1318,10 +1318,10 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
-"@types/mocha@^8.2.0":
- version "8.2.0"
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.0.tgz#3eb56d13a1de1d347ecb1957c6860c911704bc44"
- integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
+"@types/mocha@^9.1.1":
+ version "9.1.1"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
+ integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
"@types/node-fetch@^2.5.0":
version "2.5.12"