Bump grammy from 1.35.0 to 1.36.3 #51

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/grammy-1.36.3 into main
dependabot[bot] commented 2025-06-23 07:50:52 -04:00 (Migrated from github.com)

Bumps grammy from 1.35.0 to 1.36.3.

Release notes

Sourced from grammy's releases.

v1.36.3

What's Changed

Full Changelog: https://github.com/grammyjs/grammY/compare/v1.36.2...v1.36.3

v1.36.1

What's Changed

New Contributors

Full Changelog: https://github.com/grammyjs/grammY/compare/v1.36.0...v1.36.1

v1.36.0

What's Changed

Full Changelog: https://github.com/grammyjs/grammY/compare/v1.35.1...v1.36.0

v1.35.1

What's Changed

New Contributors

Full Changelog: https://github.com/grammyjs/grammY/compare/v1.35.0...v1.35.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [grammy](https://github.com/grammyjs/grammY) from 1.35.0 to 1.36.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grammyjs/grammY/releases">grammy's releases</a>.</em></p> <blockquote> <h2>v1.36.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>build: update deno_emit from JSR by <a href="https://github.com/KnorpelSenf"><code>@​KnorpelSenf</code></a> in <a href="https://redirect.github.com/grammyjs/grammY/pull/804">grammyjs/grammY#804</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grammyjs/grammY/compare/v1.36.2...v1.36.3">https://github.com/grammyjs/grammY/compare/v1.36.2...v1.36.3</a></p> <h2>v1.36.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>feat: add filter query for link_preview_options by <a href="https://github.com/SpEcHiDe"><code>@​SpEcHiDe</code></a> in <a href="https://redirect.github.com/grammyjs/grammY/pull/783">grammyjs/grammY#783</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Arctomachine"><code>@​Arctomachine</code></a> made their first contribution in <a href="https://redirect.github.com/grammyjs/grammY/pull/790">grammyjs/grammY#790</a></li> <li><a href="https://github.com/SpEcHiDe"><code>@​SpEcHiDe</code></a> made their first contribution in <a href="https://redirect.github.com/grammyjs/grammY/pull/783">grammyjs/grammY#783</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grammyjs/grammY/compare/v1.36.0...v1.36.1">https://github.com/grammyjs/grammY/compare/v1.36.0...v1.36.1</a></p> <h2>v1.36.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>feat: support Bot API 9.0 by <a href="https://github.com/KnorpelSenf"><code>@​KnorpelSenf</code></a> in <a href="https://redirect.github.com/grammyjs/grammY/pull/787">grammyjs/grammY#787</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grammyjs/grammY/compare/v1.35.1...v1.36.0">https://github.com/grammyjs/grammY/compare/v1.35.1...v1.36.0</a></p> <h2>v1.35.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>fix: distribute chat type context types by <a href="https://github.com/KnorpelSenf"><code>@​KnorpelSenf</code></a> in <a href="https://redirect.github.com/grammyjs/grammY/pull/760">grammyjs/grammY#760</a></li> <li>feat: add support for Azure Functions v4 by <a href="https://github.com/KnorpelSenf"><code>@​KnorpelSenf</code></a> in <a href="https://redirect.github.com/grammyjs/grammY/pull/738">grammyjs/grammY#738</a></li> <li>fix: reduce <code>NotUndefined</code> to <code>{}</code> by <a href="https://github.com/KnorpelSenf"><code>@​KnorpelSenf</code></a> in <a href="https://redirect.github.com/grammyjs/grammY/pull/768">grammyjs/grammY#768</a></li> <li>fix: add missing business connection identifiers in some places by <a href="https://github.com/KnorpelSenf"><code>@​KnorpelSenf</code></a> in <a href="https://redirect.github.com/grammyjs/grammY/pull/775">grammyjs/grammY#775</a></li> <li>fix: add missing export for ChosenInlineResultContext by <a href="https://github.com/mishkatik"><code>@​mishkatik</code></a> in <a href="https://redirect.github.com/grammyjs/grammY/pull/776">grammyjs/grammY#776</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mishkatik"><code>@​mishkatik</code></a> made their first contribution in <a href="https://redirect.github.com/grammyjs/grammY/pull/776">grammyjs/grammY#776</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grammyjs/grammY/compare/v1.35.0...v1.35.1">https://github.com/grammyjs/grammY/compare/v1.35.0...v1.35.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grammyjs/grammY/commit/ebda27521d636555604f0d443eafa8b6d372d4fb"><code>ebda275</code></a> 1.36.3</li> <li><a href="https://github.com/grammyjs/grammY/commit/5d5230e48a81b81842acc3e040fe79a4472e3563"><code>5d5230e</code></a> build: update deno_emit from JSR (<a href="https://redirect.github.com/grammyjs/grammY/issues/804">#804</a>)</li> <li><a href="https://github.com/grammyjs/grammY/commit/6667abcb702e057ca31fc0c7280e2d292f9262b4"><code>6667abc</code></a> 1.36.2</li> <li><a href="https://github.com/grammyjs/grammY/commit/6d6407298049596caf4160c97c5bed38662762d0"><code>6d64072</code></a> docs: add <a href="https://github.com/MobinAskari"><code>@​MobinAskari</code></a> as a contributor for review (<a href="https://redirect.github.com/grammyjs/grammY/issues/803">#803</a>)</li> <li><a href="https://github.com/grammyjs/grammY/commit/960057a013ac983e19e39e1b6e18be6847ef9365"><code>960057a</code></a> docs: fix missing words in fork docs (<a href="https://redirect.github.com/grammyjs/grammY/issues/801">#801</a>)</li> <li><a href="https://github.com/grammyjs/grammY/commit/17f9b26df4cda47caecdc3f07532a0abd335d9b2"><code>17f9b26</code></a> build: prefer jsr.io/<a href="https://github.com/std"><code>@​std</code></a> over deno.land/std (<a href="https://redirect.github.com/grammyjs/grammY/issues/802">#802</a>)</li> <li><a href="https://github.com/grammyjs/grammY/commit/a76e990b07e47ddbba8cec2c729bbaccd230b709"><code>a76e990</code></a> docs: add <a href="https://github.com/OfficialCodinary"><code>@​OfficialCodinary</code></a> as a contributor for review</li> <li><a href="https://github.com/grammyjs/grammY/commit/0348b93762ab2c7341b63b642f9923a0d31ed7d5"><code>0348b93</code></a> 1.36.1</li> <li><a href="https://github.com/grammyjs/grammY/commit/bd07c28aa3f491d7decadbfa7a73fe852d1bb48d"><code>bd07c28</code></a> docs: add <a href="https://github.com/Arctomachine"><code>@​Arctomachine</code></a> as a contributor for doc (<a href="https://redirect.github.com/grammyjs/grammY/issues/794">#794</a>)</li> <li><a href="https://github.com/grammyjs/grammY/commit/c541666082c90c139ff3f6fa448004475db434c9"><code>c541666</code></a> docs: add <a href="https://github.com/SpEcHiDe"><code>@​SpEcHiDe</code></a> as a contributor for ideas, code, and test (<a href="https://redirect.github.com/grammyjs/grammY/issues/792">#792</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grammyjs/grammY/compare/v1.35.0...v1.36.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=grammy&package-manager=npm_and_yarn&previous-version=1.35.0&new-version=1.36.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2025-07-07 09:27:27 -04:00 (Migrated from github.com)

Superseded by #59.

Superseded by #59.

Pull request closed

Sign in to join this conversation.
No description provided.