Skip to content

Commit 84639d2

Browse files
fix(deps): update dependency fastify to v4.19.2 (#8820)
[![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.io/) ([source](https://togithub.com/fastify/fastify)) | [`4.19.0` -> `4.19.2`](https://renovatebot.com/diffs/npm/fastify/4.19.0/4.19.2) | [![age](https://badges.renovateapi.com/packages/npm/fastify/4.19.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/fastify/4.19.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/fastify/4.19.2/compatibility-slim/4.19.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/fastify/4.19.2/confidence-slim/4.19.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v4.19.2`](https://togithub.com/fastify/fastify/releases/tag/v4.19.2) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.19.1...v4.19.2) #### What's Changed - fix(typescript): route config should not pass url and method by [@&#8203;climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify/pull/4872](https://togithub.com/fastify/fastify/pull/4872) - Overload `DecorationMethod` to fix [#&#8203;4870](https://togithub.com/fastify/fastify/issues/4870) by [@&#8203;voxpelli](https://togithub.com/voxpelli) in [https://github.com/fastify/fastify/pull/4874](https://togithub.com/fastify/fastify/pull/4874) - fix: Type inference breaking when Reply generic is not passed by [@&#8203;aadito123](https://togithub.com/aadito123) in [https://github.com/fastify/fastify/pull/4875](https://togithub.com/fastify/fastify/pull/4875) - fix: regression with close and serverFactory by [@&#8203;mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/4876](https://togithub.com/fastify/fastify/pull/4876) **Full Changelog**: fastify/fastify@v4.19.1...v4.19.2 ### [`v4.19.1`](https://togithub.com/fastify/fastify/releases/tag/v4.19.1) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.19.0...v4.19.1) #### What's Changed - docs(typescript): fix typo by [@&#8203;jon-codes](https://togithub.com/jon-codes) in [https://github.com/fastify/fastify/pull/4861](https://togithub.com/fastify/fastify/pull/4861) - docs(testing): add plugin testing guide by [@&#8203;Ekott2006](https://togithub.com/Ekott2006) in [https://github.com/fastify/fastify/pull/4849](https://togithub.com/fastify/fastify/pull/4849) - docs: fix platformatic-cloud anchor id by [@&#8203;sher](https://togithub.com/sher) in [https://github.com/fastify/fastify/pull/4863](https://togithub.com/fastify/fastify/pull/4863) - fix: Type narrow fix issue from PR [#&#8203;4823](https://togithub.com/fastify/fastify/issues/4823) by [@&#8203;aadito123](https://togithub.com/aadito123) in [https://github.com/fastify/fastify/pull/4869](https://togithub.com/fastify/fastify/pull/4869) #### New Contributors - [@&#8203;jon-codes](https://togithub.com/jon-codes) made their first contribution in [https://github.com/fastify/fastify/pull/4861](https://togithub.com/fastify/fastify/pull/4861) - [@&#8203;sher](https://togithub.com/sher) made their first contribution in [https://github.com/fastify/fastify/pull/4863](https://togithub.com/fastify/fastify/pull/4863) **Full Changelog**: fastify/fastify@v4.19.0...v4.19.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 54194d6 commit 84639d2

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/api-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"core-js": "3.31.0",
4141
"fast-glob": "3.2.12",
4242
"fast-json-parse": "1.0.3",
43-
"fastify": "4.19.0",
43+
"fastify": "4.19.2",
4444
"fastify-raw-body": "4.2.0",
4545
"lodash": "4.17.21",
4646
"pretty-bytes": "5.6.0",

packages/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@redwoodjs/project-config": "5.0.0",
2626
"ansi-colors": "4.1.3",
2727
"fast-glob": "3.2.12",
28-
"fastify": "4.19.0",
28+
"fastify": "4.19.2",
2929
"fastify-raw-body": "4.2.0",
3030
"lodash": "4.17.21",
3131
"qs": "6.11.2"

packages/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"crypto-js": "4.1.1",
3838
"dotenv": "16.3.1",
3939
"fast-json-parse": "1.0.3",
40-
"fastify": "4.19.0",
40+
"fastify": "4.19.2",
4141
"fastify-raw-body": "4.2.0",
4242
"graphql": "16.7.1",
4343
"graphql-scalars": "1.22.2",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6911,7 +6911,7 @@ __metadata:
69116911
core-js: 3.31.0
69126912
fast-glob: 3.2.12
69136913
fast-json-parse: 1.0.3
6914-
fastify: 4.19.0
6914+
fastify: 4.19.2
69156915
fastify-raw-body: 4.2.0
69166916
jest: 29.5.0
69176917
lodash: 4.17.21
@@ -7718,7 +7718,7 @@ __metadata:
77187718
ansi-colors: 4.1.3
77197719
esbuild: 0.18.11
77207720
fast-glob: 3.2.12
7721-
fastify: 4.19.0
7721+
fastify: 4.19.2
77227722
fastify-raw-body: 4.2.0
77237723
lodash: 4.17.21
77247724
qs: 6.11.2
@@ -8003,7 +8003,7 @@ __metadata:
80038003
crypto-js: 4.1.1
80048004
dotenv: 16.3.1
80058005
fast-json-parse: 1.0.3
8006-
fastify: 4.19.0
8006+
fastify: 4.19.2
80078007
fastify-raw-body: 4.2.0
80088008
graphql: 16.7.1
80098009
graphql-scalars: 1.22.2
@@ -17604,9 +17604,9 @@ __metadata:
1760417604
languageName: node
1760517605
linkType: hard
1760617606

17607-
"fastify@npm:4.19.0":
17608-
version: 4.19.0
17609-
resolution: "fastify@npm:4.19.0"
17607+
"fastify@npm:4.19.2":
17608+
version: 4.19.2
17609+
resolution: "fastify@npm:4.19.2"
1761017610
dependencies:
1761117611
"@fastify/ajv-compiler": ^3.5.0
1761217612
"@fastify/error": ^3.2.0
@@ -17624,7 +17624,7 @@ __metadata:
1762417624
secure-json-parse: ^2.5.0
1762517625
semver: ^7.5.0
1762617626
tiny-lru: ^11.0.1
17627-
checksum: e2ad8656b05f1312a0159bc49ce52709573470fd26ccfd5f71646cb6d46afa26e0b724de3f5f0f39fab9f0de0733a3718a83675eee266b5e752bbf5975f2f1bf
17627+
checksum: faf6f4d50770fe250c382ebb963d9907b8aec07f8e9031794c0ecf61863c27f46dd80f3ac150b2842445f1bb356fd3e46a86932c6e0d553531f4fad6f7cc7bca
1762817628
languageName: node
1762917629
linkType: hard
1763017630

0 commit comments

Comments
 (0)