Skip to content

Commit 251862e

Browse files
committed
chore: deps
1 parent 2f03f9a commit 251862e

File tree

8 files changed

+1659
-1588
lines changed

8 files changed

+1659
-1588
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
},
3939
"homepage": "https://discord.js.org",
4040
"devDependencies": {
41-
"@commitlint/cli": "^16.2.3",
42-
"@commitlint/config-angular": "^16.2.3",
41+
"@commitlint/cli": "^17.0.2",
42+
"@commitlint/config-angular": "^17.0.0",
4343
"@favware/npm-deprecate": "^1.0.4",
4444
"conventional-changelog-cli": "^2.2.2",
45-
"husky": "^7.0.4",
45+
"husky": "^8.0.1",
4646
"prettier": "^2.6.2",
47-
"turbo": "^1.2.4"
47+
"turbo": "^1.2.16"
4848
},
4949
"engines": {
5050
"node": ">=16.9.0"

packages/builders/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,31 +54,31 @@
5454
"dependencies": {
5555
"@sapphire/shapeshift": "^3.0.0",
5656
"@sindresorhus/is": "^4.6.0",
57-
"discord-api-types": "^0.33.0",
57+
"discord-api-types": "^0.33.2",
5858
"fast-deep-equal": "^3.1.3",
5959
"ts-mixer": "^6.0.1",
60-
"tslib": "^2.3.1"
60+
"tslib": "^2.4.0"
6161
},
6262
"devDependencies": {
63-
"@babel/core": "^7.17.9",
64-
"@babel/plugin-proposal-decorators": "^7.17.9",
65-
"@babel/preset-env": "^7.16.11",
66-
"@babel/preset-typescript": "^7.16.7",
63+
"@babel/core": "^7.18.2",
64+
"@babel/plugin-proposal-decorators": "^7.18.2",
65+
"@babel/preset-env": "^7.18.2",
66+
"@babel/preset-typescript": "^7.17.12",
6767
"@discordjs/ts-docgen": "^0.4.1",
68-
"@types/jest": "^27.4.1",
69-
"@types/node": "^16.11.27",
70-
"@typescript-eslint/eslint-plugin": "^5.19.0",
71-
"@typescript-eslint/parser": "^5.19.0",
68+
"@types/jest": "^28.1.0",
69+
"@types/node": "^16.11.38",
70+
"@typescript-eslint/eslint-plugin": "^5.27.0",
71+
"@typescript-eslint/parser": "^5.27.0",
7272
"babel-plugin-transform-typescript-metadata": "^0.3.2",
73-
"eslint": "^8.13.0",
73+
"eslint": "^8.17.0",
7474
"eslint-config-marine": "^9.4.1",
7575
"eslint-config-prettier": "^8.5.0",
7676
"eslint-plugin-import": "^2.26.0",
77-
"jest": "^27.5.1",
77+
"jest": "^28.1.0",
7878
"prettier": "^2.6.2",
79-
"tsup": "^5.12.5",
80-
"typedoc": "^0.22.15",
81-
"typescript": "^4.6.3"
79+
"tsup": "^6.0.1",
80+
"typedoc": "^0.22.17",
81+
"typescript": "^4.7.3"
8282
},
8383
"engines": {
8484
"node": ">=16.9.0"

packages/builders/src/interactions/slashCommands/SlashCommandBuilder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class SlashCommandBuilder {
6262
* Indicates whether the command is available in DMs with the application, only for globally-scoped commands.
6363
* By default, commands are visible.
6464
*/
65-
public readonly dm_permission: boolean | null | undefined = undefined;
65+
public readonly dm_permission: boolean | undefined = undefined;
6666

6767
/**
6868
* Returns the final data that should be sent to Discord.

packages/collection/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,23 @@
4848
},
4949
"homepage": "https://discord.js.org",
5050
"devDependencies": {
51-
"@babel/core": "^7.17.9",
52-
"@babel/preset-env": "^7.16.11",
53-
"@babel/preset-typescript": "^7.16.7",
51+
"@babel/core": "^7.18.2",
52+
"@babel/preset-env": "^7.18.2",
53+
"@babel/preset-typescript": "^7.17.12",
5454
"@discordjs/ts-docgen": "^0.4.1",
55-
"@types/jest": "^27.4.1",
56-
"@types/node": "^16.11.27",
57-
"@typescript-eslint/eslint-plugin": "^5.19.0",
58-
"@typescript-eslint/parser": "^5.19.0",
59-
"eslint": "^8.13.0",
55+
"@types/jest": "^28.1.0",
56+
"@types/node": "^16.11.38",
57+
"@typescript-eslint/eslint-plugin": "^5.27.0",
58+
"@typescript-eslint/parser": "^5.27.0",
59+
"eslint": "^8.17.0",
6060
"eslint-config-marine": "^9.4.1",
6161
"eslint-config-prettier": "^8.5.0",
6262
"eslint-plugin-import": "^2.26.0",
63-
"jest": "^27.5.1",
63+
"jest": "^28.1.0",
6464
"prettier": "^2.6.2",
65-
"tsup": "^5.12.5",
66-
"typedoc": "^0.22.15",
67-
"typescript": "^4.6.3"
65+
"tsup": "^6.0.1",
66+
"typedoc": "^0.22.17",
67+
"typescript": "^4.7.3"
6868
},
6969
"engines": {
7070
"node": ">=16.9.0"

packages/discord.js/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,30 +50,30 @@
5050
"@discordjs/builders": "workspace:^",
5151
"@discordjs/collection": "workspace:^",
5252
"@discordjs/rest": "workspace:^",
53-
"@sapphire/snowflake": "^3.2.1",
53+
"@sapphire/snowflake": "^3.2.2",
5454
"@types/ws": "^8.5.3",
55-
"discord-api-types": "^0.33.0",
55+
"discord-api-types": "^0.33.2",
5656
"fast-deep-equal": "^3.1.3",
5757
"lodash.snakecase": "^4.1.1",
58-
"tslib": "^2.3.1",
59-
"undici": "^5.2.0",
60-
"ws": "^8.5.0"
58+
"tslib": "^2.4.0",
59+
"undici": "^5.4.0",
60+
"ws": "^8.7.0"
6161
},
6262
"devDependencies": {
6363
"@discordjs/docgen": "^0.11.1",
64-
"@types/node": "^16.11.27",
64+
"@types/node": "^16.11.38",
6565
"dtslint": "^4.2.1",
66-
"eslint": "^8.13.0",
66+
"eslint": "^8.17.0",
6767
"eslint-config-prettier": "^8.5.0",
6868
"eslint-plugin-import": "^2.26.0",
6969
"eslint-plugin-prettier": "^4.0.0",
70-
"husky": "^7.0.4",
70+
"husky": "^8.0.1",
7171
"is-ci": "^3.0.1",
72-
"jest": "^27.5.1",
72+
"jest": "^28.1.0",
7373
"prettier": "^2.6.2",
7474
"tsd": "^0.20.0",
7575
"tslint": "^6.1.3",
76-
"typescript": "^4.6.3"
76+
"typescript": "^4.7.3"
7777
},
7878
"engines": {
7979
"node": ">=16.9.0"

packages/rest/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,31 +52,31 @@
5252
"dependencies": {
5353
"@discordjs/collection": "workspace:^",
5454
"@sapphire/async-queue": "^1.3.1",
55-
"@sapphire/snowflake": "^3.2.1",
56-
"discord-api-types": "^0.33.0",
57-
"tslib": "^2.3.1",
58-
"undici": "^5.2.0"
55+
"@sapphire/snowflake": "^3.2.2",
56+
"discord-api-types": "^0.33.2",
57+
"tslib": "^2.4.0",
58+
"undici": "^5.4.0"
5959
},
6060
"devDependencies": {
61-
"@babel/core": "^7.17.9",
62-
"@babel/plugin-proposal-decorators": "^7.17.9",
63-
"@babel/preset-env": "^7.16.11",
64-
"@babel/preset-typescript": "^7.16.7",
61+
"@babel/core": "^7.18.2",
62+
"@babel/plugin-proposal-decorators": "^7.18.2",
63+
"@babel/preset-env": "^7.18.2",
64+
"@babel/preset-typescript": "^7.17.12",
6565
"@discordjs/ts-docgen": "^0.4.1",
66-
"@types/jest": "^27.4.1",
67-
"@typescript-eslint/eslint-plugin": "^5.19.0",
68-
"@typescript-eslint/parser": "^5.19.0",
66+
"@types/jest": "^28.1.0",
67+
"@typescript-eslint/eslint-plugin": "^5.27.0",
68+
"@typescript-eslint/parser": "^5.27.0",
6969
"babel-plugin-const-enum": "^1.2.0",
7070
"babel-plugin-transform-typescript-metadata": "^0.3.2",
71-
"eslint": "^8.13.0",
71+
"eslint": "^8.17.0",
7272
"eslint-config-marine": "^9.4.1",
7373
"eslint-config-prettier": "^8.5.0",
7474
"eslint-plugin-import": "^2.26.0",
75-
"jest": "^27.5.1",
75+
"jest": "^28.1.0",
7676
"prettier": "^2.6.2",
77-
"tsup": "^5.12.5",
78-
"typedoc": "^0.22.15",
79-
"typescript": "^4.6.3"
77+
"tsup": "^6.0.1",
78+
"typedoc": "^0.22.17",
79+
"typescript": "^4.7.3"
8080
},
8181
"engines": {
8282
"node": ">=16.9.0"

packages/voice/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,33 +51,33 @@
5151
"homepage": "https://discord.js.org",
5252
"dependencies": {
5353
"@types/ws": "^8.5.3",
54-
"discord-api-types": "^0.33.0",
54+
"discord-api-types": "^0.33.2",
5555
"prism-media": "^1.3.2",
5656
"tiny-typed-emitter": "^2.1.0",
57-
"tslib": "^2.3.1",
58-
"ws": "^8.5.0"
57+
"tslib": "^2.4.0",
58+
"ws": "^8.7.0"
5959
},
6060
"devDependencies": {
61-
"@babel/core": "^7.17.9",
62-
"@babel/preset-env": "^7.16.11",
63-
"@babel/preset-typescript": "^7.16.7",
61+
"@babel/core": "^7.18.2",
62+
"@babel/preset-env": "^7.18.2",
63+
"@babel/preset-typescript": "^7.17.12",
6464
"@discordjs/ts-docgen": "^0.4.1",
65-
"@types/jest": "^27.4.1",
66-
"@types/node": "^16.11.27",
67-
"@typescript-eslint/eslint-plugin": "^5.19.0",
68-
"@typescript-eslint/parser": "^5.19.0",
69-
"eslint": "^8.13.0",
65+
"@types/jest": "^28.1.0",
66+
"@types/node": "^16.11.38",
67+
"@typescript-eslint/eslint-plugin": "^5.27.0",
68+
"@typescript-eslint/parser": "^5.27.0",
69+
"eslint": "^8.17.0",
7070
"eslint-config-marine": "^9.4.1",
7171
"eslint-config-prettier": "^8.5.0",
7272
"eslint-plugin-import": "^2.26.0",
73-
"jest": "^27.5.1",
73+
"jest": "^28.1.0",
7474
"jest-websocket-mock": "^2.3.0",
75-
"mock-socket": "^9.1.2",
75+
"mock-socket": "^9.1.4",
7676
"prettier": "^2.6.2",
77-
"tsup": "^5.12.5",
77+
"tsup": "^6.0.1",
7878
"tweetnacl": "^1.0.3",
79-
"typedoc": "^0.22.15",
80-
"typescript": "^4.6.3"
79+
"typedoc": "^0.22.17",
80+
"typescript": "^4.7.3"
8181
},
8282
"engines": {
8383
"node": ">=16.9.0"

0 commit comments

Comments
 (0)