Bump grammy from 1.21.2 to 1.22.4 #880
Annotations
9 errors and 1 warning
Run npm run typecheck:
src/bot/context.ts#L36
Argument of type 'import("/home/runner/work/telegram-bot-template/telegram-bot-template/node_modules/@grammyjs/types/update").Update' is not assignable to parameter of type 'import("/home/runner/work/telegram-bot-template/telegram-bot-template/node_modules/grammy/node_modules/@grammyjs/types/update").Update'.
|
Run npm run typecheck:
src/bot/features/language.ts#L23
Property 'callbackQuery' does not exist on type 'never'.
|
Run npm run typecheck:
src/bot/features/language.ts#L27
Property 'i18n' does not exist on type 'never'.
|
Run npm run typecheck:
src/bot/features/language.ts#L29
Property 'editMessageText' does not exist on type 'never'.
|
Run npm run typecheck:
src/bot/features/language.ts#L29
Property 't' does not exist on type 'never'.
|
Run npm run typecheck:
src/bot/features/unhandled.ts#L14
Property 'answerCallbackQuery' does not exist on type 'never'.
|
Run npm run typecheck:
src/bot/helpers/logging.ts#L9
Type '{ message: (MessageXFragment & Message & NonChannel) | undefined; edited_message: (MessageXFragment & Message & Edited & NonChannel) | undefined; ... 19 more ...; removed_chat_boost?: ChatBoostRemoved | undefined; }' is not assignable to type 'Omit<Update, "update_id">'.
|
Run npm run typecheck:
src/bot/index.ts#L31
Type 'new (update: import("/home/runner/work/telegram-bot-template/telegram-bot-template/node_modules/@grammyjs/types/update").Update, api: import("/home/runner/work/telegram-bot-template/telegram-bot-template/node_modules/grammy/out/core/api").Api<import("/home/runner/work/telegram-bot-template/telegram-bot-template/node...' is not assignable to type 'new (update: import("/home/runner/work/telegram-bot-template/telegram-bot-template/node_modules/grammy/node_modules/@grammyjs/types/update").Update, api: import("/home/runner/work/telegram-bot-template/telegram-bot-template/node_modules/grammy/out/core/api").Api<import("/home/runner/work/telegram-bot-template/telegr...'.
|
Run npm run typecheck
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading