vaaski / telegram-ytdl

A simple & fast YouTube download Telegram bot.
https://t.me/vYTDL_bot
24 stars 10 forks source link

Update all dependencies #89

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.8.1 -> 1.8.3 age adoption passing confidence
croner (source) 8.0.2 -> 8.1.1 age adoption passing confidence
grammy (source) 1.24.1 -> 1.29.0 age adoption passing confidence
tsx (source) 4.15.7 -> 4.17.0 age adoption passing confidence
typescript (source) 5.5.2 -> 5.5.4 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome) ### [`v1.8.3`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#v183-2022-06-27) [Compare Source](https://togithub.com/biomejs/biome/compare/54b4c9a39078836843ef363bb6986fad74834480...c28d5978c1440b3ae184d1cc354233711abf8a8e) ##### CLI ##### Bug fixes - Fix [#​3104](https://togithub.com/biomejs/biome/issues/3104) by suppressing node warnings when using `biome migrate`. Contributed by [@​SuperchupuDev](https://togithub.com/SuperchupuDev) - Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions ([#​3148](https://togithub.com/biomejs/biome/issues/3148)). Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) ##### Parser ##### Bug fixes - Implement [CSS unicode range](https://togithub.com/biomejs/biome/pull/3251). Contributed by [@​denbezrukov](https://togithub.com/denbezrukov) ##### Formatter ##### Bug fixes - Fix [#​3184](https://togithub.com/biomejs/biome/issues/3184) CSS formatter converts custom identifiers to lowercase. Contributed by [@​denbezrukov](https://togithub.com/denbezrukov) - Fix [#​3256](https://togithub.com/biomejs/biome/issues/3256) constant crashes when editing css files [#​3256](https://togithub.com/biomejs/biome/issues/3256). Contributed by [@​denbezrukov](https://togithub.com/denbezrukov) ##### Linter ##### New features - Add `nursery/useDeprecatedReason` rule. Contributed by [@​vohoanglong0107](https://togithub.com/vohoanglong0107). - Add [nursery/noExportedImports](https://biomejs.dev/linter/rules/no-exported-imports/). Contributed by [@​Conaclos](https://togithub.com/Conaclos) ##### Bug fixes - `useConsistentArrayType` and `useShorthandArrayType` now ignore `Array` in the `extends` and `implements` clauses. Fix [#​3247](https://togithub.com/biomejs/biome/issues/3247). Contributed by [@​Conaclos](https://togithub.com/Conaclos) - Fixes [#​3066](https://togithub.com/biomejs/biome/issues/3066) by taking into account the dependencies declared in the `package.json`. Contributed by [@​ematipico](https://togithub.com/ematipico) - The code action of the `useArrowFunction` rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes [#​3292](https://togithub.com/biomejs/biome/issues/3292). Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) ##### Enhancements - Enhance tailwind sorting lint rule [#​1274](https://togithub.com/biomejs/biome/issues/1274) with variant support. Every preconfigured variant is assigned a `weight` that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting `weight` is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. `has-[.custom-class]`, `group-[:checked]`) are also supported and they take the `weight` of their base variant name the custom value attached (e.g. `has-[.custom-class]` takes `has` weight). Arbitrary variants (e.g. `[&nth-child(2)]`) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. `sm:`, `max-md:`, `min-lg:`) are not supported yet. Contributed by [@​lutaok](https://togithub.com/lutaok) ### [`v1.8.2`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#v182-2024-06-20) [Compare Source](https://togithub.com/biomejs/biome/compare/39db99b1cd087d6aa46ecfecba6adbfa0d45a303...54b4c9a39078836843ef363bb6986fad74834480) ##### CLI ##### Bug fixes - Fix [#​3201](https://togithub.com/biomejs/biome/issues/3201) by correctly injecting the source code of the file when printing the diagnostics. Contributed by [@​ematipico](https://togithub.com/ematipico) - Fix [#​3179](https://togithub.com/biomejs/biome/issues/3179) where comma separators are not correctly removed after running `biome migrate` and thus choke the parser. Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) - Fix [#​3232](https://togithub.com/biomejs/biome/issues/3232) by correctly using the colors set by the user. Contributed by [@​ematipico](https://togithub.com/ematipico) ##### Enhancement - Reword the reporter message `No fixes needed` to `No fixes applied`. The former message is misleading when there're still errors or warnings in the files that should be taken care of manually. For example: ```block Checked 2 files in
hexagon/croner (croner) ### [`v8.1.1`](https://togithub.com/Hexagon/croner/releases/tag/8.1.1) [Compare Source](https://togithub.com/hexagon/croner/compare/8.1.0...8.1.1) #### Changes - fix(pattern): Fixes issue [#​254](https://togithub.com/hexagon/croner/issues/254), nextRuns returning wrong values when using 4th day of the Month **Full Changelog**: https://github.com/Hexagon/croner/compare/8.1.0...8.1.1 ### [`v8.1.0`](https://togithub.com/Hexagon/croner/releases/tag/8.1.0) [Compare Source](https://togithub.com/hexagon/croner/compare/8.0.2...8.1.0) #### 8.1.0 - fix(core): Fixes [issue #​247](https://togithub.com/Hexagon/croner/issues/247) (interval setting does seem to ignore startAt) reported by [@​CommanderStorm](https://togithub.com/CommanderStorm) through pull requests [https://github.com/Hexagon/croner/pull/248](https://togithub.com/Hexagon/croner/pull/248). [https://github.com/Hexagon/croner/pull/249](https://togithub.com/Hexagon/croner/pull/249) and [https://github.com/Hexagon/croner/pull/250](https://togithub.com/Hexagon/croner/pull/250) by [@​buzzinJohnnyBoi](https://togithub.com/buzzinJohnnyBoi) - Dev dependency updates The minor version is bumped to reflect a change more substantial than a typical patch, as the behavior when using the `startAt` option in combination with `interval` has been changed (corrected). **Full Changelog**: https://github.com/Hexagon/croner/compare/8.0.2...8.1.0
grammyjs/grammY (grammy) ### [`v1.29.0`](https://togithub.com/grammyjs/grammY/releases/tag/v1.29.0) [Compare Source](https://togithub.com/grammyjs/grammY/compare/v1.28.0...v1.29.0) #### What's Changed - fix: drop lost testing output by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/618](https://togithub.com/grammyjs/grammY/pull/618) - build: move exclude to deno.jsonc top level by [@​EdJoPaTo](https://togithub.com/EdJoPaTo) in [https://github.com/grammyjs/grammY/pull/623](https://togithub.com/grammyjs/grammY/pull/623) - feat: suggest /developer_info as a command by [@​EdJoPaTo](https://togithub.com/EdJoPaTo) in [https://github.com/grammyjs/grammY/pull/622](https://togithub.com/grammyjs/grammY/pull/622) - style: reflow docs text in sessions by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/624](https://togithub.com/grammyjs/grammY/pull/624) - feat: support Bot API 7.9 by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/625](https://togithub.com/grammyjs/grammY/pull/625) **Full Changelog**: https://github.com/grammyjs/grammY/compare/v1.28.0...v1.29.0 ### [`v1.28.0`](https://togithub.com/grammyjs/grammY/releases/tag/v1.28.0) [Compare Source](https://togithub.com/grammyjs/grammY/compare/v1.27.0...v1.28.0) #### What's Changed - feat: log webhook timeout in DEBUG mode by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/615](https://togithub.com/grammyjs/grammY/pull/615) - feat: support Bot API 7.8 by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/616](https://togithub.com/grammyjs/grammY/pull/616) **Full Changelog**: https://github.com/grammyjs/grammY/compare/v1.27.0...v1.28.0 ### [`v1.27.0`](https://togithub.com/grammyjs/grammY/releases/tag/v1.27.0) [Compare Source](https://togithub.com/grammyjs/grammY/compare/v1.26.1...v1.27.0) #### What's Changed - feat: support Bot API 7.7 by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/611](https://togithub.com/grammyjs/grammY/pull/611) **Full Changelog**: https://github.com/grammyjs/grammY/compare/v1.26.1...v1.27.0 ### [`v1.26.1`](https://togithub.com/grammyjs/grammY/releases/tag/v1.26.1) [Compare Source](https://togithub.com/grammyjs/grammY/compare/v1.26.0...v1.26.1) #### What's Changed - feat: suggest "privacy" commands by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/610](https://togithub.com/grammyjs/grammY/pull/610) **Full Changelog**: https://github.com/grammyjs/grammY/compare/v1.26.0...v1.26.1 ### [`v1.26.0`](https://togithub.com/grammyjs/grammY/releases/tag/v1.26.0) [Compare Source](https://togithub.com/grammyjs/grammY/compare/v1.25.2...v1.26.0) #### What's Changed - feat: support Bot API 7.6 by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/609](https://togithub.com/grammyjs/grammY/pull/609) **Full Changelog**: https://github.com/grammyjs/grammY/compare/v1.25.2...v1.26.0 ### [`v1.25.2`](https://togithub.com/grammyjs/grammY/releases/tag/v1.25.2) [Compare Source](https://togithub.com/grammyjs/grammY/compare/v1.25.1...v1.25.2) #### What's Changed - feat: add `bot.preCheckoutQuery` and `bot.shippingQuery` by [@​grammyz](https://togithub.com/grammyz) in [https://github.com/grammyjs/grammY/pull/608](https://togithub.com/grammyjs/grammY/pull/608) #### New Contributors - [@​grammyz](https://togithub.com/grammyz) made their first contribution in [https://github.com/grammyjs/grammY/pull/608](https://togithub.com/grammyjs/grammY/pull/608) **Full Changelog**: https://github.com/grammyjs/grammY/compare/v1.25.1...v1.25.2 ### [`v1.25.1`](https://togithub.com/grammyjs/grammY/releases/tag/v1.25.1) [Compare Source](https://togithub.com/grammyjs/grammY/compare/v1.25.0...v1.25.1) #### What's Changed - fix: resolve type conflict of ctx.chatId for callback queries by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/603](https://togithub.com/grammyjs/grammY/pull/603) - fix: unify webhookCallback overloads by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/604](https://togithub.com/grammyjs/grammY/pull/604) **Full Changelog**: https://github.com/grammyjs/grammY/compare/v1.25.0...v1.25.1 ### [`v1.25.0`](https://togithub.com/grammyjs/grammY/releases/tag/v1.25.0) [Compare Source](https://togithub.com/grammyjs/grammY/compare/v1.24.1...v1.25.0) #### What's Changed - Create type tests by [@​KnightNiwrem](https://togithub.com/KnightNiwrem) in [https://github.com/grammyjs/grammY/pull/584](https://togithub.com/grammyjs/grammY/pull/584) - fix: add options bag to setChatPermissions by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/600](https://togithub.com/grammyjs/grammY/pull/600) - feat: support Bot API 7.5 by [@​KnorpelSenf](https://togithub.com/KnorpelSenf) in [https://github.com/grammyjs/grammY/pull/601](https://togithub.com/grammyjs/grammY/pull/601) **Full Changelog**: https://github.com/grammyjs/grammY/compare/v1.24.1...v1.25.0
privatenumber/tsx (tsx) ### [`v4.17.0`](https://togithub.com/privatenumber/tsx/compare/v4.16.5...bd83d3bf59e39767ec64eec86fe5b48a8e50b991) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.5...v4.17.0) ### [`v4.16.5`](https://togithub.com/privatenumber/tsx/releases/tag/v4.16.5) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.4...v4.16.5) ##### Bug Fixes - **resolver:** directory import nested ".." ([2fada74](https://togithub.com/privatenumber/tsx/commit/2fada74ad363655890695716f762f89276800a46)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.5) ### [`v4.16.4`](https://togithub.com/privatenumber/tsx/releases/tag/v4.16.4) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.3...v4.16.4) ##### Bug Fixes - **resolver:** handle importing ".." ([3cf0b6a](https://togithub.com/privatenumber/tsx/commit/3cf0b6acb9041b782d46345c23f3f48160e05f49)), closes [#​626](https://togithub.com/privatenumber/tsx/issues/626) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.4) ### [`v4.16.3`](https://togithub.com/privatenumber/tsx/compare/v4.16.2...ca4bf11670bdbc29bd5fe413cfa3cedba02c2e4e) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.2...v4.16.3) ### [`v4.16.2`](https://togithub.com/privatenumber/tsx/compare/v4.16.1...042be032246ef8964a4b6bf4602a9dca7c875d52) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.1...v4.16.2) ### [`v4.16.1`](https://togithub.com/privatenumber/tsx/releases/tag/v4.16.1) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.0...v4.16.1) ##### Bug Fixes - **cjs:** isolate implicit resolver enhancement ([#​59](https://togithub.com/privatenumber/tsx/issues/59)) ([143a5bd](https://togithub.com/privatenumber/tsx/commit/143a5bd8394154fbaa2bef235168678ad96a6454)) - **cjs:** namespace filter to preserve file path ([6ef949c](https://togithub.com/privatenumber/tsx/commit/6ef949cf8b62eebfadb029d70c775732c8a87d2a)) - **esm:** implicit resolution with tsconfig paths ([a74aa58](https://togithub.com/privatenumber/tsx/commit/a74aa5857aa848a27f34198aa0ce9d028fda5801)), closes [#​607](https://togithub.com/privatenumber/tsx/issues/607) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.1) ### [`v4.16.0`](https://togithub.com/privatenumber/tsx/compare/v4.15.9...da3bcb06d23ffd8ae06fe0eae10b4a4c0b03b060) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.15.9...v4.16.0) ### [`v4.15.9`](https://togithub.com/privatenumber/tsx/compare/v4.15.8...c67e3baefdb4b38d44779a44e21f2a989482911c) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.15.8...v4.15.9) ### [`v4.15.8`](https://togithub.com/privatenumber/tsx/compare/v4.15.7...ae2a1bcdc1357a56d436acab5782da9a348d2cd5) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.15.7...v4.15.8)
Microsoft/TypeScript (typescript) ### [`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) ### [`v5.5.3`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.