Merge vscode source through 1.62 release (#19981)

* Build breaks 1

* Build breaks

* Build breaks

* Build breaks

* More build breaks

* Build breaks (#2512)

* Runtime breaks

* Build breaks

* Fix dialog location break

* Update typescript

* Fix ASAR break issue

* Unit test breaks

* Update distro

* Fix breaks in ADO builds (#2513)

* Bump to node 16

* Fix hygiene errors

* Bump distro

* Remove reference to node type

* Delete vscode specific extension

* Bump to node 16 in CI yaml

* Skip integration tests in CI builds (while fixing)

* yarn.lock update

* Bump moment dependency in remote yarn

* Fix drop-down chevron style

* Bump to node 16

* Remove playwrite from ci.yaml

* Skip building build scripts in hygine check
This commit is contained in:
Karl Burtram
2022-07-11 14:09:32 -07:00
committed by GitHub
parent fa0fcef303
commit 26455e9113
1876 changed files with 72050 additions and 37997 deletions

37
package.json Normal file → Executable file
View File

@@ -1,7 +1,7 @@
{
"name": "azuredatastudio",
"version": "1.38.0",
"distro": "8f4d839fbcb98eaa7aa3fd8bf9f84ab9bae899d9",
"distro": "b6bf3fb97bc70074aeebbf9bd86ec03f637f5361",
"author": {
"name": "Microsoft Corporation"
},
@@ -70,15 +70,16 @@
"@angular/platform-browser-dynamic": "~4.1.3",
"@angular/router": "~4.1.3",
"@microsoft/applicationinsights-web": "^2.6.4",
"@parcel/watcher": "2.0.0",
"@vscode/sqlite3": "4.0.12",
"@vscode/vscode-languagedetection": "1.0.18",
"@vscode/vscode-languagedetection": "1.0.21",
"angular2-grid": "2.0.6",
"ansi_up": "^5.1.0",
"applicationinsights": "1.0.8",
"azdataGraph": "github:Microsoft/azdataGraph#0.0.29",
"chart.js": "^2.9.4",
"chokidar": "3.5.2",
"graceful-fs": "4.2.6",
"chokidar": "3.5.1",
"graceful-fs": "4.2.8",
"gridstack": "^3.1.3",
"html-to-image": "^1.6.2",
"http-proxy-agent": "^2.1.0",
@@ -91,11 +92,10 @@
"mark.js": "^8.11.1",
"minimist": "^1.2.6",
"native-is-elevated": "0.4.3",
"native-keymap": "2.2.1",
"native-keymap": "3.0.1",
"native-watchdog": "1.3.0",
"ng2-charts": "^1.6.0",
"node-pty": "0.11.0-beta7",
"nsfw": "2.1.2",
"plotly.js-dist-min": "^1.53.0",
"reflect-metadata": "^0.1.8",
"rxjs": "5.4.0",
@@ -108,17 +108,18 @@
"turndown": "^7.0.0",
"turndown-plugin-gfm": "^1.0.2",
"v8-inspect-profiler": "^0.0.21",
"vscode-nsfw": "2.1.8",
"vscode-oniguruma": "1.5.1",
"vscode-proxy-agent": "^0.11.0",
"vscode-regexpp": "^3.1.0",
"vscode-ripgrep": "^1.12.0",
"vscode-textmate": "5.4.0",
"xterm": "4.14.0-beta.21",
"xterm-addon-search": "0.9.0-beta.4",
"xterm-addon-serialize": "0.6.0-beta.7",
"xterm-addon-unicode11": "0.3.0-beta.6",
"xterm-addon-webgl": "0.12.0-beta.10",
"xterm-headless": "4.14.0-beta.11",
"vscode-ripgrep": "^1.12.1",
"vscode-textmate": "5.4.1",
"xterm": "4.15.0-beta.10",
"xterm-addon-search": "0.9.0-beta.5",
"xterm-addon-serialize": "0.7.0-beta.2",
"xterm-addon-unicode11": "0.3.0",
"xterm-addon-webgl": "0.12.0-beta.15",
"xterm-headless": "4.15.0-beta.10",
"yauzl": "^2.9.2",
"yazl": "^2.4.3",
"zone.js": "^0.11.4"
@@ -127,7 +128,6 @@
"7zip": "0.0.6",
"@types/applicationinsights": "0.20.0",
"@types/chart.js": "2.9.4",
"@types/chokidar": "2.1.3",
"@types/cookie": "^0.3.3",
"@types/copy-webpack-plugin": "^6.0.3",
"@types/cssnano": "^4.0.0",
@@ -169,7 +169,6 @@
"eslint": "6.8.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0",
"eslint-plugin-mocha": "8.0.0",
"event-stream": "3.3.4",
"fancy-log": "^1.3.3",
"fast-plist": "0.1.2",
@@ -232,10 +231,10 @@
"source-map-support": "^0.3.2",
"style-loader": "^1.0.0",
"temp-write": "^3.4.0",
"ts-loader": "^9.2.3",
"ts-loader": "^9.2.7",
"tsec": "0.1.4",
"typemoq": "^0.3.2",
"typescript": "^4.5.0-dev.20210817",
"typescript": "^4.8.0-dev.20220614",
"typescript-formatter": "7.1.0",
"underscore": "^1.12.1",
"util": "^0.12.4",
@@ -261,7 +260,7 @@
"vscode-windows-registry": "1.0.3",
"windows-foreground-love": "0.4.0",
"windows-mutex": "0.4.1",
"windows-process-tree": "0.3.0"
"windows-process-tree": "^0.3.2"
},
"resolutions": {
"elliptic": "^6.5.3",