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

chore(deps): update dependency @sapphire/plugin-api to v7 #324

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/plugin-api (source) ^6.1.1 -> ^7.0.3 age adoption passing confidence

Release Notes

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

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 12pm on Sunday" (UTC), 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 Concerns external dependencies or libraries used in the project. label Nov 3, 2024
@renovate renovate bot force-pushed the renovate/sapphire-plugin-api-7.x branch 2 times, most recently from cce539d to 095b44e Compare November 5, 2024 18:30
@renovate renovate bot force-pushed the renovate/sapphire-plugin-api-7.x branch from 095b44e to 49ab7d7 Compare November 6, 2024 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Concerns external dependencies or libraries used in the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants