Skip to content

Commit

Permalink
build: bump discord-api-types to 0.37.82 (#10226)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
almeidx and kodiakhq[bot] committed Apr 27, 2024
1 parent dc8f149 commit c2e68ce
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -96,5 +96,5 @@
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.10.2"
"packageManager": "pnpm@8.15.7+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019"
}
2 changes: 1 addition & 1 deletion packages/builders/package.json
Expand Up @@ -67,7 +67,7 @@
"@discordjs/formatters": "workspace:^",
"@discordjs/util": "workspace:^",
"@sapphire/shapeshift": "^3.9.7",
"discord-api-types": "0.37.79",
"discord-api-types": "0.37.82",
"fast-deep-equal": "^3.1.3",
"ts-mixer": "^6.0.4",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -69,7 +69,7 @@
"@discordjs/ws": "workspace:^",
"@sapphire/snowflake": "^3.5.3",
"@vladfrangu/async_event_emitter": "^2.2.4",
"discord-api-types": "0.37.79"
"discord-api-types": "0.37.82"
},
"devDependencies": {
"@discordjs/api-extractor": "workspace:^",
Expand Down
3 changes: 2 additions & 1 deletion packages/core/src/client.ts
Expand Up @@ -198,8 +198,9 @@ export class Client extends AsyncEventEmitter<MappedEvents> {

this.gateway.on(WebSocketShardEvents.Dispatch, ({ data: dispatch, shardId }) => {
this.emit(
dispatch.t,
// TODO: This comment will have to be moved down once the new Poll events are added to the `ManagerShardEventsMap`
// @ts-expect-error event props can't be resolved properly, but they are correct
dispatch.t,
this.wrapIntrinsicProps(dispatch.d, shardId),
);
});
Expand Down
2 changes: 1 addition & 1 deletion packages/discord.js/package.json
Expand Up @@ -71,7 +71,7 @@
"@discordjs/util": "workspace:^",
"@discordjs/ws": "workspace:^",
"@sapphire/snowflake": "3.5.3",
"discord-api-types": "0.37.79",
"discord-api-types": "0.37.82",
"fast-deep-equal": "3.1.3",
"lodash.snakecase": "4.1.1",
"tslib": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatters/package.json
Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://discord.js.org",
"dependencies": {
"discord-api-types": "0.37.79"
"discord-api-types": "0.37.82"
},
"devDependencies": {
"@discordjs/api-extractor": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -71,7 +71,7 @@
"@discordjs/rest": "workspace:^",
"@discordjs/util": "workspace:^",
"@discordjs/ws": "workspace:^",
"discord-api-types": "0.37.79"
"discord-api-types": "0.37.82"
},
"devDependencies": {
"@discordjs/api-extractor": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Expand Up @@ -87,7 +87,7 @@
"@sapphire/async-queue": "^1.5.2",
"@sapphire/snowflake": "^3.5.3",
"@vladfrangu/async_event_emitter": "^2.2.4",
"discord-api-types": "0.37.79",
"discord-api-types": "0.37.82",
"magic-bytes.js": "^1.10.0",
"tslib": "^2.6.2",
"undici": "6.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/voice/package.json
Expand Up @@ -63,7 +63,7 @@
"homepage": "https://discord.js.org",
"dependencies": {
"@types/ws": "^8.5.10",
"discord-api-types": "0.37.79",
"discord-api-types": "0.37.82",
"prism-media": "^1.3.5",
"tslib": "^2.6.2",
"ws": "^8.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
Expand Up @@ -78,7 +78,7 @@
"@sapphire/async-queue": "^1.5.2",
"@types/ws": "^8.5.10",
"@vladfrangu/async_event_emitter": "^2.2.4",
"discord-api-types": "0.37.79",
"discord-api-types": "0.37.82",
"tslib": "^2.6.2",
"ws": "^8.16.0"
},
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2e68ce

Please sign in to comment.