Update dependency fastify to v5.1.0 #122

Merged
bot merged 1 commits from renovate/fastify-5.x-lockfile into master 2024-11-01 02:01:02 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
fastify (source) dependencies minor 5.0.0 -> 5.1.0

Release Notes

fastify/fastify (fastify)

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v5.0.0...v5.1.0


Configuration

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

🚦 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fastify](https://fastify.dev/) ([source](https://github.com/fastify/fastify)) | dependencies | minor | [`5.0.0` -> `5.1.0`](https://renovatebot.com/diffs/npm/fastify/5.0.0/5.1.0) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v5.1.0`](https://github.com/fastify/fastify/releases/tag/v5.1.0) [Compare Source](https://github.com/fastify/fastify/compare/v5.0.0...v5.1.0) #### What's Changed - chore: Update Migration-Guide-V5.md by [@&#8203;jsumners](https://github.com/jsumners) in https://github.com/fastify/fastify/pull/5688 - fix(guide-v5): wrong link for diagnostics channel by [@&#8203;corradopetrelli](https://github.com/corradopetrelli) in https://github.com/fastify/fastify/pull/5693 - chore: fix typo in reply-serialize.test.js by [@&#8203;janmooij](https://github.com/janmooij) in https://github.com/fastify/fastify/pull/5692 - chore: remove unused dev dependencies by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/5696 - docs: fix schema by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/5695 - fix(docs): migration guide by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5701 - fix: add childLoggerFactory option to FastifyHttpOptions type by [@&#8203;mauroaccornero](https://github.com/mauroaccornero) in https://github.com/fastify/fastify/pull/5665 - docs: correct errors fragment by [@&#8203;inyourtime](https://github.com/inyourtime) in https://github.com/fastify/fastify/pull/5705 - docs(guides/ecosystem): remove archived core plugins by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5712 - fix: make shallow copy of fastify options before mutations by [@&#8203;dorgelesnzi](https://github.com/dorgelesnzi) in https://github.com/fastify/fastify/pull/5706 - docs(reply): cleanup and update to clarify elapsedTime behaviour by [@&#8203;erkaperka](https://github.com/erkaperka) in https://github.com/fastify/fastify/pull/5728 - chore(tests): uncomment server.decorate test case by [@&#8203;bnzone](https://github.com/bnzone) in https://github.com/fastify/fastify/pull/5736 - chore: setup borp reporter for switch to node test by [@&#8203;dancastillo](https://github.com/dancastillo) in https://github.com/fastify/fastify/pull/5720 - chore: update Testing guide to use node:test by [@&#8203;dancastillo](https://github.com/dancastillo) in https://github.com/fastify/fastify/pull/5738 - fix: point this to parent at onRegister by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify/pull/5675 - fix: make content-type case-insensitive by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify/pull/5742 - docs: Changed var for let and const by [@&#8203;BrunoMollo](https://github.com/BrunoMollo) in https://github.com/fastify/fastify/pull/5745 - chore: Migrate to node:test by [@&#8203;Rantoledo](https://github.com/Rantoledo) in https://github.com/fastify/fastify/pull/5714 - types: make plugin options required if they have any defined props by [@&#8203;paulius-valiunas](https://github.com/paulius-valiunas) in https://github.com/fastify/fastify/pull/5637 - build(deps-dev): lock typescript minor version by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5748 - perf(lib/pluginUtils): convert unused capture group to non-capture group by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5749 - refactor(lib/validation): replace regexp `.exec()` with `.test()` by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5750 - refactor(lib/validation): remove redundant regex quantifier by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5751 - chore: getFuncPreview limit split size by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify/pull/5754 - refactor: change var instances to const or let by [@&#8203;ChinoUkaegbu](https://github.com/ChinoUkaegbu) in https://github.com/fastify/fastify/pull/5759 - test: migrate tests from tap to node:test and c8 by [@&#8203;dancastillo](https://github.com/dancastillo) in https://github.com/fastify/fastify/pull/5760 - test: removed second argument from assert fail method in tests by [@&#8203;Rantoledo](https://github.com/Rantoledo) in https://github.com/fastify/fastify/pull/5761 - test: Migrate http2 test to node:test by [@&#8203;Rantoledo](https://github.com/Rantoledo) in https://github.com/fastify/fastify/pull/5757 - types: add string\[] to routeOptions.method by [@&#8203;smartinio](https://github.com/smartinio) in https://github.com/fastify/fastify/pull/5762 - test: Fix flaky tests in versioned-routes.test.js by [@&#8203;smartinio](https://github.com/smartinio) in https://github.com/fastify/fastify/pull/5765 - fix: correctly handle empty host by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify/pull/5764 - perf: pause split early on hostname by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify/pull/5767 - test: Migrate 404 test to node:test by [@&#8203;Rantoledo](https://github.com/Rantoledo) in https://github.com/fastify/fastify/pull/5769 - fix: exposeHeadRoute should pass "onSend" hook handlers provided to GET handler if method is not uppercased by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5766 - test: move allowUnsafeRegex to node test runner by [@&#8203;karankraina](https://github.com/karankraina) in https://github.com/fastify/fastify/pull/5770 - chore: Conditionally require pino if logger is enabled by [@&#8203;karankraina](https://github.com/karankraina) in https://github.com/fastify/fastify/pull/5763 - feat(test runner node): route 4 by [@&#8203;kriskw1999](https://github.com/kriskw1999) in https://github.com/fastify/fastify/pull/5774 - test: migrated custom-http-server from tap to node:test by [@&#8203;iamgiolaga](https://github.com/iamgiolaga) in https://github.com/fastify/fastify/pull/5773 - test: migrate route.1.test to node test runner by [@&#8203;kriskw1999](https://github.com/kriskw1999) in https://github.com/fastify/fastify/pull/5784 - test: port bodyLimit.test.js by [@&#8203;rstagi](https://github.com/rstagi) in https://github.com/fastify/fastify/pull/5781 - test: port server.test.js to node:test by [@&#8203;pmarchini](https://github.com/pmarchini) in https://github.com/fastify/fastify/pull/5783 - test: migrated imports.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5788 - chore: Migrate async-local-storage and async-await test to node:test by [@&#8203;Rantoledo](https://github.com/Rantoledo) in https://github.com/fastify/fastify/pull/5791 - test: ported route 3 test by [@&#8203;kriskw1999](https://github.com/kriskw1999) in https://github.com/fastify/fastify/pull/5780 - test: migrated async-dispose.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5793 - test: migrate constrained routes test file to use node:test by [@&#8203;Rantoledo](https://github.com/Rantoledo) in https://github.com/fastify/fastify/pull/5798 - test: migrated keep-alive-timeout.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5796 - test: migrated noop-set.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5794 - test: migrated close-pipelining.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5797 - feat(test runner node): test porting by [@&#8203;kriskw1999](https://github.com/kriskw1999) in https://github.com/fastify/fastify/pull/5772 - test: migrate serialize-response to node test runner by [@&#8203;federicogualdi](https://github.com/federicogualdi) in https://github.com/fastify/fastify/pull/5775 - ci: fix typescript tests on alternative runtimes by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5799 #### New Contributors - [@&#8203;corradopetrelli](https://github.com/corradopetrelli) made their first contribution in https://github.com/fastify/fastify/pull/5693 - [@&#8203;janmooij](https://github.com/janmooij) made their first contribution in https://github.com/fastify/fastify/pull/5692 - [@&#8203;mauroaccornero](https://github.com/mauroaccornero) made their first contribution in https://github.com/fastify/fastify/pull/5665 - [@&#8203;inyourtime](https://github.com/inyourtime) made their first contribution in https://github.com/fastify/fastify/pull/5705 - [@&#8203;dorgelesnzi](https://github.com/dorgelesnzi) made their first contribution in https://github.com/fastify/fastify/pull/5706 - [@&#8203;erkaperka](https://github.com/erkaperka) made their first contribution in https://github.com/fastify/fastify/pull/5728 - [@&#8203;bnzone](https://github.com/bnzone) made their first contribution in https://github.com/fastify/fastify/pull/5736 - [@&#8203;BrunoMollo](https://github.com/BrunoMollo) made their first contribution in https://github.com/fastify/fastify/pull/5745 - [@&#8203;paulius-valiunas](https://github.com/paulius-valiunas) made their first contribution in https://github.com/fastify/fastify/pull/5637 - [@&#8203;ChinoUkaegbu](https://github.com/ChinoUkaegbu) made their first contribution in https://github.com/fastify/fastify/pull/5759 - [@&#8203;smartinio](https://github.com/smartinio) made their first contribution in https://github.com/fastify/fastify/pull/5762 - [@&#8203;karankraina](https://github.com/karankraina) made their first contribution in https://github.com/fastify/fastify/pull/5770 - [@&#8203;kriskw1999](https://github.com/kriskw1999) made their first contribution in https://github.com/fastify/fastify/pull/5774 - [@&#8203;iamgiolaga](https://github.com/iamgiolaga) made their first contribution in https://github.com/fastify/fastify/pull/5773 - [@&#8203;rstagi](https://github.com/rstagi) made their first contribution in https://github.com/fastify/fastify/pull/5781 - [@&#8203;pmarchini](https://github.com/pmarchini) made their first contribution in https://github.com/fastify/fastify/pull/5783 - [@&#8203;federicogualdi](https://github.com/federicogualdi) made their first contribution in https://github.com/fastify/fastify/pull/5775 **Full Changelog**: https://github.com/fastify/fastify/compare/v5.0.0...v5.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC). 🚦 **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImJvdCIsInJlbm92YXRlIl19-->
bot added 1 commit 2024-11-01 02:00:56 +01:00
Update dependency fastify to v5.1.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
0e96214280
bot scheduled this pull request to auto merge when all checks succeed 2024-11-01 02:00:56 +01:00
bot merged commit 0e96214280 into master 2024-11-01 02:01:02 +01:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sora/OTM#122
No description provided.