Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump undici-types from 6.4.0 to 6.6.2 #137

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/routes/Guilds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ export default class Guilds {
channel_id: options.channelID,
communication_disabled_until: options.communicationDisabledUntil,
deaf: options.deaf,
flags: options.flags,
mute: options.mute,
nick: options.nick,
roles: options.roles
Expand Down
2 changes: 1 addition & 1 deletion lib/types/channels.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export interface RawForumChannel extends Omit<RawThreadOnlyChannel, "type"> { ty
export interface RawMediaChannel extends Omit<RawThreadOnlyChannel, "type"> { type: ChannelTypes.GUILD_MEDIA; }

export interface PartialChannel extends Pick<RawChannel, "id" | "name" | "type"> {}
export interface RawInteractionResolvedChannel extends Omit<Required<Pick<RawChannel, "id" | "type" | "permissions">>, "name">, Pick<RawChannel, "thread_metadata" | "parent_id"> { name: string | null; }
export interface RawInteractionResolvedChannel extends Omit<Required<Pick<RawChannel, "id" | "type">>, "name">, Pick<RawChannel, "thread_metadata" | "parent_id" | "permissions"> { name: string | null; }

export interface RawOverwrite {
allow: string;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"typedoc-plugin-mdn-links": "^3.1.14",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.3.3",
"undici-types": "^6.4.0"
"undici-types": "^6.6.2"
},
"dependencies": {
"tslib": "^2.6.2",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

Loading