Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2024

This PR contains the following updates:

Package Change Age Confidence
@sapphire/framework (source) ^4.0.0 -> ^5.0.0 age confidence

Release Notes

sapphiredev/framework (@​sapphire/framework)

v5.5.0

Compare Source

🚀 Features

v5.4.0

Compare Source

🐛 Bug Fixes

🚀 Features

  • Update sapphire dependencies (d3aad6a)

v5.3.7

Compare Source

🐛 Bug Fixes

  • Update result and lexure (c9d86ce)
  • Update code in ClientPermissions and command channel types to match latest discordjs changes (43d7e4a) (#​849 by @​favna)
  • deps: Update all non-major dependencies (e9190b8)

v5.3.6

Compare Source

🐛 Bug Fixes

v5.3.5

Compare Source

🐛 Bug Fixes

v5.3.4

Compare Source

🐛 Bug Fixes

v5.3.3

Compare Source

🐛 Bug Fixes

v5.3.2

Compare Source

🐛 Bug Fixes

v5.3.1

Compare Source

🐛 Bug Fixes

v5.3.0

Compare Source

🐛 Bug Fixes

📝 Documentation

🚀 Features

v5.2.1

Compare Source

🐛 Bug Fixes

  • permissions: Add permissions added by DJS 14.5.2 (7d6a301)
  • deps: Update all non-major dependencies (22f7729)

v5.2.0

Compare Source

🚀 Features

v5.1.0

Compare Source

🚀 Features

v5.0.10

Compare Source

🐛 Bug Fixes

  • Actually fix type bundle (7e7074a)

v5.0.9

Compare Source

🐛 Bug Fixes

v5.0.8

Compare Source

🐛 Bug Fixes

  • Resolved issue with registerOptions not picking up default options correctly (#​738) (2ad21b5)
  • Update sonar project key (b852496)

📝 Documentation

v5.0.7

Compare Source

🐛 Bug Fixes

  • Update transitive sapphire dependencies (fba3ce2)
  • Fixed commonjs typings export mapping (#​718) (d10b4fa)
  • computeDifferences: Check channel types (#​719) (3a1931b)
  • deps: Update all non-major dependencies (#​717) (59f061c)
  • ApplicationCommandRegistries: Add the right ids in the right place (#​716) (34193ef)

v5.0.6

Compare Source

🐛 Bug Fixes

v5.0.5

Compare Source

🐛 Bug Fixes

  • Update transitive sapphire dependencies (ddf4f15)
  • deps: Update all non-major dependencies (#​704) (9e2dc3b)

v5.0.4

Compare Source

🐛 Bug Fixes

v5.0.3

Compare Source

🐛 Bug Fixes

  • normalizeInputs: Bring back the defaulting I removed (#​701) (0e04eb3)

v5.0.2

Compare Source

🐛 Bug Fixes

  • Update transitive dependencies (16af23b)

v5.0.1

Compare Source

🐛 Bug Fixes

  • Actually fix type bundle (7e7074a)

v5.0.0

Compare Source

🚀 Features

  • Make ESM properly load ESM endpoint and not masquerade as ESM (#​700) (59b637e)
    • 💥 BREAKING CHANGE: This ensures that Framework will properly load the files
      from the dist/esm folder. This is BREAKING to ALL plugins that are not
      equally updated to load ESM specific files because they will otherwise
      load the CJS files of @​sapphire/framework and every piece will load twice.
      DO NOT use this version without also updating your plugins! Sapphire plugins
      have been released alongside this version, third-party plugins will need
      to be updated by their respective authors!!

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

  • Add missing permission to account for discord-api-types@​0.37.40 (8c5ce9d)
  • deps: Update all non-major dependencies (#​631) (d9115d2)

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: 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 force-pushed the renovate/sapphire-framework-5.x branch 2 times, most recently from 11e1b0d to 58fd385 Compare August 13, 2025 16:45
@renovate renovate bot force-pushed the renovate/sapphire-framework-5.x branch from 58fd385 to 3043de5 Compare August 19, 2025 15:16
@renovate renovate bot force-pushed the renovate/sapphire-framework-5.x branch from 3043de5 to 38da09a Compare August 31, 2025 09:55
@renovate renovate bot force-pushed the renovate/sapphire-framework-5.x branch from 38da09a to 0d407ad Compare September 24, 2025 18:35
@renovate renovate bot force-pushed the renovate/sapphire-framework-5.x branch from 0d407ad to 4b3a755 Compare October 21, 2025 15:52
@renovate renovate bot force-pushed the renovate/sapphire-framework-5.x branch 2 times, most recently from 2d6aded to cceb2d9 Compare November 10, 2025 14:59
@renovate renovate bot force-pushed the renovate/sapphire-framework-5.x branch from cceb2d9 to 3b4db96 Compare November 18, 2025 23:04
@renovate renovate bot force-pushed the renovate/sapphire-framework-5.x branch from 3b4db96 to e2da9c1 Compare December 3, 2025 20:01
@renovate renovate bot force-pushed the renovate/sapphire-framework-5.x branch from e2da9c1 to 67dcb44 Compare December 24, 2025 17:10
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.

1 participant