Improved
22.0.0-beta.1
What's Changed
- fix(bitbot-example): MESSAGEQUEUE_ENABLE being a string instead of a bool by @mezotv in https://github.com/discordeno/discordeno/pull/4065
- fix: add chokidar as dev dependencie by @mezotv in https://github.com/discordeno/discordeno/pull/4069
- fix(bigbot): Fix docker rabbitmq by @Fleny113 in https://github.com/discordeno/discordeno/pull/4066
- fix: EmbedsBuilder missing s typo by @mezotv in https://github.com/discordeno/discordeno/pull/4078
- fix(dependabot): switch to monthly dependencie updates by @mezotv in https://github.com/discordeno/discordeno/pull/4076
- feat(utils): add EmbedsBuilder.addFields() by @mezotv in https://github.com/discordeno/discordeno/pull/4077
- fix(utils): set Date.now() as timestamp if none is provided in EmbedsBuilder.setTimestamp() by @mezotv in https://github.com/discordeno/discordeno/pull/4081
- ci: Use mocha for both deno and bun by @Fleny113 in https://github.com/discordeno/discordeno/pull/4067
- Remove CactusFire from reviews section by @MARCROCK22 in https://github.com/discordeno/discordeno/pull/4087
- fix(rest): Simplify proxy error code & avoid leaking response by @Fleny113 in https://github.com/discordeno/discordeno/pull/4086
- test(bot,gateway): Fix Bot E2E and Gateway Integration tests by @Fleny113 in https://github.com/discordeno/discordeno/pull/4084
- fix(bot): add botBannerURL option to helpers.editBotProfile() by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4094
- feat(utils): Support 'random' in setColor by @Fleny113 in https://github.com/discordeno/discordeno/pull/4093
- feat(utils): Add
memberBannerUrlby @Fleny113 in https://github.com/discordeno/discordeno/pull/4091 - feat(rest)!: Parse json body when possibile in rest proxy by @Fleny113 in https://github.com/discordeno/discordeno/pull/4090
- chore: Update yarn, refactor packages setup by @Fleny113 in https://github.com/discordeno/discordeno/pull/4085
- fix(bot): Use desired properties in InteractionResolvedXYZ by @Fleny113 in https://github.com/discordeno/discordeno/pull/4099
- chore(utils)!: Remove logger code related to Depth by @Fleny113 in https://github.com/discordeno/discordeno/pull/4106
- fix(gateway): wrong calculation in calculateWorkerId() by @Qreepex in https://github.com/discordeno/discordeno/pull/4096
- fix(shutdown): prevent resume when closed with
GatewayCloseEventCodes.NormalClosure. by @zargovv in https://github.com/discordeno/discordeno/pull/4103 - fix(gateway): Fix double socket bug on zombie by @Fleny113 in https://github.com/discordeno/discordeno/pull/4109
- docs: Use as instead of specifying the generic by @Fleny113 in https://github.com/discordeno/discordeno/pull/4111
- refactor(types): split
discord.tsinto multiple files by @Fleny113 in https://github.com/discordeno/discordeno/pull/4088 - feat(types): Add
HasSnapshotflag to Message by @Fleny113 in https://github.com/discordeno/discordeno/pull/4122 - feat(bot,rest,types): Guild incidents data by @Fleny113 in https://github.com/discordeno/discordeno/pull/4123
- feat(types,rest,bot): Add
ApplicationRoleConnectionMetadatatypes by @Fleny113 in https://github.com/discordeno/discordeno/pull/4125 - examples: Use
tscto build instead ofswcby @Fleny113 in https://github.com/discordeno/discordeno/pull/4128 - feat(types): Add
HTTPJsonErrorCodesby @Fleny113 in https://github.com/discordeno/discordeno/pull/4130 - fix(types, gateway)!: UpdatePresence inconsistencies by @Fleny113 in https://github.com/discordeno/discordeno/pull/4124
- fix: Typos in rest server setup by @MusicMakerOwO in https://github.com/discordeno/discordeno/pull/4134
- fix: thread create autoArchiveDuration being a required param by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4137
- feat(rest): Improve error message for rest errors by @Fleny113 in https://github.com/discordeno/discordeno/pull/4136
- feat!: add missing params to getThreadMember() and getThreadMembers() by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4135
- fix(bot): add ThreadMember.member by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4139
- fix(gateway): Keep state to avoid unwanted disconnections by @Fleny113 in https://github.com/discordeno/discordeno/pull/4138
- fix(types): use
Localizationinstead ofRecord<Locales, string>by @LonelyDeathVGX in https://github.com/discordeno/discordeno/pull/4143 - refactor(types): reorder properties in DiscordApplication by @Fleny113 in https://github.com/discordeno/discordeno/pull/4148
- fix(types)!: add soundboard log to DiscordAuditLogChange and reorder properties in DiscordAuditLog by @Fleny113 in https://github.com/discordeno/discordeno/pull/4149
- fix(types)!: Fix optionals for some props in auto moderation. by @Fleny113 in https://github.com/discordeno/discordeno/pull/4150
- fix(types): Add missing skuId property in ButtonComponent by @TriForMine in https://github.com/discordeno/discordeno/pull/4156
- fix(rest): deleteWebhookMessage() and editOriginalInteractionResponse() doesn't require auth by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4155
- fix(docs): update documentation links to point to the new site by @norowachi in https://github.com/discordeno/discordeno/pull/4166
- feat(bot,rest): Deprecate
createGuildandcreateGuildFromTemplateby @Fleny113 in https://github.com/discordeno/discordeno/pull/4169 - fix: triple-n typos in types.ts and application.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4164
- feat(types,bot): Add the
attachmentSizeLimitprop to interactions by @Fleny113 in https://github.com/discordeno/discordeno/pull/4163 - feat(types, rest, bot): Add lobby support by @Fleny113 in https://github.com/discordeno/discordeno/pull/4158
- Update Slash Command Name regex by @Fleny113 in https://github.com/discordeno/discordeno/pull/4102
- fix(types)!: Remove incorrect, reorder and fixes in channel by @Fleny113 in https://github.com/discordeno/discordeno/pull/4151
- feat(types,bot)!: Components V2 by @Fleny113 in https://github.com/discordeno/discordeno/pull/4080
- fix(types): Add missing ContainerComponent to MessageComponent by @Fleny113 in https://github.com/discordeno/discordeno/pull/4172
- feat(types,rest,bot): Add
with_componentsto webhooks by @Fleny113 in https://github.com/discordeno/discordeno/pull/4152 - fix(rest): Avoid
(intermediate value)...).catch()error by @Fleny113 in https://github.com/discordeno/discordeno/pull/4176 - Improve consistency for snowflakeToTimestamp by @NotDemonix in https://github.com/discordeno/discordeno/pull/4177
- Fix(utils): Remove redundant comparison & bitwise operation by @lts20050703 in https://github.com/discordeno/discordeno/pull/4178
- feat(types,bot)!: Add desiredProperties for components by @lts20050703 in https://github.com/discordeno/discordeno/pull/4179
- refactor: don't log about resuming in shard.handleClose by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4187
- docs: add warning for better handling of dispatch events to avoid rate limits by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4188
- fix(bot,types)!: Remove editOriginalWebhookMessage by @lts20050703 in https://github.com/discordeno/discordeno/pull/4175
- fix(types): Remove comment limit on number of components by @Fleny113 in https://github.com/discordeno/discordeno/pull/4189
- refactor(gateway): Improve request identify flow by @Fleny113 in https://github.com/discordeno/discordeno/pull/4126
- fix!: Remove shardIsReady by @Fleny113 in https://github.com/discordeno/discordeno/pull/4190
- fix(bot): don't override flags when isPrivate by @Fleny113 in https://github.com/discordeno/discordeno/pull/4191
- fix: CreateMessageOptions.messageReference.failIfNotExists is optional by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4192
- refactor: set default format to webp instead of jpg in formatImageUrl() by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4193
- fix(types): Specify when IS_COMPONENT_V2 is valid for flags by @Fleny113 in https://github.com/discordeno/discordeno/pull/4195
- fix(bot): Add entitlements to interactions by @Fleny113 in https://github.com/discordeno/discordeno/pull/4198
- fix(types): Add missing limits on alts for media by @Fleny113 in https://github.com/discordeno/discordeno/pull/4200
- fix(types, bot): Clarify interaction.message comment by @Fleny113 in https://github.com/discordeno/discordeno/pull/4201
- fix: Unexpected TypeError in
GatewayManager.requestMembersby @zargovv in https://github.com/discordeno/discordeno/pull/4197 - example(bigbot): Spawn one shard at a time by @Fleny113 in https://github.com/discordeno/discordeno/pull/4127
- fix(gateway): remove 'offline' status from DiscordUpdatePresence, as Discord only supports 'invisible' and not 'offline' by @8auu in https://github.com/discordeno/discordeno/pull/4205
- feat(gateway): add options.spreadShardsInRoundRobin to spread shards in a round-robin manner by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4204
- fix(bot): role.name property missing because of empty role names by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4207
- fix(bot): Use an object to present desired properties errors by @Fleny113 in https://github.com/discordeno/discordeno/pull/4208
- fix(types): Specify that IsComponentV2 is permanent by @Fleny113 in https://github.com/discordeno/discordeno/pull/4202
- feat(utils): animated webp emojis by @Fleny113 in https://github.com/discordeno/discordeno/pull/4199
- fix(types): Remove default contexts sentence by @Fleny113 in https://github.com/discordeno/discordeno/pull/4210
- chore(website): Update docusarus v3.8, improve build perf by @Fleny113 in https://github.com/discordeno/discordeno/pull/4209
- Update getting-started.md by @brian-gates in https://github.com/discordeno/discordeno/pull/4220
- feat(types): Add application deauthorized webhook event by @Fleny113 in https://github.com/discordeno/discordeno/pull/4217
- fix(types): update InteractionCallbackData flags by @Fleny113 in https://github.com/discordeno/discordeno/pull/4221
- feat(types,bot): approximate_user_authorization_count by @Fleny113 in https://github.com/discordeno/discordeno/pull/4222
- feat(types,bot): Add attachment_id to UnfurledMediaItem by @Fleny113 in https://github.com/discordeno/discordeno/pull/4223
- feat(bot,types): Add name and size to FileComponent by @Fleny113 in https://github.com/discordeno/discordeno/pull/4224
- feat(types,bot): add user collectibles by @Fleny113 in https://github.com/discordeno/discordeno/pull/4225
- ci: Use node v20 in CI by @Fleny113 in https://github.com/discordeno/discordeno/pull/4203
- Update rest proxy to Node.js v20 and dependencies by @Fleny113 in https://github.com/discordeno/discordeno/pull/4226
- fix(bot): Add customizers for colleactibles and nameplate by @Fleny113 in https://github.com/discordeno/discordeno/pull/4241
- feat: role gradient colors by @Fleny113 in https://github.com/discordeno/discordeno/pull/4239
- chore: Bump patch version when bumping release by commit by @Fleny113 in https://github.com/discordeno/discordeno/pull/4240
- fix(bot): fix some falsy values not in transformed objects by @Fleny113 in https://github.com/discordeno/discordeno/pull/4242
- feat(rest): Use a custom inspect for errors by @Fleny113 in https://github.com/discordeno/discordeno/pull/4243
- feat: user tags by @Fleny113 in https://github.com/discordeno/discordeno/pull/4238
- feat(types,rest,bot): Updated message pin endpoints by @Fleny113 in https://github.com/discordeno/discordeno/pull/4228
- fix(types): EditGuildOnboarding params are optional by @Fleny113 in https://github.com/discordeno/discordeno/pull/4236
- feat!: Add invite flags for guest invites by @Fleny113 in https://github.com/discordeno/discordeno/pull/4237
- fix(rest): Use
.startsWithon the Content-Type check by @Fleny113 in https://github.com/discordeno/discordeno/pull/4244 - fix(types): Add missing props to ExecuteWebhook by @Fleny113 in https://github.com/discordeno/discordeno/pull/4247
- fix(types): Avoid adding undefined to DiscordAuditLogChange by @Fleny113 in https://github.com/discordeno/discordeno/pull/4248
- fix(types): Add GuildScheduledEvent to DiscordAuditLogChange by @Fleny113 in https://github.com/discordeno/discordeno/pull/4249
- feat(discordeno): Add readme to discordeno package by @Fleny113 in https://github.com/discordeno/discordeno/pull/4254
- fix(e2e): Fix broken e2e (by removing tests) by @Fleny113 in https://github.com/discordeno/discordeno/pull/4257
- feat(types): Add new rich presence url & status display type fields by @Fleny113 in https://github.com/discordeno/discordeno/pull/4255
- Split extra fields into their own types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4256
- refactor: use dotenv/config instead of calling the function manually by @SerenModz21 in https://github.com/discordeno/discordeno/pull/4258
- test(rest): Restore the E2E tests by @Fleny113 in https://github.com/discordeno/discordeno/pull/4259
- docs(env): update dotenv install command by @SerenModz21 in https://github.com/discordeno/discordeno/pull/4261
- docs: Include notice of strictNullChecks being required by @Fleny113 in https://github.com/discordeno/discordeno/pull/4267
- api-docs: Update the description for identity_enabled to be clearer by @Fleny113 in https://github.com/discordeno/discordeno/pull/4266
- api-docs: Document AUTOMOD_QUARANTINED_GUILD_TAG member flag by @Fleny113 in https://github.com/discordeno/discordeno/pull/4265
- api-docs: Document automod quarantine audit log action type by @Fleny113 in https://github.com/discordeno/discordeno/pull/4264
- api-docs: Add IS_VOICE_MESSAGE to CreateMessageOptions by @Fleny113 in https://github.com/discordeno/discordeno/pull/4263
- api-docs: Add max of 512 chars on button links by @Fleny113 in https://github.com/discordeno/discordeno/pull/4262
- fix(types): Add missing trigger metadata values by @Fleny113 in https://github.com/discordeno/discordeno/pull/4260
- api-docs!: Remove createGuild and createGuildFromTemplate by @Fleny113 in https://github.com/discordeno/discordeno/pull/4268
- api-docs!: remove editGuildMFA by @Fleny113 in https://github.com/discordeno/discordeno/pull/4270
- api-docs: Add GUILD_TAGS guild feature by @Fleny113 in https://github.com/discordeno/discordeno/pull/4271
- api-docs!: Remove deleteGuild & EditGuild.ownerId by @Fleny113 in https://github.com/discordeno/discordeno/pull/4269
- fix(types,bot)!: GetChannelPins.items is an array by @Fleny113 in https://github.com/discordeno/discordeno/pull/4284
- test(rest): Don't create as many channel, ensure we delete the resources we create by @Fleny113 in https://github.com/discordeno/discordeno/pull/4283
- fix(bot): ACK the interaction only after a successful response by @Fleny113 in https://github.com/discordeno/discordeno/pull/4280
- feat(gateway): Resharding with workers by @Fleny113 in https://github.com/discordeno/discordeno/pull/4206
- feat(rest): Add events by @Fleny113 in https://github.com/discordeno/discordeno/pull/4245
- fix(types): Sort properties in DiscordEntitlement by @Fleny113 in https://github.com/discordeno/discordeno/pull/4286
- fix(types)!: Sort & fix guildScheduledEvent.ts properties by @Fleny113 in https://github.com/discordeno/discordeno/pull/4289
- fix(type): Sort & fix invite.ts types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4291
- fix(types)!: Sort & fix lobby.ts types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4292
- fix(gateway): Pass down the logger to the buckets leakyBucket by @Fleny113 in https://github.com/discordeno/discordeno/pull/4303
- fix(types): Sort voice.ts types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4299
- fix(types)!: Sort & fix stageInstance.ts types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4295
- fix(types): Sort permissions.ts types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4294
- fix(types): Sort & fix gaetway.ts properties by @Fleny113 in https://github.com/discordeno/discordeno/pull/4287
- fix(types)!: Sort & fix interactions.ts types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4290
- fix(types)!: Sort & fix user.ts types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4298
- fix(types)!: Fix nullability for DiscordEmoji by @Fleny113 in https://github.com/discordeno/discordeno/pull/4285
- fix(types)!: Sort & fix sticker.ts types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4296
- fix(types)!: Sort & fix guild.ts properties by @Fleny113 in https://github.com/discordeno/discordeno/pull/4288
- api-docs: Update comment on getMessages by @Fleny113 in https://github.com/discordeno/discordeno/pull/4306
- api-docs: Fix payload for modify current user voice state by @Fleny113 in https://github.com/discordeno/discordeno/pull/4307
- fix(types)!: Sort & fix webhook.ts types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4300
- fix(types)!: Sort & fix message.ts types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4293
- fix(types): Sort teams.ts types by @Fleny113 in https://github.com/discordeno/discordeno/pull/4297
- chore: Disable runOn folderOpen for turbo watch vscode task by @Fleny113 in https://github.com/discordeno/discordeno/pull/4316
- chore: Remove
bench/folder by @Fleny113 in https://github.com/discordeno/discordeno/pull/4322 - api-docs!: remove
GetInvite.withExpiration, remove optional fromDiscordInvite.expires_atby @Fleny113 in https://github.com/discordeno/discordeno/pull/4321 - feat(bot)!: Remove bot.events.guildUnavailable by @Fleny113 in https://github.com/discordeno/discordeno/pull/4336
- Adding the new Stuffs on README.md by @ratniaprivte in https://github.com/discordeno/discordeno/pull/4282
- feat(gateway)!: Rename shard.events.identified to shard.events.ready by @Fleny113 in https://github.com/discordeno/discordeno/pull/4334
- fix(types)!: Split and fix discordeno.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4301
- fix(bot)!: Remove InternalBot, add messagePin transformer by @Fleny113 in https://github.com/discordeno/discordeno/pull/4302
- fix(rest): Rewrite rest.simplifyUrl by @Fleny113 in https://github.com/discordeno/discordeno/pull/4305
- chore(bot,utils): Move snowflake utils to @discordeno/utils by @Fleny113 in https://github.com/discordeno/discordeno/pull/4345
- fix(types)!: Rename CreateEntitlement to CreateTestEntitlement by @lts20050703 in https://github.com/discordeno/discordeno/pull/4346
- feat(bot): Add guildId to ThreadMember by @Fleny113 in https://github.com/discordeno/discordeno/pull/4335
- feat(bot,rest,types)!: Add
withLocalizationtogetGlobalApplicationCommandsandgetGuildApplicationCommandsby @lts20050703 in https://github.com/discordeno/discordeno/pull/4350 - feat(bot,rest,types)!: Remove Discord JSON Params by @lts20050703 in https://github.com/discordeno/discordeno/pull/4351
- fix(types): Fix discordeno/reference.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4363
- fix(types): Fix discordeno/emoji.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4356
- fix(types): Fix discordeno/lobby.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4361
- fix(types)!: Fix discordeno/application.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4353
- fix(types)!: Fix discordeno/guildScheduledEvent.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4358
- fix(types): Fix discordeno/autoModeration.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4354
- fix(types): Fix discordeno/stageInstance.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4364
- fix(types): Fix discordeno/guildTemplate.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4359
- fix(types)!: Fix discordeno/guild.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4357
- fix(types)!: Fix discordeno/channel.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4355
- fix(types)!: Fix discordeno/message.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4362
- fix(bot): Check nullable in transformPresence by @Fleny113 in https://github.com/discordeno/discordeno/pull/4370
- docs: switch bigbot and caching guide position in docs by @Fleny113 in https://github.com/discordeno/discordeno/pull/4378
- chore(bot): Remove incorrect joinedAt by @Fleny113 in https://github.com/discordeno/discordeno/pull/4376
- chore(rest): Remove todo about GET bodies by @Fleny113 in https://github.com/discordeno/discordeno/pull/4375
- fix(bot): Remove handlers payload checks by @Fleny113 in https://github.com/discordeno/discordeno/pull/4374
- docs: Add desired properties to examples by @Fleny113 in https://github.com/discordeno/discordeno/pull/4380
- feat(bot)!: Make desiredProperties required by @Fleny113 in https://github.com/discordeno/discordeno/pull/4381
- feat(gateway): Use
node:zlibzstd when available by @Fleny113 in https://github.com/discordeno/discordeno/pull/4373 - fix(types)!: Fix discordeno/interactions.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4360
- docs(examples): fix typo in Bun usage note by @TriForMine in https://github.com/discordeno/discordeno/pull/4382
- chore(.github): Assign @discordeno/team to most codeowners by @Fleny113 in https://github.com/discordeno/discordeno/pull/4379
- fix(types)!: Fix discordeno/user.ts by @Fleny113 in https://github.com/discordeno/discordeno/pull/4365
- feat(bot)!: Use an "extra" params for transformers by @Fleny113 in https://github.com/discordeno/discordeno/pull/4372
- ci: Double the REST E2E testing timeout by @Fleny113 in https://github.com/discordeno/discordeno/pull/4318
- chore: use
biome checkinstead of separate lint and format commands by @Fleny113 in https://github.com/discordeno/discordeno/pull/4320 - ci: Specify permissions for CI by @Fleny113 in https://github.com/discordeno/discordeno/pull/4338
- ci: Use biome ci in lib-check format by @Fleny113 in https://github.com/discordeno/discordeno/pull/4319
- ci: Fix snyk scan by @Fleny113 in https://github.com/discordeno/discordeno/pull/4317
- docs: update info about dd cache proxy in caching guide by @AwesomeStickz in https://github.com/discordeno/discordeno/pull/4387
- ESM-only build by @Fleny113 in https://github.com/discordeno/discordeno/pull/4227
- chore: Bump version to v22-beta.1 by @Fleny113 in https://github.com/discordeno/discordeno/pull/4377
- chore: Release pre-release as beta on NPM by @lts20050703 in https://github.com/discordeno/discordeno/pull/4388
Dependencies Bumps
- build(deps): bump @discordeno/rest from 20.0.0 to 21.0.0 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4074
- build(deps-dev): bump @swc/core from 1.10.2 to 1.10.4 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4075
- build(deps-dev): bump @swc/cli from 0.5.1 to 0.5.2 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4068
- build(deps-dev): bump mocha from 10.8.2 to 11.0.1 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4070
- build(deps-dev): bump lint-staged from 15.2.10 to 15.3.0 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4073
- build(deps-dev): bump c8 from 10.1.2 to 10.1.3 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4071
- build(deps-dev): bump dotenv from 16.4.5 to 16.4.7 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4072
- build(deps-dev): bump @swc/core from 1.10.2 to 1.10.4 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4079
- build(deps-dev): bump typedoc-plugin-markdown from 4.3.3 to 4.4.0 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4082
- build(deps-dev): bump @types/node from 22.10.2 to 22.10.3 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4083
- build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4098
- build(deps): bump @fastify/multipart from 8.3.0 to 8.3.1 in /docker-apps/rest-passthrough in the npm_and_yarn group by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4101
- build(deps): bump @fastify/multipart from 9.0.1 to 9.0.3 in /examples/bigbot in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4100
- build(deps-dev): bump @favware/cliff-jumper from 5.0.0 to 6.0.0 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4113
- build(deps): bump @fastify/helmet from 13.0.0 to 13.0.1 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4114
- build(deps-dev): bump @swc/core from 1.10.4 to 1.10.12 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4115
- build(deps-dev): bump @swc/cli from 0.5.2 to 0.6.0 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4116
- build(deps): bump serialize-javascript from 6.0.1 to 6.0.2 in /website in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4129
- build(deps): bump @octokit/endpoint from 10.1.1 to 10.1.3 in /docker-apps/rest-passthrough in the npm_and_yarn group by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4131
- build(deps-dev): bump webpack from 5.97.1 to 5.98.0 in /website in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4132
- build(deps): bump the npm_and_yarn group in /docker-apps/rest-passthrough with 2 updates by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4133
- build(deps-dev): bump turbo from 2.3.3 to 2.4.0 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4117
- build(deps-dev): bump @swc/core from 1.10.4 to 1.10.12 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4118
- build(deps-dev): bump @types/node from 22.10.3 to 22.13.0 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4119
- build(deps-dev): bump typescript from 5.7.2 to 5.7.3 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4121
- build(deps-dev): bump @swc/core from 1.10.12 to 1.11.5 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4142
- build(deps): bump prismjs from 1.29.0 to 1.30.0 in /website in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4153
- build(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4154
- build(deps-dev): bump @swc/core from 1.11.5 to 1.11.15 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4159
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4165
- build(deps): bump the npm_and_yarn group across 2 directories with 3 updates by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4167
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4168
- build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4170
- build(deps-dev): bump webpack from 5.99.3 to 5.99.4 in /website in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4171
- build(deps): bump fastify from 4.29.0 to 4.29.1 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4183
- build(deps-dev): bump @swc/core from 1.11.15 to 1.11.24 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4180
- build(deps-dev): bump @swc/cli from 0.6.0 to 0.7.3 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4181
- build(deps-dev): bump dotenv from 16.4.7 to 16.5.0 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4182
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4194
- build(deps-dev): bump @swc/cli from 0.7.3 to 0.7.7 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4214
- build(deps-dev): bump @swc/core from 1.11.24 to 1.11.29 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4215
- build(deps): bump webpack-dev-server from 4.15.1 to 4.15.2 in /website in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4216
- build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4218
- build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in the npm_and_yarn group by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4219
- build(deps): bump ws and @types/ws by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4144
- build(deps-dev): bump @types/node from 22.13.0 to 22.15.29 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4212
- build(deps-dev): bump lint-staged from 15.3.0 to 16.1.0 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4213
- build(deps-dev): bump typedoc from 0.27.6 to 0.28.5 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4211
- build(deps-dev): bump dotenv from 16.5.0 to 17.0.0 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4229
- build(deps-dev): bump @swc/core from 1.12.5 to 1.12.9 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4230
- build(deps-dev): bump chai and @types/chai by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4231
- build(deps-dev): bump @swc/core from 1.10.12 to 1.12.9 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4232
- build(deps-dev): bump typescript from 5.7.3 to 5.8.3 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4233
- build(deps-dev): bump turbo from 2.4.0 to 2.5.4 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4235
- build(deps-dev): bump sinon from 19.0.2 to 21.0.0 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4234
- build(deps-dev): bump webpack from 5.99.9 to 5.100.0 in /website in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4250
- build(deps-dev): bump @swc/cli from 0.7.7 to 0.7.8 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4272
- build(deps-dev): bump dotenv from 17.0.0 to 17.2.1 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4273
- build(deps-dev): bump @swc/core from 1.12.9 to 1.13.3 in /docker-apps/rest-passthrough by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4274
- build(deps-dev): bump dotenv from 16.4.7 to 17.2.1 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4278
- build(deps-dev): bump chai from 5.2.0 to 5.2.1 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4277
- build(deps-dev): bump @swc/core from 1.12.9 to 1.13.3 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4276
- build(deps-dev): bump @types/node from 24.0.1 to 24.1.0 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4275
- build(dev-deps): Update biome to v2 by @Fleny113 in https://github.com/discordeno/discordeno/pull/4246
- build(deps): Migrate to React Flow v12 and update website dependencies by @Fleny113 in https://github.com/discordeno/discordeno/pull/4330
- build(deps): Update fastify in docker-apps/rest-passthrough by @Fleny113 in https://github.com/discordeno/discordeno/pull/4324
- build(deps-dev): Update turbo by @Fleny113 in https://github.com/discordeno/discordeno/pull/4326
- build(deps-dev): Update @swc/cli by @Fleny113 in https://github.com/discordeno/discordeno/pull/4329
- build(deps-dev): Update @types/sinon & @types/chai-as-promised by @Fleny113 in https://github.com/discordeno/discordeno/pull/4331
- build(deps-dev): Update lint-staged by @Fleny113 in https://github.com/discordeno/discordeno/pull/4328
- build(deps): Update ws & @types/ws by @Fleny113 in https://github.com/discordeno/discordeno/pull/4332
- build(deps-dev): Update @biomejs/biome by @Fleny113 in https://github.com/discordeno/discordeno/pull/4327
- build(deps-dev): bump typedoc from 0.28.5 to 0.28.8 by @dependabot[bot] in https://github.com/discordeno/discordeno/pull/4279
- build(deps-dev): Update typescript & @types/node by @Fleny113 in https://github.com/discordeno/discordeno/pull/4325
New Contributors
- @MARCROCK22 made their first contribution in https://github.com/discordeno/discordeno/pull/4087
- @Qreepex made their first contribution in https://github.com/discordeno/discordeno/pull/4096
- @zargovv made their first contribution in https://github.com/discordeno/discordeno/pull/4103
- @MusicMakerOwO made their first contribution in https://github.com/discordeno/discordeno/pull/4134
- @LonelyDeathVGX made their first contribution in https://github.com/discordeno/discordeno/pull/4143
- @norowachi made their first contribution in https://github.com/discordeno/discordeno/pull/4166
- @brian-gates made their first contribution in https://github.com/discordeno/discordeno/pull/4220
- @SerenModz21 made their first contribution in https://github.com/discordeno/discordeno/pull/4258
- @ratniaprivte made their first contribution in https://github.com/discordeno/discordeno/pull/4282
Full Changelog: https://github.com/discordeno/discordeno/compare/21.0.0...22.0.0-beta.1