chore(deps): update dependency sirv-cli to v1.0.14 #9
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/sirv-cli-1.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.0.11
->1.0.14
Release Notes
lukeed/sirv (sirv-cli)
v1.0.14
Compare Source
Chores
sirv
): Bump@polka/url
to take advantage of this fixv1.0.13
Compare Source
Patches
(
sirv
) Only usereq.path
if hasreq._decoded
flag exists (#82):The
req._decoded
check was added & should have always been in there, since this wassirv
's way of preventing duplicatedecodeURIComponent
calls. However, this was only true when it received a request from apolka@next
app, since Polka was previously writing the decoded value toreq.path
– this changed withpolka@v1.0.0-next.16
Now that the latest
polka@next
(and Express) doesn't decode automatically anymore,req.path
isn't trustworthy on its own. It needsreq._decoded
to be there too in order to trust it.This combo-check is backwards compatible for
polka@next
users who don't upgrade and will unblock Express users for the first time, who have always had a "raw"req.path
value set.v1.0.12
Compare Source
Patches
boolean
options are parsed as booleans (#97):8ebca7c
@polka/url
dependency version:7c5162a
Chores
f2ae0f5
9334dfc
,cf2de81
,c7e0a20
ede9189
Thank you @samccone!
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.
This PR has been generated by Renovate Bot.