fix(deps): update dependency sirv to v1.0.19 #136
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.7
->1.0.19
Release Notes
lukeed/sirv
v1.0.19
Compare Source
Patches
mime/lite
withmrmime
:d93f33f
Dependency swap for a significant size reduction and makes
sirv
more ESM-friendly.Chores
uvu
version:6008daf
v1.0.18
Compare Source
Patches
charset=utf-8
to HTML content-type (#106, #122):d1b8ba6
Thank you @aleclarson~!
v1.0.17
Compare Source
v1.0.16
Compare Source
v1.0.15
Compare Source
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
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.