fix(ci): Update CI workflows and build config; bump dependencies; code style and TS config fixes

This commit is contained in:
2025-11-29 09:48:31 +00:00
parent 36d7cb69a3
commit 0701207acd
20 changed files with 7858 additions and 5194 deletions

View File

@@ -14,20 +14,19 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.70",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.80",
"@push.rocks/qenv": "^6.0.2",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.7"
"@git.zone/tsbuild": "^3.1.0",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^3.1.3",
"@push.rocks/qenv": "^6.1.3",
"@types/node": "^24.10.1"
},
"dependencies": {
"@elastic/elasticsearch": "8.9.0",
"@push.rocks/lik": "^6.0.5",
"@elastic/elasticsearch": "^9.2.0",
"@push.rocks/lik": "^6.2.2",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartlog-interfaces": "^3.0.0",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smarttime": "^4.0.5"
"@push.rocks/smartlog-interfaces": "^3.0.2",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smarttime": "^4.1.1"
},
"files": [
"ts/**/*",
@@ -44,5 +43,17 @@
"type": "module",
"browserslist": [
"last 1 chrome versions"
]
],
"repository": {
"type": "git",
"url": "https://gitlab.com/mojoio/elasticsearch.git"
},
"bugs": {
"url": "https://gitlab.com/mojoio/elasticsearch/issues"
},
"homepage": "https://gitlab.com/mojoio/elasticsearch#readme",
"pnpm": {
"overrides": {}
},
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
}