Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
Bump 21 dependencies (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael H <[email protected]>
  • Loading branch information
dependabot[bot] and RiskyMH authored Nov 11, 2023
1 parent b9bd5a3 commit 3f996b3
Show file tree
Hide file tree
Showing 13 changed files with 872 additions and 646 deletions.
2 changes: 1 addition & 1 deletion apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@riskybot/riskybot": "workspace:^"
},
"devDependencies": {
"@vercel/node": "^3.0.5"
"@vercel/node": "^3.0.9"
},
"type": "module"
}
8 changes: 4 additions & 4 deletions apps/imgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@discordjs/formatters": "^0.3.2",
"@riskybot/command": "workspace:^",
"@riskybot/image-generate": "workspace:^",
"@sapphire/shapeshift": "^3.9.2",
"@sapphire/shapeshift": "^3.9.3",
"discord-api-parser": "workspace:^",
"discord-api-types": "^0.37.56",
"discord-api-types": "^0.37.63",
"express": "^4.18.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"eslint": "^8.49.0",
"@types/express": "^4.17.21",
"eslint": "^8.53.0",
"typescript": "^5.2.2"
},
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions apps/riskybot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@riskybot/apis": "workspace:^",
"@riskybot/command": "workspace:^",
"@riskybot/image-generate": "workspace:^",
"@sapphire/shapeshift": "^3.9.2",
"@sapphire/shapeshift": "^3.9.3",
"@sapphire/snowflake": "^3.5.1",
"discord-api-parser": "workspace:^",
"discord-api-types": "^0.37.56",
"discord-api-types": "^0.37.63",
"express": "^4.18.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"eslint": "^8.49.0",
"@types/express": "^4.17.21",
"eslint": "^8.53.0",
"typescript": "^5.2.2"
},
"type": "module",
Expand Down
20 changes: 10 additions & 10 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@skyra/discord-components-react": "^3.6.1",
"discord-api-types": "^0.37.56",
"next": "^13.4.19",
"discord-api-types": "^0.37.63",
"next": "^14.0.2",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-awesome-reveal": "^4.2.6",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"@next/eslint-plugin-next": "^14.0.2",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"dev:bot": "yarn vercel dev"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vercel/node": "^3.0.5",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vercel/node": "^3.0.9",
"dotenv": "^16.3.1",
"eslint": "^8.49.0",
"eslint-plugin-unicorn": "^48.0.1",
"turbo": "^1.10.14",
"eslint": "^8.53.0",
"eslint-plugin-unicorn": "^49.0.0",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions packages/apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"dependencies": {
"@riskybot/error": "workspace:^",
"@sapphire/shapeshift": "^3.9.2",
"lru-cache": "^10.0.1",
"undici": "^5.24.0"
"@sapphire/shapeshift": "^3.9.3",
"lru-cache": "^10.0.2",
"undici": "^5.27.2"
},
"devDependencies": {
"eslint": "^8.49.0",
"eslint": "^8.53.0",
"typescript": "^5.2.2"
},
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions packages/command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@riskybot/error": "workspace:^",
"@riskybot/tools": "workspace:^",
"discord-api-parser": "workspace:^",
"discord-api-types": "^0.37.56",
"glob": "^10.3.4",
"undici": "^5.24.0"
"discord-api-types": "^0.37.63",
"glob": "^10.3.10",
"undici": "^5.27.2"
},
"devDependencies": {
"eslint": "^8.49.0",
"eslint": "^8.53.0",
"typescript": "^5.2.2"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/discord-api-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
},
"dependencies": {
"@sapphire/snowflake": "^3.5.1",
"discord-api-types": "0.37.56",
"discord-api-types": "0.37.63",
"discord-interactions": "^3.4.0",
"discord-verify": "^1.2.0",
"form-data": "^4.0.0",
"undici": "^5.24.0"
"undici": "^5.27.2"
},
"devDependencies": {
"eslint": "^8.49.0",
"eslint": "^8.53.0",
"typescript": "^5.2.2"
},
"optionalDependencies": {
Expand Down
8 changes: 5 additions & 3 deletions packages/discord-api-parser/src/channels/PartialChannel.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { APIChannel, APIInteractionDataResolvedChannel, APIPartialChannel, APIThreadMetadata, ChannelType } from "discord-api-types/v10";
import { type APIChannel, type APIInteractionDataResolvedChannel, type APIPartialChannel, type APIThreadMetadata, ChannelType } from "discord-api-types/v10";
import Permissions from "../basic/Permissions.mjs";

/** A channel but basic */
Expand Down Expand Up @@ -29,10 +29,12 @@ export class InteractionDataResolvedChannel extends PartialChannel {
constructor(channel: APIInteractionDataResolvedChannel) {
super(channel);

this.threadMetadata = channel.thread_metadata;
this.permissions = new Permissions(channel.permissions);
this.parentId = channel.parent_id;

if (channel.type === ChannelType.PublicThread || channel.type === ChannelType.PrivateThread || channel.type === ChannelType.AnnouncementThread) {
this.threadMetadata = channel.thread_metadata;
this.parentId = channel.parent_id;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prepack": "yarn build"
},
"devDependencies": {
"eslint": "^8.49.0",
"eslint": "^8.53.0",
"typescript": "^5.2.2"
},
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/image-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
},
"dependencies": {
"@napi-rs/canvas": "0.1.44",
"undici": "^5.24.0"
"undici": "^5.27.2"
},
"devDependencies": {
"eslint": "^8.49.0",
"eslint": "^8.53.0",
"typescript": "^5.2.2"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "node --test"
},
"devDependencies": {
"eslint": "^8.49.0",
"eslint": "^8.53.0",
"typescript": "^5.2.2"
},
"type": "module",
Expand Down
Loading

0 comments on commit 3f996b3

Please sign in to comment.