From 8673c76dddece0f5b529026bf351bd97dfc2240e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 11:02:39 -0700 Subject: [PATCH] fix(deps): update dependency fastify to v4.19.2 (#8820) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
fastify/fastify (fastify) ### [`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 [@​climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify/pull/4872](https://togithub.com/fastify/fastify/pull/4872) - Overload `DecorationMethod` to fix [#​4870](https://togithub.com/fastify/fastify/issues/4870) by [@​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 [@​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 [@​mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/4876](https://togithub.com/fastify/fastify/pull/4876) **Full Changelog**: https://github.com/fastify/fastify/compare/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 [@​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 [@​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 [@​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 [#​4823](https://togithub.com/fastify/fastify/issues/4823) by [@​aadito123](https://togithub.com/aadito123) in [https://github.com/fastify/fastify/pull/4869](https://togithub.com/fastify/fastify/pull/4869) #### New Contributors - [@​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) - [@​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**: https://github.com/fastify/fastify/compare/v4.19.0...v4.19.1
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/api-server/package.json | 2 +- packages/fastify/package.json | 2 +- packages/studio/package.json | 2 +- yarn.lock | 14 +++++++------- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/api-server/package.json b/packages/api-server/package.json index 6946c55f8083..ff9ce0bc38de 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -40,7 +40,7 @@ "core-js": "3.31.0", "fast-glob": "3.2.12", "fast-json-parse": "1.0.3", - "fastify": "4.19.0", + "fastify": "4.19.2", "fastify-raw-body": "4.2.0", "lodash": "4.17.21", "pretty-bytes": "5.6.0", diff --git a/packages/fastify/package.json b/packages/fastify/package.json index fec645ebf431..76e270da0253 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -25,7 +25,7 @@ "@redwoodjs/project-config": "5.0.0", "ansi-colors": "4.1.3", "fast-glob": "3.2.12", - "fastify": "4.19.0", + "fastify": "4.19.2", "fastify-raw-body": "4.2.0", "lodash": "4.17.21", "qs": "6.11.2" diff --git a/packages/studio/package.json b/packages/studio/package.json index bf08ec0ae71a..807d2cf1ac77 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -37,7 +37,7 @@ "crypto-js": "4.1.1", "dotenv": "16.3.1", "fast-json-parse": "1.0.3", - "fastify": "4.19.0", + "fastify": "4.19.2", "fastify-raw-body": "4.2.0", "graphql": "16.7.1", "graphql-scalars": "1.22.2", diff --git a/yarn.lock b/yarn.lock index 4db7f74fcbee..bcc1b96ffac2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6853,7 +6853,7 @@ __metadata: core-js: 3.31.0 fast-glob: 3.2.12 fast-json-parse: 1.0.3 - fastify: 4.19.0 + fastify: 4.19.2 fastify-raw-body: 4.2.0 jest: 29.5.0 lodash: 4.17.21 @@ -7657,7 +7657,7 @@ __metadata: ansi-colors: 4.1.3 esbuild: 0.18.11 fast-glob: 3.2.12 - fastify: 4.19.0 + fastify: 4.19.2 fastify-raw-body: 4.2.0 lodash: 4.17.21 qs: 6.11.2 @@ -7941,7 +7941,7 @@ __metadata: crypto-js: 4.1.1 dotenv: 16.3.1 fast-json-parse: 1.0.3 - fastify: 4.19.0 + fastify: 4.19.2 fastify-raw-body: 4.2.0 graphql: 16.7.1 graphql-scalars: 1.22.2 @@ -17500,9 +17500,9 @@ __metadata: languageName: node linkType: hard -"fastify@npm:4.19.0": - version: 4.19.0 - resolution: "fastify@npm:4.19.0" +"fastify@npm:4.19.2": + version: 4.19.2 + resolution: "fastify@npm:4.19.2" dependencies: "@fastify/ajv-compiler": ^3.5.0 "@fastify/error": ^3.2.0 @@ -17520,7 +17520,7 @@ __metadata: secure-json-parse: ^2.5.0 semver: ^7.5.0 tiny-lru: ^11.0.1 - checksum: e2ad8656b05f1312a0159bc49ce52709573470fd26ccfd5f71646cb6d46afa26e0b724de3f5f0f39fab9f0de0733a3718a83675eee266b5e752bbf5975f2f1bf + checksum: faf6f4d50770fe250c382ebb963d9907b8aec07f8e9031794c0ecf61863c27f46dd80f3ac150b2842445f1bb356fd3e46a86932c6e0d553531f4fad6f7cc7bca languageName: node linkType: hard