chore(deps): update dependency @sapphire/plugin-api to v7 #324
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.1.1
->^7.0.3
Release Notes
sapphiredev/plugins (@sapphire/plugin-api)
v7.0.3
Compare Source
🐛 Bug Fixes
RouterNode
for the available ACAM values (b77af3f) (#658 by @kyranet)v7.0.2
Compare Source
🐛 Bug Fixes
index
case correctly (954d495) (#657 by @kyranet)v7.0.1
Compare Source
🏠 Refactor
index
as/
(3e51fea) (#656 by @kyranet)v7.0.0
Compare Source
🏠 Refactor
MediaParser
MediaParserStore
Route#acceptedContentMimeTypes
ApiRequest#body
, use the new methods insteadMimeTypes
toMimeType
and use IANA media types (834b446) (#603 by @kyranet)MimeTypes
has been removed in favor of theMimeType
string union type consists of all IANA media typesRouteStore#match
to a listenernode:events
with@vladfrangu/async_event_emitter
route
parameter in theMiddleware#run
method, userequest.route
insteadRoute#router
propertyRouteStore#methods
propertyrequest.route
andrequest.routerNode
insteadServerEvents
enum toServerEvent
match
torouterFound
noMatch
torouterBranchNotFound
Route
class to not be keyed by the method name, sending all requests to therun
method. This allows for more flexibility in the route handling<name>.<method>.ts
will now set<method>
as a method for the route/
before concatenating inRouteData
Route
now reads defaults to filesystem-based path definition whenoptions.route
is not defined. Virtual pieces (those loaded withloadPiece
) are unaffected/guilds/[guild]
rather than/guilds/:guild
🐛 Bug Fixes
undici
package (d9dd30c) (#649 by @kyranet)@vladfrangu/async_event_emitter
(26d4b68) (#596 by @kyranet)📝 Documentation
🚀 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.
This PR was generated by Mend Renovate. View the repository job log.