A simple powerful Discord music bot built to fulfill your production desires. Easy to use, with no coding required.
GNU Affero General Public License v3.0
1.46k
stars
1.68k
forks
source link
fix(deps): update all non-major dependencies #1448
Open
renovate[bot] opened 2 months ago
This PR contains the following updates:
1.7.14
->1.7.26
20.16.1
->20.16.5
14.15.3
->14.16.2
^0.5.5
->^0.6.1
2.6.3
->2.7.0
Release Notes
swc-project/swc (@swc/core)
### [`v1.7.26`](https://redirect.github.com/swc-project/swc/compare/v1.7.25...v1.7.26) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.25...v1.7.26) ### [`v1.7.25`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1725---2024-09-11) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.24...v1.7.25) ##### Bug Fixes - **(es/codegen)** Handle minify number ([#9541](https://redirect.github.com/swc-project/swc/issues/9541)) ([8b1e442](https://redirect.github.com/swc-project/swc/commit/8b1e4428a3324dea76ba480a6d4cddf3865e41e8)) - **(es/codegen)** Ensure decorators are emitted first in TS paramters ([#9545](https://redirect.github.com/swc-project/swc/issues/9545)) ([47ef38d](https://redirect.github.com/swc-project/swc/commit/47ef38dc1d53918604481fd078c76554b012a82b)) ##### Features - **(es/common)** Introduce pure `Span` and `BytePos` to handle `#__PURE__` ([#9539](https://redirect.github.com/swc-project/swc/issues/9539)) ([f63a481](https://redirect.github.com/swc-project/swc/commit/f63a481833ebe9b5eae0708ee69b6a50b946ee28)) ##### Miscellaneous Tasks - **(bindings/node)** Fix type definition ([64ec111](https://redirect.github.com/swc-project/swc/commit/64ec1117697029895284e248d79698f802cf1aa8)) ### [`v1.7.24`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1724---2024-09-08) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.23...v1.7.24) ##### Bug Fixes - **(es/compat)** Handle label block in constructor ([#9528](https://redirect.github.com/swc-project/swc/issues/9528)) ([c43dbad](https://redirect.github.com/swc-project/swc/commit/c43dbad028072396390029af44e31bc3292a342a)) - **(es/decorator)** Add support for private access expressions in legacy decorators ([#9535](https://redirect.github.com/swc-project/swc/issues/9535)) ([62ed065](https://redirect.github.com/swc-project/swc/commit/62ed0655e6d9be2f4a5c641a969b41b8c0e7f75a)) - **(es/minifier)** `typeof` class should be `function` ([#9522](https://redirect.github.com/swc-project/swc/issues/9522)) ([c7fdd6b](https://redirect.github.com/swc-project/swc/commit/c7fdd6b69b129a11465125d4e11a898326b7e884)) - **(es/minifier)** Prevent removing side effects from accessing getter ([#9530](https://redirect.github.com/swc-project/swc/issues/9530)) ([8513816](https://redirect.github.com/swc-project/swc/commit/8513816139c6ceef12a906b03c1bcf9471ce0b07)) - **(es/typescript)** Handle enum in single statement ([#9532](https://redirect.github.com/swc-project/swc/issues/9532)) ([84b0043](https://redirect.github.com/swc-project/swc/commit/84b004387ba8f4135659e1d1f54e59bf1941a57a)) ### [`v1.7.23`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1723---2024-09-02) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.22...v1.7.23) ##### Bug Fixes - **(es/minifier)** Fix name mangler ([#9524](https://redirect.github.com/swc-project/swc/issues/9524)) ([5fd68f9](https://redirect.github.com/swc-project/swc/commit/5fd68f9a3a9eeef0e61627a821c52ace69a89696)) ##### Performance - **(es/compat)** Reimplement constructor transform ([#9519](https://redirect.github.com/swc-project/swc/issues/9519)) ([4b85a92](https://redirect.github.com/swc-project/swc/commit/4b85a92170576f194c2b1ad3b3ec624c4839e215)) - **(es/utils)** Rewrite inject_after_super ([#9496](https://redirect.github.com/swc-project/swc/issues/9496)) ([c562cfa](https://redirect.github.com/swc-project/swc/commit/c562cfa8af1163a4946ef79cb025d461c7e2e5e0)) ### [`v1.7.22`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1722---2024-08-30) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.21...v1.7.22) ##### Bug Fixes - **(es/minifier)** Iterate object properties in reverse direction while inlining property access ([#9507](https://redirect.github.com/swc-project/swc/issues/9507)) ([f584ef7](https://redirect.github.com/swc-project/swc/commit/f584ef76d75e86da15d0725ac94be35a88a1c946)) ### [`v1.7.21`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1721---2024-08-28) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.19...v1.7.21) ##### Bug Fixes - **(es/typescript)** Preserve more comments ([#9509](https://redirect.github.com/swc-project/swc/issues/9509)) ([3e253ec](https://redirect.github.com/swc-project/swc/commit/3e253ecc21f2028437572093b42df97ef5fe505e)) ### [`v1.7.19`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1719---2024-08-28) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.18...v1.7.19) ##### Bug Fixes - **(es/minifier)** Track if a var is used with `in` ([#9508](https://redirect.github.com/swc-project/swc/issues/9508)) ([7d6269e](https://redirect.github.com/swc-project/swc/commit/7d6269e3b826524e340edf274a5e42b2a0ea058a)) ##### Features - **(es/minifier)** Support mangle cache ([#9489](https://redirect.github.com/swc-project/swc/issues/9489)) ([af922d8](https://redirect.github.com/swc-project/swc/commit/af922d83e58596021476006564edb6270069d437)) - **(plugin/runner)** Improve error message ([#9502](https://redirect.github.com/swc-project/swc/issues/9502)) ([da52930](https://redirect.github.com/swc-project/swc/commit/da529304fe23bcb1a15c25811f928ebf91207ef0)) ##### Miscellaneous Tasks - **(es/codegen)** Bump minimum required swc_allocator version to 0.1.8 ([#9492](https://redirect.github.com/swc-project/swc/issues/9492)) ([5258763](https://redirect.github.com/swc-project/swc/commit/5258763cf673e1684808bc2766ba6ee9c84642f1)) ##### Refactor - **(es/utils)** Unify `prepend_stmts` ([#9493](https://redirect.github.com/swc-project/swc/issues/9493)) ([faec8c1](https://redirect.github.com/swc-project/swc/commit/faec8c134d950d10a9f2dce0e5680d9230f87ceb)) ### [`v1.7.18`](https://redirect.github.com/swc-project/swc/compare/v1.7.14...v1.7.18) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.14...v1.7.18)discordjs/discord.js (discord.js)
### [`v14.16.2`](https://redirect.github.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14162---2024-09-12) [Compare Source](https://redirect.github.com/discordjs/discord.js/compare/14.16.1...14.16.2) #### Bug Fixes - **ApplicationCommand:** Incorrect comparison in equals method ([#10497](https://redirect.github.com/discordjs/discord.js/issues/10497)) ([3c74aa2](https://redirect.github.com/discordjs/discord.js/commit/3c74aa204909323ff6d05991438bee2c583e838b)) by [@monbrey](https://redirect.github.com/monbrey) - Type guard for sendable text-based channels ([#10482](https://redirect.github.com/discordjs/discord.js/issues/10482)) ([dea6840](https://redirect.github.com/discordjs/discord.js/commit/dea68400a38edb90b8b4242d64be14968943130d)) by [@vladfrangu](https://redirect.github.com/vladfrangu) #### Documentation - Update discord documentation links ([#10484](https://redirect.github.com/discordjs/discord.js/issues/10484)) ([799fa54](https://redirect.github.com/discordjs/discord.js/commit/799fa54fa4434144855be2f7a0bbac6ff8ce9d0b)) by [@sdanialraza](https://redirect.github.com/sdanialraza) - **Message:** Mark `interaction` as deprecated ([#10481](https://redirect.github.com/discordjs/discord.js/issues/10481)) ([c13f18e](https://redirect.github.com/discordjs/discord.js/commit/c13f18e90eb6eb315397c095e948993856428757)) by [@sdanialraza](https://redirect.github.com/sdanialraza) - **ApplicationEmojiManager:** Fix fetch example ([#10480](https://redirect.github.com/discordjs/discord.js/issues/10480)) ([4594896](https://redirect.github.com/discordjs/discord.js/commit/4594896b5404c6a34e07544951c59ff8f3657184)) by [@sdanialraza](https://redirect.github.com/sdanialraza) #### Typings - Export GroupDM helper type ([#10478](https://redirect.github.com/discordjs/discord.js/issues/10478)) ([aff772c](https://redirect.github.com/discordjs/discord.js/commit/aff772c7aa3b3de58780a94588d1f3576a434f32)) by [@Qjuh](https://redirect.github.com/Qjuh) ### [`v14.16.1`](https://redirect.github.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14161---2024-09-02) [Compare Source](https://redirect.github.com/discordjs/discord.js/compare/14.16.0...14.16.1) #### Bug Fixes - **Message:** Reacting returning undefined ([#10475](https://redirect.github.com/discordjs/discord.js/issues/10475)) ([9257a09](https://redirect.github.com/discordjs/discord.js/commit/9257a09abbf80558ed2d5d209a2f6bd2a4b3d799)) by [@vladfrangu](https://redirect.github.com/vladfrangu) - **Transformers:** Pass client to recursive call ([#10474](https://redirect.github.com/discordjs/discord.js/issues/10474)) ([4810f7c](https://redirect.github.com/discordjs/discord.js/commit/4810f7c8637dacf77d0442bd84e0d579e1f1d3bd)) by [@SpaceEEC](https://redirect.github.com/SpaceEEC) ### [`v14.16.0`](https://redirect.github.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14160---2024-09-01) [Compare Source](https://redirect.github.com/discordjs/discord.js/compare/14.15.3...14.16.0) #### Bug Fixes - Message reaction crash ([#10469](https://redirect.github.com/discordjs/discord.js/issues/10469)) ([13dc779](https://redirect.github.com/discordjs/discord.js/commit/13dc779029acbea295e208cc0c058f0e6ec0e9aa)) - **MessagePayload:** Crash when resolving body ([#10454](https://redirect.github.com/discordjs/discord.js/issues/10454)) ([dd795da](https://redirect.github.com/discordjs/discord.js/commit/dd795da790ac4107bc9d8d55aa7bc119367ee8c6)) - **Shard:** Add env, execArgv, and argv for worker-based shards ([#10429](https://redirect.github.com/discordjs/discord.js/issues/10429)) ([b0f8df0](https://redirect.github.com/discordjs/discord.js/commit/b0f8df0f6c7d2a89838132c886294428ddf090d9)) - **GuildAuditLogsEntry:** Correct mapped `AuditLogChange` objects ([#10438](https://redirect.github.com/discordjs/discord.js/issues/10438)) ([45f7e1a](https://redirect.github.com/discordjs/discord.js/commit/45f7e1a2e85da760f548765b768bd1b378bdedb9)) - **GuildMemberManager:** Fix data type check for `add()` method ([#10338](https://redirect.github.com/discordjs/discord.js/issues/10338)) ([ab8bf0f](https://redirect.github.com/discordjs/discord.js/commit/ab8bf0f4d2a50cd85cf8b2aa1d4e2ea93872807b)) - Consistent debug log spacing ([#10349](https://redirect.github.com/discordjs/discord.js/issues/10349)) ([38c699b](https://redirect.github.com/discordjs/discord.js/commit/38c699bc8a2ca40f37f70c93e08067e00f12ee81)) #### Documentation - Correct documentation for BaseInteraction#inCachedGuild ([#10456](https://redirect.github.com/discordjs/discord.js/issues/10456)) ([bddf018](https://redirect.github.com/discordjs/discord.js/commit/bddf018f266f7050d64f414aa60dd01b1568a1ef)) - Lowercase "image" URL ([#10386](https://redirect.github.com/discordjs/discord.js/issues/10386)) ([785ec8f](https://redirect.github.com/discordjs/discord.js/commit/785ec8fd757da1d8cf7963e3cec231a6d5fe4a24)) - Update rule trigger types ([#9708](https://redirect.github.com/discordjs/discord.js/issues/9708)) ([757bed0](https://redirect.github.com/discordjs/discord.js/commit/757bed0b1f345a8963bc4eb680bed4462531fb49)) #### Features - User-installable apps ([#10227](https://redirect.github.com/discordjs/discord.js/issues/10227)) ([fc0b6f7](https://redirect.github.com/discordjs/discord.js/commit/fc0b6f7f8ebd94a4a05fac0c76e49b23752a8e65)) - Super reactions ([#9336](https://redirect.github.com/discordjs/discord.js/issues/9336)) ([a5afc40](https://redirect.github.com/discordjs/discord.js/commit/a5afc406b965b39a9cc90ef9e0e7a4b460c4e04c)) - Use get sticker pack endpoint ([#10445](https://redirect.github.com/discordjs/discord.js/issues/10445)) ([1b1ae2f](https://redirect.github.com/discordjs/discord.js/commit/1b1ae2f0cb339170e4c0692eb43fbc966fd64030)) - **VoiceState:** Add methods for fetching voice state ([#10442](https://redirect.github.com/discordjs/discord.js/issues/10442)) ([9907ff9](https://redirect.github.com/discordjs/discord.js/commit/9907ff915e7c72e7e980d68bf005763a3aacad1c)) - Application emojis ([#10399](https://redirect.github.com/discordjs/discord.js/issues/10399)) ([5d92525](https://redirect.github.com/discordjs/discord.js/commit/5d92525596a0193fe65626119bb040c2eb9e945a)) - **Attachment:** Add `title` ([#10423](https://redirect.github.com/discordjs/discord.js/issues/10423)) ([c63bde9](https://redirect.github.com/discordjs/discord.js/commit/c63bde9479359a863be4ffa4916d683a88eb46f1)) - Add support for Automated Message nonce handling ([#10381](https://redirect.github.com/discordjs/discord.js/issues/10381)) ([2ca187b](https://redirect.github.com/discordjs/discord.js/commit/2ca187bd34a8cf2ac4ac7f2bdaecd0506c5b40bd)) - **GuildAuditLogsEntry:** Onboarding events ([#9726](https://redirect.github.com/discordjs/discord.js/issues/9726)) ([3654efe](https://redirect.github.com/discordjs/discord.js/commit/3654efede26e28f572313cc9f3556ae59db61ba3)) - Premium buttons ([#10353](https://redirect.github.com/discordjs/discord.js/issues/10353)) ([4f59b74](https://redirect.github.com/discordjs/discord.js/commit/4f59b740d01b9ff2213949708a36e17da32b89c3)) - **Message:** Add `call` ([#10283](https://redirect.github.com/discordjs/discord.js/issues/10283)) ([6803121](https://redirect.github.com/discordjs/discord.js/commit/68031210f52f25dff80558e0a12d1eceb785b47b)) - **Invite:** Add `type` ([#10280](https://redirect.github.com/discordjs/discord.js/issues/10280)) ([17d4c78](https://redirect.github.com/discordjs/discord.js/commit/17d4c78fdecff62f616546e69ef9d8ddaea3986c)) - **User:** Add `avatarDecorationData` ([#9888](https://redirect.github.com/discordjs/discord.js/issues/9888)) ([3b5c600](https://redirect.github.com/discordjs/discord.js/commit/3b5c600b9e3f8d40ed48f02e3c9acec7433f1cc3)) #### Refactor - Use get guild role endpoint ([#10443](https://redirect.github.com/discordjs/discord.js/issues/10443)) ([bba0e72](https://redirect.github.com/discordjs/discord.js/commit/bba0e72e2283630b9f84b77d53525397036c6b31)) - **actions:** Safer getChannel calls ([#10434](https://redirect.github.com/discordjs/discord.js/issues/10434)) ([87776bb](https://redirect.github.com/discordjs/discord.js/commit/87776bb0e8de0e04043ff61fdaf5e71cfbb69aef)) - **GuildChannelManager:** Remove redundant edit code ([#10370](https://redirect.github.com/discordjs/discord.js/issues/10370)) ([9461045](https://redirect.github.com/discordjs/discord.js/commit/9461045e5a8b832778e7e8637f540ee51e6d1eef)) #### Typings - Use `ThreadChannel` and `AnyThreadChannel` consistently ([#10181](https://redirect.github.com/discordjs/discord.js/issues/10181)) ([1f7d1f8](https://redirect.github.com/discordjs/discord.js/commit/1f7d1f8094da8d9ee797b72711a4453b29589f8b)) - **Client:** `EventEmitter` static method overrides ([#10360](https://redirect.github.com/discordjs/discord.js/issues/10360)) ([9b707f2](https://redirect.github.com/discordjs/discord.js/commit/9b707f2b832a57d5768757fad09cf8982f64d03b)) - Fix wrong auto moderation target type ([#10391](https://redirect.github.com/discordjs/discord.js/issues/10391)) ([bbef68d](https://redirect.github.com/discordjs/discord.js/commit/bbef68d27116a2e0aa8c545a2043c46774c97887)) - **ApplicationCommandManager:** `Snowflake` fetch ([#10366](https://redirect.github.com/discordjs/discord.js/issues/10366)) ([b8397b2](https://redirect.github.com/discordjs/discord.js/commit/b8397b24e5a3b27639a5a0bf495c2c47b7954dad))Moebits/soundcloud.ts (soundcloud.ts)
### [`v0.6.1`](https://redirect.github.com/Moebits/soundcloud.ts/compare/355879a46c9743a1d414e3d634c4cf06e71eec5d...3c38636a315903ece4783fe2ad9740fbd84b22c1) [Compare Source](https://redirect.github.com/Moebits/soundcloud.ts/compare/355879a46c9743a1d414e3d634c4cf06e71eec5d...3c38636a315903ece4783fe2ad9740fbd84b22c1) ### [`v0.6.0`](https://redirect.github.com/Moebits/soundcloud.ts/compare/ca932858b608da8b76e05a999351993e63079674...355879a46c9743a1d414e3d634c4cf06e71eec5d) [Compare Source](https://redirect.github.com/Moebits/soundcloud.ts/compare/ca932858b608da8b76e05a999351993e63079674...355879a46c9743a1d414e3d634c4cf06e71eec5d)Microsoft/tslib (tslib)
### [`v2.7.0`](https://redirect.github.com/Microsoft/tslib/compare/v2.6.3...6abc075910605cc5c6c74d8566190ee865c9e672) [Compare Source](https://redirect.github.com/Microsoft/tslib/compare/v2.6.3...v2.7.0)Configuration
📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.