Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/http-proxy to v9.3.0 (redwoodjs…
Browse files Browse the repository at this point in the history
…#9451)

[![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 |
|---|---|---|---|---|---|
| [@fastify/http-proxy](https://togithub.com/fastify/fastify-http-proxy)
| [`9.2.1` ->
`9.3.0`](https://renovatebot.com/diffs/npm/@fastify%2fhttp-proxy/9.2.1/9.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fhttp-proxy/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fhttp-proxy/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fhttp-proxy/9.2.1/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fhttp-proxy/9.2.1/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastify/fastify-http-proxy
(@&redwoodjs#8203;fastify/http-proxy)</summary>

###
[`v9.3.0`](https://togithub.com/fastify/fastify-http-proxy/releases/tag/v9.3.0)

[Compare
Source](https://togithub.com/fastify/fastify-http-proxy/compare/v9.2.1...v9.3.0)

#### What's Changed

- Listen only to IPv4 network for websockets tests by
[@&redwoodjs#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify-http-proxy#316
- opt to validate incoming data before proxy is executed by
[@&redwoodjs#8203;kovalenp](https://togithub.com/kovalenp) in
[fastify/fastify-http-proxy#312
- build(deps-dev): bump
[@&redwoodjs#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.62.0 to 6.2.1 by
[@&redwoodjs#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-http-proxy#318
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by
[@&redwoodjs#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-http-proxy#320
- perf: use `node:` prefix to bypass require.cache call for builtins by
[@&redwoodjs#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-http-proxy#321
- build(deps-dev): bump express-http-proxy from 1.6.3 to 2.0.0 by
[@&redwoodjs#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-http-proxy#323
- test(websocket): optimize split param by
[@&redwoodjs#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-http-proxy#326
- keep query params on proxy by
[@&redwoodjs#8203;dancastillo](https://togithub.com/dancastillo) in
[fastify/fastify-http-proxy#325
- chore(package): explicitly declare js module type by
[@&redwoodjs#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-http-proxy#327

#### New Contributors

- [@&redwoodjs#8203;kovalenp](https://togithub.com/kovalenp) made their first
contribution in
[fastify/fastify-http-proxy#312
- [@&redwoodjs#8203;dancastillo](https://togithub.com/dancastillo) made their
first contribution in
[fastify/fastify-http-proxy#325

**Full Changelog**:
fastify/fastify-http-proxy@v9.2.1...v9.3.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 15, 2023
1 parent 70c7432 commit bbe2226
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.2",
"@fastify/http-proxy": "9.2.1",
"@fastify/http-proxy": "9.3.0",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/project-config": "6.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepublishOnly": "NODE_ENV=production yarn build"
},
"dependencies": {
"@fastify/http-proxy": "9.2.1",
"@fastify/http-proxy": "9.3.0",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/graphql-server": "6.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.2",
"@fastify/http-proxy": "9.2.1",
"@fastify/http-proxy": "9.3.0",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/internal": "6.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:watch": "echo \"No tests yet\""
},
"dependencies": {
"@fastify/http-proxy": "9.2.1",
"@fastify/http-proxy": "9.3.0",
"@fastify/static": "6.12.0",
"@redwoodjs/project-config": "6.0.7",
"chalk": "4.1.2",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2991,14 +2991,15 @@ __metadata:
languageName: node
linkType: hard

"@fastify/http-proxy@npm:9.2.1":
version: 9.2.1
resolution: "@fastify/http-proxy@npm:9.2.1"
"@fastify/http-proxy@npm:9.3.0":
version: 9.3.0
resolution: "@fastify/http-proxy@npm:9.3.0"
dependencies:
"@fastify/reply-from": ^9.0.0
fast-querystring: ^1.1.2
fastify-plugin: ^4.5.0
ws: ^8.4.2
checksum: 0fddfb5236b07671d964e7e4edb259ba57265b39b283ddbe24b10fab99f501c2c9e59bfa7eaba69e4b8790b1d550f098dd23356c604f1aacb8315719675be9e9
checksum: c8f7fe380580f53059f676ca5b2bbdb1eef0a2d3dce28568e8932aeedb992efdc5fc40dae41b6d52f2f0ce14036af182664d0276ea9366e31fd920a119e7a03a
languageName: node
linkType: hard

Expand Down Expand Up @@ -7836,7 +7837,7 @@ __metadata:
"@babel/cli": 7.23.0
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.2
"@fastify/http-proxy": 9.2.1
"@fastify/http-proxy": 9.3.0
"@fastify/static": 6.12.0
"@fastify/url-data": 5.4.0
"@redwoodjs/project-config": 6.0.7
Expand Down Expand Up @@ -8690,7 +8691,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/fastify@workspace:packages/fastify"
dependencies:
"@fastify/http-proxy": 9.2.1
"@fastify/http-proxy": 9.3.0
"@fastify/static": 6.12.0
"@fastify/url-data": 5.4.0
"@redwoodjs/graphql-server": 6.0.7
Expand Down Expand Up @@ -9077,7 +9078,7 @@ __metadata:
"@babel/cli": 7.23.0
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.2
"@fastify/http-proxy": 9.2.1
"@fastify/http-proxy": 9.3.0
"@fastify/static": 6.12.0
"@fastify/url-data": 5.4.0
"@graphiql/plugin-explorer": 0.1.22
Expand Down Expand Up @@ -9269,7 +9270,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web-server@workspace:packages/web-server"
dependencies:
"@fastify/http-proxy": 9.2.1
"@fastify/http-proxy": 9.3.0
"@fastify/static": 6.12.0
"@redwoodjs/project-config": 6.0.7
"@types/yargs-parser": 21.0.0
Expand Down Expand Up @@ -19758,7 +19759,7 @@ __metadata:
languageName: node
linkType: hard

"fast-querystring@npm:^1.0.0, fast-querystring@npm:^1.1.1":
"fast-querystring@npm:^1.0.0, fast-querystring@npm:^1.1.1, fast-querystring@npm:^1.1.2":
version: 1.1.2
resolution: "fast-querystring@npm:1.1.2"
dependencies:
Expand Down

0 comments on commit bbe2226

Please sign in to comment.