Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v4.28.1 (#10998)
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](https://fastify.dev/)
([source](https://togithub.com/fastify/fastify)) | [`4.27.0` ->
`4.28.1`](https://renovatebot.com/diffs/npm/fastify/4.27.0/4.28.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/4.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastify/4.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastify/4.27.0/4.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/4.27.0/4.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastify/fastify (fastify)</summary>

###
[`v4.28.1`](https://togithub.com/fastify/fastify/releases/tag/v4.28.1)

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.28.0...v4.28.1)

#### What's Changed

- \[Backport 4.x] fix: server.listen listener is not cleanup properly by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/fastify/fastify/pull/5523](https://togithub.com/fastify/fastify/pull/5523)
- \[Backport 4.x] test: fix test finished earlier than expected by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/fastify/fastify/pull/5541](https://togithub.com/fastify/fastify/pull/5541)
- fix(v4): update .npmignore by
[@&#8203;Eomm](https://togithub.com/Eomm) in
[https://github.com/fastify/fastify/pull/5538](https://togithub.com/fastify/fastify/pull/5538)

**Full Changelog**:
fastify/fastify@v4.28.0...v4.28.1

###
[`v4.28.0`](https://togithub.com/fastify/fastify/releases/tag/v4.28.0)

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.27.0...v4.28.0)

#### What's Changed

- test: fix closing - pipelining by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[https://github.com/fastify/fastify/pull/5486](https://togithub.com/fastify/fastify/pull/5486)
- refactor(backport v4.x): change `reply.redirect()` signature
([#&#8203;5483](https://togithub.com/fastify/fastify/issues/5483)) by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[https://github.com/fastify/fastify/pull/5484](https://togithub.com/fastify/fastify/pull/5484)
- refactor(backport v4.x): hasRoute method comparison with case
insensitive by [@&#8203;SMNBLMRR](https://togithub.com/SMNBLMRR) in
[https://github.com/fastify/fastify/pull/5513](https://togithub.com/fastify/fastify/pull/5513)
- fix: (backport) Type inferrence with auxilliary hook handlers by
[@&#8203;aadito123](https://togithub.com/aadito123) in
[https://github.com/fastify/fastify/pull/5518](https://togithub.com/fastify/fastify/pull/5518)

**Full Changelog**:
fastify/fastify@v4.27.0...v4.28.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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent 68c61a9 commit ea7135a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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 @@ -29,7 +29,7 @@
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"fastify": "4.27.0",
"fastify": "4.28.1",
"tsx": "4.15.6",
"typescript": "5.4.5",
"vitest": "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dotenv-defaults": "5.0.2",
"fast-glob": "3.3.2",
"fast-json-parse": "1.0.3",
"fastify": "4.27.0",
"fastify": "4.28.1",
"fastify-raw-body": "4.3.0",
"lodash": "4.17.21",
"pretty-bytes": "5.6.0",
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 @@ -29,7 +29,7 @@
"@redwoodjs/project-config": "workspace:*",
"chalk": "4.1.2",
"dotenv-defaults": "5.0.2",
"fastify": "4.27.0",
"fastify": "4.28.1",
"fs-extra": "11.2.0",
"yargs": "17.7.2"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7238,7 +7238,7 @@ __metadata:
dotenv-defaults: "npm:5.0.2"
fast-glob: "npm:3.3.2"
fast-json-parse: "npm:1.0.3"
fastify: "npm:4.27.0"
fastify: "npm:4.28.1"
fastify-raw-body: "npm:4.3.0"
lodash: "npm:4.17.21"
pino-abstract-transport: "npm:1.2.0"
Expand Down Expand Up @@ -8153,7 +8153,7 @@ __metadata:
"@redwoodjs/framework-tools": "workspace:*"
"@redwoodjs/project-config": "workspace:*"
fast-glob: "npm:3.3.2"
fastify: "npm:4.27.0"
fastify: "npm:4.28.1"
tsx: "npm:4.15.6"
typescript: "npm:5.4.5"
vitest: "npm:1.6.0"
Expand Down Expand Up @@ -8718,7 +8718,7 @@ __metadata:
"@redwoodjs/project-config": "workspace:*"
chalk: "npm:4.1.2"
dotenv-defaults: "npm:5.0.2"
fastify: "npm:4.27.0"
fastify: "npm:4.28.1"
fs-extra: "npm:11.2.0"
tsx: "npm:4.15.6"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -17276,9 +17276,9 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:4.27.0":
version: 4.27.0
resolution: "fastify@npm:4.27.0"
"fastify@npm:4.28.1":
version: 4.28.1
resolution: "fastify@npm:4.28.1"
dependencies:
"@fastify/ajv-compiler": "npm:^3.5.0"
"@fastify/error": "npm:^3.4.0"
Expand All @@ -17296,7 +17296,7 @@ __metadata:
secure-json-parse: "npm:^2.7.0"
semver: "npm:^7.5.4"
toad-cache: "npm:^3.3.0"
checksum: 10c0/879e9d3f6b9521bea29255c79ca1ddf3dd4c017937a25e7348d7686625c7dd56f21af18e6db2ecdd41d07e5c73a779ab0bb1f5d6b081909bf3e8caadaf669160
checksum: 10c0/9c212e9a72c42a27ebc9b0bc7fda8f94ff208250158093374942b0e156a3f55fa848c926921f99bdf7f38f6f8103ac28ecc72cc507f33893cd121ce4f3eda069
languageName: node
linkType: hard

Expand Down

0 comments on commit ea7135a

Please sign in to comment.