dependabot[bot] and Fleny
302a5bb577
build(deps-dev): bump @types/node from 26.1.1 to 26.1.2 ( #5255 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 26.1.1 to 26.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 26.1.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <Fleny113@outlook.com >
2026-08-02 14:58:31 +02:00
dependabot[bot] and Fleny
a275bc51d0
build(deps-dev): bump @biomejs/biome from 2.5.5 to 2.5.6 ( #5253 )
...
* build(deps-dev): bump @biomejs/biome from 2.5.5 to 2.5.6
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.5.5 to 2.5.6.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.6/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.5.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @biomejs/biome from 2.5.5 to 2.5.6 in /website (#5259 )
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.5.5 to 2.5.6.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.6/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.5.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update biome.jsonc
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <fleny113@outlook.com >
2026-08-02 14:52:53 +02:00
a6b940677e
feat(rest): add guild message search support ( #5233 )
...
* feat(rest): add guild message search support
* fix(types): address guild message search review feedback
* Update packages/rest/src/routes.ts
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com >
* Update packages/types/src/discord/message.ts
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com >
* Update packages/rest/src/routes.ts
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com >
* apply requested changes
---------
Co-authored-by: Fleny <Fleny113@outlook.com >
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com >
2026-08-02 10:25:05 +02:00
Fleny and Link
4581222cf4
feat(transformers)!: Partial transformers ( #4436 )
...
* refactor(bot)!: setup desired properties for all transformers
SetupDesiredProps when is given an object that does not corrispond to a transformer object that supports desired properties will behave like TransformProperty on the entire object as when it tries to get the properties for said object it will find `never` as the props and for `IsKeyDesired` a props of `never` means that all props are desired.
* feat(transformers)!: Handle partials in transformers
* Add expiresAt to invite create event
* Use Equals helper, clean up a bit the code
* Explicit the IsKeyDesired TProps never behavior
* Fix type errors
* format
* Add all trasformer objects to bot.transformers.$inferredTypes
* Use transfromerInformations for bot.transformers.$inferredTypes
* code review
* code review
* fix component transformer
* fix
* Update packages/bot/src/transformers/types.ts
* Fixes from Tri (+ GPT sol) code review
---------
Co-authored-by: Link <link20050703@gmail.com >
2026-07-31 15:12:15 +05:30
Fleny and stickz
eb4cdaa0f5
fix: Add missing collectibles field to guild member ( #5197 )
...
* fix: Add missing collectibles field to guild member
* Update packages/bot/src/transformers/types.ts
Co-authored-by: stickz <38146668+AwesomeStickz@users.noreply.github.com >
2026-07-30 12:42:05 +05:30
Fleny and stickz
5fc932f473
feat!: Document more attachment flags and fields ( #5234 )
...
* feat: Document more attachment flags and fields
* Update packages/types/src/discord/message.ts
Co-authored-by: stickz <38146668+AwesomeStickz@users.noreply.github.com >
* fix!: Add missing optionals, remove EmbedThumbnail
2026-07-30 12:39:32 +05:30
Fleny and Awesome Stickz
15511d2ddf
feat: shared client theme ( #5195 )
...
* feat: shared client theme
* fix missing ? and comment in CreateMessageOptions
* Apply suggestions from code review
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com >
* replace message transformer CRLF with LF
* fix type error
2026-07-29 17:47:43 +05:30
Fleny and Awesome Stickz
ce2272e359
feat: Add lobby messages and lobby invites ( #5232 )
...
* feat: Add lobby messages and lobby invites
* Update packages/bot/src/transformers/lobby.ts
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com >
2026-07-29 17:13:11 +05:30
Fleny
ec8852740d
feat: Add bulk update lobby members endpoint ( #5231 )
2026-07-29 11:36:23 +05:30
Fleny
fa338e6447
feat: Add deleteCurrentUserApplicationRoleConnection endpoint ( #5230 )
2026-07-29 11:30:08 +05:30
Fleny
57c1a0191a
feat: Add channelType to DiscordMessageCreateExtra ( #5202 )
2026-07-29 11:27:11 +05:30
Fleny
3bdc792c25
feat: server-side lobby message moderation metadata API ( #5191 )
2026-07-29 11:24:17 +05:30
Fleny
b481d0a96e
feat: add app_permissions to channel resolved data ( #5185 )
2026-07-29 11:21:22 +05:30
Fleny
98f87b9bf7
fix!: Match the Activity and DiscordActivity structure ( #5180 )
2026-07-26 06:08:51 +05:30
Fleny
2b90d29f68
fix!: Use "age-restricted" terminology instead of "nsfw" ( #5189 )
2026-07-26 05:57:19 +05:30
Fleny
834f4fa718
fix: unit of bitrate fields in bits per second ( #5194 )
2026-07-26 05:49:22 +05:30
Fleny
9afac8d291
build(dev): Remove dotenv, use process.loadEnvFile instead ( #5223 )
2026-07-26 05:46:14 +05:30
Fleny
aa5dd155cf
fix: user global_name description for bots ( #5196 )
2026-07-26 05:42:51 +05:30
Fleny
c0a149f7a3
fix: Add missing banner in reverse member transformer ( #5203 )
2026-07-26 05:23:27 +05:30
dependabot[bot] and Awesome Stickz
1a165eda8a
build(deps-dev): bump @swc/core from 1.15.43 to 1.15.46 ( #5215 )
...
Bumps [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core ) from 1.15.43 to 1.15.46.
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/commits/v1.15.46/packages/core )
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-version: 1.15.46
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com >
2026-07-24 19:57:15 +02:00
dependabot[bot]
b3d81b8c4d
build(deps-dev): bump c8 from 11.0.0 to 12.0.0 ( #5219 )
...
Bumps [c8](https://github.com/bcoe/c8 ) from 11.0.0 to 12.0.0.
- [Release notes](https://github.com/bcoe/c8/releases )
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bcoe/c8/compare/v11.0.0...v12.0.0 )
---
updated-dependencies:
- dependency-name: c8
dependency-version: 12.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-24 19:31:49 +02:00
Fleny
86470adc22
ci: Simplify GitHub Actions workflows ( #5207 )
...
* ci: Simplify GitHub Actions workflows
* Restore codecov flags using script
* use gpgv instead of gpg --verify
* Remove verbose
* remove test script
2026-07-24 22:52:22 +05:30
Fleny
c3e9a790fc
feat: Application flags_new property ( #5172 )
...
* feat: Application flags_new property
* Update packages/types/src/discord/application.ts
* run biome
2026-07-24 18:04:42 +05:30
dependabot[bot] and Fleny
e99d8f4057
build(deps-dev): bump @types/node from 26.0.1 to 26.1.1 ( #5135 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 26.0.1 to 26.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 26.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <Fleny113@outlook.com >
2026-07-22 14:35:46 +02:00
dependabot[bot] and Fleny
a0149e41d8
build(deps-dev): bump @biomejs/biome from 2.5.1 to 2.5.5 ( #5134 )
...
* build(deps-dev): bump @biomejs/biome from 2.5.1 to 2.5.5
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.5.1 to 2.5.5.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.5/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.5.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @biomejs/biome from 2.5.1 to 2.5.5 in /website (#5145 )
* build(deps-dev): bump webpack from 5.108.2 to 5.108.4 in /website (#5131 )
Bumps [webpack](https://github.com/webpack/webpack ) from 5.108.2 to 5.108.4.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack/compare/v5.108.2...v5.108.4 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.108.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <Fleny113@outlook.com >
* build(deps-dev): bump @biomejs/biome from 2.5.1 to 2.5.5 in /website
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.5.1 to 2.5.5.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.5/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.5.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <Fleny113@outlook.com >
* Migrate biome conf
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <Fleny113@outlook.com >
2026-07-22 14:06:47 +02:00
Fleny and Awesome Stickz
b08617364a
fix: Call the reverse transformer for applicationCommand ( #5154 )
...
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com >
2026-07-17 00:25:17 +05:30
Fleny
c60a7bb844
fix: Use correct fields in activity reverse transformer ( #5153 )
2026-07-17 00:15:54 +05:30
dependabot[bot] and Awesome Stickz
f04637866b
build(deps-dev): bump @types/node from 25.9.2 to 26.0.1 ( #5117 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 25.9.2 to 26.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 26.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com >
2026-06-29 19:32:41 +05:30
dependabot[bot] and Awesome Stickz
28ddc11178
build(deps-dev): bump @biomejs/biome from 2.4.16 to 2.5.1 ( #5083 )
...
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.4.16 to 2.5.1.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.1/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com >
2026-06-24 16:34:48 +05:30
dependabot[bot] and Awesome Stickz
23482fef70
build(deps-dev): bump @swc/core from 1.15.40 to 1.15.43 ( #5080 )
...
Bumps [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core ) from 1.15.40 to 1.15.43.
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/commits/v1.15.43/packages/core )
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-version: 1.15.41
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com >
2026-06-24 16:23:56 +05:30
Awesome Stickz
f334bb8f6c
refactor(rest)!: rename rest.editBotMember() to rest.editCurrentMember() to be consistent with rest.getCurrentMember() ( #5104 )
...
* refactor(rest)!: rename rest.editBotMember() to rest.editCurrentMember() to be consistent with rest.getCurrentMember()
* refactor(type)!: rename ModifyCurrentMemberOptions to ModifyCurrentMember to be consistent with other types
2026-06-24 16:18:13 +05:30
dependabot[bot] and Awesome Stickz
c274a2688f
build(deps-dev): bump @types/node from 25.9.1 to 25.9.2 ( #5056 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 25.9.1 to 25.9.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.9.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2026-06-09 06:55:48 +05:30
dependabot[bot] and Awesome Stickz
6117f569d4
build(deps-dev): bump mocha from 11.7.5 to 11.7.6 ( #5041 )
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 11.7.5 to 11.7.6.
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.6/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v11.7.5...v11.7.6 )
---
updated-dependencies:
- dependency-name: mocha
dependency-version: 11.7.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2026-06-02 20:44:30 +05:30
dependabot[bot] and Awesome Stickz
e8cf59e9b5
build(deps-dev): bump @types/node from 25.6.2 to 25.9.1 ( #5040 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 25.6.2 to 25.9.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.9.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2026-06-02 20:37:16 +05:30
dependabot[bot] and Awesome Stickz
9326b86360
build(deps-dev): bump @swc/core from 1.15.30 to 1.15.40 ( #5022 )
...
Bumps [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core ) from 1.15.30 to 1.15.40.
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/commits/v1.15.40/packages/core )
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-version: 1.15.33
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2026-06-01 18:52:17 +05:30
dependabot[bot] and Awesome Stickz
e9968a3421
build(deps-dev): bump @biomejs/biome from 2.4.12 to 2.4.16 ( #5021 )
...
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.4.12 to 2.4.16.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.16/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.4.15
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2026-06-01 18:36:51 +05:30
dependabot[bot]
af105c0d58
build(deps-dev): bump sinon from 21.1.2 to 22.0.0 ( #5018 )
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 21.1.2 to 22.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v21.1.2...v22.0.0 )
---
updated-dependencies:
- dependency-name: sinon
dependency-version: 22.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-01 18:21:21 +05:30
dependabot[bot] and Awesome Stickz
42951d5066
build(deps-dev): bump @types/node from 25.6.0 to 25.6.2 ( #5016 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 25.6.0 to 25.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.6.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2026-06-01 18:13:58 +05:30
Awesome Stickz and Fleny
b52313edbc
docs(types): update slowmode-bypassing permission information in the channel object ( #4980 )
...
Co-authored-by: Fleny <Fleny113@outlook.com >
2026-04-22 19:53:19 +02:00
dependabot[bot] and Awesome Stickz
3edb0a91ef
build(deps-dev): bump @swc/core from 1.15.21 to 1.15.30 ( #4973 )
...
Bumps [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core ) from 1.15.21 to 1.15.30.
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/commits/v1.15.30/packages/core )
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-version: 1.15.30
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2026-04-21 07:41:29 +05:30
dependabot[bot] and Awesome Stickz
4dc32740b2
build(deps-dev): bump typescript from 6.0.2 to 6.0.3 ( #4971 )
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.2...v6.0.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 6.0.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2026-04-21 06:06:25 +05:30
dependabot[bot] and Awesome Stickz
0222564eb9
build(deps-dev): bump sinon from 21.0.3 to 21.1.2 ( #4952 )
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 21.0.3 to 21.1.2.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v21.0.3...v21.1.2 )
---
updated-dependencies:
- dependency-name: sinon
dependency-version: 21.1.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2026-04-15 07:09:01 +05:30
dependabot[bot] and Awesome Stickz
a699c3d358
build(deps-dev): bump @biomejs/biome from 2.4.10 to 2.4.11 ( #4949 )
...
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.4.10 to 2.4.11.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.11/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.4.11
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2026-04-15 05:05:37 +05:30
dependabot[bot] and Awesome Stickz
e279dcaf6a
build(deps-dev): bump @types/node from 25.5.2 to 25.6.0 ( #4945 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 25.5.2 to 25.6.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.6.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2026-04-15 03:49:36 +05:30
dependabot[bot]
84659f9b6f
build(deps-dev): bump @types/node from 25.5.0 to 25.5.2 ( #4927 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 25.5.0 to 25.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.5.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-06 20:35:53 +02:00
dependabot[bot]
908be4bff4
build(deps-dev): bump @types/sinon from 21.0.0 to 21.0.1 ( #4928 )
...
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) from 21.0.0 to 21.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
---
updated-dependencies:
- dependency-name: "@types/sinon"
dependency-version: 21.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-06 15:19:51 +02:00
dependabot[bot]
dda7ed2296
build(deps-dev): bump @swc/cli from 0.8.0 to 0.8.1 ( #4921 )
...
Bumps [@swc/cli](https://github.com/swc-project/pkgs ) from 0.8.0 to 0.8.1.
- [Commits](https://github.com/swc-project/pkgs/commits )
---
updated-dependencies:
- dependency-name: "@swc/cli"
dependency-version: 0.8.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-06 14:48:55 +02:00
Awesome Stickz
ad2a561ceb
fix(types): make value of emoji property in DiscordButtonComponent and DiscordSelectOption partial ( #4869 )
...
* fix(types): make value of emoji property in DiscordButtonComponent and DiscordSelectOption partial
* fix: type error
* don't partial tranformer
* undo partial in EmojiToggles
2026-04-05 03:35:22 +05:30
dependabot[bot] and Fleny
9eb5642cdc
build(deps-dev): bump typescript from 5.9.3 to 6.0.2 ( #4899 )
...
* build(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /website
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 6.0.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update TypeScript to 6.0.2 for all packages
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <fleny113@outlook.com >
2026-04-02 11:36:10 +02:00
dependabot[bot] and Fleny
5828bfc554
build(deps-dev): bump @biomejs/biome from 2.4.8 to 2.4.9 in /website ( #4895 )
...
* build(deps-dev): bump @biomejs/biome from 2.4.8 to 2.4.9 in /website
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.4.8 to 2.4.9.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.9/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.4.9
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump biome
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <fleny113@outlook.com >
2026-04-02 10:48:24 +02:00