Skip to content

Commit

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.25.1...v4.25.2)

#### What's Changed

- fix: `npm run test:watch` by
[@&#8203;domdomegg](https://togithub.com/domdomegg) in
[fastify/fastify#5221
- fix: always consume stream payloads when responding to 204 with no
body by [@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#5231
- docs: update setErrorHandler to explain not found behaviour by
[@&#8203;domdomegg](https://togithub.com/domdomegg) in
[fastify/fastify#5218

#### New Contributors

- [@&#8203;domdomegg](https://togithub.com/domdomegg) made their first
contribution in
[fastify/fastify#5221

**Full Changelog**:
fastify/fastify@v4.25.1...v4.25.2

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.25.0...v4.25.1)

#### What's Changed

- fix: route constraints by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[fastify/fastify#5207
- fix: Better plugin name detection for FSTWRN002 by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#5209
- chore: at-large project by [@&#8203;Eomm](https://togithub.com/Eomm)
in
[fastify/fastify#5211

**Full Changelog**:
fastify/fastify@v4.25.0...v4.25.1

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.24.3...v4.25.0)

#### What's Changed

- feat: Improve RouteShorthandOptions\['constraints'] type by
[@&#8203;Fcmam5](https://togithub.com/Fcmam5) in
[fastify/fastify#5097
- fix: add [@&#8203;eomm](https://togithub.com/eomm) and
[@&#8203;jsumners](https://togithub.com/jsumners) as lead maintainers by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#5115
- fix: reply.send supports Uint8Array payload by
[@&#8203;SgtPooki](https://togithub.com/SgtPooki) in
[fastify/fastify#5124
- refactor: migrate deprecation warnings to actual deprecation warnings
by [@&#8203;jsumners](https://togithub.com/jsumners) in
[fastify/fastify#5126
- docs: added documentation about warnings by
[@&#8203;giuliowaitforitdavide](https://togithub.com/giuliowaitforitdavide)
in
[fastify/fastify#5108
- test(logger): restrict temp file permissions by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify#5128
- refactor(lib/hooks): replace `typeof` undefined check by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify#5127
- chore: replace mention of fastify `.io` domain with `.dev` by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify#5129
- docs(security): add prose explaining OpenSSF CII Best Practices badge
results by [@&#8203;ljharb](https://togithub.com/ljharb) in
[fastify/fastify#5111
- chore: Bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5134
- fix(types): add handler property to routeOptions by
[@&#8203;MikeJeffers](https://togithub.com/MikeJeffers) in
[fastify/fastify#5136
- docs(readme): fix ci badge path by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify#5138
- docs: Fix small typo in Typescript docs by
[@&#8203;john-ko](https://togithub.com/john-ko) in
[fastify/fastify#5145
- feat(plugins): mixing async and callback style now returns a warning
by
[@&#8203;giuliowaitforitdavide](https://togithub.com/giuliowaitforitdavide)
in
[fastify/fastify#5139
- docs: mention about multipart support by
[@&#8203;fawazahmed0](https://togithub.com/fawazahmed0) in
[fastify/fastify#5144
- docs: add [@&#8203;fastify/vite](https://togithub.com/fastify/vite) to
core plugins list by [@&#8203;galvez](https://togithub.com/galvez) in
[fastify/fastify#5153
- docs: add
[@&#8203;scalar/fastify-api-reference](https://togithub.com/scalar/fastify-api-reference)
to community plugins list by
[@&#8203;hanspagel](https://togithub.com/hanspagel) in
[fastify/fastify#5154
- docs: Remove routeOptions reference in Reply.md by
[@&#8203;shadahmad7](https://togithub.com/shadahmad7) in
[fastify/fastify#5156
- docs(ecosystem): add fastify-uws by
[@&#8203;tinchoz49](https://togithub.com/tinchoz49) in
[fastify/fastify#5160
- docs: removed unmaintained fastify-nodemailer from ecosystem by
[@&#8203;giovanni-bertoncelli](https://togithub.com/giovanni-bertoncelli)
in
[fastify/fastify#5161
- docs: clarify handling of streams and buffers by
[@&#8203;brettwillis](https://togithub.com/brettwillis) in
[fastify/fastify#5166
-
docs([#&#8203;5142](https://togithub.com/fastify/fastify/issues/5142)):
aligned errors and warnings documentation by
[@&#8203;giuliowaitforitdavide](https://togithub.com/giuliowaitforitdavide)
in
[fastify/fastify#5162
- docs(reference/hooks): add information about prehandler by
[@&#8203;RjManhas](https://togithub.com/RjManhas) in
[fastify/fastify#5163
- fix: type FastifyInstance\['route'] and RouteShorthandMethod by
[@&#8203;MunifTanjim](https://togithub.com/MunifTanjim) in
[fastify/fastify#5155
- docs (reference): Fix small typo in Request by
[@&#8203;bngarren](https://togithub.com/bngarren) in
[fastify/fastify#5186
- chore: gitpodify by
[@&#8203;ghostdevv](https://togithub.com/ghostdevv) in
[fastify/fastify#5168
- docs(ecosystem): Add Apitally by
[@&#8203;itssimon](https://togithub.com/itssimon) in
[fastify/fastify#5175
- fix: Update reply.context deprecation warning by
[@&#8203;avaly](https://togithub.com/avaly) in
[fastify/fastify#5179
- docs(ecosystem): adds @&#8203;blastorg/fastify/aws-dynamodb-cache to
community plugins list by
[@&#8203;fredrikj31](https://togithub.com/fredrikj31) in
[fastify/fastify#5158
- docs: update preHandler hook example by
[@&#8203;tarunrajput](https://togithub.com/tarunrajput) in
[fastify/fastify#5189
- types: added http header types to reply by
[@&#8203;skwee357](https://togithub.com/skwee357) in
[fastify/fastify#5046
- test: add tests for TOC of errors.md by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#5194
- ci: pin node 18 to 18.18.2 by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#5197
- docs(ecosystem): add http-wizard by
[@&#8203;flodlc](https://togithub.com/flodlc) in
[fastify/fastify#5132
- chore: Bump actions/github-script from 6 to 7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5183
- ci: fix broken ci by skipping tests if node v > 18.19.0 by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#5195
- fix: allow async hooks in `RouteShorthandOptions` without breaking
`request` and `reply` types by
[@&#8203;bienzaaron](https://togithub.com/bienzaaron) in
[fastify/fastify#5147
- fix([#&#8203;5180](https://togithub.com/fastify/fastify/issues/5180)):
close secondary bindings after primary is closed by
[@&#8203;metcoder95](https://togithub.com/metcoder95) in
[fastify/fastify#5201
- chore: update process-warning by
[@&#8203;Eomm](https://togithub.com/Eomm) in
[fastify/fastify#5206
- types: nullish error types in callback function's parameter for
`after` and `ready` method by
[@&#8203;nokazn](https://togithub.com/nokazn) in
[fastify/fastify#5191
- fix([#&#8203;5049](https://togithub.com/fastify/fastify/issues/5049)):
Remove duplicated calls to onReady by
[@&#8203;metcoder95](https://togithub.com/metcoder95) in
[fastify/fastify#5051
- chore: remove unused type assertion by
[@&#8203;UndefinedBehaviour](https://togithub.com/UndefinedBehaviour) in
[fastify/fastify#5184

#### New Contributors

- [@&#8203;Fcmam5](https://togithub.com/Fcmam5) made their first
contribution in
[fastify/fastify#5097
- [@&#8203;SgtPooki](https://togithub.com/SgtPooki) made their first
contribution in
[fastify/fastify#5124
- [@&#8203;MikeJeffers](https://togithub.com/MikeJeffers) made their
first contribution in
[fastify/fastify#5136
- [@&#8203;john-ko](https://togithub.com/john-ko) made their first
contribution in
[fastify/fastify#5145
- [@&#8203;fawazahmed0](https://togithub.com/fawazahmed0) made their
first contribution in
[fastify/fastify#5144
- [@&#8203;hanspagel](https://togithub.com/hanspagel) made their first
contribution in
[fastify/fastify#5154
- [@&#8203;shadahmad7](https://togithub.com/shadahmad7) made their first
contribution in
[fastify/fastify#5156
-
[@&#8203;giovanni-bertoncelli](https://togithub.com/giovanni-bertoncelli)
made their first contribution in
[fastify/fastify#5161
- [@&#8203;RjManhas](https://togithub.com/RjManhas) made their first
contribution in
[fastify/fastify#5163
- [@&#8203;MunifTanjim](https://togithub.com/MunifTanjim) made their
first contribution in
[fastify/fastify#5155
- [@&#8203;bngarren](https://togithub.com/bngarren) made their first
contribution in
[fastify/fastify#5186
- [@&#8203;ghostdevv](https://togithub.com/ghostdevv) made their first
contribution in
[fastify/fastify#5168
- [@&#8203;itssimon](https://togithub.com/itssimon) made their first
contribution in
[fastify/fastify#5175
- [@&#8203;avaly](https://togithub.com/avaly) made their first
contribution in
[fastify/fastify#5179
- [@&#8203;fredrikj31](https://togithub.com/fredrikj31) made their first
contribution in
[fastify/fastify#5158
- [@&#8203;tarunrajput](https://togithub.com/tarunrajput) made their
first contribution in
[fastify/fastify#5189
- [@&#8203;skwee357](https://togithub.com/skwee357) made their first
contribution in
[fastify/fastify#5046
- [@&#8203;flodlc](https://togithub.com/flodlc) made their first
contribution in
[fastify/fastify#5132
- [@&#8203;nokazn](https://togithub.com/nokazn) made their first
contribution in
[fastify/fastify#5191
- [@&#8203;UndefinedBehaviour](https://togithub.com/UndefinedBehaviour)
made their first contribution in
[fastify/fastify#5184

**Full Changelog**:
fastify/fastify@v4.24.3...v4.25.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 29, 2024
1 parent 441e754 commit 120ab90
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 16 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 @@ -37,7 +37,7 @@
"fast-glob": "3.3.2"
},
"devDependencies": {
"fastify": "4.24.3",
"fastify": "4.25.2",
"typescript": "5.3.3",
"vitest": "1.2.2"
},
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 @@ -42,7 +42,7 @@
"dotenv-defaults": "5.0.2",
"fast-glob": "3.3.2",
"fast-json-parse": "1.0.3",
"fastify": "4.24.3",
"fastify": "4.25.2",
"fastify-raw-body": "4.3.0",
"lodash": "4.17.21",
"pretty-bytes": "5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@redwoodjs/project-config": "6.0.7",
"ansi-colors": "4.1.3",
"fast-glob": "3.3.2",
"fastify": "4.24.3",
"fastify": "4.25.2",
"fastify-raw-body": "4.3.0",
"lodash": "4.17.21",
"qs": "6.11.2"
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 @@ -35,7 +35,7 @@
"@redwoodjs/project-config": "6.0.7",
"chalk": "4.1.2",
"dotenv-defaults": "5.0.2",
"fastify": "4.24.3",
"fastify": "4.25.2",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down
52 changes: 40 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7451,7 +7451,7 @@ __metadata:
dotenv-defaults: "npm:5.0.2"
fast-glob: "npm:3.3.2"
fast-json-parse: "npm:1.0.3"
fastify: "npm:4.24.3"
fastify: "npm:4.25.2"
fastify-raw-body: "npm:4.3.0"
jest: "npm:29.7.0"
lodash: "npm:4.17.21"
Expand Down Expand Up @@ -8302,7 +8302,7 @@ __metadata:
"@fastify/url-data": "npm:5.4.0"
"@redwoodjs/project-config": "npm:6.0.7"
fast-glob: "npm:3.3.2"
fastify: "npm:4.24.3"
fastify: "npm:4.25.2"
typescript: "npm:5.3.3"
vitest: "npm:1.2.2"
languageName: unknown
Expand All @@ -8322,7 +8322,7 @@ __metadata:
"@types/qs": "npm:6.9.11"
ansi-colors: "npm:4.1.3"
fast-glob: "npm:3.3.2"
fastify: "npm:4.24.3"
fastify: "npm:4.25.2"
fastify-raw-body: "npm:4.3.0"
lodash: "npm:4.17.21"
qs: "npm:6.11.2"
Expand Down Expand Up @@ -8800,7 +8800,7 @@ __metadata:
"@redwoodjs/project-config": "npm:6.0.7"
chalk: "npm:4.1.2"
dotenv-defaults: "npm:5.0.2"
fastify: "npm:4.24.3"
fastify: "npm:4.25.2"
typescript: "npm:5.3.3"
yargs: "npm:17.7.2"
bin:
Expand Down Expand Up @@ -18821,9 +18821,9 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:4.24.3":
version: 4.24.3
resolution: "fastify@npm:4.24.3"
"fastify@npm:4.25.2":
version: 4.25.2
resolution: "fastify@npm:4.25.2"
dependencies:
"@fastify/ajv-compiler": "npm:^3.5.0"
"@fastify/error": "npm:^3.4.0"
Expand All @@ -18834,14 +18834,14 @@ __metadata:
fast-json-stringify: "npm:^5.8.0"
find-my-way: "npm:^7.7.0"
light-my-request: "npm:^5.11.0"
pino: "npm:^8.16.0"
process-warning: "npm:^2.2.0"
pino: "npm:^8.17.0"
process-warning: "npm:^3.0.0"
proxy-addr: "npm:^2.0.7"
rfdc: "npm:^1.3.0"
secure-json-parse: "npm:^2.7.0"
semver: "npm:^7.5.4"
toad-cache: "npm:^3.3.0"
checksum: 36018767b25cde307942f52172eedfc7c1ce186162222334e19caa607e3d29fe3de04cff2c08f21096d45fa4b071cd58a319392a6dbb5b5dbdf8230b38405c3e
checksum: 3ae9e8cdfd6ee4ada4b198f33cd6e152ae751f93e31ce628222e17249544ff34057118c8903d43cb1134c8b1614b7ce19768d8c9f3fde5befa6e236376d97f01
languageName: node
linkType: hard

Expand Down Expand Up @@ -27394,7 +27394,7 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:8.16.2, pino@npm:^8.16.0":
"pino@npm:8.16.2":
version: 8.16.2
resolution: "pino@npm:8.16.2"
dependencies:
Expand All @@ -27415,6 +27415,27 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:^8.17.0":
version: 8.17.2
resolution: "pino@npm:8.17.2"
dependencies:
atomic-sleep: "npm:^1.0.0"
fast-redact: "npm:^3.1.1"
on-exit-leak-free: "npm:^2.1.0"
pino-abstract-transport: "npm:v1.1.0"
pino-std-serializers: "npm:^6.0.0"
process-warning: "npm:^3.0.0"
quick-format-unescaped: "npm:^4.0.3"
real-require: "npm:^0.2.0"
safe-stable-stringify: "npm:^2.3.1"
sonic-boom: "npm:^3.7.0"
thread-stream: "npm:^2.0.0"
bin:
pino: bin.js
checksum: 9e55af6cd9d1833a4dbe64924fc73163295acd3c988a9c7db88926669f2574ab7ec607e8487b6dd71dbdad2d7c1c1aac439f37e59233f37220b1a9d88fa2ce01
languageName: node
linkType: hard

"pirates@npm:^4.0.4, pirates@npm:^4.0.6":
version: 4.0.6
resolution: "pirates@npm:4.0.6"
Expand Down Expand Up @@ -28049,13 +28070,20 @@ __metadata:
languageName: node
linkType: hard

"process-warning@npm:^2.0.0, process-warning@npm:^2.2.0":
"process-warning@npm:^2.0.0":
version: 2.2.0
resolution: "process-warning@npm:2.2.0"
checksum: 22b252ca6c1edf7fe3c6ab30c39f9a2fa240dc5af46fd0f94c4dcbc577e7570dcccfc1cbfb4510db4759906b9170cb8b18c519d581cdf2ea649e5ac6bb9a0e60
languageName: node
linkType: hard

"process-warning@npm:^3.0.0":
version: 3.0.0
resolution: "process-warning@npm:3.0.0"
checksum: 60f3c8ddee586f0706c1e6cb5aa9c86df05774b9330d792d7c8851cf0031afd759d665404d07037e0b4901b55c44a423f07bdc465c63de07d8d23196bb403622
languageName: node
linkType: hard

"process@npm:^0.11.10":
version: 0.11.10
resolution: "process@npm:0.11.10"
Expand Down

0 comments on commit 120ab90

Please sign in to comment.