Update dependency fastify to v4.26.0 #42

Merged
bot merged 1 commits from renovate/fastify-4.x-lockfile into master 2024-02-07 17:03:03 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
fastify (source) dependencies minor 4.25.2 -> 4.26.0

Release Notes

fastify/fastify (fastify)

v4.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v4.25.2...v4.26.0


Configuration

📅 Schedule: Branch creation - "every day" (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 | [`4.25.2` -> `4.26.0`](https://renovatebot.com/diffs/npm/fastify/4.25.2/4.26.0) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v4.26.0`](https://github.com/fastify/fastify/releases/tag/v4.26.0) [Compare Source](https://github.com/fastify/fastify/compare/v4.25.2...v4.26.0) #### What's Changed - docs(ecosystem): add missing plugins to core list by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5234 - ci: CITGM github workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5233 - chore: bump find-may-way to v8.0.0 by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5236 - fix: setValidatorCompiler with addSchema by [@&#8203;derammo](https://github.com/derammo) in https://github.com/fastify/fastify/pull/5188 - feat(routes): expose findRoute and param validator by [@&#8203;sf3ris](https://github.com/sf3ris) in https://github.com/fastify/fastify/pull/5230 - feat: add use semicolon delimter config, default = true by [@&#8203;dancastillo](https://github.com/dancastillo) in https://github.com/fastify/fastify/pull/5239 - chore: add autocannon and concurrently as dev dependencies by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5240 - fix: return the correct serializer function when no content-type is defined by [@&#8203;DouglasdeMoura](https://github.com/DouglasdeMoura) in https://github.com/fastify/fastify/pull/5229 - Sync next by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5238 - docs: add open-collective by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5216 - chore: Bump actions/upload-artifact from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5249 - chore: Bump actions/labeler from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5248 - docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to ecosystem.md by [@&#8203;Bugs5382](https://github.com/Bugs5382) in https://github.com/fastify/fastify/pull/5245 - chore: update actions/labeler@5 by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/5254 - fix: restrict findRoute exposed property by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/5253 - fix(test): flaky on-listen hook test by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5256 - fix: remove unused promise warning in setNotFoundHandler with preHandler by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5258 - fix: Always call resource.emitDestroy() by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5228 - docs: Add missing punctuation in Ecosystem by [@&#8203;matthyk](https://github.com/matthyk) in https://github.com/fastify/fastify/pull/5261 - docs: remove word repetition on Decorators docs by [@&#8203;rlawisch](https://github.com/rlawisch) in https://github.com/fastify/fastify/pull/5260 - chore(types): Remove unused type imports by [@&#8203;codershiba](https://github.com/codershiba) in https://github.com/fastify/fastify/pull/5264 - chore(license): Update licensing year by [@&#8203;codershiba](https://github.com/codershiba) in https://github.com/fastify/fastify/pull/5266 - chore(docs): Add clarification about `fastify.setErrorHandler()` by [@&#8203;codershiba](https://github.com/codershiba) in https://github.com/fastify/fastify/pull/5265 - refactor: deprecate `Reply#getResponseTime()` in favour of `Reply#elapsedTime` by [@&#8203;codershiba](https://github.com/codershiba) in https://github.com/fastify/fastify/pull/5263 - chore: remove `www.` from `fastify.dev` urls by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5270 - feat: expose method for setGenReqId on FastifyInstance by [@&#8203;dancastillo](https://github.com/dancastillo) in https://github.com/fastify/fastify/pull/5259 - fix: ensure `onListen` hooks are called when they should be by [@&#8203;bienzaaron](https://github.com/bienzaaron) in https://github.com/fastify/fastify/pull/5273 - docs: re-word clarification about `setErrorHandler()` by [@&#8203;codershiba](https://github.com/codershiba) in https://github.com/fastify/fastify/pull/5269 - docs(ecosystem): remove unsupported package by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5278 - docs: Fix Pino docs link by [@&#8203;BoscoDomingo](https://github.com/BoscoDomingo) in https://github.com/fastify/fastify/pull/5284 - chore: add github sponsor by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5293 - docs(ecosystem): adds fastify-sqlite-typed to the community plugins list by [@&#8203;yoav0gal](https://github.com/yoav0gal) in https://github.com/fastify/fastify/pull/5288 - docs: add ESM usage example in Getting Started by [@&#8203;atilagulers](https://github.com/atilagulers) in https://github.com/fastify/fastify/pull/5294 - docs: repoint readers to shared `.github` files by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5268 - feat: Web Stream API by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/5286 - chore: sync generated code by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5295 #### New Contributors - [@&#8203;derammo](https://github.com/derammo) made their first contribution in https://github.com/fastify/fastify/pull/5188 - [@&#8203;DouglasdeMoura](https://github.com/DouglasdeMoura) made their first contribution in https://github.com/fastify/fastify/pull/5229 - [@&#8203;rlawisch](https://github.com/rlawisch) made their first contribution in https://github.com/fastify/fastify/pull/5260 - [@&#8203;codershiba](https://github.com/codershiba) made their first contribution in https://github.com/fastify/fastify/pull/5264 - [@&#8203;BoscoDomingo](https://github.com/BoscoDomingo) made their first contribution in https://github.com/fastify/fastify/pull/5284 - [@&#8203;yoav0gal](https://github.com/yoav0gal) made their first contribution in https://github.com/fastify/fastify/pull/5288 - [@&#8203;atilagulers](https://github.com/atilagulers) made their first contribution in https://github.com/fastify/fastify/pull/5294 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.25.2...v4.26.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every day" (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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
bot added 1 commit 2024-02-07 17:03:02 +01:00
Update dependency fastify to v4.26.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
20882a19b3
bot merged commit 20882a19b3 into master 2024-02-07 17:03:03 +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#42
No description provided.