Bump discord.js from 14.13.0 to 14.14.1 #10

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/discord.js-14.14.1 into main 2023-11-14 17:21:49 +08:00
dependabot[bot] commented 2023-11-13 22:03:39 +08:00 (Migrated from github.com)

Bumps discord.js from 14.13.0 to 14.14.1.

Release notes

Sourced from discord.js's releases.

14.14.1

14.14.1 - (2023-11-12)

Bug Fixes

Documentation

  • Use preferred nullable syntax (?T over T | null) (#9946) (1e4ef35)

Refactor

Typings

14.14.0

14.14.0 - (2023-11-12)

Bug Fixes

  • Client: Ensure destroyed connections are not ready (#9942) (b5e23ec)
  • Webhook: Do not call client.deleteWebhook in delete (#9786) (31d914e)
  • GuildManager#fetch: Inject shard id (#9921) (85753a9)
  • Prevent 'undefined' debug message on intentional shard closure (#9846) (0e0b85b)
  • Role: Calculate position correctly when rawPositions are equal (#9871) (0529b2a)
  • GuildScheduledEvent: Use if...else pattern and handle partials (#9802) (32d614c)

Documentation

Features

... (truncated)

Changelog

Sourced from discord.js's changelog.

14.14.1 - (2023-11-12)

Bug Fixes

Documentation

  • Use preferred nullable syntax (?T over T | null) (#9946) (1e4ef35)

Refactor

Typings

14.14.0 - (2023-11-12)

Bug Fixes

  • Client: Ensure destroyed connections are not ready (#9942) (b5e23ec)
  • Webhook: Do not call client.deleteWebhook in delete (#9786) (31d914e)
  • GuildManager#fetch: Inject shard id (#9921) (85753a9)
  • Prevent 'undefined' debug message on intentional shard closure (#9846) (0e0b85b)
  • Role: Calculate position correctly when rawPositions are equal (#9871) (0529b2a)
  • GuildScheduledEvent: Use if...else pattern and handle partials (#9802) (32d614c)

Documentation

Features

... (truncated)

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 [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.13.0 to 14.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/discordjs/discord.js/releases">discord.js's releases</a>.</em></p> <blockquote> <h2>14.14.1</h2> <h1><a href="https://github.com/discordjs/discord.js/compare/14.14.0...14.14.1">14.14.1</a> - (2023-11-12)</h1> <h2>Bug Fixes</h2> <ul> <li><strong>Emoji:</strong> <code>id</code> set as <code>undefined</code> edge case (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9953">#9953</a>) (<a href="https://github.com/discordjs/discord.js/commit/cc07a28f125be63a7f1132a5a07d317c160f9a89">cc07a28</a>)</li> <li><strong>BaseClient:</strong> Default in objects properly (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9952">#9952</a>) (<a href="https://github.com/discordjs/discord.js/commit/f93abf7e35ab6793aa530ceadc279d8c80b7aebf">f93abf7</a>)</li> </ul> <h2>Documentation</h2> <ul> <li>Use preferred nullable syntax (<code>?T</code> over <code>T | null</code>) (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9946">#9946</a>) (<a href="https://github.com/discordjs/discord.js/commit/1e4ef35436cd134db70c1c3152e33342baf9d6b6">1e4ef35</a>)</li> </ul> <h2>Refactor</h2> <ul> <li>Use formatters (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9956">#9956</a>) (<a href="https://github.com/discordjs/discord.js/commit/40726db722c7851f4096cda29667ea4ee89da98b">40726db</a>)</li> </ul> <h2>Typings</h2> <ul> <li>Use wrapper utilities (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9945">#9945</a>) (<a href="https://github.com/discordjs/discord.js/commit/4bc1dae36f01649127774c40b14e778d65cf25c5">4bc1dae</a>)</li> </ul> <h2>14.14.0</h2> <h1><a href="https://github.com/discordjs/discord.js/compare/14.13.0...14.14.0">14.14.0</a> - (2023-11-12)</h1> <h2>Bug Fixes</h2> <ul> <li><strong>Client:</strong> Ensure destroyed connections are not ready (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9942">#9942</a>) (<a href="https://github.com/discordjs/discord.js/commit/b5e23ec2ecdfed1bb558e62adc3ac0b843ef64ca">b5e23ec</a>)</li> <li><strong>Webhook:</strong> Do not call <code>client.deleteWebhook</code> in <code>delete</code> (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9786">#9786</a>) (<a href="https://github.com/discordjs/discord.js/commit/31d914e44b77ffd0d4511b5159e6869c04e8b1ec">31d914e</a>)</li> <li><strong>GuildManager#fetch:</strong> Inject shard id (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9921">#9921</a>) (<a href="https://github.com/discordjs/discord.js/commit/85753a9d6fe569a3bc25dcdce2d6320fa61b8976">85753a9</a>)</li> <li>Prevent 'undefined' debug message on intentional shard closure (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9846">#9846</a>) (<a href="https://github.com/discordjs/discord.js/commit/0e0b85b76669237e3368e9ccef5278f47f7812d8">0e0b85b</a>)</li> <li><strong>Role:</strong> Calculate position correctly when rawPositions are equal (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9871">#9871</a>) (<a href="https://github.com/discordjs/discord.js/commit/0529b2af95a80478f52b906fa3f217cb47a3621b">0529b2a</a>)</li> <li><strong>GuildScheduledEvent:</strong> Use <code>if...else</code> pattern and handle partials (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9802">#9802</a>) (<a href="https://github.com/discordjs/discord.js/commit/32d614ccd389622e2969d59582f80d07a35eb39c">32d614c</a>)</li> </ul> <h2>Documentation</h2> <ul> <li><strong>Message:</strong> Remove duplicated word 'of' in description (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9923">#9923</a>) (<a href="https://github.com/discordjs/discord.js/commit/85a78f96d4df637099bf650b41b3580e3891905c">85a78f9</a>)</li> <li><strong>GuildMember:</strong> Clarify display color (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9891">#9891</a>) (<a href="https://github.com/discordjs/discord.js/commit/e38d03fbe7168f5f85c40c01be4df5b5e6ea4fc8">e38d03f</a>)</li> <li>Remove duplicate <code>APIEmoji</code> (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9880">#9880</a>) (<a href="https://github.com/discordjs/discord.js/commit/8cfadb6953b86fbdb3ef3c94d14653c519c9ce17">8cfadb6</a>)</li> <li>Consolidate API types (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9881">#9881</a>) (<a href="https://github.com/discordjs/discord.js/commit/44a3cbf39e66b59f6bdec6568887374eeb5fe1f5">44a3cbf</a>)</li> <li>Remove <code>FileOptions</code> (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9855">#9855</a>) (<a href="https://github.com/discordjs/discord.js/commit/eaabcdfda651e7bad5b6e818b869e631a07e8a41">eaabcdf</a>)</li> <li><strong>DiscordjsErrorCodes:</strong> Deprecate unused properties (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9790">#9790</a>) (<a href="https://github.com/discordjs/discord.js/commit/4588e075c3d0cd437b4057dbd2dde18639e98ae9">4588e07</a>)</li> <li><strong>ApplicationCommandManager:</strong> Id parameter can take options (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9664">#9664</a>) (<a href="https://github.com/discordjs/discord.js/commit/ed1413584416149306b831bdcb88291b5d2a2612">ed14135</a>)</li> <li><strong>Attachment:</strong> Add MIME types link to <code>contentType</code> (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9824">#9824</a>) (<a href="https://github.com/discordjs/discord.js/commit/85b24988a51dff74ffe0ab8186bad3a8370bfd5d">85b2498</a>)</li> <li>Fix &quot;its&quot; typo (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9825">#9825</a>) (<a href="https://github.com/discordjs/discord.js/commit/c50809e20648cacea99f5450e8073d960ff8aa39">c50809e</a>)</li> <li><strong>GuildMember:</strong> Clarify timeout parameter wording (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9800">#9800</a>) (<a href="https://github.com/discordjs/discord.js/commit/8d97e2d2c551fcb1eb57a9550a5984135cdf2e67">8d97e2d</a>)</li> <li><strong>create-discord-bot:</strong> Support bun in create-discord-bot (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9798">#9798</a>) (<a href="https://github.com/discordjs/discord.js/commit/7157748fe3a69265896adf0450cd3f37acbcf97b">7157748</a>)</li> </ul> <h2>Features</h2> <ul> <li>Default select menu values (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9867">#9867</a>) (<a href="https://github.com/discordjs/discord.js/commit/4ff3ea4a1bcb708973fbbbc84aaede1f7643e630">4ff3ea4</a>)</li> <li>Mainlib docs on new website (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9930">#9930</a>) (<a href="https://github.com/discordjs/discord.js/commit/da455bceead521b10c32097b092fccc7a137471f">da455bc</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/discordjs/discord.js/blob/main/packages/discord.js/CHANGELOG.md">discord.js's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/discordjs/discord.js/compare/14.14.0...14.14.1">14.14.1</a> - (2023-11-12)</h1> <h2>Bug Fixes</h2> <ul> <li><strong>Emoji:</strong> <code>id</code> set as <code>undefined</code> edge case (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9953">#9953</a>) (<a href="https://github.com/discordjs/discord.js/commit/cc07a28f125be63a7f1132a5a07d317c160f9a89">cc07a28</a>)</li> <li><strong>BaseClient:</strong> Default in objects properly (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9952">#9952</a>) (<a href="https://github.com/discordjs/discord.js/commit/f93abf7e35ab6793aa530ceadc279d8c80b7aebf">f93abf7</a>)</li> </ul> <h2>Documentation</h2> <ul> <li>Use preferred nullable syntax (<code>?T</code> over <code>T | null</code>) (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9946">#9946</a>) (<a href="https://github.com/discordjs/discord.js/commit/1e4ef35436cd134db70c1c3152e33342baf9d6b6">1e4ef35</a>)</li> </ul> <h2>Refactor</h2> <ul> <li>Use formatters (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9956">#9956</a>) (<a href="https://github.com/discordjs/discord.js/commit/40726db722c7851f4096cda29667ea4ee89da98b">40726db</a>)</li> </ul> <h2>Typings</h2> <ul> <li>Use wrapper utilities (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9945">#9945</a>) (<a href="https://github.com/discordjs/discord.js/commit/4bc1dae36f01649127774c40b14e778d65cf25c5">4bc1dae</a>)</li> </ul> <h1><a href="https://github.com/discordjs/discord.js/compare/14.13.0...14.14.0">14.14.0</a> - (2023-11-12)</h1> <h2>Bug Fixes</h2> <ul> <li><strong>Client:</strong> Ensure destroyed connections are not ready (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9942">#9942</a>) (<a href="https://github.com/discordjs/discord.js/commit/b5e23ec2ecdfed1bb558e62adc3ac0b843ef64ca">b5e23ec</a>)</li> <li><strong>Webhook:</strong> Do not call <code>client.deleteWebhook</code> in <code>delete</code> (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9786">#9786</a>) (<a href="https://github.com/discordjs/discord.js/commit/31d914e44b77ffd0d4511b5159e6869c04e8b1ec">31d914e</a>)</li> <li><strong>GuildManager#fetch:</strong> Inject shard id (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9921">#9921</a>) (<a href="https://github.com/discordjs/discord.js/commit/85753a9d6fe569a3bc25dcdce2d6320fa61b8976">85753a9</a>)</li> <li>Prevent 'undefined' debug message on intentional shard closure (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9846">#9846</a>) (<a href="https://github.com/discordjs/discord.js/commit/0e0b85b76669237e3368e9ccef5278f47f7812d8">0e0b85b</a>)</li> <li><strong>Role:</strong> Calculate position correctly when rawPositions are equal (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9871">#9871</a>) (<a href="https://github.com/discordjs/discord.js/commit/0529b2af95a80478f52b906fa3f217cb47a3621b">0529b2a</a>)</li> <li><strong>GuildScheduledEvent:</strong> Use <code>if...else</code> pattern and handle partials (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9802">#9802</a>) (<a href="https://github.com/discordjs/discord.js/commit/32d614ccd389622e2969d59582f80d07a35eb39c">32d614c</a>)</li> </ul> <h2>Documentation</h2> <ul> <li><strong>Message:</strong> Remove duplicated word 'of' in description (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9923">#9923</a>) (<a href="https://github.com/discordjs/discord.js/commit/85a78f96d4df637099bf650b41b3580e3891905c">85a78f9</a>)</li> <li><strong>GuildMember:</strong> Clarify display color (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9891">#9891</a>) (<a href="https://github.com/discordjs/discord.js/commit/e38d03fbe7168f5f85c40c01be4df5b5e6ea4fc8">e38d03f</a>)</li> <li>Remove duplicate <code>APIEmoji</code> (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9880">#9880</a>) (<a href="https://github.com/discordjs/discord.js/commit/8cfadb6953b86fbdb3ef3c94d14653c519c9ce17">8cfadb6</a>)</li> <li>Consolidate API types (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9881">#9881</a>) (<a href="https://github.com/discordjs/discord.js/commit/44a3cbf39e66b59f6bdec6568887374eeb5fe1f5">44a3cbf</a>)</li> <li>Remove <code>FileOptions</code> (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9855">#9855</a>) (<a href="https://github.com/discordjs/discord.js/commit/eaabcdfda651e7bad5b6e818b869e631a07e8a41">eaabcdf</a>)</li> <li><strong>DiscordjsErrorCodes:</strong> Deprecate unused properties (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9790">#9790</a>) (<a href="https://github.com/discordjs/discord.js/commit/4588e075c3d0cd437b4057dbd2dde18639e98ae9">4588e07</a>)</li> <li><strong>ApplicationCommandManager:</strong> Id parameter can take options (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9664">#9664</a>) (<a href="https://github.com/discordjs/discord.js/commit/ed1413584416149306b831bdcb88291b5d2a2612">ed14135</a>)</li> <li><strong>Attachment:</strong> Add MIME types link to <code>contentType</code> (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9824">#9824</a>) (<a href="https://github.com/discordjs/discord.js/commit/85b24988a51dff74ffe0ab8186bad3a8370bfd5d">85b2498</a>)</li> <li>Fix &quot;its&quot; typo (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9825">#9825</a>) (<a href="https://github.com/discordjs/discord.js/commit/c50809e20648cacea99f5450e8073d960ff8aa39">c50809e</a>)</li> <li><strong>GuildMember:</strong> Clarify timeout parameter wording (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9800">#9800</a>) (<a href="https://github.com/discordjs/discord.js/commit/8d97e2d2c551fcb1eb57a9550a5984135cdf2e67">8d97e2d</a>)</li> <li><strong>create-discord-bot:</strong> Support bun in create-discord-bot (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9798">#9798</a>) (<a href="https://github.com/discordjs/discord.js/commit/7157748fe3a69265896adf0450cd3f37acbcf97b">7157748</a>)</li> </ul> <h2>Features</h2> <ul> <li>Default select menu values (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9867">#9867</a>) (<a href="https://github.com/discordjs/discord.js/commit/4ff3ea4a1bcb708973fbbbc84aaede1f7643e630">4ff3ea4</a>)</li> <li>Mainlib docs on new website (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9930">#9930</a>) (<a href="https://github.com/discordjs/discord.js/commit/da455bceead521b10c32097b092fccc7a137471f">da455bc</a>)</li> <li><strong>cleanContent:</strong> Add slash commands and emojis (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9809">#9809</a>) (<a href="https://github.com/discordjs/discord.js/commit/c2349d4be45a2b2cfff7eaf2f227c69917fec77f">c2349d4</a>)</li> <li><strong>Emoji:</strong> Add <code>imageURL()</code> (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9788">#9788</a>) (<a href="https://github.com/discordjs/discord.js/commit/b6c762cb843b21f57d2d0e1e79a16b3d565001a4">b6c762c</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/discordjs/discord.js/commit/2550c7931df626fed97fc81f5f3525006e9540e4"><code>2550c79</code></a> chore(discord.js): release discord.js@14.14.1 (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9957">#9957</a>)</li> <li><a href="https://github.com/discordjs/discord.js/commit/40726db722c7851f4096cda29667ea4ee89da98b"><code>40726db</code></a> refactor: use formatters (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9956">#9956</a>)</li> <li><a href="https://github.com/discordjs/discord.js/commit/1e4ef35436cd134db70c1c3152e33342baf9d6b6"><code>1e4ef35</code></a> docs: use preferred nullable syntax (<code>?T</code> over <code>T | null</code>) (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9946">#9946</a>)</li> <li><a href="https://github.com/discordjs/discord.js/commit/4bc1dae36f01649127774c40b14e778d65cf25c5"><code>4bc1dae</code></a> types: use wrapper utilities (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9945">#9945</a>)</li> <li><a href="https://github.com/discordjs/discord.js/commit/cc07a28f125be63a7f1132a5a07d317c160f9a89"><code>cc07a28</code></a> fix(Emoji): <code>id</code> set as <code>undefined</code> edge case (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9953">#9953</a>)</li> <li><a href="https://github.com/discordjs/discord.js/commit/f93abf7e35ab6793aa530ceadc279d8c80b7aebf"><code>f93abf7</code></a> fix(BaseClient): Default in objects properly (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9952">#9952</a>)</li> <li><a href="https://github.com/discordjs/discord.js/commit/dbb92e5bc416d4fc3cbe7197baa941a1583d95b5"><code>dbb92e5</code></a> chore(releases): release party (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9943">#9943</a>)</li> <li><a href="https://github.com/discordjs/discord.js/commit/975d5f18ae439223a864a62ec8c3d4ade5305edb"><code>975d5f1</code></a> chore: use descriptive type parameter names (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9937">#9937</a>)</li> <li><a href="https://github.com/discordjs/discord.js/commit/4ff3ea4a1bcb708973fbbbc84aaede1f7643e630"><code>4ff3ea4</code></a> feat: default select menu values (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9867">#9867</a>)</li> <li><a href="https://github.com/discordjs/discord.js/commit/b5e23ec2ecdfed1bb558e62adc3ac0b843ef64ca"><code>b5e23ec</code></a> fix(Client): Ensure destroyed connections are not ready (<a href="https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js/issues/9942">#9942</a>)</li> <li>Additional commits viewable in <a href="https://github.com/discordjs/discord.js/commits/14.14.1/packages/discord.js">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=discord.js&package-manager=npm_and_yarn&previous-version=14.13.0&new-version=14.14.1)](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>
Commenting is not possible because the repository is archived.
No description provided.