From e33d5c24256a4d97c41c942d26549ef84a0e3ff9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:58:23 +0000 Subject: [PATCH] fix(deps): update dependency fastify to v4.26.2 (#10092) 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://fastify.dev/) ([source](https://togithub.com/fastify/fastify)) | [`4.25.2` -> `4.26.2`](https://renovatebot.com/diffs/npm/fastify/4.25.2/4.26.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastify/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastify/4.25.2/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/4.25.2/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | ---
fastify/fastify (fastify) [`v4.26.2`](https://togithub.com/fastify/fastify/releases/tag/v4.26.2) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.26.1...v4.26.2) - fix: typo in module exports by [@​lirantal](https://togithub.com/lirantal) in [https://github.com/fastify/fastify/pull/5316](https://togithub.com/fastify/fastify/pull/5316) - docs(ts): Fix links by [@​rozzilla](https://togithub.com/rozzilla) in [https://github.com/fastify/fastify/pull/5308](https://togithub.com/fastify/fastify/pull/5308) - fix: cb is not a function at fallbackErrorHandler by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5317](https://togithub.com/fastify/fastify/pull/5317) - feat: add a Firebase Functions step by step guide by [@​lirantal](https://togithub.com/lirantal) in [https://github.com/fastify/fastify/pull/5318](https://togithub.com/fastify/fastify/pull/5318) - types: fix test failure by [@​gurgunday](https://togithub.com/gurgunday) in [https://github.com/fastify/fastify/pull/5330](https://togithub.com/fastify/fastify/pull/5330) - perf: use FifoMap to check contentType by [@​gurgunday](https://togithub.com/gurgunday) in [https://github.com/fastify/fastify/pull/5331](https://togithub.com/fastify/fastify/pull/5331) - docs(ecosystem): adds fastify-override to plugins list by [@​matthyk](https://togithub.com/matthyk) in [https://github.com/fastify/fastify/pull/5336](https://togithub.com/fastify/fastify/pull/5336) - types: Export preClose hook types by [@​matthyk](https://togithub.com/matthyk) in [https://github.com/fastify/fastify/pull/5335](https://togithub.com/fastify/fastify/pull/5335) - fix: database migration doc missing db connection code by [@​nuhman](https://togithub.com/nuhman) in [https://github.com/fastify/fastify/pull/5339](https://togithub.com/fastify/fastify/pull/5339) - chore: Bump pnpm/action-setup from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5341](https://togithub.com/fastify/fastify/pull/5341) - chore: Bump xt0rted/markdownlint-problem-matcher from 2.0.0 to 3.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5342](https://togithub.com/fastify/fastify/pull/5342) - [@​nuhman](https://togithub.com/nuhman) made their first contribution in [https://github.com/fastify/fastify/pull/5339](https://togithub.com/fastify/fastify/pull/5339) **Full Changelog**: https://github.com/fastify/fastify/compare/v4.26.1...v4.26.2 [`v4.26.1`](https://togithub.com/fastify/fastify/releases/tag/v4.26.1) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.26.0...v4.26.1) - docs(ecosystem): adds fastify-hana to the community plugins list by [@​yoav0gal](https://togithub.com/yoav0gal) in [https://github.com/fastify/fastify/pull/5289](https://togithub.com/fastify/fastify/pull/5289) - docs: fix misattributed property parent in deprecation warning: request.elapsedTime by [@​mscottnelson](https://togithub.com/mscottnelson) in [https://github.com/fastify/fastify/pull/5299](https://togithub.com/fastify/fastify/pull/5299) - chore: Bump lycheeverse/lychee-action from 1.8.0 to 1.9.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5300](https://togithub.com/fastify/fastify/pull/5300) - chore: Bump actions/dependency-review-action from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5301](https://togithub.com/fastify/fastify/pull/5301) - chore(.gitignore): add .tap/ dir by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5303](https://togithub.com/fastify/fastify/pull/5303) - fix: amend error codes for latest avvio v8.3.0 by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5309](https://togithub.com/fastify/fastify/pull/5309) - fix(types): Request route options url add undefined by [@​rozzilla](https://togithub.com/rozzilla) in [https://github.com/fastify/fastify/pull/5307](https://togithub.com/fastify/fastify/pull/5307) - chore: add docs for tracing warnings by [@​jsumners](https://togithub.com/jsumners) in [https://github.com/fastify/fastify/pull/5310](https://togithub.com/fastify/fastify/pull/5310) - [@​mscottnelson](https://togithub.com/mscottnelson) made their first contribution in [https://github.com/fastify/fastify/pull/5299](https://togithub.com/fastify/fastify/pull/5299) **Full Changelog**: https://github.com/fastify/fastify/compare/v4.26.0...v4.26.1 [`v4.26.0`](https://togithub.com/fastify/fastify/releases/tag/v4.26.0) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.25.2...v4.26.0) - docs(ecosystem): add missing plugins to core list by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5234](https://togithub.com/fastify/fastify/pull/5234) - ci: CITGM github workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5233](https://togithub.com/fastify/fastify/pull/5233) - chore: bump find-may-way to v8.0.0 by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5236](https://togithub.com/fastify/fastify/pull/5236) - fix: setValidatorCompiler with addSchema by [@​derammo](https://togithub.com/derammo) in [https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188) - feat(routes): expose findRoute and param validator by [@​sf3ris](https://togithub.com/sf3ris) in [https://github.com/fastify/fastify/pull/5230](https://togithub.com/fastify/fastify/pull/5230) - feat: add use semicolon delimter config, default = true by [@​dancastillo](https://togithub.com/dancastillo) in [https://github.com/fastify/fastify/pull/5239](https://togithub.com/fastify/fastify/pull/5239) - chore: add autocannon and concurrently as dev dependencies by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5240](https://togithub.com/fastify/fastify/pull/5240) - fix: return the correct serializer function when no content-type is defined by [@​DouglasdeMoura](https://togithub.com/DouglasdeMoura) in [https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229) - Sync next by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5238](https://togithub.com/fastify/fastify/pull/5238) - docs: add open-collective by [@​Eomm](https://togithub.com/Eomm) in [https://github.com/fastify/fastify/pull/5216](https://togithub.com/fastify/fastify/pull/5216) - chore: Bump actions/upload-artifact from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5249](https://togithub.com/fastify/fastify/pull/5249) - chore: Bump actions/labeler from 4 to 5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5248](https://togithub.com/fastify/fastify/pull/5248) - docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to ecosystem.md by [@​Bugs5382](https://togithub.com/Bugs5382) in [https://github.com/fastify/fastify/pull/5245](https://togithub.com/fastify/fastify/pull/5245) - chore: update actions/labeler@5 by [@​climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify/pull/5254](https://togithub.com/fastify/fastify/pull/5254) - fix: restrict findRoute exposed property by [@​climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify/pull/5253](https://togithub.com/fastify/fastify/pull/5253) - fix(test): flaky on-listen hook test by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5256](https://togithub.com/fastify/fastify/pull/5256) - fix: remove unused promise warning in setNotFoundHandler with preHandler by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5258](https://togithub.com/fastify/fastify/pull/5258) - fix: Always call resource.emitDestroy() by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5228](https://togithub.com/fastify/fastify/pull/5228) - docs: Add missing punctuation in Ecosystem by [@​matthyk](https://togithub.com/matthyk) in [https://github.com/fastify/fastify/pull/5261](https://togithub.com/fastify/fastify/pull/5261) - docs: remove word repetition on Decorators docs by [@​rlawisch](https://togithub.com/rlawisch) in [https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260) - chore(types): Remove unused type imports by [@​codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264) - chore(license): Update licensing year by [@​codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5266](https://togithub.com/fastify/fastify/pull/5266) - chore(docs): Add clarification about `fastify.setErrorHandler()` by [@​codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5265](https://togithub.com/fastify/fastify/pull/5265) - refactor: deprecate `Reply#getResponseTime()` in favour of `Reply#elapsedTime` by [@​codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5263](https://togithub.com/fastify/fastify/pull/5263) - chore: remove `www.` from `fastify.dev` urls by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5270](https://togithub.com/fastify/fastify/pull/5270) - feat: expose method for setGenReqId on FastifyInstance by [@​dancastillo](https://togithub.com/dancastillo) in [https://github.com/fastify/fastify/pull/5259](https://togithub.com/fastify/fastify/pull/5259) - fix: ensure `onListen` hooks are called when they should be by [@​bienzaaron](https://togithub.com/bienzaaron) in [https://github.com/fastify/fastify/pull/5273](https://togithub.com/fastify/fastify/pull/5273) - docs: re-word clarification about `setErrorHandler()` by [@​codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5269](https://togithub.com/fastify/fastify/pull/5269) - docs(ecosystem): remove unsupported package by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5278](https://togithub.com/fastify/fastify/pull/5278) - docs: Fix Pino docs link by [@​BoscoDomingo](https://togithub.com/BoscoDomingo) in [https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284) - chore: add github sponsor by [@​Eomm](https://togithub.com/Eomm) in [https://github.com/fastify/fastify/pull/5293](https://togithub.com/fastify/fastify/pull/5293) - docs(ecosystem): adds fastify-sqlite-typed to the community plugins list by [@​yoav0gal](https://togithub.com/yoav0gal) in [https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288) - docs: add ESM usage example in Getting Started by [@​atilagulers](https://togithub.com/atilagulers) in [https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294) - docs: repoint readers to shared `.github` files by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5268](https://togithub.com/fastify/fastify/pull/5268) - feat: Web Stream API by [@​climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify/pull/5286](https://togithub.com/fastify/fastify/pull/5286) - chore: sync generated code by [@​Eomm](https://togithub.com/Eomm) in [https://github.com/fastify/fastify/pull/5295](https://togithub.com/fastify/fastify/pull/5295) - [@​derammo](https://togithub.com/derammo) made their first contribution in [https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188) - [@​DouglasdeMoura](https://togithub.com/DouglasdeMoura) made their first contribution in [https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229) - [@​rlawisch](https://togithub.com/rlawisch) made their first contribution in [https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260) - [@​codershiba](https://togithub.com/codershiba) made their first contribution in [https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264) - [@​BoscoDomingo](https://togithub.com/BoscoDomingo) made their first contribution in [https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284) - [@​yoav0gal](https://togithub.com/yoav0gal) made their first contribution in [https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288) - [@​atilagulers](https://togithub.com/atilagulers) made their first contribution in [https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294) **Full Changelog**: https://github.com/fastify/fastify/compare/v4.25.2...v4.26.0
--- 📅 **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. --- - [ ] 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/adapters/fastify/web/package.json | 2 +- packages/api-server/package.json | 2 +- packages/web-server/package.json | 2 +- yarn.lock | 47 +++++++++++----------- 4 files changed, 27 insertions(+), 26 deletions(-) diff --git a/packages/adapters/fastify/web/package.json b/packages/adapters/fastify/web/package.json index 1634a27dd19b..ec54691d1273 100644 --- a/packages/adapters/fastify/web/package.json +++ b/packages/adapters/fastify/web/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@redwoodjs/framework-tools": "7.0.7", - "fastify": "4.25.2", + "fastify": "4.26.2", "tsx": "4.6.2", "typescript": "5.3.3", "vitest": "1.2.2" diff --git a/packages/api-server/package.json b/packages/api-server/package.json index 3aa861dff92f..9e494b8faedf 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -39,7 +39,7 @@ "dotenv-defaults": "5.0.2", "fast-glob": "3.3.2", "fast-json-parse": "1.0.3", - "fastify": "4.25.2", + "fastify": "4.26.2", "fastify-raw-body": "4.3.0", "lodash": "4.17.21", "pretty-bytes": "5.6.0", diff --git a/packages/web-server/package.json b/packages/web-server/package.json index c3d823ded90c..dbf8571870c9 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -29,7 +29,7 @@ "@redwoodjs/project-config": "7.0.7", "chalk": "4.1.2", "dotenv-defaults": "5.0.2", - "fastify": "4.25.2", + "fastify": "4.26.2", "fs-extra": "11.2.0", "yargs": "17.7.2" }, diff --git a/yarn.lock b/yarn.lock index 3dbad053acd4..3e8680437aee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3072,7 +3072,7 @@ __metadata: languageName: node linkType: hard -"@fastify/error@npm:^3.0.0, @fastify/error@npm:^3.4.0": +"@fastify/error@npm:^3.0.0, @fastify/error@npm:^3.3.0, @fastify/error@npm:^3.4.0": version: 3.4.1 resolution: "@fastify/error@npm:3.4.1" checksum: 10c0/1f1a0faa8c86639afb6f4bd47a9cdc1f0f20ce0d6944340fbdec8218aaba91dc9cae9ed78e24e61bceb782a867efda2b9a6320091f00dcbb896d9c8a9bdf5f96 @@ -7395,7 +7395,7 @@ __metadata: dotenv-defaults: "npm:5.0.2" fast-glob: "npm:3.3.2" fast-json-parse: "npm:1.0.3" - fastify: "npm:4.25.2" + fastify: "npm:4.26.2" fastify-raw-body: "npm:4.3.0" lodash: "npm:4.17.21" pino-abstract-transport: "npm:1.1.0" @@ -8254,7 +8254,7 @@ __metadata: "@redwoodjs/framework-tools": "npm:7.0.7" "@redwoodjs/project-config": "npm:7.0.7" fast-glob: "npm:3.3.2" - fastify: "npm:4.25.2" + fastify: "npm:4.26.2" tsx: "npm:4.6.2" typescript: "npm:5.3.3" vitest: "npm:1.2.2" @@ -8747,7 +8747,7 @@ __metadata: "@redwoodjs/project-config": "npm:7.0.7" chalk: "npm:4.1.2" dotenv-defaults: "npm:5.0.2" - fastify: "npm:4.25.2" + fastify: "npm:4.26.2" fs-extra: "npm:11.2.0" tsx: "npm:4.6.2" typescript: "npm:5.3.3" @@ -13269,14 +13269,15 @@ __metadata: languageName: node linkType: hard -"avvio@npm:^8.2.1": - version: 8.2.1 - resolution: "avvio@npm:8.2.1" +"avvio@npm:^8.3.0": + version: 8.3.0 + resolution: "avvio@npm:8.3.0" dependencies: + "@fastify/error": "npm:^3.3.0" archy: "npm:^1.0.0" debug: "npm:^4.0.0" - fastq: "npm:^1.6.1" - checksum: 10c0/a763b7cb0d9bdd4c111c28b46cb83ee9d4bf79e5f99c5cd8b8f2727cf6d0cd5ec3e6df90dbda74a56cdec72fe928dd2e13e75e67270a88b92401f68ef756b3ce + fastq: "npm:^1.17.1" + checksum: 10c0/ae171bd977302c3720c9cab8a8e1acedba34d23d44fa4f2914953b02c34c81bd332b4f5713912ce9405c4eb5317fdc6e794b0134d3f680f28858d7a0efadfbc6 languageName: node linkType: hard @@ -18663,18 +18664,18 @@ __metadata: languageName: node linkType: hard -"fastify@npm:4.25.2": - version: 4.25.2 - resolution: "fastify@npm:4.25.2" +"fastify@npm:4.26.2": + version: 4.26.2 + resolution: "fastify@npm:4.26.2" dependencies: "@fastify/ajv-compiler": "npm:^3.5.0" "@fastify/error": "npm:^3.4.0" "@fastify/fast-json-stringify-compiler": "npm:^4.3.0" abstract-logging: "npm:^2.0.1" - avvio: "npm:^8.2.1" + avvio: "npm:^8.3.0" fast-content-type-parse: "npm:^1.1.0" fast-json-stringify: "npm:^5.8.0" - find-my-way: "npm:^7.7.0" + find-my-way: "npm:^8.0.0" light-my-request: "npm:^5.11.0" pino: "npm:^8.17.0" process-warning: "npm:^3.0.0" @@ -18683,16 +18684,16 @@ __metadata: secure-json-parse: "npm:^2.7.0" semver: "npm:^7.5.4" toad-cache: "npm:^3.3.0" - checksum: 10c0/3ae9e8cdfd6ee4ada4b198f33cd6e152ae751f93e31ce628222e17249544ff34057118c8903d43cb1134c8b1614b7ce19768d8c9f3fde5befa6e236376d97f01 + checksum: 10c0/6b05f2dbe7032909f5916e481645af9ab534e6cbd8d97ba4dfbc383c0bca565f90fccc528c5b6b61f225044c39ea79255fc824f0bb4702354e0991bbdbc57894 languageName: node linkType: hard -"fastq@npm:^1.6.0, fastq@npm:^1.6.1": - version: 1.15.0 - resolution: "fastq@npm:1.15.0" +"fastq@npm:^1.17.1, fastq@npm:^1.6.0": + version: 1.17.1 + resolution: "fastq@npm:1.17.1" dependencies: reusify: "npm:^1.0.4" - checksum: 10c0/5ce4f83afa5f88c9379e67906b4d31bc7694a30826d6cc8d0f0473c966929017fda65c2174b0ec89f064ede6ace6c67f8a4fe04cef42119b6a55b0d465554c24 + checksum: 10c0/1095f16cea45fb3beff558bb3afa74ca7a9250f5a670b65db7ed585f92b4b48381445cd328b3d87323da81e43232b5d5978a8201bde84e0cd514310f1ea6da34 languageName: node linkType: hard @@ -18920,14 +18921,14 @@ __metadata: languageName: node linkType: hard -"find-my-way@npm:^7.7.0": - version: 7.7.0 - resolution: "find-my-way@npm:7.7.0" +"find-my-way@npm:^8.0.0": + version: 8.1.0 + resolution: "find-my-way@npm:8.1.0" dependencies: fast-deep-equal: "npm:^3.1.3" fast-querystring: "npm:^1.0.0" safe-regex2: "npm:^2.0.0" - checksum: 10c0/6b4fef5f3a21a73c5428337a02ce2f90af055e3fade6f57f3444a76d7f58a43891aba26597014ff02f9fd9071abfdd32b92ff2435aadaf96dd2316920c456f6e + checksum: 10c0/f0f6a01953e4bc1789fdae1e861b0a0b1cb930f0c9c8c03e21fc27664a0cb50c22a56218e7b3738791aa6a01a452f73ee5a02063837fcab96988c3c63dcb8e43 languageName: node linkType: hard