Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@sapphire/plugin-api (source) ^6.1.1 -> ^8.0.0 age confidence

Release Notes

sapphiredev/plugins (@​sapphire/plugin-api)

v8.3.1

Compare Source

🐛 Bug Fixes

v8.3.0

Compare Source

🏠 Refactor

  • api: Migrate to @sapphire/iana-mime-types (c7aaadd)

🐛 Bug Fixes

🚀 Features

v8.2.1

Compare Source

🐛 Bug Fixes

  • api: Debump cookie-es to v1 to allow for CJS bots (abbe598)

v8.2.0

Compare Source

🐛 Bug Fixes

🚀 Features

v8.0.0

Compare Source

🐛 Bug Fixes

🚀 Features

v7.0.3

Compare Source

🐛 Bug Fixes

v7.0.2

Compare Source

🐛 Bug Fixes

v7.0.1

Compare Source

🏠 Refactor

v7.0.0

Compare Source

🏠 Refactor

  • Remove media parsers (56b0ad1) (#​616 by @​kyranet)
    • 💥 BREAKING CHANGE: Removed MediaParser
    • 💥 BREAKING CHANGE: Removed MediaParserStore
    • 💥 BREAKING CHANGE: Removed Route#acceptedContentMimeTypes
    • 💥 BREAKING CHANGE: Removed ApiRequest#body, use the new methods instead
  • Switch MimeTypes to MimeType and use IANA media types (834b446) (#​603 by @​kyranet)
    • 💥 BREAKING CHANGE: MimeTypes has been removed in favor of the MimeType string union type consists of all IANA media types
  • router: Change router system (ce675e0) (#​590 by @​kyranet)
    • 💥 BREAKING CHANGE: Moved RouteStore#match to a listener
    • 💥 BREAKING CHANGE: Replaced node:events with @vladfrangu/async_event_emitter
    • 💥 BREAKING CHANGE: Removed route parameter in the Middleware#run method, use request.route instead
    • 💥 BREAKING CHANGE: Removed Route#router property
    • 💥 BREAKING CHANGE: Removed RouteStore#methods property
    • 💥 BREAKING CHANGE: Removed objects in router events, use request.route and request.routerNode instead
    • 💥 BREAKING CHANGE: Renamed ServerEvents enum to ServerEvent
    • 💥 BREAKING CHANGE: Renamed event match to routerFound
    • 💥 BREAKING CHANGE: Renamed event noMatch to routerBranchNotFound
  • route: Change method handling (08a81b1) (#​588 by @​kyranet)
    • 💥 BREAKING CHANGE: The headers middleware now uses the supported HTTP methods from the route or the store instead of sending all supported methods
    • 💥 BREAKING CHANGE: Changed the method handling in the Route class to not be keyed by the method name, sending all requests to the run method. This allows for more flexibility in the route handling
    • 💥 BREAKING CHANGE: Writing the name of a file as <name>.<method>.ts will now set <method> as a method for the route
  • route: Proper route handling and FS-based paths (d27dc1c) (#​587 by @​kyranet)
    • 💥 BREAKING CHANGE: The prefix is now suffixed with a / before concatenating in RouteData
    • 💥 BREAKING CHANGE: Route now reads defaults to filesystem-based path definition when options.route is not defined. Virtual pieces (those loaded with loadPiece) are unaffected
    • 💥 BREAKING CHANGE: Route parameters are now defined as /guilds/[guild] rather than /guilds/:guild

🐛 Bug Fixes

📝 Documentation

  • typedoc: Exclude externals to exclude Collection and Map methods from Store (c3e54a4)
  • api: Fix tsdoc comments (13aa0b1)

🚀 Features


Configuration

📅 Schedule: Branch creation - "before 10am on Saturday" (UTC), Automerge - At any time (no schedule defined).

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

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 added the dependencies label Jan 4, 2025
@renovate renovate bot requested a review from killbasa as a code owner January 4, 2025 02:16
@renovate renovate bot force-pushed the renovate/sapphire-plugin-api-8.x branch 2 times, most recently from a394e9d to ea008e1 Compare August 13, 2025 16:47
@renovate renovate bot force-pushed the renovate/sapphire-plugin-api-8.x branch from ea008e1 to e39787f Compare August 19, 2025 13:16
@renovate renovate bot force-pushed the renovate/sapphire-plugin-api-8.x branch from e39787f to 23cc5ca Compare August 31, 2025 10:21
@renovate renovate bot force-pushed the renovate/sapphire-plugin-api-8.x branch from 23cc5ca to b2864f5 Compare September 25, 2025 21:31
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