Merge pull request #3737 from github/koesie10/bump-min-vscode-version

Bump minimum VS Code version to 1.90.0
This commit is contained in:
Koen Vlaswinkel
2024-10-08 14:47:51 +02:00
committed by GitHub
4 changed files with 13 additions and 10 deletions

View File

@@ -2,6 +2,8 @@
## [UNRELEASED]
- Increase the required version of VS Code to 1.90.0. [#3737](https://github.com/github/vscode-codeql/pull/3737)
## 1.15.0 - 26 September 2024
- Update results view to display the length of the shortest path for path queries. [#3687](https://github.com/github/vscode-codeql/pull/3687)

View File

@@ -1,4 +1,4 @@
{
"chromiumVersion": "114",
"electronVersion": "25.8.0"
"chromiumVersion": "122",
"electronVersion": "29.4.0"
}

View File

@@ -92,7 +92,7 @@
"@types/tar-stream": "^3.1.3",
"@types/through2": "^2.0.36",
"@types/tmp": "^0.2.6",
"@types/vscode": "^1.82.0",
"@types/vscode": "1.90.0",
"@types/yauzl": "^2.10.3",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
@@ -144,7 +144,7 @@
"engines": {
"node": "^20.16.0",
"npm": ">=7.20.6",
"vscode": "^1.82.0"
"vscode": "^1.90.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -6480,10 +6480,11 @@
}
},
"node_modules/@types/vscode": {
"version": "1.85.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.85.0.tgz",
"integrity": "sha512-CF/RBon/GXwdfmnjZj0WTUMZN5H6YITOfBCP4iEZlOtVQXuzw6t7Le7+cR+7JzdMrnlm7Mfp49Oj2TuSXIWo3g==",
"dev": true
"version": "1.90.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.90.0.tgz",
"integrity": "sha512-oT+ZJL7qHS9Z8bs0+WKf/kQ27qWYR3trsXpq46YDjFqBsMLG4ygGGjPaJ2tyrH0wJzjOEmDyg9PDJBBhWg9pkQ==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/wrap-ansi": {
"version": "3.0.0",

View File

@@ -13,7 +13,7 @@
"url": "https://github.com/github/vscode-codeql"
},
"engines": {
"vscode": "^1.82.0",
"vscode": "^1.90.0",
"node": "^20.16.0",
"npm": ">=7.20.6"
},
@@ -2050,7 +2050,7 @@
"@types/tar-stream": "^3.1.3",
"@types/through2": "^2.0.36",
"@types/tmp": "^0.2.6",
"@types/vscode": "^1.82.0",
"@types/vscode": "1.90.0",
"@types/yauzl": "^2.10.3",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",