Skip to content

Update dependency @sapphire/discord.js-utilities to v7#54

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sapphire-discord.js-utilities-7.x
Open

Update dependency @sapphire/discord.js-utilities to v7#54
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sapphire-discord.js-utilities-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 2, 2024

This PR contains the following updates:

Package Change Age Confidence
@sapphire/discord.js-utilities (source) ^4.9.1^7.0.0 age confidence

Release Notes

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

v7.3.3

Compare Source

🏠 Refactor

🐛 Bug Fixes

v7.3.2

Compare Source

🐛 Bug Fixes

v7.3.1

Compare Source

🏠 Refactor

🐛 Bug Fixes

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

v5.1.2

Compare Source

🐛 Bug Fixes

📝 Documentation

v5.1.1

Compare Source

🐛 Bug Fixes

  • discord.js-utilities: Fixed stop button crashing bots (d5a9fc6)

v5.1.0

Compare Source

🐛 Bug Fixes

  • utilities: Race condition issue for closed paginated message (#​484) (8c9c9b7)
  • deps: Update all non-major dependencies (#​466) (dc08606)

📝 Documentation

🚀 Features

  • utilities: Add possibility to import single functions by appending them to the import path. (#​454) (374c145)

v5.0.1

Compare Source

🏠 Refactor

  • Split @sapphire/time-utilities into 4 sub-packages (#​462) (574299a)

🐛 Bug Fixes

  • deps: Update all non-major dependencies (e20f299)

📝 Documentation

v5.0.0

Compare Source

🏠 Refactor

  • djs-utilities: Remove deprecated code (#​426) (e6d20aa)
    • 💥 BREAKING CHANGE: removed deprecated author field on PaginatedMessage
    • 💥 BREAKING CHANGE: removed deprecated function runsOnInteraction

🐛 Bug Fixes

  • deps: Update all non-major dependencies (2308bd7)

v4.12.0

Compare Source

🐛 Bug Fixes

  • deps: Update all non-major dependencies (84af0db)

📝 Documentation

🚀 Features

  • discord.js-utilities: Rename runsOnInteraction to isAnyInteraction and add deprecation notice for the former (b2486c2)
  • discord.js-utilities: Add ChatInputOrContextMenuInteraction, NonModalInteraction, and AnyInteraction utility types (703259a)

🧪 Testing

v4.11.3

Compare Source

🐛 Bug Fixes

v4.11.2

Compare Source

v4.11.1

Compare Source

🐛 Bug Fixes

  • paginated-message: Fixed an issue cancelling a paginated message after an ephemeral reply (#​372) (5d545a5)
  • discord.js-utilities: Add APIInteractionDataResolvedGuildMember type to isGuildMember function (#​363) (522c305)

📝 Documentation

v4.11.0

Compare Source

🐛 Bug Fixes

🚀 Features

  • discord.js-utilities: Update to DJS v13.7 (76e4efd)
  • discord.js-utilities: IsGuildMember type guard (#​349) (c3a77c0)

v4.10.0

Compare Source

🚀 Features

  • PaginatedMessage: Supports placeholder setting for default SelectMenu (#​342) (101ea97)

v4.9.7

Compare Source

Bug Fixes

  • PaginatedMessage: Make resolvePaginatedMessageInternationalizationContext protected (0bb7c55)

v4.9.6

Compare Source

Bug Fixes

  • PaginatedMessage: Update i18nContext to match plugin-i18next (#​337) (bcc053c)

Documentation

v4.9.5

Compare Source

Bug Fixes

Documentation

4.9.4 (2022-04-01)

Bug Fixes
  • PaginatedMessage: removed duplicate page index footers on multiple embed pages (#​320) (0d6934d)

4.9.3 (2022-03-20)

Note: Version bump only for package @​sapphire/discord.js-utilities

4.9.2 (2022-03-20)

Note: Version bump only for package @​sapphire/discord.js-utilities

4.9.1 (2022-03-11)

Note: Version bump only for package @​sapphire/discord.js-utilities

v4.9.4

Compare Source

Bug Fixes

Documentation

4.9.4 (2022-04-01)

Bug Fixes
  • PaginatedMessage: removed duplicate page index footers on multiple embed pages (#​320) (0d6934d)

4.9.3 (2022-03-20)

Note: Version bump only for package @​sapphire/discord.js-utilities

4.9.2 (2022-03-20)

Note: Version bump only for package @​sapphire/discord.js-utilities

4.9.1 (2022-03-11)

Note: Version bump only for package @​sapphire/discord.js-utilities

v4.9.3

Compare Source

Bug Fixes

Documentation

4.9.4 (2022-04-01)

Bug Fixes
  • PaginatedMessage: removed duplicate page index footers on multiple embed pages (#​320) (0d6934d)

4.9.3 (2022-03-20)

Note: Version bump only for package @​sapphire/discord.js-utilities

4.9.2 (2022-03-20)

Note: Version bump only for package @​sapphire/discord.js-utilities

4.9.1 (2022-03-11)

Note: Version bump only for package @​sapphire/discord.js-utilities

v4.9.2

Compare Source

Bug Fixes

Documentation

4.9.4 (2022-04-01)

Bug Fixes
  • PaginatedMessage: removed duplicate page index footers on multiple embed pages (#​320) (0d6934d)

4.9.3 (2022-03-20)

Note: Version bump only for package @​sapphire/discord.js-utilities

4.9.2 (2022-03-20)

Note: Version bump only for package @​sapphire/discord.js-utilities

4.9.1 (2022-03-11)

Note: Version bump only for package @​sapphire/discord.js-utilities


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 Dependency updates label Mar 2, 2024
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 2, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 WARN  The "store" setting has been renamed to "store-dir". Please use the new name.
 WARN  GET https://registry.npmjs.org/@sapphire%2Fdiscord.js-utilities error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@sapphire/ts-config/-/ts-config-3.3.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.21.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.21.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.14.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-16.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ts-node-dev/-/ts-node-dev-1.1.8.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@sapphire/decorators/-/decorators-4.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@sapphire/framework/-/framework-3.0.0-next.5524516.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@sapphire/pieces/-/pieces-3.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@sapphire/plugin-logger/-/plugin-logger-2.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@sapphire/utilities/-/utilities-3.5.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@sentry/integrations/-/integrations-6.18.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
undefined
 ERROR  Command failed with exit code 128: git ls-remote git+ssh://git@github.com/discord/erlpack.git HEAD
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

@renovate renovate bot force-pushed the renovate/sapphire-discord.js-utilities-7.x branch from 979440e to d56e7a3 Compare August 10, 2025 12:59
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Aug 10, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
(node:1542) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants