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/framework to v4.8.5 #243

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/framework (source) 4.0.0 -> 4.8.5 age adoption passing confidence

Release Notes

sapphiredev/framework (@​sapphire/framework)

v4.8.5

Compare Source

🐛 Bug Fixes

v4.8.4

Compare Source

🐛 Bug Fixes

v4.8.3

Compare Source

🏠 Refactor

  • Switch to split cjs and esm builds and fully build with tsup (#​697) (2502abb)
  • Command: Make type guards check the type (3a6b259)

🐛 Bug Fixes

  • computeDifference: Correctly check for extra properties and split up compute difference (#​695) (281d118)
  • Command: parentCategory failing with fullCategory.length === 1 (04bc519)

📝 Documentation

  • Command: Update fullCategory's outdated docs (d2d7967)

v4.8.2

Compare Source

🐛 Bug Fixes

v4.8.1

Compare Source

🏠 Refactor

📝 Documentation

v4.8.0

Compare Source

🏠 Refactor

🐛 Bug Fixes

  • Update transitive dependencies (85c0280)
  • Set engines.node to >=18 (7cbec42)

🚀 Features

v4.7.2

Compare Source

🏠 Refactor

v4.7.1

Compare Source

🏠 Refactor

  • Expose runInTypeIsSpecificsObject as public static method on Command (6bbe2c1)

v4.7.0

Compare Source

🚀 Features

  • command: Make it possible for runIn to be command type specific (#​673) (99ab31e)

v4.6.1

Compare Source

🐛 Bug Fixes

v4.6.0

Compare Source

🏠 Refactor

🐛 Bug Fixes

  • Update transitive dependencies (dc0cf8a)

📝 Documentation

  • Temporarily typedoc docgen until typedoc-json-parser is fixed (4eb8306)
  • SapphireClient: Fix link to DiscordJS docs (341d57a)

🚀 Features

  • Add global config for setting the guild ids to register commands to (#​659) (de5e8eb)

v4.5.3

Compare Source

🐛 Bug Fixes

  • Command: Make resolveConstructorPreConditionsRunType protected instead of private (ce73c44)

v4.5.2

Compare Source

🏠 Refactor

  • preconditions: Add RunIn, deprecate everything else (#​655) (2ed7fa5)

🐛 Bug Fixes

  • deps: Update all non-major dependencies (#​656) (6d3b4fc)
  • Bump transitive dependencies (9103253)
  • deps: Update all non-major dependencies (b8ce85d)

v4.5.1

Compare Source

🐛 Bug Fixes

  • preconditions: Resolve deprecated discordjs code (71cf295)
  • identifiers: Fix wrong string for Identifiers.ArgumentGuildNewsThreadChannelError (c711e8c)
  • Update transitive sapphire dependencies (f97ca21)

v4.5.0

Compare Source

🐛 Bug Fixes

🚀 Features

  • interaction-handlers: Add events for parse return states (#​641) (a069d5f)

v4.4.4

Compare Source

🐛 Bug Fixes

v4.4.3

Compare Source

🐛 Bug Fixes

v4.4.2

Compare Source

🐛 Bug Fixes

v4.4.1

Compare Source

🐛 Bug Fixes

📝 Documentation

  • Add code of conduct to the repo (f4a9897)

v4.4.0

Compare Source

🚀 Features

  • Make the Application Command Registries status listeners optional (#​627) (0e6d59a)

v4.3.1

Compare Source

🐛 Bug Fixes

  • deps: Update pieces and utilities to latest version (e83009a)

v4.3.0

Compare Source

🐛 Bug Fixes

  • Add missing type modifiers (75fb220)
  • Update dependencies (7555627)
  • ApplicationCommandRegistries: Emit event if user is listening for bulk overwrites errors (#​622) (55b26ad)
  • deps: Update all non-major dependencies (#​620) (5212e8c)

🚀 Features

v4.2.2

Compare Source

🐛 Bug Fixes

v4.2.1

Compare Source

🐛 Bug Fixes

  • ClientPermissions: Fixed permission checking for old applications (#​616) (725a7d3)
  • events: Add missing discordjs events (#​612) (f9606c3)

v4.2.0

Compare Source

🏠 Refactor

🚀 Features

v4.1.1

Compare Source

🐛 Bug Fixes

v4.1.0

Compare Source

🐛 Bug Fixes

  • Command: Do not attempt to execute application command reloading logic when a command does not have any application commands (#​598) (61e96d2)
  • Use declare for store properties to avoid the need for as *Store (#​602) (b243bcd)
  • Command: Support BulkOverwrite for reloads (#​600) (b4c252e)
  • Args: Ensure proper error types are always thrown (#​601) (ee8be2e)

🚀 Features

  • Remove CommandChatInputRegisterShortcut alias interface, prefer using ApplicationCommandRegistry.RegisterOptions instead (#​597) (18ad9fa)

v4.0.2

Compare Source

🐛 Bug Fixes

v4.0.1

Compare Source

🐛 Bug Fixes

  • ApplicationCommandRegistry: Context menu command matching went wrong (#​590) (779dda4)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/sapphire-framework-4.x-lockfile branch 15 times, most recently from 7a6507f to 7495181 Compare March 23, 2023 06:00
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch 14 times, most recently from 420cf9d to 3c65549 Compare March 31, 2023 01:44
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch from 3c65549 to b77d590 Compare April 2, 2023 23:05
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch from c962d00 to 9b33b28 Compare September 6, 2023 14:02
@renovate renovate bot changed the title fix(deps): update dependency @sapphire/framework to v4.5.3 fix(deps): update dependency @sapphire/framework to v4.6.0 Sep 6, 2023
@renovate renovate bot changed the title fix(deps): update dependency @sapphire/framework to v4.6.0 fix(deps): update dependency @sapphire/framework to v4.6.1 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch from 9b33b28 to ad96152 Compare October 5, 2023 13:53
@renovate renovate bot changed the title fix(deps): update dependency @sapphire/framework to v4.6.1 fix(deps): update dependency @sapphire/framework to v4.7.0 Oct 15, 2023
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch from ad96152 to 4ce85bd Compare October 15, 2023 16:29
@renovate renovate bot changed the title fix(deps): update dependency @sapphire/framework to v4.7.0 fix(deps): update dependency @sapphire/framework to v4.7.1 Oct 16, 2023
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch 2 times, most recently from 7aebd1f to 49ac833 Compare October 23, 2023 13:33
@renovate renovate bot changed the title fix(deps): update dependency @sapphire/framework to v4.7.1 fix(deps): update dependency @sapphire/framework to v4.7.2 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch from 49ac833 to 5f878ed Compare November 16, 2023 22:21
@renovate renovate bot changed the title fix(deps): update dependency @sapphire/framework to v4.7.2 fix(deps): update dependency @sapphire/framework to v4.8.0 Nov 16, 2023
@renovate renovate bot changed the title fix(deps): update dependency @sapphire/framework to v4.8.0 fix(deps): update dependency @sapphire/framework to v4.8.2 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch from 5f878ed to 428eb81 Compare November 17, 2023 02:04
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch from 428eb81 to fddcead Compare December 2, 2023 13:04
@renovate renovate bot changed the title fix(deps): update dependency @sapphire/framework to v4.8.2 fix(deps): update dependency @sapphire/framework to v4.8.3 Dec 2, 2023
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch from fddcead to 1310ff6 Compare December 3, 2023 10:03
@renovate renovate bot changed the title fix(deps): update dependency @sapphire/framework to v4.8.3 fix(deps): update dependency @sapphire/framework to v4.8.4 Dec 3, 2023
@renovate renovate bot changed the title fix(deps): update dependency @sapphire/framework to v4.8.4 fix(deps): update dependency @sapphire/framework to v4.8.5 Dec 3, 2023
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch from 1310ff6 to 1173d4d Compare December 3, 2023 21:24
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch 8 times, most recently from 264d871 to a9c9391 Compare February 27, 2024 02:48
@renovate renovate bot force-pushed the renovate/sapphire-framework-4.x-lockfile branch from a9c9391 to 887e48a Compare February 27, 2024 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants