Commit 326b978
authored
fix(deps): Update dependency got to v14.6.6 (#55)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [got](https://redirect.github.com/sindresorhus/got) | dependencies | patch | [`14.6.5` -> `14.6.6`](https://renovatebot.com/diffs/npm/got/14.6.5/14.6.6) |
---
### Release Notes
<details>
<summary>sindresorhus/got (got)</summary>
### [`v14.6.6`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.6.6)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.6.5...v14.6.6)
- Fix stream auto-end for empty PATCH/DELETE/OPTIONS [`4d5168c`](https://redirect.github.com/sindresorhus/got/commit/4d5168c)
- The bug was introduced in sindresorhus/got@b65b0e1, where it incorrectly auto-closed streams for empty PATCH/DELETE/OPTIONS when using streams. This broke the documented use case of piping data *to* a got stream for these methods.
- Docs:
> `got.stream` does not auto-end for `OPTIONS`, `DELETE`, or `PATCH` so you can pipe or write a body without getting `write after end`. Call `stream.end()` when you are not piping a body.
***
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->1 parent 31c2268 commit 326b978
1 file changed
+12
-12
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments