chore(deps): update dependency sirv-cli to v1.0.14 #9

Open
Fascinated wants to merge 1 commits from renovate/sirv-cli-1.x-lockfile into master
Owner

This PR contains the following updates:

Package Type Update Change
sirv-cli devDependencies patch 1.0.11 -> 1.0.14

Release Notes

lukeed/sirv (sirv-cli)

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


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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sirv-cli](https://github.com/lukeed/sirv) | devDependencies | patch | [`1.0.11` -> `1.0.14`](https://renovatebot.com/diffs/npm/sirv-cli/1.0.11/1.0.14) | --- ### Release Notes <details> <summary>lukeed/sirv (sirv-cli)</summary> ### [`v1.0.14`](https://github.com/lukeed/sirv/releases/tag/v1.0.14) [Compare Source](https://github.com/lukeed/sirv/compare/v1.0.13...v1.0.14) #### Chores - (`sirv`): Bump `@polka/url` to take advantage of [this fix](https://github.com/lukeed/polka/releases/tag/v1.0.0-next.17) ### [`v1.0.13`](https://github.com/lukeed/sirv/releases/tag/v1.0.13) [Compare Source](https://github.com/lukeed/sirv/compare/v1.0.12...v1.0.13) #### Patches - (`sirv`) Only use `req.path` if has `req._decoded` flag exists ([#&#8203;82](https://github.com/lukeed/sirv/issues/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`](https://github.com/lukeed/sirv/releases/tag/v1.0.12) [Compare Source](https://github.com/lukeed/sirv/compare/v1.0.11...v1.0.12) #### Patches - (sirv-cli): Ensure `boolean` options are parsed as booleans ([#&#8203;97](https://github.com/lukeed/sirv/issues/97)): [`8ebca7c`](https://github.com/lukeed/sirv/commit/8ebca7c) - (sirv): Bump `@polka/url` dependency version: [`7c5162a`](https://github.com/lukeed/sirv/commit/7c5162a) #### Chores - Adjust GitHub Action env setup ([#&#8203;109](https://github.com/lukeed/sirv/issues/109)): [`f2ae0f5`](https://github.com/lukeed/sirv/commit/f2ae0f5) - Update Github Action image(s) and Node versions: [`9334dfc`](https://github.com/lukeed/sirv/commit/9334dfc), [`cf2de81`](https://github.com/lukeed/sirv/commit/cf2de81), [`c7e0a20`](https://github.com/lukeed/sirv/commit/c7e0a20) - Add test for filename with space ([#&#8203;102](https://github.com/lukeed/sirv/issues/102)): [`ede9189`](https://github.com/lukeed/sirv/commit/ede9189) *Thank you [@&#8203;samccone](https://github.com/samccone)!* </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Fascinated added 1 commit 2023-10-18 08:04:31 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Fascinated/scoresaber-reloaded#9
No description provided.