Compare commits

..

8 Commits

Author SHA1 Message Date
bot
b695d0ff1f fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2026-02-24 00:56:24 +00:00
c004b7c70a renovate (#151)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-02-24 00:56:07 +00:00
bot
b15be4bf7c fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2026-02-21 00:57:43 +00:00
5a3fd218bc renovate (#150)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-02-21 00:57:10 +00:00
9a33fc258f up 2026-02-18 22:30:56 +01:00
bot
1781912d3f fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2026-02-05 01:45:05 +00:00
2a494213ff renovate (#148)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-02-05 01:44:45 +00:00
9cc4bb48fc fix: eslint 2026-01-30 16:08:17 +01:00
2 changed files with 242 additions and 376 deletions

605
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"name": "vscodestat", "name": "vscodestat",
"displayName": "vscodestat", "displayName": "vscodestat",
"version": "1.1.142", "version": "1.1.145",
"description": "", "description": "",
"categories": [ "categories": [
"Other" "Other"
@@ -54,16 +54,17 @@
"devDependencies": { "devDependencies": {
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "25.x", "@types/node": "25.x",
"@types/vscode": "^1.108.1", "@types/vscode": "^1.109.0",
"@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.54.0", "@typescript-eslint/parser": "^8.56.1",
"@vscode/test-cli": "^0.0.12", "@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2", "@vscode/test-electron": "^2.5.2",
"eslint": "^9.39.2", "eslint": "^10.0.2",
"ts-api-utils": "^2.4.0",
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },
"engines": { "engines": {
"vscode": "^1.108.1" "vscode": "^1.109.0"
}, },
"icon": "icon.png", "icon": "icon.png",
"extensionKind": [ "extensionKind": [