Update dependency sirv-cli to v1.0.14 - abandoned #438
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:
1.0.0
->1.0.14
Release Notes
lukeed/sirv
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 with[email protected]
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!
v1.0.11
Compare Source
Patches
sirv
) AddVary
header when gzip or brotli is in use (#95):86e6733
Thank you @istarkov~!
v1.0.10
Compare Source
Patches
sirv
) UseCache-Control: no-cache
when bothdev
&etag
are enabled (#90):c8fe11b
By default
dev
-mode always usedno-store
– but this also means that anyETag
on the response is ignored too. Changing this tono-cache
allows the browser to remember theETag
and send if as theIf-None-Match
header on next request.v1.0.9
Compare Source
Patches
(
sirv
) More specificignore
regex default (#88):5e3d7a8
Thank you @adam-lynch~!
(
sirv
) ReplaceVoidFunction
usage in TypeScript definitions (#89):478b487
v1.0.8
Compare Source
Patches
sirv-cli
): Add hidden--no-logs
option (#85):714c058
Does not render
"LOGS"
output on requests. Unlike--quiet
,--no-logs
keeps intro banner.v1.0.7
Compare Source
Patches
(
sirv
): Use a separateFILES
cache persirv
instance (#84):c69bbfb
Thank you @Rich-Harris~!
(
sirv
): Appendmust-revalidate
Cache-Control directive whenmaxAge: 0
is used:fb31a46
Only appends when
immutable
option is not in use!v1.0.6
Compare Source
Patches
sirv
) Ensureoptions.setHeaders
changes are respected (#79):25eb012
v1.0.5
Compare Source
Patches
sirv
) Ensure cached response headers (in "prod" mode) are not mutated between requests (#75, #55):b33bb15
Thank you @imtiazmangerah!
v1.0.4
Compare Source
Patches
sirv-cli
): Allow graceful HTTP/1 support when--http2
enabled (#74):4b419bf
Does not affect HTTP/2 clients. Instead, allows HTTP/1.1 clients to connect over HTTPS.
Thank you @ArtskydJ~!
v1.0.3
Compare Source
Patches
sirv-cli
) Add--no-clear
option to disable console scroll reset (#58):32a6a2c
Default behavior is completely unchanged.
v1.0.2
Compare Source
Patches
sirv-cli
) Print--host
hint when not in use (#70, #71):ec5febc
Thank you @mhkeller~!
A lot of users are/were unaware that
sirv-cli
was capable of setting up a network endpoint for your server. The option always existed in the help text's list of options, but it can be easy for things to hide in plain sight! So now the CLI will always show a "Network:" field (to show that it's at least possible) and either the server address if there is one or a short clue about the--host
flag.Chores
mkcert
for alternative SSL certificate generation (#68):9eea208
Thank you @longrunningprocess~!
v1.0.1
Compare Source
Patches
sirv
) Set "br" forcontent-encoding
header value (#65):fa4f7db
,7205446
Thank you @DaGhostman~!
Chores
sirv
) Add additionaldotfiles
tests:d01fe72
8785b42
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 Mend Renovate. View repository job log here.