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 v5 #320

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2024

This PR contains the following updates:

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

Release Notes

sapphiredev/framework (@​sapphire/framework)

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

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.

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