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 to v1.0.19 #90

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 18, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sirv 1.0.6 -> 1.0.19 age adoption passing confidence

Release Notes

lukeed/sirv

v1.0.19

Compare Source

Patches

  • Replace mime/lite with mrmime: d93f33f
    Dependency swap for a significant size reduction and makes sirv more ESM-friendly.

Chores


Full Changelog: lukeed/sirv@v1.0.18...v1.0.19

v1.0.18

Compare Source

Patches


Full Changelog: lukeed/sirv@v1.0.17...v1.0.18

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 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 polka@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 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.7

Compare Source

Patches


Configuration

📅 Schedule: Branch creation - "before 8pm every weekday" in timezone Europe/Istanbul, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 changed the title Update dependency sirv to v1.0.7 Update dependency sirv to v1.0.9 Dec 7, 2020
@renovate renovate bot changed the title Update dependency sirv to v1.0.9 Update dependency sirv to v1.0.10 Jan 5, 2021
@renovate renovate bot changed the title Update dependency sirv to v1.0.10 Update dependency sirv to v1.0.11 Jan 31, 2021
@renovate renovate bot changed the title Update dependency sirv to v1.0.11 Update dependency sirv to v1.0.12 Jun 6, 2021
@renovate renovate bot changed the title Update dependency sirv to v1.0.12 Update dependency sirv to v1.0.18 Oct 18, 2021
@renovate renovate bot changed the title Update dependency sirv to v1.0.18 Update dependency sirv to v1.0.19 Mar 7, 2022
@renovate
Copy link
Author

renovate bot commented Mar 24, 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.

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.

None yet

1 participant