Compare commits

...

3 Commits

Author SHA1 Message Date
werewolfkid 2123bf2dec Merge pull request 'fix-action-flow' (#82) from fix-action-flow into main
Main / build-and-push-docker-image (20.x) (push) Successful in 4m6s
Reviewed-on: #82
2026-04-01 17:21:03 -04:00
Lucid 68895a79e8 Upgrade dependencies
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 6m16s
2026-04-01 17:14:10 -04:00
Lucid cfc30097d5 Upgrade dependencies 2026-04-01 17:12:40 -04:00
2 changed files with 748 additions and 807 deletions
+16 -16
View File
@@ -3,7 +3,7 @@
"type": "module",
"version": "3.2.0",
"private": true,
"packageManager": "yarn@4.12.0",
"packageManager": "yarn@4.13.0",
"description": "This grammY powered Telegram bot is designed to delete Twitter/X links and reformat services from whitelisted groups. This one is the main bot for the LCM Telegram groups/communities.",
"imports": {
"#root/*": "./build/src/*"
@@ -27,35 +27,35 @@
},
"dependencies": {
"@grammyjs/auto-chat-action": "0.1.1",
"@grammyjs/commands": "1.2.0",
"@grammyjs/commands": "1.3.2",
"@grammyjs/hydrate": "1.6.0",
"@grammyjs/i18n": "1.1.2",
"@grammyjs/parse-mode": "1.11.1",
"@grammyjs/runner": "2.0.3",
"@grammyjs/types": "3.23.0",
"@hono/node-server": "1.19.9",
"@grammyjs/types": "3.25.0",
"@hono/node-server": "1.19.12",
"@urql/core": "^6.0.1",
"axios": "^1.13.3",
"axios": "^1.14.0",
"callback-data": "1.1.1",
"grammy": "1.39.3",
"hono": "4.11.6",
"grammy": "1.41.1",
"hono": "4.12.9",
"iso-639-1": "3.1.5",
"pino": "10.3.0",
"pino": "10.3.1",
"pino-pretty": "13.1.3",
"tsx": "4.21.0",
"valibot": "1.2.0"
"valibot": "1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "7.2.0",
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.10",
"eslint": "^9.39.2",
"@antfu/eslint-config": "8.0.0",
"@eslint/js": "^10.0.1",
"@types/node": "^25.5.0",
"eslint": "^10.1.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"lint-staged": "^16.4.0",
"prettier": "3.8.1",
"tsc-watch": "^7.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0"
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0"
},
"lint-staged": {
"*.ts": "eslint"
+732 -791
View File
File diff suppressed because it is too large Load Diff