Update dependency fastify to v5.2.2 #174

Merged
bot merged 1 commits from renovate/fastify-5.x-lockfile into master 2025-03-29 03:05:58 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
fastify (source) dependencies patch 5.2.1 -> 5.2.2

Release Notes

fastify/fastify (fastify)

v5.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v5.2.1...v5.2.2


Configuration

📅 Schedule: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fastify](https://fastify.dev/) ([source](https://github.com/fastify/fastify)) | dependencies | patch | [`5.2.1` -> `5.2.2`](https://renovatebot.com/diffs/npm/fastify/5.2.1/5.2.2) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v5.2.2`](https://github.com/fastify/fastify/releases/tag/v5.2.2) [Compare Source](https://github.com/fastify/fastify/compare/v5.2.1...v5.2.2) #### What's Changed - build: use static path instead of \__filename by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/5922 - fix(linting): fix linting error in error-handler.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5926 - chore: Bump the dev-dependencies group across 1 directory with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5930 - fix: don't check for payload type in default json parser by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify/pull/5933 - docs: Include req.hostname change in upgrade guide by [@&#8203;tmcw](https://github.com/tmcw) in https://github.com/fastify/fastify/pull/5935 - build(dependabot): regroup dev dependencies by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5931 - chore: Bump borp from 0.18.0 to 0.19.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5936 - chore: don't return the `done` function by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify/pull/5937 - ci(workflows): unpin node 22 version by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5941 - perf: don't use optional chaining for typeof .then checks by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify/pull/5942 - docs: the no floating promise guide is not needed anymore by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5946 - docs: grammar and spelling fixes by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5944 - perf(lib/pluginutils): cache rc version regex by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5940 - build(dependabot): reduce npm updates to monthly by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5939 - docs(guides): grammar and spelling fixes by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5947 - test: migrated genReqId.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5943 - chore: Bump lycheeverse/lychee-action from 2.1.0 to 2.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5948 - docs(reference/contenttypeparser): make more concise by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5950 - docs(getting-started): clarify fastify-cli is separate by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5949 - docs(validation-and-serialization): fix typo by [@&#8203;matthyk](https://github.com/matthyk) in https://github.com/fastify/fastify/pull/5952 - test: migrated route-shorthand.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5923 - test: migrated register.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5918 - Update broken link to N|Solid by [@&#8203;xuhdev](https://github.com/xuhdev) in https://github.com/fastify/fastify/pull/5954 - docs(reference): even more conciseness by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5951 - test: migrate from tap to node test for close & custom-parser-async by [@&#8203;coluzziandrea](https://github.com/coluzziandrea) in https://github.com/fastify/fastify/pull/5915 - docs(reference/type-providers): conciseness improvements by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5962 - docs(reference/errors): conciseness improvements by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5963 - docs(reference/logging): conciseness improvements by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5958 - docs(reference/request): conciseness improvements by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5965 - docs(ecosystem): add `@fastify/otel` to core list by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5967 - docs(reference/validation): conciseness improvements by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5964 - docs(reference/plugins): conciseness improvements by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5956 - docs(reference/decorators): conciseness improvements by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5966 - chore(sponsor): Add Lokalise sponsorship reference by [@&#8203;kibertoad](https://github.com/kibertoad) in https://github.com/fastify/fastify/pull/5968 - test: migrated listen.2.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5960 - docs(ecosystem): add fastify-enforce-routes-pattern by [@&#8203;Jerome1337](https://github.com/Jerome1337) in https://github.com/fastify/fastify/pull/5961 - chore(sponsor): add Jspreadsheet by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5971 - docs(reference/routes): conciseness improvements by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5969 - fix(types): missing supportedMethods by [@&#8203;johaven](https://github.com/johaven) in https://github.com/fastify/fastify/pull/5970 - chore: Bump the dev-dependencies-eslint group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5975 - ci: remove master branch support by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5974 - docs(reference): mimic github notes and warning style by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5973 - docs: Drop platformatic cloud reference in serverless.md by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5982 - docs: add a Genezio step by step guide by [@&#8203;cristim67](https://github.com/cristim67) in https://github.com/fastify/fastify/pull/5980 - docs(lts): fix anchor tag format by [@&#8203;kadoshita](https://github.com/kadoshita) in https://github.com/fastify/fastify/pull/5986 - docs: Update documentation for listening to `0.0.0.0` by [@&#8203;jonasongg](https://github.com/jonasongg) in https://github.com/fastify/fastify/pull/5988 - docs(serverless): cut down genezio example by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5990 - docs: add link to official demo by [@&#8203;jean-michelet](https://github.com/jean-michelet) in https://github.com/fastify/fastify/pull/5994 - chore(license): update licensing year by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5992 - docs: wrong query string parser information by [@&#8203;smith558](https://github.com/smith558) in https://github.com/fastify/fastify/pull/5993 - docs: typo in v5 migration docs by [@&#8203;salmanm](https://github.com/salmanm) in https://github.com/fastify/fastify/pull/5995 - docs: update example to use correct parser by [@&#8203;smith558](https://github.com/smith558) in https://github.com/fastify/fastify/pull/5996 - test: migrated request-error.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5987 - chore: Bump the dev-dependencies-eslint group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5999 - chore: Bump lycheeverse/lychee-action from 2.2.0 to 2.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/6001 - docs: fix docorators example by [@&#8203;logan272](https://github.com/logan272) in https://github.com/fastify/fastify/pull/5997 - chore: fix docs by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/6007 - test: migrated stream.5.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5955 - build(test/bundler/esbuild): bump esbuild by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/6010 - test: migrated throw.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/6002 - docs(guides/ecosystem): update broken link to scalar by [@&#8203;inyourtime](https://github.com/inyourtime) in https://github.com/fastify/fastify/pull/6015 - feat: add listen async callback warning by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/6011 - docs(readme): fix broken ci badges by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/6016 - docs: remove --node-arg prefix by [@&#8203;piotr-cz](https://github.com/piotr-cz) in https://github.com/fastify/fastify/pull/6018 - test: migrated listen.1.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/6014 - chore: Bump typescript from 5.7.3 to 5.8.2 in the dev-dependencies-typescript group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/6000 - test: migrated upgrade.test.js from tap to node:test and update inde… by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5917 - test: fix flaky by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/6021 - test: migrated listen.3.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/6022 - test: migrated listen.4.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/6024 - fix: double hook execution by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/6013 - test(content-type-parser): replace tiny-lru proxy with toad-cache by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/6025 #### New Contributors - [@&#8203;xuhdev](https://github.com/xuhdev) made their first contribution in https://github.com/fastify/fastify/pull/5954 - [@&#8203;coluzziandrea](https://github.com/coluzziandrea) made their first contribution in https://github.com/fastify/fastify/pull/5915 - [@&#8203;Jerome1337](https://github.com/Jerome1337) made their first contribution in https://github.com/fastify/fastify/pull/5961 - [@&#8203;cristim67](https://github.com/cristim67) made their first contribution in https://github.com/fastify/fastify/pull/5980 - [@&#8203;jonasongg](https://github.com/jonasongg) made their first contribution in https://github.com/fastify/fastify/pull/5988 - [@&#8203;smith558](https://github.com/smith558) made their first contribution in https://github.com/fastify/fastify/pull/5993 - [@&#8203;logan272](https://github.com/logan272) made their first contribution in https://github.com/fastify/fastify/pull/5997 - [@&#8203;piotr-cz](https://github.com/piotr-cz) made their first contribution in https://github.com/fastify/fastify/pull/6018 **Full Changelog**: https://github.com/fastify/fastify/compare/v5.2.1...v5.2.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImJvdCIsInJlbm92YXRlIl19-->
bot added 1 commit 2025-03-26 03:03:04 +01:00
Update dependency fastify to v5.2.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
589467bc86
bot force-pushed renovate/fastify-5.x-lockfile from 589467bc86 to b021786b1a 2025-03-29 03:05:56 +01:00 Compare
bot merged commit b021786b1a into master 2025-03-29 03:05:58 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sora/OTM#174
No description provided.