coding-challenges
coding-challenges copied to clipboard
Bump undici and discord.js
Bumps undici to 5.27.2 and updates ancestor dependency discord.js. These dependencies need to be updated together.
Updates undici from 5.22.1 to 5.27.2
Release notes
Sourced from undici's releases.
v5.27.2
Full Changelog: https://github.com/nodejs/undici/compare/v5.27.1...v5.27.2
v5.27.1
What's Changed
- add regression test by
@KhafraDevin nodejs/undici#2376- fix: define conditions when content-length should be sent by
@pxuein nodejs/undici#2305- refactor: removed unnecessary default by
@nikelbormin nodejs/undici#2381- fix: stream body handling by
@ronagin nodejs/undici#2391New Contributors
@pxuemade their first contribution in nodejs/undici#2305@nikelbormmade their first contribution in nodejs/undici#2381Full Changelog: https://github.com/nodejs/undici/compare/v5.27.0...v5.27.1
v5.27.0
What's Changed
- Use sets and reusable TextEncoder/TextDecoder instances by
@kibertoadin nodejs/undici#2368- feat: forward onRequestSent to handler by
@ronagin nodejs/undici#2375- skip bundle test on node 16 by
@KhafraDevin nodejs/undici#2377- fix windows CI by
@KhafraDevin nodejs/undici#2379Full Changelog: https://github.com/nodejs/undici/compare/v5.26.5...v5.27.0
v5.26.5
What's Changed
- Drop race condition in connect-timeout test by
@mcollinain nodejs/undici#2360- Remove a couple of unnecessary async functions by
@kibertoadin nodejs/undici#2367- Update namespace type with Fetch exports by
@Ethan-Arrowoodin nodejs/undici#2361Full Changelog: https://github.com/nodejs/undici/compare/v5.26.4...v5.26.5
v5.26.4
What's Changed
- use esbuild define/hooks by
@KhafraDevin nodejs/undici#2342- fix request's arrayBuffer returning uint8 instead of arraybuffer by
@KhafraDevin nodejs/undici#2344- fix: skip readMore call if parser is null or undefined by
@iiAkuin nodejs/undici#2346- test: first attempt for flaky fix by
@metcoder95in nodejs/undici#2337- test: only include WebSocket in WPT Report where it's landed by
@panvain nodejs/undici#2351- Update DispatchInterceptor.md by
@Uzlopakin nodejs/undici#2354- fix: Avoid error for stream() being aborted by
@BobNobrainin nodejs/undici#2355- fix names with esbuild by
@KhafraDevin nodejs/undici#2359New Contributors
@iiAkumade their first contribution in nodejs/undici#2346@Uzlopakmade their first contribution in nodejs/undici#2354@BobNobrainmade their first contribution in nodejs/undici#2355
... (truncated)
Commits
15411735.27.287c54cbfix: avoid optional chaining2aedba45.27.145b904cfix: stream body handling (#2391)3a77cbbrefactor: removed unnecessary check (#2381)fc29aa0fix: define conditions when content-length should be sent (#2305)a3a437eadd regression test (#2376)41c253d5.27.06df0fe0fix windows CI (#2379)3ec35eeskip bundle test on node 16 (#2377)- Additional commits viewable in compare view
Updates 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
- Emoji:
idset asundefinededge case (#9953) (cc07a28)- BaseClient: Default in objects properly (#9952) (f93abf7)
Documentation
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.deleteWebhookindelete(#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...elsepattern and handle partials (#9802) (32d614c)Documentation
- Message: Remove duplicated word 'of' in description (#9923) (85a78f9)
- GuildMember: Clarify display color (#9891) (e38d03f)
- Remove duplicate
APIEmoji(#9880) (8cfadb6)- Consolidate API types (#9881) (44a3cbf)
- Remove
FileOptions(#9855) (eaabcdf)- DiscordjsErrorCodes: Deprecate unused properties (#9790) (4588e07)
- ApplicationCommandManager: Id parameter can take options (#9664) (ed14135)
- Attachment: Add MIME types link to
contentType(#9824) (85b2498)- Fix "its" typo (#9825) (c50809e)
- GuildMember: Clarify timeout parameter wording (#9800) (8d97e2d)
- create-discord-bot: Support bun in create-discord-bot (#9798) (7157748)
Features
... (truncated)
Changelog
Sourced from discord.js's changelog.
14.14.1 - (2023-11-12)
Bug Fixes
- Emoji:
idset asundefinededge case (#9953) (cc07a28)- BaseClient: Default in objects properly (#9952) (f93abf7)
Documentation
Refactor
Typings
14.14.0 - (2023-11-12)
Bug Fixes
- Client: Ensure destroyed connections are not ready (#9942) (b5e23ec)
- Webhook: Do not call
client.deleteWebhookindelete(#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...elsepattern and handle partials (#9802) (32d614c)Documentation
- Message: Remove duplicated word 'of' in description (#9923) (85a78f9)
- GuildMember: Clarify display color (#9891) (e38d03f)
- Remove duplicate
APIEmoji(#9880) (8cfadb6)- Consolidate API types (#9881) (44a3cbf)
- Remove
FileOptions(#9855) (eaabcdf)- DiscordjsErrorCodes: Deprecate unused properties (#9790) (4588e07)
- ApplicationCommandManager: Id parameter can take options (#9664) (ed14135)
- Attachment: Add MIME types link to
contentType(#9824) (85b2498)- Fix "its" typo (#9825) (c50809e)
- GuildMember: Clarify timeout parameter wording (#9800) (8d97e2d)
- create-discord-bot: Support bun in create-discord-bot (#9798) (7157748)
Features
... (truncated)
Commits
2550c79chore(discord.js): release [email protected] (#9957)40726dbrefactor: use formatters (#9956)1e4ef35docs: use preferred nullable syntax (?ToverT | null) (#9946)4bc1daetypes: use wrapper utilities (#9945)cc07a28fix(Emoji):idset asundefinededge case (#9953)f93abf7fix(BaseClient): Default in objects properly (#9952)dbb92e5chore(releases): release party (#9943)975d5f1chore: use descriptive type parameter names (#9937)4ff3ea4feat: default select menu values (#9867)b5e23ecfix(Client): Ensure destroyed connections are not ready (#9942)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.