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

fix(deps): update dependency @sapphire/discord.js-utilities to v7 #150

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/discord.js-utilities (source) ^5.1.2 -> ^7.3.0 age adoption passing confidence

Release Notes

sapphiredev/utilities (@​sapphire/discord.js-utilities)

v7.3.0

Compare Source

📝 Documentation

  • discord.js-utilities: Fix tsdoc comments (04bc8e2)
  • discord.js-utilities: Fix tsdoc comment (6f16000)
  • discord.js-utilities: Fix tsdoc comments (ea3f3d6)

🚀 Features

  • discord.js-utilities: Add attachment type guards (4660670)

v7.2.1

Compare Source

🐛 Bug Fixes

  • PaginatedMessage: Fix support for discordjs 14.5.2 (07a0cfa)

v7.2.0

Compare Source

🚀 Features

  • discord.js-utilities: Add components to MessageBuilder (#​734) (f463545)

v7.1.6

Compare Source

🐛 Bug Fixes

v7.1.5

Compare Source

🏠 Refactor

  • PaginatedMessage: Always put link buttons below select menus (#​699) (86b58d0)

🐛 Bug Fixes

  • PaginatedMessage: Fixed link buttons not properly being added (#​698) (aa3e3eb)

📝 Documentation

  • createPartitionedMessageRow: Fix documentation for docusaurus rendering (0c8d013)
  • createPartitionedMessageRow: Fix documentation for docusaurus rendering (ab04d55)

v7.1.4

Compare Source

🐛 Bug Fixes

  • PaginatedMessage: Make it possible to disable adding page numbers to the footer through setShouldAddFooterToEmbeds (dc18281)
  • paginatedmessage: Check for pageActions before throwing an error (#​684) (740b317)

📝 Documentation

  • PaginatedMessage: Add AI generated tsdoc to remaining items (4ca1c55)
  • PaginatedMessage: Add AI generated doc comments on all undocumented fields (fdba2bb)

🪞 Styling

  • Run prettier on the codebase (1d6e994)

v7.1.3

Compare Source

🐛 Bug Fixes

  • discord.js-utilities: Properly split CJS and ESM (3f9bd6a)

v7.1.2

Compare Source

🐛 Bug Fixes

  • paginatedmessage: Fixed interacting with multiple users on multiple ephemeral interactions (#​666) (0c4ba3c)

📝 Documentation

  • typeguards: Improve the docs for isAnyInteraction and isAnyInteractableInteraction (#​667) (f4ec262)

v7.1.1

Compare Source

v7.1.0

Compare Source

🚀 Features

  • PaginatedMessage: Improve @discordjs/builders support (#​659) (0cbf663)

v7.0.3

Compare Source

🐛 Bug Fixes

  • discord.js-utilities: Fixed isNsfwChannel typeguard by including ChannelType.GuildMedia (#​665) (7c6cfe2)

📝 Documentation

  • discord.js-utilities: Update discord.js.org links (#​662) (9c92477)

v7.0.2

Compare Source

🐛 Bug Fixes

  • discord.js-utilities: Output proper dist files (75fded2)
  • discord.js-utilities: Revised type-guards for thread channels (#​639) (62f14dc)

v7.0.1

Compare Source

🐛 Bug Fixes

🧪 Testing

  • Update vitest to coverage v8 (a4bc6e4)

v7.0.0

Compare Source

🏠 Refactor

  • PaginatedMessage: Cleaned up some internal type casting. (870252d)
  • PaginatedMessage: The callback union is removed from messages property. pages are always processed with resolvePage meaning they can never be a callback. (4407907)
  • PaginatedMessage: PaginatedMessageMessageOptionsUnion now omits components as it was not handled anyway. (d60b8e2)
  • PaginatedMessage: Allow PaginatedMessage actions run to be optional and instead get handled by Sapphire interaction-handlers (d87eede)
    • 💥 BREAKING CHANGE: updateCurrentPage components are now resolved from the actions property
      instead of the components property. This makes it consistent with all the other
      page manipulation methods
    • 💥 BREAKING CHANGE: Removed getComponents since it is effectively useless due to the above change.

🚀 Features

  • PaginatedMessage: Added utility functions for type-guarding action variants. (5c0ae46)

v6.1.0

Compare Source

🚀 Features

  • PaginatedMessage: Add support for all select menus (#​589) (4858486)
  • PaginatedMessage: Add support for per-page actions (#​587) (b917236)
  • PaginatedMessage: Add method to update pages after response (#​584) (db13068)

v6.0.7

Compare Source

🐛 Bug Fixes

  • PaginatedMessage: Only add options and placeholder to the built-in StringSelectMenu (#​575) (49d588b)
  • paginatedmessage: Fix checks for actionIsButtonOrMenu (3f5d500)

📝 Documentation

  • paginatedmessage: Fix examples (c080740)

v6.0.6

Compare Source

🐛 Bug Fixes

  • discord.js-utilities: Add tslib dependency to fix __exportStar not being defined (2f6e4e6)

v6.0.5

Compare Source

🐛 Bug Fixes

  • discord.js-utilities: Add missing type modifiers (b372e79)
  • deps: Update all non-major dependencies (#​577) (291dd67)

v6.0.4

Compare Source

🐛 Bug Fixes

v6.0.3

Compare Source

🐛 Bug Fixes

  • discord.js-utilities: Fixed isAnyInteraction types (#​559) (334c16c)

v6.0.2

Compare Source

🐛 Bug Fixes

  • discord.js-utilities: Type fix for discord-api-types 0.37.35 (73d073a)
  • discord.js-utilities: Type fix for discord-api-types 0.37.35 (153dad4)
  • deps: Update all non-major dependencies (#​545) (40ca040)
  • discord.js-utilities: Fixed deprecated code (b5d55e9)

v6.0.1

Compare Source

🐛 Bug Fixes

  • discord.js-utilities: Fixed deprecated code (b5d55e9)

v6.0.0

Compare Source

📝 Documentation

🚀 Features


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Jun 4, 2023
@renovate renovate bot force-pushed the renovate/sapphire-discord.js-utilities-7.x branch from 2058dcb to 0bdcc68 Compare July 21, 2023 19:46
@renovate renovate bot force-pushed the renovate/sapphire-discord.js-utilities-7.x branch from 0bdcc68 to 072da5e Compare August 29, 2023 10:09
@renovate renovate bot force-pushed the renovate/sapphire-discord.js-utilities-7.x branch 3 times, most recently from 67fa2da to 40ef211 Compare November 16, 2023 20:04
@renovate renovate bot force-pushed the renovate/sapphire-discord.js-utilities-7.x branch from 40ef211 to db672d4 Compare December 4, 2023 21:43
@renovate renovate bot force-pushed the renovate/sapphire-discord.js-utilities-7.x branch from db672d4 to 99902d9 Compare December 16, 2023 02:40
@renovate renovate bot force-pushed the renovate/sapphire-discord.js-utilities-7.x branch from 99902d9 to 0c17a19 Compare December 28, 2023 01:42
@renovate renovate bot force-pushed the renovate/sapphire-discord.js-utilities-7.x branch from 0c17a19 to 289afd6 Compare January 19, 2024 21:26
@renovate renovate bot force-pushed the renovate/sapphire-discord.js-utilities-7.x branch from 289afd6 to e3c297b Compare April 13, 2024 18:21
@renovate renovate bot force-pushed the renovate/sapphire-discord.js-utilities-7.x branch from e3c297b to 1ab287a Compare May 6, 2024 17:26
@renovate renovate bot force-pushed the renovate/sapphire-discord.js-utilities-7.x branch from 1ab287a to 07b4904 Compare June 4, 2024 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants