Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/http-proxy to v9.5.0 (#10309)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](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.4.0` ->
`9.5.0`](https://renovatebot.com/diffs/npm/@fastify%2fhttp-proxy/9.4.0/9.5.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fhttp-proxy/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fhttp-proxy/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fhttp-proxy/9.4.0/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fhttp-proxy/9.4.0/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#### What's Changed

- chore(.gitignore): add .tap/ dir by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify-http-proxy/pull/334](https://togithub.com/fastify/fastify-http-proxy/pull/334)
- chore(types): add internalRewriteLocationHeader in ts types by
[@&#8203;Xa3lis](https://togithub.com/Xa3lis) in
[https://github.com/fastify/fastify-http-proxy/pull/335](https://togithub.com/fastify/fastify-http-proxy/pull/335)
- build(deps-dev): bump
[@&#8203;fastify/websocket](https://togithub.com/fastify/websocket) from
8.3.1 to 9.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/fastify/fastify-http-proxy/pull/337](https://togithub.com/fastify/fastify-http-proxy/pull/337)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.21.0 to 7.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify-http-proxy/pull/339](https://togithub.com/fastify/fastify-http-proxy/pull/339)
- chore: remove unused make-promises-safe by
[@&#8203;10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in
[https://github.com/fastify/fastify-http-proxy/pull/342](https://togithub.com/fastify/fastify-http-proxy/pull/342)
- Keep websocket path on proxy by
[@&#8203;silnex](https://togithub.com/silnex) in
[https://github.com/fastify/fastify-http-proxy/pull/341](https://togithub.com/fastify/fastify-http-proxy/pull/341)

#### New Contributors

- [@&#8203;Xa3lis](https://togithub.com/Xa3lis) made their first
contribution in
[https://github.com/fastify/fastify-http-proxy/pull/335](https://togithub.com/fastify/fastify-http-proxy/pull/335)
- [@&#8203;10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker)
made their first contribution in
[https://github.com/fastify/fastify-http-proxy/pull/342](https://togithub.com/fastify/fastify-http-proxy/pull/342)
- [@&#8203;silnex](https://togithub.com/silnex) made their first
contribution in
[https://github.com/fastify/fastify-http-proxy/pull/341](https://togithub.com/fastify/fastify-http-proxy/pull/341)

**Full Changelog**:
fastify/fastify-http-proxy@v9.4.0...v9.5.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Price <thedavid@thedavidprice.com>
  • Loading branch information
renovate[bot] and thedavidprice authored Mar 27, 2024
1 parent f7612d5 commit 9bd00e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/adapters/fastify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@fastify/http-proxy": "9.4.0",
"@fastify/http-proxy": "9.5.0",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/project-config": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3112,15 +3112,15 @@ __metadata:
languageName: node
linkType: hard

"@fastify/http-proxy@npm:9.4.0":
version: 9.4.0
resolution: "@fastify/http-proxy@npm:9.4.0"
"@fastify/http-proxy@npm:9.5.0":
version: 9.5.0
resolution: "@fastify/http-proxy@npm:9.5.0"
dependencies:
"@fastify/reply-from": "npm:^9.0.0"
fast-querystring: "npm:^1.1.2"
fastify-plugin: "npm:^4.5.0"
ws: "npm:^8.4.2"
checksum: 10c0/d2bb100575622e4544690ae466bb2494362c7ed4bb784be4c275e51169a14214010fba70de8fd99c7d5bab1af5a35748d11317ce78911d9437cdcaa2173fb747
checksum: 10c0/601f8b1553e515a7a8e937bea10f290ab4298fd938047c94398aeda9d9213d77e67b37aafce648f4f34ea702ea234dd03f2680f97794f8489b2c8b044bf47c34
languageName: node
linkType: hard

Expand Down Expand Up @@ -8371,7 +8371,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/fastify-web@workspace:packages/adapters/fastify/web"
dependencies:
"@fastify/http-proxy": "npm:9.4.0"
"@fastify/http-proxy": "npm:9.5.0"
"@fastify/static": "npm:6.12.0"
"@fastify/url-data": "npm:5.4.0"
"@redwoodjs/framework-tools": "workspace:*"
Expand Down

0 comments on commit 9bd00e4

Please sign in to comment.