mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-01 04:26:50 -05:00
* feat: update to Electron v42
* chore: drop support for arm 32-bit server
* chore: update types/node to v24.x
* chore: temporarily lock the target version for build/
* chore: update v8-source-location.patch
* chore: fix clippy
* chore: cleanup armhf server ci config
* fix: broken lock file
* fix: c++ version requirement for sysroot builds
* fix: msvc compilation of native modules
* fix: handle rejections for fire-and-forget loadurl
* fix: windows build
* ci: fix teardown of daemon process on windows
```
2026-05-15T20:55:09.7717127Z Assertion failed: !(handle->flags & UV_HANDLE_CLOSING), file src\win\async.c, line 76
```
* chore: update deb and rpm dependencies
* chore: update version info
* spec: improve reliablity of offscreencanvas tests
* spec: retry EPERM failures on teardown
* chore: update x86_64 rpm deps
* ci: exclude server binskim for armhf
* temp: bump distro
* test: ignore deprecation warnings treated as errors
* chore: update lockfile
* fix: externalize electron from auth extension bundles
Error: Cannot find module 'c:\Users\cloudtest\AppData\Local\Temp\vscode-sanityQvCaze\vscode-server-win32-x64-web\extensions\github-authentication\dist\install.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1476:15)
at wrapResolveFilename (node:internal/modules/cjs/loader:1049:27)
at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1073:10)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1094:12)
at Module._load (node:internal/modules/cjs/loader:1262:25)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v24.15.0
* test: make wsl sanity tests reliable
* chore: bump electron@42.1.0
* temp: bump distro
* chore: bump electron@42.2.0
* chore: bump distro
* chore: update debian dependencies
* Revert "test: make wsl sanity tests reliable"
This reverts commit b3f2b63e83.
* test: do not fail for deprecation warnings
* chore: patch node24 server binary for wsl1
* chore: address review feedback
* chore: revert global navigation error handler in browserview
* chore: bump distro
283 lines
11 KiB
JSON
283 lines
11 KiB
JSON
{
|
|
"name": "html-language-features",
|
|
"version": "10.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "html-language-features",
|
|
"version": "10.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vscode/extension-telemetry": "^0.9.8",
|
|
"vscode-languageclient": "^10.0.0-next.10",
|
|
"vscode-uri": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.x"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.77.0"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/1ds-core-js": {
|
|
"version": "4.3.4",
|
|
"resolved": "https://registry.npmjs.org/@microsoft/1ds-core-js/-/1ds-core-js-4.3.4.tgz",
|
|
"integrity": "sha512-3gbDUQgAO8EoyQTNcAEkxpuPnioC0May13P1l1l0NKZ128L9Ts/sj8QsfwCRTjHz0HThlA+4FptcAJXNYUy3rg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@microsoft/applicationinsights-core-js": "3.3.4",
|
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
"@nevware21/ts-async": ">= 0.5.2 < 2.x",
|
|
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/1ds-post-js": {
|
|
"version": "4.3.4",
|
|
"resolved": "https://registry.npmjs.org/@microsoft/1ds-post-js/-/1ds-post-js-4.3.4.tgz",
|
|
"integrity": "sha512-nlKjWricDj0Tn68Dt0P8lX9a+X7LYrqJ6/iSfQwMfDhRIGLqW+wxx8gxS+iGWC/oc8zMQAeiZaemUpCwQcwpRQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@microsoft/1ds-core-js": "4.3.4",
|
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
"@nevware21/ts-async": ">= 0.5.2 < 2.x",
|
|
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/applicationinsights-channel-js": {
|
|
"version": "3.3.4",
|
|
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-channel-js/-/applicationinsights-channel-js-3.3.4.tgz",
|
|
"integrity": "sha512-Z4nrxYwGKP9iyrYtm7iPQXVOFy4FsEsX0nDKkAi96Qpgw+vEh6NH4ORxMMuES0EollBQ3faJyvYCwckuCVIj0g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@microsoft/applicationinsights-common": "3.3.4",
|
|
"@microsoft/applicationinsights-core-js": "3.3.4",
|
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
"@nevware21/ts-async": ">= 0.5.2 < 2.x",
|
|
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
},
|
|
"peerDependencies": {
|
|
"tslib": ">= 1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/applicationinsights-common": {
|
|
"version": "3.3.4",
|
|
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-common/-/applicationinsights-common-3.3.4.tgz",
|
|
"integrity": "sha512-4ms16MlIvcP4WiUPqopifNxcWCcrXQJ2ADAK/75uok2mNQe6ZNRsqb/P+pvhUxc8A5HRlvoXPP1ptDSN5Girgw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@microsoft/applicationinsights-core-js": "3.3.4",
|
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
},
|
|
"peerDependencies": {
|
|
"tslib": ">= 1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/applicationinsights-core-js": {
|
|
"version": "3.3.4",
|
|
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-3.3.4.tgz",
|
|
"integrity": "sha512-MummANF0mgKIkdvVvfmHQTBliK114IZLRhTL0X0Ep+zjDwWMHqYZgew0nlFKAl6ggu42abPZFK5afpE7qjtYJA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
"@nevware21/ts-async": ">= 0.5.2 < 2.x",
|
|
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
},
|
|
"peerDependencies": {
|
|
"tslib": ">= 1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/applicationinsights-shims": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-shims/-/applicationinsights-shims-3.0.1.tgz",
|
|
"integrity": "sha512-DKwboF47H1nb33rSUfjqI6ryX29v+2QWcTrRvcQDA32AZr5Ilkr7whOOSsD1aBzwqX0RJEIP1Z81jfE3NBm/Lg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nevware21/ts-utils": ">= 0.9.4 < 2.x"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/applicationinsights-web-basic": {
|
|
"version": "3.3.4",
|
|
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-basic/-/applicationinsights-web-basic-3.3.4.tgz",
|
|
"integrity": "sha512-OpEPXr8vU/t/M8T9jvWJzJx/pCyygIiR1nGM/2PTde0wn7anl71Gxl5fWol7K/WwFEORNjkL3CEyWOyDc+28AA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@microsoft/applicationinsights-channel-js": "3.3.4",
|
|
"@microsoft/applicationinsights-common": "3.3.4",
|
|
"@microsoft/applicationinsights-core-js": "3.3.4",
|
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
"@nevware21/ts-async": ">= 0.5.2 < 2.x",
|
|
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
},
|
|
"peerDependencies": {
|
|
"tslib": ">= 1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@microsoft/dynamicproto-js": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@microsoft/dynamicproto-js/-/dynamicproto-js-2.0.3.tgz",
|
|
"integrity": "sha512-JTWTU80rMy3mdxOjjpaiDQsTLZ6YSGGqsjURsY6AUQtIj0udlF/jYmhdLZu8693ZIC0T1IwYnFa0+QeiMnziBA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
|
|
}
|
|
},
|
|
"node_modules/@nevware21/ts-async": {
|
|
"version": "0.5.4",
|
|
"resolved": "https://registry.npmjs.org/@nevware21/ts-async/-/ts-async-0.5.4.tgz",
|
|
"integrity": "sha512-IBTyj29GwGlxfzXw2NPnzty+w0Adx61Eze1/lknH/XIVdxtF9UnOpk76tnrHXWa6j84a1RR9hsOcHQPFv9qJjA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nevware21/ts-utils": ">= 0.11.6 < 2.x"
|
|
}
|
|
},
|
|
"node_modules/@nevware21/ts-utils": {
|
|
"version": "0.14.0",
|
|
"resolved": "https://registry.npmjs.org/@nevware21/ts-utils/-/ts-utils-0.14.0.tgz",
|
|
"integrity": "sha512-WoeqTIXQ8WPhl+lD2NbMHoAQ4sJl0n7EoRoDmVJui//Usg512enl9q1fdbVobuZt3omnxnmVsDrNIvPBvFgddQ==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nevware21"
|
|
},
|
|
{
|
|
"type": "other",
|
|
"url": "https://buymeacoffee.com/nevware21"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "24.12.4",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz",
|
|
"integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~7.16.0"
|
|
}
|
|
},
|
|
"node_modules/@vscode/extension-telemetry": {
|
|
"version": "0.9.8",
|
|
"resolved": "https://registry.npmjs.org/@vscode/extension-telemetry/-/extension-telemetry-0.9.8.tgz",
|
|
"integrity": "sha512-7YcKoUvmHlIB8QYCE4FNzt3ErHi9gQPhdCM3ZWtpw1bxPT0I+lMdx52KHlzTNoJzQ2NvMX7HyzyDwBEiMgTrWQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@microsoft/1ds-core-js": "^4.3.4",
|
|
"@microsoft/1ds-post-js": "^4.3.4",
|
|
"@microsoft/applicationinsights-web-basic": "^3.3.4"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.75.0"
|
|
}
|
|
},
|
|
"node_modules/balanced-match": {
|
|
"version": "4.0.4",
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "18 || 20 || >=22"
|
|
}
|
|
},
|
|
"node_modules/brace-expansion": {
|
|
"version": "5.0.6",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "18 || 20 || >=22"
|
|
}
|
|
},
|
|
"node_modules/minimatch": {
|
|
"version": "10.2.4",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"brace-expansion": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "18 || 20 || >=22"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "7.7.1",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
|
|
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "7.16.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vscode-jsonrpc": {
|
|
"version": "9.0.0-next.10",
|
|
"resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-9.0.0-next.10.tgz",
|
|
"integrity": "sha512-P+UOjuG/B1zkLM+bGIdmBwSkDejxtgo6EjG0pIkwnFBI0a2Mb7od36uUu8CPbECeQuh+n3zGcNwDl16DhuJ5IA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/vscode-languageclient": {
|
|
"version": "10.0.0-next.18",
|
|
"resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-10.0.0-next.18.tgz",
|
|
"integrity": "sha512-Dpcr0VEEf4SuMW17TFCuKovhvbCx6/tHTnmFyLW1KTJCdVmNG08hXVAmw8Z/izec7TQlzEvzw5PvRfYGzdtr5Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimatch": "^10.0.3",
|
|
"semver": "^7.7.1",
|
|
"vscode-languageserver-protocol": "3.17.6-next.15"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.91.0"
|
|
}
|
|
},
|
|
"node_modules/vscode-languageserver-protocol": {
|
|
"version": "3.17.6-next.15",
|
|
"resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.6-next.15.tgz",
|
|
"integrity": "sha512-aoWX1wwGCndzfrTRhGKVpKAPVy9+WYhUtZW/PJQfHODmVwhVwb4we68CgsQZRTl36t8ZqlSOO2c2TdBPW7hrCw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"vscode-jsonrpc": "9.0.0-next.10",
|
|
"vscode-languageserver-types": "3.17.6-next.6"
|
|
}
|
|
},
|
|
"node_modules/vscode-languageserver-types": {
|
|
"version": "3.17.6-next.6",
|
|
"resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.6-next.6.tgz",
|
|
"integrity": "sha512-aiJY5/yW+xzw7KPNlwi3gQtddq/3EIn5z8X8nCgJfaiAij2R1APKePngv+MUdLdYJBVTLu+Qa0ODsT+pHgYguQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vscode-uri": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
|
|
"integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|