Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency sirv-cli to v1.0.14 - abandoned #438

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sirv-cli 1.0.0 -> 1.0.14 age adoption passing confidence

Release Notes

lukeed/sirv

v1.0.14

Compare Source

Chores

  • (sirv): Bump @polka/url to take advantage of this fix

v1.0.13

Compare Source

Patches

  • (sirv) Only use req.path if has req._decoded flag exists (#​82):

    The req._decoded check was added & should have always been in there, since this was sirv's way of preventing duplicate decodeURIComponent calls. However, this was only true when it received a request from a polka@next app, since Polka was previously writing the decoded value to req.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 needs req._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

  • (sirv-cli): Ensure boolean options are parsed as booleans (#​97): 8ebca7c
  • (sirv): Bump @polka/url dependency version: 7c5162a

Chores

v1.0.11

Compare Source

Patches

v1.0.10

Compare Source

Patches

  • (sirv) Use Cache-Control: no-cache when both dev & etag are enabled (#​90): c8fe11b
    By default dev-mode always used no-store – but this also means that any ETag on the response is ignored too. Changing this to no-cache allows the browser to remember the ETag and send if as the If-None-Match header on next request.

v1.0.9

Compare Source

Patches

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

v1.0.6

Compare Source

Patches

  • (sirv) Ensure options.setHeaders changes are respected (#​79): 25eb012

v1.0.5

Compare Source

Patches

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

v1.0.1

Compare Source

Patches

Chores

  • (sirv) Add additional dotfiles tests: d01fe72
  • Update badges: 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/sirv-cli-1.x branch 3 times, most recently from be91ad5 to 2d9383a Compare August 13, 2021 22:48
@renovate renovate bot changed the title Update dependency sirv-cli to v1.0.12 Update dependency sirv-cli to v1.0.13 Aug 13, 2021
@renovate renovate bot force-pushed the renovate/sirv-cli-1.x branch from 2d9383a to 6569d07 Compare August 14, 2021 00:42
@renovate renovate bot changed the title Update dependency sirv-cli to v1.0.13 Update dependency sirv-cli to v1.0.14 Aug 14, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Mar 16, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency sirv-cli to v1.0.14 Update dependency sirv-cli to v1.0.14 - abandoned Dec 8, 2024
Copy link
Contributor Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants