Update dependencies for url-parse (#14476)

* Update dependencies

* add vscode back in for git

* revert yarn.lock

* re-add notebook redirect

* Fix git tests

* Update other testrunner references

* Add testrunner

* Add mocha-multi-reporters
This commit is contained in:
Charles Gagnon
2021-03-01 09:28:03 -08:00
committed by GitHub
parent 48a63e1f50
commit 9432330c46
27 changed files with 3753 additions and 15242 deletions

View File

@@ -657,5 +657,8 @@
"typemoq": "^2.1.0",
"vscodetestcover": "^1.1.0"
},
"resolutions": {
"url-parse": "^1.5.1"
},
"enableProposedApi": true
}

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
const path = require('path');
const testRunner = require('vscode/lib/testrunner');
const testRunner = require('vscodetestcover');
const suite = 'notebook Extension Integration Tests';

View File

@@ -1756,10 +1756,10 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"
url-parse@~1.4.3:
version "1.4.7"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278"
integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==
url-parse@^1.5.1, url-parse@~1.4.3:
version "1.5.1"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b"
integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==
dependencies:
querystringify "^2.1.1"
requires-port "^1.0.0"