Skip to content

Commit

Permalink
fix(deps): update dependency @whatwg-node/server to v0.9.18 (#9602)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@whatwg-node/server](https://togithub.com/ardatan/whatwg-node) |
[`0.9.16` ->
`0.9.18`](https://renovatebot.com/diffs/npm/@whatwg-node%2fserver/0.9.16/0.9.18)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@whatwg-node%2fserver/0.9.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@whatwg-node%2fserver/0.9.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@whatwg-node%2fserver/0.9.16/0.9.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@whatwg-node%2fserver/0.9.16/0.9.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ardatan/whatwg-node (@&#8203;whatwg-node/server)</summary>

###
[`v0.9.18`](https://togithub.com/ardatan/whatwg-node/blob/HEAD/packages/server/CHANGELOG.md#0918)

[Compare
Source](https://togithub.com/ardatan/whatwg-node/compare/@whatwg-node/server@0.9.17...@whatwg-node/server@0.9.18)

##### Patch Changes

-
[`3fefa17`](https://togithub.com/ardatan/whatwg-node/commit/3fefa178d6215a92570a4765b84321873ec44db6)
Thanks [@&#8203;ardatan](https://togithub.com/ardatan)! - Support Bun's
Node compat mode

###
[`v0.9.17`](https://togithub.com/ardatan/whatwg-node/blob/HEAD/packages/server/CHANGELOG.md#0917)

[Compare
Source](https://togithub.com/ardatan/whatwg-node/compare/@whatwg-node/server@0.9.16...@whatwg-node/server@0.9.17)

##### Patch Changes

-
[`ea508c5`](https://togithub.com/ardatan/whatwg-node/commit/ea508c5db519651d9ad4c39141e319f9a3c89fdb)
Thanks [@&#8203;ardatan](https://togithub.com/ardatan)! - Iterate
set-cookie headers correctly

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
  • Loading branch information
renovate[bot] and jtoar committed Dec 1, 2023
1 parent ebf1c56 commit 1e1c8d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@redwoodjs/web": "6.0.7",
"@swc/core": "1.3.60",
"@vitejs/plugin-react": "4.2.0",
"@whatwg-node/server": "0.9.16",
"@whatwg-node/server": "0.9.18",
"acorn-loose": "8.3.0",
"buffer": "6.0.3",
"busboy": "^1.6.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9329,7 +9329,7 @@ __metadata:
"@types/react": 18.2.37
"@types/yargs-parser": 21.0.3
"@vitejs/plugin-react": 4.2.0
"@whatwg-node/server": 0.9.16
"@whatwg-node/server": 0.9.18
acorn-loose: 8.3.0
buffer: 6.0.3
busboy: ^1.6.0
Expand Down Expand Up @@ -12937,13 +12937,13 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/server@npm:0.9.16, @whatwg-node/server@npm:^0.9.1":
version: 0.9.16
resolution: "@whatwg-node/server@npm:0.9.16"
"@whatwg-node/server@npm:0.9.18, @whatwg-node/server@npm:^0.9.1":
version: 0.9.18
resolution: "@whatwg-node/server@npm:0.9.18"
dependencies:
"@whatwg-node/fetch": ^0.9.10
tslib: ^2.3.1
checksum: 8de5ef7cd1bb462754043a83eda88c4b5848a5f7ae11d91def86c795e3fb71fcba41879e0483b7fe72c00a1661aaaa6721739a296662049460901f7f05b9ce67
checksum: 9503a17fde50a3c2615584c8a3b54bbad3596756979b3abddb2617b1ce4eef28ef534e5f026b6661db32bac80db523bfd5eba470986be76daf99469319c716c2
languageName: node
linkType: hard

Expand Down

0 comments on commit 1e1c8d1

Please sign in to comment.