Update dependency fastify to v5.2.0 #137

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

This PR contains the following updates:

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

Release Notes

fastify/fastify (fastify)

v5.2.0

Compare Source

What's Changed

New Contributors

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


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 | minor | [`5.1.0` -> `5.2.0`](https://renovatebot.com/diffs/npm/fastify/5.1.0/5.2.0) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v5.2.0`](https://github.com/fastify/fastify/releases/tag/v5.2.0) [Compare Source](https://github.com/fastify/fastify/compare/v5.1.0...v5.2.0) #### What's Changed - docs: add HeroDevs mentions to README and LTS docs by [@&#8203;AndreAngelantoni](https://github.com/AndreAngelantoni) in https://github.com/fastify/fastify/pull/5730 - test: migrated reply-early-hints.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5803 - chore: Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5807 - chore: Bump thollander/actions-comment-pull-request from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5806 - test: migrated request-timeout.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5805 - fix: streamline migrated tests, make migrated the filenames of migrated tests kebab-case by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5800 - ci(benchmark): fix github token input by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5809 - test: migrated reply-code.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5808 - test: migrated middleware.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5795 - fix: test asserts to strict asserts by [@&#8203;dancastillo](https://github.com/dancastillo) in https://github.com/fastify/fastify/pull/5815 - chore: renamed test files in kebab-case by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5814 - style(.gitattributes): standardize style across fastify repos by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5816 - style: remove trailing whitespace by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5817 - test: migrated encapsulated-error-handler.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5824 - docs: Add `fastify-mongo-sanitize` and ` remix-fastify ` to comm. by [@&#8203;ExorTek](https://github.com/ExorTek) in https://github.com/fastify/fastify/pull/5822 - test: migrated encapsulated-child-logger-factory.test.js from tap to … by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5823 - docs: add loggerInstance to Server doc by [@&#8203;llimllib](https://github.com/llimllib) in https://github.com/fastify/fastify/pull/5786 - test: migrated post-empty-body.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5813 - docs(CONTRIBUTING.md): read the announcements by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5825 - test: migrated listen.5.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5827 - test: migrated use-semicolon-delimiter.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5812 - docs: smaller documentation fixes by [@&#8203;metcoder95](https://github.com/metcoder95) in https://github.com/fastify/fastify/pull/5834 - fix(types): addHttpMethod type signature on fastify instance ([#&#8203;5810](https://github.com/fastify/fastify/issues/5810)) by [@&#8203;kalvenschraut](https://github.com/kalvenschraut) in https://github.com/fastify/fastify/pull/5811 - test: migrated schema-examples.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5833 - test: Migrate tests to Node test container by [@&#8203;KristianLentino99](https://github.com/KristianLentino99) in https://github.com/fastify/fastify/pull/5777 - test: migrated max-requests-per-socket.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5828 - test: migrated proto-poisoning.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5836 - test: migrated content-type and context-config tests from tap to node:test by [@&#8203;stojkov-z](https://github.com/stojkov-z) in https://github.com/fastify/fastify/pull/5778 - docs: Added fastify-passkit-webservice to community plugins by [@&#8203;alexandercerutti](https://github.com/alexandercerutti) in https://github.com/fastify/fastify/pull/5819 - test: migrate trust-proxy, type-provider, url-rewriting to node:test by [@&#8203;dancastillo](https://github.com/dancastillo) in https://github.com/fastify/fastify/pull/5829 - test: migrated fluent-schema.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5832 - test: migrated set-error-handler.test.js and header-overflow.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5835 - chore: Bump secure-json-parse from 2.7.0 to 3.0.1 in the dependencies-major group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5845 - test: migrated pretty-print.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5844 - test: migrated custom-parser.4.test.js and custom-parser.5.test.js fr… by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5837 - docs: fix example for supplying own logger instance by [@&#8203;keithito](https://github.com/keithito) in https://github.com/fastify/fastify/pull/5857 - feat: Add hook name within timeout error message by [@&#8203;kibertoad](https://github.com/kibertoad) in https://github.com/fastify/fastify/pull/5851 - docs: make whitespace consistent by [@&#8203;joeytwiddle](https://github.com/joeytwiddle) in https://github.com/fastify/fastify/pull/5863 - test: migrated fastify-instance.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5859 - test: migrated request-id.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5858 - test: migrated tests from tap to node test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5839 - test: migrated router-options.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5840 - test: migrated route.8.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5864 - chore: Bump lycheeverse/lychee-action from 2.0.2 to 2.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5869 - test: migrated validation-error-handling from tap to node:test by [@&#8203;reidn3r](https://github.com/reidn3r) in https://github.com/fastify/fastify/pull/5856 - test: migrated handler-context.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5868 - test: migrated find-route.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5867 - chore: sponsor link by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5871 - docs(readme): point ci badge at main branch by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5873 - test: migrate content-parser test to use node:test by [@&#8203;Rantoledo](https://github.com/Rantoledo) in https://github.com/fastify/fastify/pull/5847 - docs(readme): revert to standard workflow badge syntax by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5877 - chore: readme lighter install script by [@&#8203;giulianok](https://github.com/giulianok) in https://github.com/fastify/fastify/pull/5872 - docs(CONTRIBUTING.md): added v4 to version branches by [@&#8203;giuliowaitforitdavide](https://github.com/giuliowaitforitdavide) in https://github.com/fastify/fastify/pull/5886 - fix(errorHandler.js): linting problems in pipeline by [@&#8203;giuliowaitforitdavide](https://github.com/giuliowaitforitdavide) in https://github.com/fastify/fastify/pull/5885 - ci: pin node version 22.11 by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/5889 - docs(ecosystem): update apitally description by [@&#8203;itssimon](https://github.com/itssimon) in https://github.com/fastify/fastify/pull/5891 - types: remove connection property in FastifyRequest by [@&#8203;giuliowaitforitdavide](https://github.com/giuliowaitforitdavide) in https://github.com/fastify/fastify/pull/5884 - fix: crash when host header is missing by various of reason by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/5892 - chore: fix flaky test by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5881 - perf: use `node:` prefix to bypass require.cache call for builtins by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5894 - chore: bump dev fastify-plugin by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5879 - types: use `node:` prefix for builtins by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5896 - test: migrated content-length.test.js from tap to node:test by [@&#8203;Tony133](https://github.com/Tony133) in https://github.com/fastify/fastify/pull/5878 #### New Contributors - [@&#8203;AndreAngelantoni](https://github.com/AndreAngelantoni) made their first contribution in https://github.com/fastify/fastify/pull/5730 - [@&#8203;ExorTek](https://github.com/ExorTek) made their first contribution in https://github.com/fastify/fastify/pull/5822 - [@&#8203;llimllib](https://github.com/llimllib) made their first contribution in https://github.com/fastify/fastify/pull/5786 - [@&#8203;KristianLentino99](https://github.com/KristianLentino99) made their first contribution in https://github.com/fastify/fastify/pull/5777 - [@&#8203;stojkov-z](https://github.com/stojkov-z) made their first contribution in https://github.com/fastify/fastify/pull/5778 - [@&#8203;alexandercerutti](https://github.com/alexandercerutti) made their first contribution in https://github.com/fastify/fastify/pull/5819 - [@&#8203;keithito](https://github.com/keithito) made their first contribution in https://github.com/fastify/fastify/pull/5857 - [@&#8203;joeytwiddle](https://github.com/joeytwiddle) made their first contribution in https://github.com/fastify/fastify/pull/5863 - [@&#8203;reidn3r](https://github.com/reidn3r) made their first contribution in https://github.com/fastify/fastify/pull/5856 - [@&#8203;giulianok](https://github.com/giulianok) made their first contribution in https://github.com/fastify/fastify/pull/5872 **Full Changelog**: https://github.com/fastify/fastify/compare/v5.1.0...v5.2.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS41Ny4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJib3QiLCJyZW5vdmF0ZSJdfQ==-->
bot added 1 commit 2024-12-15 02:04:22 +01:00
Update dependency fastify to v5.2.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
e118742835
bot scheduled this pull request to auto merge when all checks succeed 2024-12-15 02:04:22 +01:00
bot merged commit e118742835 into master 2024-12-15 02:04:23 +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#137
No description provided.