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 the discord-js group with 4 updates #580

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2025

Bumps the discord-js group with 4 updates: discord.js, @discordjs/builders, @discordjs/rest and @discordjs/ws.

Updates discord.js from 14.17.3 to 14.18.0

Release notes

Sourced from discord.js's releases.

14.18.0

Bug Fixes

  • Guild: Type error with permissionOverwrites (#10527) (8e1e1be)
  • Incorrect relative path (#10734) (b7f1ebc)
  • PresenceUpdate: Correctly add user regardless of their properties (#10672) (7c1b73c)
  • InteractionResponses: Mark replied true for followUps (#10688) (32dff01)

Documentation

  • Use link tags to render links on the documentation (#10731) (66b9718)
  • Message: Improve message snapshots description (#10709) (31df3d2)

Features

Refactor

Styling

Typings

Changelog

Sourced from discord.js's changelog.

14.18.0 - (2025-02-10)

Bug Fixes

  • Guild: Type error with permissionOverwrites (#10527) (8e1e1be)
  • Incorrect relative path (#10734) (b7f1ebc)
  • PresenceUpdate: Correctly add user regardless of their properties (#10672) (7c1b73c)
  • InteractionResponses: Mark replied true for followUps (#10688) (32dff01)

Documentation

  • Use link tags to render links on the documentation (#10731) (66b9718)
  • Message: Improve message snapshots description (#10709) (31df3d2)

Features

Refactor

Styling

Typings

Commits

Updates @discordjs/builders from 1.10.0 to 1.10.1

Release notes

Sourced from @​discordjs/builders's releases.

@​discordjs/builders@​1.10.1

Bug Fixes

  • EmbedBuilder: Allow empty name and value on fields (#10747) (49ef3a8)
Changelog

Sourced from @​discordjs/builders's changelog.

@​discordjs/builders@​1.10.1 - (2025-02-10)

Bug Fixes

  • EmbedBuilder: Allow empty name and value on fields (#10747) (49ef3a8)

@​discordjs/builders@​1.9.0 - (2024-09-01)

Features

@​discordjs/builders@​1.8.2 - (2024-06-02)

Bug Fixes

  • SlashCommandBuilder: Add missing shared properties (#10255) (29fd89f)

Documentation

  • SelectMenuBuilder: Correct grammatical errors (#10309) (aae2faf)
  • TextInputBuilder: Correct constructor documentation (#10308) (c1e6890)
  • MappedComponentTypes: Fix "inpiut" typo (#10306) (29a50bb)

@​discordjs/builders@​1.8.1 - (2024-05-05)

Bug Fixes

Documentation

  • Split docs.api.json into multiple json files (597340f)

Features

  • api-extractor: Support export * as ___ syntax (#10173) (1c5de21)
  • Allow RestOrArray for command option builders (#10175) (a1a3a95)
  • Local and preview detection (79fbda3)

Refactor

... (truncated)

Commits
  • 53dbc96 chore(builders): release @​discordjs/builders@​1.10.1
  • 49ef3a8 fix(EmbedBuilder): allow empty name and value on fields (#10747)
  • 5d896f7 build: bump discord-api-types to 0.37.119
  • f3a2fb8 build: bump discord-api-types to 0.37.118
  • See full diff in compare view

Updates @discordjs/rest from 2.4.2 to 2.4.3

Commits

Updates @discordjs/ws from 1.2.0 to 1.2.1

Commits
  • 25cc728 chore(ws): release @​discordjs/ws@​1.2.1
  • d8c10a7 build: bump @​discordjs/rest to 2.4.3
  • ea5471a build: bump undici to 6.21.1
  • 7a5e6ff build: bump discord-api-types to 0.37.119
  • e1c4ee9 build: bump discord-api-types to 0.37.118
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the discord-js group with 4 updates: [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js), [@discordjs/builders](https://github.com/discordjs/discord.js/tree/HEAD/packages/builders), [@discordjs/rest](https://github.com/discordjs/discord.js/tree/HEAD/packages/rest) and [@discordjs/ws](https://github.com/discordjs/discord.js/tree/HEAD/packages/ws).


Updates `discord.js` from 14.17.3 to 14.18.0
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.18.0/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.18.0/packages/discord.js)

Updates `@discordjs/builders` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/@discordjs/[email protected]/packages/builders/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/[email protected]/packages/builders)

Updates `@discordjs/rest` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/rest/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/[email protected]/packages/rest)

Updates `@discordjs/ws` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/ws/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/[email protected]/packages/ws)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: discord-js
- dependency-name: "@discordjs/builders"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: discord-js
- dependency-name: "@discordjs/rest"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: discord-js
- dependency-name: "@discordjs/ws"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: discord-js
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependabot PRs that update a dependency file javascript Dependabot PRs that update Javascript code labels Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependabot PRs that update a dependency file javascript Dependabot PRs that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants