Skip to content

Commit 346d1be

Browse files
authored
build: Bump dependencies (discordjs#10322)
* build: bump dependencies * build: update pnpm to 9.1.4
1 parent 94cc02a commit 346d1be

File tree

27 files changed

+4525
-4874
lines changed

27 files changed

+4525
-4874
lines changed

apps/guide/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@code-hike/mdx": "^0.9.0",
4949
"@discordjs/ui": "workspace:^",
5050
"@react-icons/all-files": "^4.1.0",
51-
"@vercel/analytics": "^1.2.2",
52-
"@vercel/edge-config": "^1.1.0",
51+
"@vercel/analytics": "^1.3.1",
52+
"@vercel/edge-config": "^1.1.1",
5353
"@vercel/og": "^0.6.2",
5454
"ariakit": "2.0.0-next.44",
5555
"cmdk": "^1.0.0",
@@ -72,26 +72,26 @@
7272
"@types/node": "18.18.8",
7373
"@types/react": "^18.3.3",
7474
"@types/react-dom": "^18.3.0",
75-
"@unocss/eslint-plugin": "^0.60.2",
76-
"@unocss/postcss": "^0.60.2",
77-
"@unocss/reset": "^0.60.2",
78-
"@vitejs/plugin-react": "^4.2.1",
75+
"@unocss/eslint-plugin": "^0.60.4",
76+
"@unocss/postcss": "^0.60.4",
77+
"@unocss/reset": "^0.60.4",
78+
"@vitejs/plugin-react": "^4.3.0",
7979
"@vitest/coverage-v8": "^1.6.0",
8080
"cross-env": "^7.0.3",
8181
"eslint": "^8.57.0",
8282
"eslint-config-neon": "^0.1.62",
8383
"eslint-formatter-pretty": "^6.0.1",
84-
"happy-dom": "^14.11.0",
84+
"happy-dom": "^14.12.0",
8585
"hast-util-to-string": "^2.0.0",
8686
"hastscript": "^8.0.0",
8787
"html-escaper": "^3.0.3",
8888
"postcss": "^8.4.38",
89-
"prettier": "^3.2.5",
90-
"turbo": "^1.13.2",
89+
"prettier": "^3.3.0",
90+
"turbo": "^1.13.3",
9191
"typescript": "^5.4.5",
92-
"unocss": "^0.60.2",
93-
"vercel": "^34.0.0",
94-
"vitest": "^1.5.0"
92+
"unocss": "^0.60.4",
93+
"vercel": "^34.2.4",
94+
"vitest": "^1.6.0"
9595
},
9696
"engines": {
9797
"node": ">=18"

apps/guide/src/content/03-topics/03-collectors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ collector.on('end', (collected) => {
134134

135135
### Await reactions
136136

137-
<DocsLink type="class" parent="Message" symbol="awaitReactions" brackets /> works almost the same as a reaction collector,
138-
except it is Promise-based. The same differences apply as with channel collectors.
137+
<DocsLink type="class" parent="Message" symbol="awaitReactions" brackets /> works almost the same as a reaction
138+
collector, except it is Promise-based. The same differences apply as with channel collectors.
139139

140140
```js
141141
const collectorFilter = (reaction, user) => {

apps/guide/src/content/04-additional-info/03-updating-to-v14.mdx

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -158,21 +158,25 @@ Various _`create()`_ and _`edit()`_ methods on managers and objects have had the
158158
- <DocsLink type="class" parent="Role" symbol="edit" brackets /> now takes _`reason`_ in the _`data`_ parameter
159159
- <DocsLink type="class" parent="Sticker" symbol="edit" brackets /> now takes _`reason`_ in the _`data`_ parameter
160160
- <DocsLink type="class" parent="ThreadChannel" symbol="edit" brackets /> now takes _`reason`_ in the _`data`_ parameter
161-
- <DocsLink type="class" parent="GuildChannelManager" symbol="create" brackets /> now takes _`name`_ in the _`options`_ parameter
161+
- <DocsLink type="class" parent="GuildChannelManager" symbol="create" brackets /> now takes _`name`_ in the _`options`_
162+
parameter
162163
- <DocsLink type="class" parent="GuildChannelManager" symbol="createWebhook" brackets /> (and other text-based channels)
163164
now takes _`channel`_ and _`name`_ in the _`options`_ parameter
164-
- <DocsLink type="class" parent="GuildChannelManager" symbol="edit" brackets /> now takes _`reason`_ as a part of _`data`_
165+
- <DocsLink type="class" parent="GuildChannelManager" symbol="edit" brackets /> now takes _`reason`_ as a part of
166+
_`data`_
165167
- <DocsLink type="class" parent="GuildEmojiManager" symbol="edit" brackets /> now takes _`reason`_ as a part of _`data`_
166168
- <DocsLink type="class" parent="GuildManager" symbol="create" brackets /> now takes _`name`_ as a part of _`options`_
167-
- <DocsLink type="class" parent="GuildMemberManager" symbol="edit" brackets /> now takes _`reason`_ as a part of _`data`_
169+
- <DocsLink type="class" parent="GuildMemberManager" symbol="edit" brackets /> now takes _`reason`_ as a part of
170+
_`data`_
168171
- <DocsLink type="class" parent="GuildMember" symbol="edit" brackets /> now takes _`reason`_ as a part of _`data`_
169-
- <DocsLink type="class" parent="GuildStickerManager" symbol="edit" brackets /> now takes _`reason`_ as a part of _`data`_
172+
- <DocsLink type="class" parent="GuildStickerManager" symbol="edit" brackets /> now takes _`reason`_ as a part of
173+
_`data`_
170174
- <DocsLink type="class" parent="RoleManager" symbol="edit" brackets /> now takes _`reason`_ as a part of _`options`_
171175
- <DocsLink type="class" parent="Webhook" symbol="edit" brackets /> now takes _`reason`_ as a part of _`options`_
172176
- <DocsLink type="class" parent="GuildEmojiManager" symbol="create" brackets /> now takes _`attachment`_ and _`name`_ as
173177
a part of _`options`_
174-
- <DocsLink type="class" parent="GuildStickerManager" symbol="create" brackets /> now takes _`file`_, _`name`_, and _`tags`_
175-
as a part of _`options`_
178+
- <DocsLink type="class" parent="GuildStickerManager" symbol="create" brackets /> now takes _`file`_, _`name`_, and
179+
_`tags`_ as a part of _`options`_
176180

177181
### Activity
178182

@@ -236,9 +240,10 @@ Dynamic URLs use <DocsLink package="rest" type="Interface" parent="ImageURLOptio
236240

237241
### CategoryChannel
238242

239-
<DocsLink type="class" parent="CategoryChannel" symbol="children" /> is no longer a _`Collection`_ of channels the category
240-
contains. It is now a <DocsLink type="class" parent="CategoryChannelChildManager" />. This also means
241-
_`CategoryChannel#createChannel()`_ has been moved to the <DocsLink type="class" parent="CategoryChannelChildManager" />.
243+
<DocsLink type="class" parent="CategoryChannel" symbol="children" /> is no longer a _`Collection`_ of channels the
244+
category contains. It is now a <DocsLink type="class" parent="CategoryChannelChildManager" />. This also means
245+
_`CategoryChannel#createChannel()`_ has been moved to the <DocsLink type="class" parent="CategoryChannelChildManager" />
246+
.
242247

243248
### Channel
244249

@@ -262,8 +267,8 @@ The _`restWsBridgeTimeout`_ client option has been removed.
262267

263268
### CommandInteractionOptionResolver
264269

265-
<DocsLink type="class" parent="CommandInteractionOptionResolver" symbol="getMember" brackets /> no longer has a parameter
266-
for _`required`_.[^1]
270+
<DocsLink type="class" parent="CommandInteractionOptionResolver" symbol="getMember" brackets /> no longer has a
271+
parameter for _`required`_.[^1]
267272

268273
### Constants
269274

@@ -357,7 +362,8 @@ The following properties & methods have been moved to the <DocsLink type="class"
357362

358363
### GuildMember
359364

360-
<DocsLink type="class" parent="GuildMember" symbol="pending" /> is now nullable to account for partial guild members.[^4]
365+
<DocsLink type="class" parent="GuildMember" symbol="pending" /> is now nullable to account for partial guild
366+
members.[^4]
361367

362368
### IntegrationApplication
363369

@@ -582,8 +588,8 @@ _`Role.comparePositions()`_ has been removed. Use <DocsLink type="class" parent=
582588

583589
### Sticker
584590

585-
<DocsLink type="class" parent="Sticker" symbol="tags" /> is now a nullable string (_`string | null`_). Previously, it was
586-
a nullable array of strings (_`string[] | null`_).[^5]
591+
<DocsLink type="class" parent="Sticker" symbol="tags" /> is now a nullable string (_`string | null`_). Previously, it
592+
was a nullable array of strings (_`string[] | null`_).[^5]
587593

588594
### ThreadChannel
589595

@@ -668,8 +674,8 @@ Added support for <DocsLink type="class" parent="BaseChannel" symbol="flags" />.
668674

669675
Store channels have been removed as they are no longer part of the API.
670676

671-
<DocsLink type="class" parent="BaseChannel" symbol="url" /> has been added which is a link to a channel, just like in the
672-
client.
677+
<DocsLink type="class" parent="BaseChannel" symbol="url" /> has been added which is a link to a channel, just like in
678+
the client.
673679

674680
Additionally, new typeguards have been added:
675681

@@ -713,13 +719,13 @@ Component collector options now use the <DiscordAPITypesLink type="enum" parent=
713719

714720
### CommandInteraction
715721

716-
<DocsLink type="class" parent="CommandInteraction" symbol="commandGuildId" /> has been added which is the id of the guild
717-
the invoked application command is registered to.
722+
<DocsLink type="class" parent="CommandInteraction" symbol="commandGuildId" /> has been added which is the id of the
723+
guild the invoked application command is registered to.
718724

719725
### CommandInteractionOptionResolver
720726

721-
<DocsLink type="class" parent="CommandInteractionOptionResolver" symbol="getChannel" brackets /> now has a third parameter
722-
which narrows the channel type.
727+
<DocsLink type="class" parent="CommandInteractionOptionResolver" symbol="getChannel" brackets /> now has a third
728+
parameter which narrows the channel type.
723729

724730
### Events
725731

@@ -814,9 +820,15 @@ Added the _`threadName`_ property in <DocsLink type="typedef" parent="WebhookMes
814820
discord.js uses <DocsLink package="ws" /> internally.
815821

816822
[^1]: https://github.com/discordjs/discord.js/pull/7188
823+
817824
[^2]: https://github.com/discordjs/discord.js/pull/6492
825+
818826
[^3]: https://github.com/discordjs/discord.js/pull/7669
827+
819828
[^4]: https://github.com/discordjs/discord.js/issues/6546
829+
820830
[^5]: https://github.com/discordjs/discord.js/pull/8010
831+
821832
[^6]: https://github.com/discordjs/discord.js/issues/7091
833+
822834
[^7]: https://github.com/discord/discord-api-docs/pull/6017

apps/website/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,37 +49,37 @@
4949
"dependencies": {
5050
"@radix-ui/react-collapsible": "^1.0.3",
5151
"@react-icons/all-files": "^4.1.0",
52-
"@vercel/analytics": "^1.3.0",
52+
"@vercel/analytics": "^1.3.1",
5353
"@vercel/blob": "^0.23.3",
5454
"@vercel/edge-config": "^1.1.1",
5555
"@vercel/og": "^0.6.2",
5656
"@vercel/postgres": "^0.8.0",
5757
"cmdk": "^1.0.0",
5858
"geist": "^1.3.0",
59-
"jotai": "^2.8.1",
59+
"jotai": "^2.8.2",
6060
"lucide-react": "^0.379.0",
6161
"meilisearch": "^0.40.0",
6262
"next": "^15.0.0-rc.0",
6363
"next-mdx-remote-client": "^1.0.3",
6464
"next-themes": "^0.3.0",
65-
"overlayscrollbars": "^2.8.2",
65+
"overlayscrollbars": "^2.8.3",
6666
"overlayscrollbars-react": "^0.5.6",
67-
"react": "^19.0.0-rc-4c2e457c7c-20240522",
67+
"react": "19.0.0-rc-f994737d14-20240522",
6868
"react-aria-components": "^1.2.1",
69-
"react-dom": "^19.0.0-rc-4c2e457c7c-20240522",
69+
"react-dom": "19.0.0-rc-f994737d14-20240522",
7070
"sharp": "^0.33.4",
7171
"usehooks-ts": "^3.1.0",
7272
"vaul": "^0.9.1"
7373
},
7474
"devDependencies": {
75-
"@shikijs/rehype": "^1.6.0",
75+
"@shikijs/rehype": "^1.6.2",
7676
"@tailwindcss/typography": "^0.5.13",
7777
"@testing-library/react": "^15.0.7",
7878
"@testing-library/user-event": "^14.5.2",
7979
"@types/node": "18.18.8",
8080
"@types/react": "^18.3.3",
8181
"@types/react-dom": "^18.3.0",
82-
"@vitejs/plugin-react": "^4.2.1",
82+
"@vitejs/plugin-react": "^4.3.0",
8383
"@vitest/coverage-v8": "^1.6.0",
8484
"autoprefixer": "^10.4.19",
8585
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517",
@@ -88,18 +88,18 @@
8888
"eslint": "^8.57.0",
8989
"eslint-config-neon": "^0.1.62",
9090
"eslint-formatter-pretty": "^6.0.1",
91-
"happy-dom": "^14.11.0",
91+
"happy-dom": "^14.12.0",
9292
"postcss": "^8.4.38",
93-
"prettier": "^3.2.5",
93+
"prettier": "^3.3.0",
9494
"prettier-plugin-tailwindcss": "^0.5.14",
9595
"remark-gfm": "^4.0.0",
9696
"remark-rehype": "^11.1.0",
97-
"shiki": "^1.6.0",
97+
"shiki": "^1.6.2",
9898
"tailwindcss": "^3.4.3",
99-
"turbo": "^1.13.2",
99+
"turbo": "^1.13.3",
100100
"typescript": "^5.4.5",
101-
"vercel": "^34.2.2",
102-
"vitest": "^1.5.0"
101+
"vercel": "^34.2.4",
102+
"vitest": "^1.6.0"
103103
},
104104
"engines": {
105105
"node": ">=18"

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,28 +50,28 @@
5050
"homepage": "https://discord.js.org",
5151
"funding": "https://github.com/discordjs/discord.js?sponsor",
5252
"devDependencies": {
53-
"@commitlint/cli": "^19.2.2",
54-
"@commitlint/config-angular": "^19.2.2",
55-
"@favware/cliff-jumper": "^3.0.2",
53+
"@commitlint/cli": "^19.3.0",
54+
"@commitlint/config-angular": "^19.3.0",
55+
"@favware/cliff-jumper": "^3.0.3",
5656
"@favware/npm-deprecate": "^1.0.7",
5757
"@types/lodash.merge": "^4.6.9",
58-
"@unocss/eslint-plugin": "^0.59.3",
59-
"@vitest/coverage-v8": "^1.5.0",
58+
"@unocss/eslint-plugin": "^0.59.4",
59+
"@vitest/coverage-v8": "^1.6.0",
6060
"conventional-changelog-cli": "^4.1.0",
6161
"eslint": "^8.57.0",
6262
"eslint-config-neon": "^0.1.62",
6363
"husky": "^9.0.11",
6464
"is-ci": "^3.0.1",
65-
"lint-staged": "^15.2.2",
65+
"lint-staged": "^15.2.5",
6666
"lodash.merge": "^4.6.2",
67-
"prettier": "^3.2.5",
68-
"tsup": "^8.0.2",
69-
"turbo": "^1.13.2",
67+
"prettier": "^3.3.0",
68+
"tsup": "^8.1.0",
69+
"turbo": "^1.13.3",
7070
"typescript": "^5.4.5",
71-
"typescript-eslint": "^7.7.0",
72-
"unocss": "^0.60.2",
73-
"vercel": "^34.0.0",
74-
"vitest": "^1.5.0"
71+
"typescript-eslint": "^7.11.0",
72+
"unocss": "^0.60.4",
73+
"vercel": "^34.2.4",
74+
"vitest": "^1.6.0"
7575
},
7676
"pnpm": {
7777
"peerDependencyRules": {
@@ -97,5 +97,5 @@
9797
"engines": {
9898
"node": ">=18"
9999
},
100-
"packageManager": "pnpm@9.1.1"
100+
"packageManager": "pnpm@9.1.4"
101101
}

packages/actions/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@
4949
"meilisearch": "^0.38.0",
5050
"p-limit": "^5.0.0",
5151
"tslib": "^2.6.2",
52-
"undici": "6.13.0"
52+
"undici": "6.18.2"
5353
},
5454
"devDependencies": {
5555
"@types/node": "18.18.8",
56-
"@vitest/coverage-v8": "^1.5.0",
56+
"@vitest/coverage-v8": "^1.6.0",
5757
"cross-env": "^7.0.3",
5858
"eslint": "^8.57.0",
5959
"eslint-config-neon": "^0.1.62",
6060
"eslint-formatter-pretty": "^6.0.1",
61-
"prettier": "^3.2.5",
62-
"tsup": "^8.0.2",
63-
"turbo": "^1.13.2",
61+
"prettier": "^3.3.0",
62+
"tsup": "^8.1.0",
63+
"turbo": "^1.13.3",
6464
"typescript": "^5.4.5",
65-
"vitest": "^1.5.0"
65+
"vitest": "^1.6.0"
6666
},
6767
"engines": {
6868
"node": ">=18"

packages/api-extractor-model/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
},
3838
"devDependencies": {
3939
"@types/jest": "^29.5.12",
40-
"@types/node": "^18.19.22",
40+
"@types/node": "^18.19.33",
4141
"cross-env": "^7.0.3",
4242
"eslint": "^8.57.0",
4343
"eslint-config-neon": "^0.1.62",
4444
"eslint-formatter-pretty": "^6.0.1",
4545
"jest": "^29.7.0",
46-
"prettier": "^3.2.5",
47-
"tsup": "^8.0.2",
48-
"turbo": "^1.13.2"
46+
"prettier": "^3.3.0",
47+
"tsup": "^8.1.0",
48+
"turbo": "^1.13.3"
4949
}
5050
}

packages/api-extractor-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"eslint": "^8.57.0",
5656
"eslint-config-neon": "^0.1.62",
5757
"eslint-formatter-pretty": "^6.0.1",
58-
"prettier": "^3.2.5",
59-
"tsup": "^8.0.2",
60-
"turbo": "^1.13.2",
58+
"prettier": "^3.3.0",
59+
"tsup": "^8.1.0",
60+
"turbo": "^1.13.3",
6161
"typescript": "^5.4.5"
6262
},
6363
"engines": {

packages/api-extractor/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
},
6666
"devDependencies": {
6767
"@types/jest": "^29.5.12",
68-
"@types/lodash": "^4.17.0",
69-
"@types/node": "^18.19.22",
68+
"@types/lodash": "^4.17.4",
69+
"@types/node": "^18.19.33",
7070
"@types/resolve": "^1.20.6",
7171
"@types/semver": "^7.5.8",
7272
"cpy-cli": "^5.0.0",
@@ -75,8 +75,8 @@
7575
"eslint-config-neon": "^0.1.62",
7676
"eslint-formatter-pretty": "^6.0.1",
7777
"jest": "^29.7.0",
78-
"prettier": "^3.2.5",
79-
"tsup": "^8.0.2",
80-
"turbo": "^1.13.2"
78+
"prettier": "^3.3.0",
79+
"tsup": "^8.1.0",
80+
"turbo": "^1.13.3"
8181
}
8282
}

0 commit comments

Comments
 (0)