Update dependency fastify to v4.25.1 #18

Merged
bot merged 1 commits from renovate/fastify-4.x-lockfile into master 2023-12-17 02:00:49 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
fastify (source) dependencies minor 4.24.3 -> 4.25.1

Release Notes

fastify/fastify (fastify)

v4.25.1

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v4.25.0...v4.25.1

v4.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v4.24.3...v4.25.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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://www.fastify.dev/) ([source](https://github.com/fastify/fastify)) | dependencies | minor | [`4.24.3` -> `4.25.1`](https://renovatebot.com/diffs/npm/fastify/4.24.3/4.25.1) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v4.25.1`](https://github.com/fastify/fastify/releases/tag/v4.25.1) [Compare Source](https://github.com/fastify/fastify/compare/v4.25.0...v4.25.1) #### What's Changed - fix: route constraints by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/5207 - fix: Better plugin name detection for FSTWRN002 by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5209 - chore: at-large project by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5211 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.25.0...v4.25.1 ### [`v4.25.0`](https://github.com/fastify/fastify/releases/tag/v4.25.0) [Compare Source](https://github.com/fastify/fastify/compare/v4.24.3...v4.25.0) #### What's Changed - feat: Improve RouteShorthandOptions\['constraints'] type by [@&#8203;Fcmam5](https://github.com/Fcmam5) in https://github.com/fastify/fastify/pull/5097 - fix: add [@&#8203;eomm](https://github.com/eomm) and [@&#8203;jsumners](https://github.com/jsumners) as lead maintainers by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5115 - fix: reply.send supports Uint8Array payload by [@&#8203;SgtPooki](https://github.com/SgtPooki) in https://github.com/fastify/fastify/pull/5124 - refactor: migrate deprecation warnings to actual deprecation warnings by [@&#8203;jsumners](https://github.com/jsumners) in https://github.com/fastify/fastify/pull/5126 - docs: added documentation about warnings by [@&#8203;giuliowaitforitdavide](https://github.com/giuliowaitforitdavide) in https://github.com/fastify/fastify/pull/5108 - test(logger): restrict temp file permissions by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5128 - refactor(lib/hooks): replace `typeof` undefined check by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5127 - chore: replace mention of fastify `.io` domain with `.dev` by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5129 - docs(security): add prose explaining OpenSSF CII Best Practices badge results by [@&#8203;ljharb](https://github.com/ljharb) in https://github.com/fastify/fastify/pull/5111 - chore: Bump actions/setup-node from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5134 - fix(types): add handler property to routeOptions by [@&#8203;MikeJeffers](https://github.com/MikeJeffers) in https://github.com/fastify/fastify/pull/5136 - docs(readme): fix ci badge path by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5138 - docs: Fix small typo in Typescript docs by [@&#8203;john-ko](https://github.com/john-ko) in https://github.com/fastify/fastify/pull/5145 - feat(plugins): mixing async and callback style now returns a warning by [@&#8203;giuliowaitforitdavide](https://github.com/giuliowaitforitdavide) in https://github.com/fastify/fastify/pull/5139 - docs: mention about multipart support by [@&#8203;fawazahmed0](https://github.com/fawazahmed0) in https://github.com/fastify/fastify/pull/5144 - docs: add [@&#8203;fastify/vite](https://github.com/fastify/vite) to core plugins list by [@&#8203;galvez](https://github.com/galvez) in https://github.com/fastify/fastify/pull/5153 - docs: add [@&#8203;scalar/fastify-api-reference](https://github.com/scalar/fastify-api-reference) to community plugins list by [@&#8203;hanspagel](https://github.com/hanspagel) in https://github.com/fastify/fastify/pull/5154 - docs: Remove routeOptions reference in Reply.md by [@&#8203;shadahmad7](https://github.com/shadahmad7) in https://github.com/fastify/fastify/pull/5156 - docs(ecosystem): add fastify-uws by [@&#8203;tinchoz49](https://github.com/tinchoz49) in https://github.com/fastify/fastify/pull/5160 - docs: removed unmaintained fastify-nodemailer from ecosystem by [@&#8203;giovanni-bertoncelli](https://github.com/giovanni-bertoncelli) in https://github.com/fastify/fastify/pull/5161 - docs: clarify handling of streams and buffers by [@&#8203;brettwillis](https://github.com/brettwillis) in https://github.com/fastify/fastify/pull/5166 - docs([#&#8203;5142](https://github.com/fastify/fastify/issues/5142)): aligned errors and warnings documentation by [@&#8203;giuliowaitforitdavide](https://github.com/giuliowaitforitdavide) in https://github.com/fastify/fastify/pull/5162 - docs(reference/hooks): add information about prehandler by [@&#8203;RjManhas](https://github.com/RjManhas) in https://github.com/fastify/fastify/pull/5163 - fix: type FastifyInstance\['route'] and RouteShorthandMethod by [@&#8203;MunifTanjim](https://github.com/MunifTanjim) in https://github.com/fastify/fastify/pull/5155 - docs (reference): Fix small typo in Request by [@&#8203;bngarren](https://github.com/bngarren) in https://github.com/fastify/fastify/pull/5186 - chore: gitpodify by [@&#8203;ghostdevv](https://github.com/ghostdevv) in https://github.com/fastify/fastify/pull/5168 - docs(ecosystem): Add Apitally by [@&#8203;itssimon](https://github.com/itssimon) in https://github.com/fastify/fastify/pull/5175 - fix: Update reply.context deprecation warning by [@&#8203;avaly](https://github.com/avaly) in https://github.com/fastify/fastify/pull/5179 - docs(ecosystem): adds @&#8203;blastorg/fastify/aws-dynamodb-cache to community plugins list by [@&#8203;fredrikj31](https://github.com/fredrikj31) in https://github.com/fastify/fastify/pull/5158 - docs: update preHandler hook example by [@&#8203;tarunrajput](https://github.com/tarunrajput) in https://github.com/fastify/fastify/pull/5189 - types: added http header types to reply by [@&#8203;skwee357](https://github.com/skwee357) in https://github.com/fastify/fastify/pull/5046 - test: add tests for TOC of errors.md by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5194 - ci: pin node 18 to 18.18.2 by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5197 - docs(ecosystem): add http-wizard by [@&#8203;flodlc](https://github.com/flodlc) in https://github.com/fastify/fastify/pull/5132 - chore: Bump actions/github-script from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5183 - ci: fix broken ci by skipping tests if node v > 18.19.0 by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5195 - fix: allow async hooks in `RouteShorthandOptions` without breaking `request` and `reply` types by [@&#8203;bienzaaron](https://github.com/bienzaaron) in https://github.com/fastify/fastify/pull/5147 - fix([#&#8203;5180](https://github.com/fastify/fastify/issues/5180)): close secondary bindings after primary is closed by [@&#8203;metcoder95](https://github.com/metcoder95) in https://github.com/fastify/fastify/pull/5201 - chore: update process-warning by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5206 - types: nullish error types in callback function's parameter for `after` and `ready` method by [@&#8203;nokazn](https://github.com/nokazn) in https://github.com/fastify/fastify/pull/5191 - fix([#&#8203;5049](https://github.com/fastify/fastify/issues/5049)): Remove duplicated calls to onReady by [@&#8203;metcoder95](https://github.com/metcoder95) in https://github.com/fastify/fastify/pull/5051 - chore: remove unused type assertion by [@&#8203;UndefinedBehaviour](https://github.com/UndefinedBehaviour) in https://github.com/fastify/fastify/pull/5184 #### New Contributors - [@&#8203;Fcmam5](https://github.com/Fcmam5) made their first contribution in https://github.com/fastify/fastify/pull/5097 - [@&#8203;SgtPooki](https://github.com/SgtPooki) made their first contribution in https://github.com/fastify/fastify/pull/5124 - [@&#8203;MikeJeffers](https://github.com/MikeJeffers) made their first contribution in https://github.com/fastify/fastify/pull/5136 - [@&#8203;john-ko](https://github.com/john-ko) made their first contribution in https://github.com/fastify/fastify/pull/5145 - [@&#8203;fawazahmed0](https://github.com/fawazahmed0) made their first contribution in https://github.com/fastify/fastify/pull/5144 - [@&#8203;hanspagel](https://github.com/hanspagel) made their first contribution in https://github.com/fastify/fastify/pull/5154 - [@&#8203;shadahmad7](https://github.com/shadahmad7) made their first contribution in https://github.com/fastify/fastify/pull/5156 - [@&#8203;giovanni-bertoncelli](https://github.com/giovanni-bertoncelli) made their first contribution in https://github.com/fastify/fastify/pull/5161 - [@&#8203;RjManhas](https://github.com/RjManhas) made their first contribution in https://github.com/fastify/fastify/pull/5163 - [@&#8203;MunifTanjim](https://github.com/MunifTanjim) made their first contribution in https://github.com/fastify/fastify/pull/5155 - [@&#8203;bngarren](https://github.com/bngarren) made their first contribution in https://github.com/fastify/fastify/pull/5186 - [@&#8203;ghostdevv](https://github.com/ghostdevv) made their first contribution in https://github.com/fastify/fastify/pull/5168 - [@&#8203;itssimon](https://github.com/itssimon) made their first contribution in https://github.com/fastify/fastify/pull/5175 - [@&#8203;avaly](https://github.com/avaly) made their first contribution in https://github.com/fastify/fastify/pull/5179 - [@&#8203;fredrikj31](https://github.com/fredrikj31) made their first contribution in https://github.com/fastify/fastify/pull/5158 - [@&#8203;tarunrajput](https://github.com/tarunrajput) made their first contribution in https://github.com/fastify/fastify/pull/5189 - [@&#8203;skwee357](https://github.com/skwee357) made their first contribution in https://github.com/fastify/fastify/pull/5046 - [@&#8203;flodlc](https://github.com/flodlc) made their first contribution in https://github.com/fastify/fastify/pull/5132 - [@&#8203;nokazn](https://github.com/nokazn) made their first contribution in https://github.com/fastify/fastify/pull/5191 - [@&#8203;UndefinedBehaviour](https://github.com/UndefinedBehaviour) made their first contribution in https://github.com/fastify/fastify/pull/5184 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.24.3...v4.25.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 2023-12-14 02:01:08 +01:00
Update dependency fastify to v4.25.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
db6274570b
bot force-pushed renovate/fastify-4.x-lockfile from db6274570b to 0ca6b0c221 2023-12-16 02:01:33 +01:00 Compare
bot changed title from Update dependency fastify to v4.25.0 to Update dependency fastify to v4.25.1 2023-12-16 02:01:34 +01:00
bot merged commit 0ca6b0c221 into master 2023-12-17 02:00:49 +01:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sora/startpage#18
No description provided.