Update dependency sirv-cli to v2 - abandoned #25
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.14
->2.0.2
Release Notes
lukeed/sirv
v2.0.2
Compare Source
Patches
sirv
) Bumptotalist
version:e8c66e2
This allows for full native ESM support on Node.js
v2.0.1
Compare Source
v2.0.0
Compare Source
Breaking
5000
to8080
(#124):93a920b
With macOS Monterey, Apple now reserves port 5000 for AirPlay. This would cause
sirv-cli
to start seemingly successfully, but macOS would intercept all traffic tolocalhost:5000
, causing unexpected behavior for users/clients.Features
(sirv): Supports native ESM usage within Node~!
Now
sirv
and all its dependencies support ESM natively.(sirv-cli): Support the
NO_COLOR
standard (#108):4b8703b
Thank you @SpyTec~!
Chores
(sirv): Bump
totalist
version (#86):0cf66d8
Thank you @aleclarson~!
Add
http-server
benchmark comparison (#4):17ea37f
http-server (cache=1) 5,247 req/sec
http-server (cache=0) 5,091 req/sec
sirv-cli (cache=1) 12,612 req/sec
sirv-cli (cache=0) 8,490 req/sec
sirv-cli (cache=1, logs=0) 13,609 req/sec
sirv-cli (cache=0, logs=0) 10,157 req/sec
Full Changelog: lukeed/sirv@v1.0.19...v2.0.0
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.