Compare commits

..
4 Commits
Author SHA1 Message Date
root 840564fc69 fix: release
continuous-integration/drone/tag Build is pending
2026-07-01 02:08:32 +00:00
m.schnitzlerandroot a7086bdaf6 renovate (#183)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-07-01 02:07:21 +00:00
root 6ec43bf622 fix: release
continuous-integration/drone/tag Build is passing
2026-06-30 23:37:06 +00:00
m.schnitzlerandroot 73494bf805 renovatemajor (#182)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-06-30 23:36:47 +00:00
2 changed files with 583 additions and 627 deletions
+575 -619
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -1,7 +1,7 @@
{ {
"name": "vscodestat", "name": "vscodestat",
"displayName": "vscodestat", "displayName": "vscodestat",
"version": "1.6.0", "version": "1.6.2",
"description": "", "description": "",
"categories": [ "categories": [
"Other" "Other"
@@ -51,17 +51,17 @@
"devDependencies": { "devDependencies": {
"@eslint/js": "^10.0.1", "@eslint/js": "^10.0.1",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "25.x", "@types/node": "26.x",
"@types/vscode": "^1.125.0", "@types/vscode": "^1.125.0",
"@typescript-eslint/eslint-plugin": "^8.61.1", "@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.61.1", "@typescript-eslint/parser": "^8.62.1",
"@vscode/test-cli": "^0.0.12", "@vscode/test-cli": "^0.0.15",
"@vscode/test-electron": "^3.0.0", "@vscode/test-electron": "^3.0.0",
"eslint": "^10.1.0", "eslint": "^10.1.0",
"globals": "^17.6.0", "globals": "^17.7.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^17.0.7", "lint-staged": "^17.0.8",
"prettier": "^3.8.4", "prettier": "^3.9.4",
"ts-api-utils": "^2.5.0", "ts-api-utils": "^2.5.0",
"typescript": "^6.0.3" "typescript": "^6.0.3"
}, },