Upgrade packages to remove dependency on the vulnerable package minimist 0.0.8 (#19455)

* new mocha version

* test fix

* test

* new vscodetestcov version

* use rc1

* use 1.2.1

* remove all 0.0.8 of minimist

* a few more
This commit is contained in:
Alan Ren
2022-05-20 10:06:13 -07:00
committed by GitHub
parent 840084704b
commit f3e7337196
37 changed files with 11458 additions and 1310 deletions

View File

@@ -1871,9 +1871,9 @@ minimatch@3.0.4, minimatch@^3.0.3, minimatch@^3.0.4:
brace-expansion "^1.1.7" brace-expansion "^1.1.7"
minimist@^1.2.0: minimist@^1.2.0:
version "1.2.5" version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
mkdirp@^1.0.4: mkdirp@^1.0.4:
version "1.0.4" version "1.0.4"

View File

@@ -112,13 +112,13 @@
"vscode-nls": "^4.1.2" "vscode-nls": "^4.1.2"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.3", "should": "^13.2.3",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
}, },
"__metadata": { "__metadata": {
"id": "41", "id": "41",

File diff suppressed because it is too large Load Diff

View File

@@ -19,12 +19,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": { "capabilities": {
"virtualWorkspaces": false, "virtualWorkspaces": false,
"untrustedWorkspaces": { "untrustedWorkspaces": {
"supported": true "supported": true
} }
}, },
"extensionDependencies": [ "extensionDependencies": [
"Microsoft.mssql" "Microsoft.mssql"
], ],
@@ -89,14 +89,14 @@
"vscode-nls": "^4.1.2" "vscode-nls": "^4.1.2"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1", "should": "^13.2.1",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
}, },
"__metadata": { "__metadata": {
"id": "10", "id": "10",

File diff suppressed because it is too large Load Diff

View File

@@ -20,12 +20,12 @@
"Microsoft.azcli", "Microsoft.azcli",
"Microsoft.resource-deployment" "Microsoft.resource-deployment"
], ],
"capabilities": { "capabilities": {
"virtualWorkspaces": false, "virtualWorkspaces": false,
"untrustedWorkspaces": { "untrustedWorkspaces": {
"supported": true "supported": true
} }
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
@@ -1134,8 +1134,7 @@
"defaultValue": "2", "defaultValue": "2",
"optionsType": "radio" "optionsType": "radio"
}, },
"dynamicOptions": "dynamicOptions": {
{
"target": "AZDATA_NB_VAR_SQL_SERVICE_TIER", "target": "AZDATA_NB_VAR_SQL_SERVICE_TIER",
"alternates": [ "alternates": [
{ {
@@ -1387,7 +1386,7 @@
} }
] ]
} }
] ]
} }
] ]
}, },
@@ -1445,19 +1444,19 @@
"yamljs": "^0.3.0" "yamljs": "^0.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"@types/sinon": "^9.0.4", "@types/sinon": "^9.0.4",
"@types/uuid": "^8.3.0", "@types/uuid": "^8.3.0",
"@types/yamljs": "^0.2.31", "@types/yamljs": "^0.2.31",
"@microsoft/azdata-test": "^1.5.1", "@microsoft/azdata-test": "^1.5.1",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"typemoq": "2.1.0", "typemoq": "2.1.0",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
}, },
"__metadata": { "__metadata": {
"id": "68", "id": "68",

File diff suppressed because it is too large Load Diff

View File

@@ -94,21 +94,21 @@
"which": "^2.0.2" "which": "^2.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"@types/request": "^2.48.5", "@types/request": "^2.48.5",
"@types/semver": "^7.3.1", "@types/semver": "^7.3.1",
"@types/sinon": "^9.0.4", "@types/sinon": "^9.0.4",
"@types/uuid": "^8.0.0", "@types/uuid": "^8.0.0",
"@types/which": "^1.3.2", "@types/which": "^1.3.2",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"nock": "^13.0.2", "nock": "^13.0.2",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
}, },
"__metadata": { "__metadata": {
"id": "84", "id": "84",

File diff suppressed because it is too large Load Diff

View File

@@ -356,18 +356,18 @@
}, },
"devDependencies": { "devDependencies": {
"@types/keytar": "4.4.0", "@types/keytar": "4.4.0",
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"@types/qs": "^6.9.1", "@types/qs": "^6.9.1",
"@types/request": "^2.48.1", "@types/request": "^2.48.1",
"@types/sinon": "^9.0.4", "@types/sinon": "^9.0.4",
"@types/ws": "^6.0.4", "@types/ws": "^6.0.4",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1", "should": "^13.2.1",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -657,13 +657,13 @@
"vscode-nls": "^4.0.0" "vscode-nls": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"should": "^13.2.1", "should": "^13.2.1",
"@microsoft/vscodetestcover": "^1.2.0", "@microsoft/vscodetestcover": "^1.2.1",
"typemoq": "^2.1.0" "typemoq": "^2.1.0"
}, },
"__metadata": { "__metadata": {

File diff suppressed because it is too large Load Diff

View File

@@ -97,16 +97,16 @@
"vscode-nls": "^4.0.0" "vscode-nls": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"@types/sinon": "^9.0.4", "@types/sinon": "^9.0.4",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
}, },
"__metadata": { "__metadata": {
"id": "33", "id": "33",

File diff suppressed because it is too large Load Diff

View File

@@ -20,12 +20,12 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": { "capabilities": {
"virtualWorkspaces": false, "virtualWorkspaces": false,
"untrustedWorkspaces": { "untrustedWorkspaces": {
"supported": true "supported": true
} }
}, },
"extensionDependencies": [], "extensionDependencies": [],
"contributes": { "contributes": {
"configuration": [ "configuration": [
@@ -182,14 +182,14 @@
"vscode-nls": "^4.0.0" "vscode-nls": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/sinon": "^9.0.4", "@types/sinon": "^9.0.4",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -1,103 +1,103 @@
{ {
"name": "import", "name": "import",
"displayName": "SQL Server Import", "displayName": "SQL Server Import",
"description": "SQL Server Import for Azure Data Studio supports importing CSV or JSON files into SQL Server.", "description": "SQL Server Import for Azure Data Studio supports importing CSV or JSON files into SQL Server.",
"version": "1.5.0", "version": "1.5.0",
"publisher": "Microsoft", "publisher": "Microsoft",
"preview": true, "preview": true,
"engines": { "engines": {
"vscode": "*", "vscode": "*",
"azdata": ">=1.25.0" "azdata": ">=1.25.0"
}, },
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/extensions/import/Microsoft_SQL_Server_Import_Extension_and_Tools_Import_Flat_File_Preview.docx", "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/extensions/import/Microsoft_SQL_Server_Import_Extension_and_Tools_Import_Flat_File_Preview.docx",
"icon": "images/extension.png", "icon": "images/extension.png",
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e", "aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
"activationEvents": [ "activationEvents": [
"onCommand:flatFileImport.start" "onCommand:flatFileImport.start"
], ],
"main": "./out/main", "main": "./out/main",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git" "url": "https://github.com/Microsoft/azuredatastudio.git"
}, },
"capabilities": { "capabilities": {
"virtualWorkspaces": false, "virtualWorkspaces": false,
"untrustedWorkspaces": { "untrustedWorkspaces": {
"supported": true "supported": true
} }
}, },
"extensionDependencies": [ "extensionDependencies": [
"Microsoft.mssql" "Microsoft.mssql"
], ],
"contributes": { "contributes": {
"commands": [ "commands": [
{ {
"command": "flatFileImport.start", "command": "flatFileImport.start",
"title": "Import wizard", "title": "Import wizard",
"category": "Flat File Import", "category": "Flat File Import",
"icon": { "icon": {
"light": "./images/light_icon.svg", "light": "./images/light_icon.svg",
"dark": "./images/dark_icon.svg" "dark": "./images/dark_icon.svg"
} }
} }
], ],
"keybindings": [ "keybindings": [
{ {
"command": "flatFileImport.start", "command": "flatFileImport.start",
"key": "ctrl+i", "key": "ctrl+i",
"mac": "ctrl+i" "mac": "ctrl+i"
} }
], ],
"menus": { "menus": {
"objectExplorer/item/context": [ "objectExplorer/item/context": [
{ {
"command": "flatFileImport.start", "command": "flatFileImport.start",
"when": "connectionProvider == MSSQL && nodeType && nodeType =~ /^(Server|Database)$/ && mssql:engineedition != 11", "when": "connectionProvider == MSSQL && nodeType && nodeType =~ /^(Server|Database)$/ && mssql:engineedition != 11",
"group": "import" "group": "import"
} }
], ],
"dataExplorer/context": [ "dataExplorer/context": [
{ {
"command": "flatFileImport.start", "command": "flatFileImport.start",
"when": "connectionProvider == MSSQL && nodeType && nodeType =~ /^(Server|Database)$/ && mssql:engineedition != 11", "when": "connectionProvider == MSSQL && nodeType && nodeType =~ /^(Server|Database)$/ && mssql:engineedition != 11",
"group": "import" "group": "import"
} }
] ]
}, },
"configuration": { "configuration": {
"type": "object", "type": "object",
"title": "%flatfileimport.configuration.title%", "title": "%flatfileimport.configuration.title%",
"properties": { "properties": {
"flatFileImport.logDebugInfo": { "flatFileImport.logDebugInfo": {
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"description": "%flatfileimport.logDebugInfo%" "description": "%flatfileimport.logDebugInfo%"
} }
} }
} }
}, },
"dependencies": { "dependencies": {
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.3.0", "dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.3.0",
"htmlparser2": "^3.10.1", "htmlparser2": "^3.10.1",
"@microsoft/ads-service-downloader": "0.2.4", "@microsoft/ads-service-downloader": "0.2.4",
"vscode-extension-telemetry": "0.4.2", "vscode-extension-telemetry": "0.4.2",
"vscode-nls": "^3.2.1" "vscode-nls": "^3.2.1"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"@types/sinon": "^9.0.4", "@types/sinon": "^9.0.4",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1", "should": "^13.2.1",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
}, },
"__metadata": { "__metadata": {
"id": "23", "id": "23",
"publisherDisplayName": "Microsoft", "publisherDisplayName": "Microsoft",
"publisherId": "Microsoft" "publisherId": "Microsoft"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -35,14 +35,14 @@
}, },
"devDependencies": { "devDependencies": {
"@types/chai": "3.4.34", "@types/chai": "3.4.34",
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/node": "^10.14.8", "@types/node": "^10.14.8",
"@azure/keyvault-secrets": "^4.4.0", "@azure/keyvault-secrets": "^4.4.0",
"@azure/identity": "^2.0.4", "@azure/identity": "^2.0.4",
"chai": "3.5.0", "chai": "3.5.0",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -146,11 +146,11 @@
"polly-js": "^1.6.3" "polly-js": "^1.6.3"
}, },
"devDependencies": { "devDependencies": {
"@microsoft/vscodetestcover": "^1.2.0", "@microsoft/vscodetestcover": "^1.2.1",
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/node": "^10.14.8", "@types/node": "^10.14.8",
"@types/request": "^2.48.1", "@types/request": "^2.48.1",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1", "should": "^13.2.1",

File diff suppressed because it is too large Load Diff

View File

@@ -1342,6 +1342,6 @@
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.3", "should": "^13.2.3",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
} }
} }

View File

@@ -203,10 +203,10 @@
tmp "^0.0.33" tmp "^0.0.33"
yauzl "^2.10.0" yauzl "^2.10.0"
"@microsoft/vscodetestcover@^1.2.0": "@microsoft/vscodetestcover@^1.2.1":
version "1.2.0" version "1.2.1"
resolved "https://registry.yarnpkg.com/@microsoft/vscodetestcover/-/vscodetestcover-1.2.0.tgz#f1b5c590a9fa4303435e3066224c4dc87239c35e" resolved "https://registry.yarnpkg.com/@microsoft/vscodetestcover/-/vscodetestcover-1.2.1.tgz#65f25132075a465a7a99688204486ee2b65ac07b"
integrity sha512-7h6/JV3HR0z+MyPyt0guO/2iUWQ/NxdhRDttD2t7GFnWEDCLyZSVsUEAPpOaPB3HT7OkXtHMD/0Cv/dl5G+Tkw== integrity sha512-ODHGLbx+mqHCrs44Yy3OTxr6gZowqsf45s5FQYWukI6OCgJlWrhIPNgW2YyDVH8OE5ZDI7dt9pXXdhEbfGV7gA==
dependencies: dependencies:
decache "^4.4.0" decache "^4.4.0"
glob "^7.1.2" glob "^7.1.2"
@@ -216,7 +216,7 @@
istanbul-lib-report "^3.0.0" istanbul-lib-report "^3.0.0"
istanbul-lib-source-maps "^3.0.6" istanbul-lib-source-maps "^3.0.6"
istanbul-reports "^3.0.0" istanbul-reports "^3.0.0"
mocha "^5.2.0" mocha "^7.1.1"
"@types/bytes@^3.0.0": "@types/bytes@^3.0.0":
version "3.1.0" version "3.1.0"
@@ -501,11 +501,6 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
dependencies: dependencies:
delayed-stream "~1.0.0" delayed-stream "~1.0.0"
commander@2.15.1:
version "2.15.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
integrity sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==
concat-map@0.0.1: concat-map@0.0.1:
version "0.0.1" version "0.0.1"
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
@@ -820,18 +815,6 @@ glob-parent@~5.1.0:
dependencies: dependencies:
is-glob "^4.0.1" is-glob "^4.0.1"
glob@7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
integrity sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^3.0.4"
once "^1.3.0"
path-is-absolute "^1.0.0"
glob@7.1.3: glob@7.1.3:
version "7.1.3" version "7.1.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
@@ -901,11 +884,6 @@ has@^1.0.3:
dependencies: dependencies:
function-bind "^1.1.1" function-bind "^1.1.1"
he@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
integrity sha1-k0EP0hsAlzUVH4howvJx80J+I/0=
he@1.2.0: he@1.2.0:
version "1.2.0" version "1.2.0"
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -1220,15 +1198,10 @@ minimatch@3.0.4, minimatch@^3.0.4:
dependencies: dependencies:
brace-expansion "^1.1.7" brace-expansion "^1.1.7"
minimist@0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
minimist@^1.2.5: minimist@^1.2.5:
version "1.2.5" version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
minipass@^3.0.0: minipass@^3.0.0:
version "3.1.1" version "3.1.1"
@@ -1245,13 +1218,6 @@ minizlib@^2.1.1:
minipass "^3.0.0" minipass "^3.0.0"
yallist "^4.0.0" yallist "^4.0.0"
mkdirp@0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
dependencies:
minimist "0.0.8"
mkdirp@0.5.3: mkdirp@0.5.3:
version "0.5.3" version "0.5.3"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.3.tgz#5a514b7179259287952881e94410ec5465659f8c" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.3.tgz#5a514b7179259287952881e94410ec5465659f8c"
@@ -1290,23 +1256,6 @@ mocha-multi-reporters@^1.1.7:
debug "^3.1.0" debug "^3.1.0"
lodash "^4.16.4" lodash "^4.16.4"
mocha@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.2.0.tgz#6d8ae508f59167f940f2b5b3c4a612ae50c90ae6"
integrity sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ==
dependencies:
browser-stdout "1.3.1"
commander "2.15.1"
debug "3.1.0"
diff "3.5.0"
escape-string-regexp "1.0.5"
glob "7.1.2"
growl "1.10.5"
he "1.1.1"
minimatch "3.0.4"
mkdirp "0.5.1"
supports-color "5.4.0"
mocha@^7.1.1: mocha@^7.1.1:
version "7.1.1" version "7.1.1"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.1.tgz#89fbb30d09429845b1bb893a830bf5771049a441" resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.1.tgz#89fbb30d09429845b1bb893a830bf5771049a441"
@@ -1794,13 +1743,6 @@ strip-json-comments@2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
supports-color@5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54"
integrity sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==
dependencies:
has-flag "^3.0.0"
supports-color@6.0.0: supports-color@6.0.0:
version "6.0.0" version "6.0.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.0.0.tgz#76cfe742cf1f41bb9b1c29ad03068c05b4c0e40a" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.0.0.tgz#76cfe742cf1f41bb9b1c29ad03068c05b4c0e40a"

View File

@@ -329,7 +329,8 @@
"Notebook" "Notebook"
], ],
"configuration": "./language-configuration.json" "configuration": "./language-configuration.json"
}, { },
{
"id": "dib", "id": "dib",
"extensions": [ "extensions": [
".dib" ".dib"
@@ -712,7 +713,9 @@
"MSSQL" "MSSQL"
], ],
"blockedOnSAW": true, "blockedOnSAW": true,
"supportedLanguages": ["python"] "supportedLanguages": [
"python"
]
}, },
{ {
"name": "sparkkernel", "name": "sparkkernel",
@@ -720,7 +723,9 @@
"connectionProviderIds": [ "connectionProviderIds": [
"MSSQL" "MSSQL"
], ],
"supportedLanguages": ["scala"], "supportedLanguages": [
"scala"
],
"blockedOnSAW": true "blockedOnSAW": true
}, },
{ {
@@ -729,20 +734,26 @@
"connectionProviderIds": [ "connectionProviderIds": [
"MSSQL" "MSSQL"
], ],
"supportedLanguages": ["r"], "supportedLanguages": [
"r"
],
"blockedOnSAW": true "blockedOnSAW": true
}, },
{ {
"name": "python3", "name": "python3",
"displayName": "Python 3", "displayName": "Python 3",
"connectionProviderIds": [], "connectionProviderIds": [],
"supportedLanguages": ["python"] "supportedLanguages": [
"python"
]
}, },
{ {
"name": "powershell", "name": "powershell",
"displayName": "PowerShell", "displayName": "PowerShell",
"connectionProviderIds": [], "connectionProviderIds": [],
"supportedLanguages": ["powershell"] "supportedLanguages": [
"powershell"
]
} }
] ]
} }
@@ -769,7 +780,7 @@
"@types/fs-extra": "^5.0.0", "@types/fs-extra": "^5.0.0",
"@types/glob": "^7.1.1", "@types/glob": "^7.1.1",
"@types/js-yaml": "^3.12.1", "@types/js-yaml": "^3.12.1",
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"@types/request": "^2.48.1", "@types/request": "^2.48.1",
"@types/rimraf": "^2.0.2", "@types/rimraf": "^2.0.2",
@@ -777,14 +788,14 @@
"@types/tar": "^4.0.3", "@types/tar": "^4.0.3",
"@types/uuid": "^3.4.5", "@types/uuid": "^3.4.5",
"assert": "^1.4.1", "assert": "^1.4.1",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"nock": "^13.0.2", "nock": "^13.0.2",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
}, },
"resolutions": { "resolutions": {
"url-parse": "^1.5.8", "url-parse": "^1.5.8",

File diff suppressed because it is too large Load Diff

View File

@@ -468,17 +468,17 @@
"yamljs": "^0.3.0" "yamljs": "^0.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/semver": "^7.3.1", "@types/semver": "^7.3.1",
"@types/sinon": "^9.0.8", "@types/sinon": "^9.0.8",
"@types/yamljs": "0.2.30", "@types/yamljs": "0.2.30",
"@microsoft/azdata-test": "^1.5.1", "@microsoft/azdata-test": "^1.5.1",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "^9.2.0", "sinon": "^9.2.0",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -23,12 +23,12 @@
"extensionDependencies": [ "extensionDependencies": [
"Microsoft.mssql" "Microsoft.mssql"
], ],
"capabilities": { "capabilities": {
"virtualWorkspaces": false, "virtualWorkspaces": false,
"untrustedWorkspaces": { "untrustedWorkspaces": {
"supported": true "supported": true
} }
}, },
"contributes": { "contributes": {
"commands": [ "commands": [
{ {
@@ -100,15 +100,15 @@
"vscode-nls": "^4.0.0" "vscode-nls": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/sinon": "^9.0.4", "@types/sinon": "^9.0.4",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1", "should": "^13.2.1",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0", "@microsoft/vscodetestcover": "^1.2.1",
"sinon": "^9.0.2" "sinon": "^9.0.2"
}, },
"__metadata": { "__metadata": {

File diff suppressed because it is too large Load Diff

View File

@@ -77,8 +77,8 @@
"should": "^13.2.1", "should": "^13.2.1",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0", "@microsoft/vscodetestcover": "^1.2.1",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7" "mocha-multi-reporters": "^1.1.7"
} }

File diff suppressed because it is too large Load Diff

View File

@@ -30,12 +30,12 @@
"Microsoft.mssql", "Microsoft.mssql",
"Microsoft.schema-compare" "Microsoft.schema-compare"
], ],
"capabilities": { "capabilities": {
"virtualWorkspaces": false, "virtualWorkspaces": false,
"untrustedWorkspaces": { "untrustedWorkspaces": {
"supported": true "supported": true
} }
}, },
"contributes": { "contributes": {
"projects": [ "projects": [
"sqlproj" "sqlproj"
@@ -470,18 +470,18 @@
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^5.0.0", "@types/fs-extra": "^5.0.0",
"@types/mocha": "^5.2.5", "@types/mocha": "^7.0.2",
"@types/sinon": "^9.0.4", "@types/sinon": "^9.0.4",
"@types/which": "^2.0.1", "@types/which": "^2.0.1",
"@types/xml-formatter": "^1.1.0", "@types/xml-formatter": "^1.1.0",
"@types/xmldom": "^0.1.29", "@types/xmldom": "^0.1.29",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1", "should": "^13.2.1",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"typemoq": "^2.1.0", "typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.0" "@microsoft/vscodetestcover": "^1.2.1"
}, },
"__metadata": { "__metadata": {
"id": "70", "id": "70",

File diff suppressed because it is too large Load Diff

View File

@@ -397,9 +397,9 @@ minimatch@^3.0.4:
brace-expansion "^1.1.7" brace-expansion "^1.1.7"
minimist@^1.1.0, minimist@^1.2.0: minimist@^1.1.0, minimist@^1.2.0:
version "1.2.0" version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
mkdirp@^1.0.4: mkdirp@^1.0.4:
version "1.0.4" version "1.0.4"

View File

@@ -7397,12 +7397,7 @@ minimalistic-crypto-utils@^1.0.1:
dependencies: dependencies:
brace-expansion "^1.1.7" brace-expansion "^1.1.7"
minimist@^1.2.0: minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6:
version "1.2.0"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6:
version "1.2.6" version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==