Update dependency fastify to v4.24.3 #17

Merged
bot merged 1 commits from renovate/fastify-4.x-lockfile into master 2023-11-17 22:36:00 +01:00
Collaborator

This PR contains the following updates:

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

Release Notes

fastify/fastify (fastify)

v4.24.3

Compare Source

What's Changed

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

v4.24.2

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v4.24.1...v4.24.2

v4.24.1

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v4.24.0...v4.24.1

v4.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v4.23.2...v4.24.0

v4.23.2

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v4.23.1...v4.23.2

v4.23.1

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v4.23.0...v4.23.1

v4.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v4.22.2...v4.23.0

v4.22.2

Compare Source

A spurious file (a test run result) was added to the package, which was now removed.

v4.22.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v4.22.0...v4.22.1

v4.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v4.21.0...v4.22.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.21.0` -> `4.24.3`](https://renovatebot.com/diffs/npm/fastify/4.21.0/4.24.3) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v4.24.3`](https://github.com/fastify/fastify/releases/tag/v4.24.3) [Compare Source](https://github.com/fastify/fastify/compare/v4.24.2...v4.24.3) #### What's Changed - fix: timeout on citgm tests by [@&#8203;simone-sanfratello](https://github.com/simone-sanfratello) in https://github.com/fastify/fastify/pull/5101 - chore: add missing `use strict` directives by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5106 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.24.2...v4.24.3 ### [`v4.24.2`](https://github.com/fastify/fastify/releases/tag/v4.24.2) [Compare Source](https://github.com/fastify/fastify/compare/v4.24.1...v4.24.2) #### What's Changed - fix: build problems when `Symbol.asyncDispose` type is not available. by [@&#8203;arthurfiorette](https://github.com/arthurfiorette) in https://github.com/fastify/fastify/pull/5096 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.24.1...v4.24.2 ### [`v4.24.1`](https://github.com/fastify/fastify/releases/tag/v4.24.1) [Compare Source](https://github.com/fastify/fastify/compare/v4.24.0...v4.24.1) #### What's Changed - fix: citgm by [@&#8203;simone-sanfratello](https://github.com/simone-sanfratello) in https://github.com/fastify/fastify/pull/5075 - fix: HEAD route reseting by [@&#8203;ivan-tymoshenko](https://github.com/ivan-tymoshenko) in https://github.com/fastify/fastify/pull/5090 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.24.0...v4.24.1 ### [`v4.24.0`](https://github.com/fastify/fastify/releases/tag/v4.24.0) [Compare Source](https://github.com/fastify/fastify/compare/v4.23.2...v4.24.0) #### What's Changed - docs: Add blank line before onclose hook heading by [@&#8203;kadoshita](https://github.com/kadoshita) in https://github.com/fastify/fastify/pull/5042 - build(dependabot): ignore tap major updates by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5047 - chore: Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5048 - chore: more perf by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5016 - docs(ecosystem): add fastify-prisma by [@&#8203;zrosenbauer](https://github.com/zrosenbauer) in https://github.com/fastify/fastify/pull/5041 - test: fix ci due yup breaking by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5058 - perf: optimize split params by [@&#8203;Connormiha](https://github.com/Connormiha) in https://github.com/fastify/fastify/pull/5057 - chore: implicitly infer SchemaCompiler as readonly by [@&#8203;DemonHa](https://github.com/DemonHa) in https://github.com/fastify/fastify/pull/5060 - test(logger): splitting existing tests to avoid pipeline failing for timeout by [@&#8203;giuliowaitforitdavide](https://github.com/giuliowaitforitdavide) in https://github.com/fastify/fastify/pull/5064 - fix(async-hooks): mixing async and callback style in preHandler option now returns an error by [@&#8203;giuliowaitforitdavide](https://github.com/giuliowaitforitdavide) in https://github.com/fastify/fastify/pull/5069 - fix: enhance 100 and 200 or 204 handling by [@&#8203;Iamshankhadeep](https://github.com/Iamshankhadeep) in https://github.com/fastify/fastify/pull/5056 - docs: add fastify-cloudflare-turnstile to ecosystem by [@&#8203;112RG](https://github.com/112RG) in https://github.com/fastify/fastify/pull/5067 - docs: Fixing a couple typos by [@&#8203;Cadienvan](https://github.com/Cadienvan) in https://github.com/fastify/fastify/pull/5079 - feat: Add `Symbol.asyncDispose` to improve DX in short lived servers. by [@&#8203;arthurfiorette](https://github.com/arthurfiorette) in https://github.com/fastify/fastify/pull/5082 - docs: Documentation changes requested at [#&#8203;5082](https://github.com/fastify/fastify/issues/5082) by [@&#8203;arthurfiorette](https://github.com/arthurfiorette) in https://github.com/fastify/fastify/pull/5083 - docs: remove thenable promisesaplus spec references by [@&#8203;dancastillo](https://github.com/dancastillo) in https://github.com/fastify/fastify/pull/5081 - docs(ecosystem): add fastify-event-bus by [@&#8203;Shiva127](https://github.com/Shiva127) in https://github.com/fastify/fastify/pull/5085 - docs: update docs for FastifyPlugin by [@&#8203;dancastillo](https://github.com/dancastillo) in https://github.com/fastify/fastify/pull/5070 - docs: Update for .hijack heading by [@&#8203;jackbatzner](https://github.com/jackbatzner) in https://github.com/fastify/fastify/pull/5088 - fix(warnings): fixed warning when accessing context property from Request and Reply objects by [@&#8203;giuliowaitforitdavide](https://github.com/giuliowaitforitdavide) in https://github.com/fastify/fastify/pull/5084 - fix: HEAD route search by [@&#8203;ivan-tymoshenko](https://github.com/ivan-tymoshenko) in https://github.com/fastify/fastify/pull/5078 #### New Contributors - [@&#8203;kadoshita](https://github.com/kadoshita) made their first contribution in https://github.com/fastify/fastify/pull/5042 - [@&#8203;Connormiha](https://github.com/Connormiha) made their first contribution in https://github.com/fastify/fastify/pull/5057 - [@&#8203;DemonHa](https://github.com/DemonHa) made their first contribution in https://github.com/fastify/fastify/pull/5060 - [@&#8203;Iamshankhadeep](https://github.com/Iamshankhadeep) made their first contribution in https://github.com/fastify/fastify/pull/5056 - [@&#8203;Cadienvan](https://github.com/Cadienvan) made their first contribution in https://github.com/fastify/fastify/pull/5079 - [@&#8203;arthurfiorette](https://github.com/arthurfiorette) made their first contribution in https://github.com/fastify/fastify/pull/5082 - [@&#8203;jackbatzner](https://github.com/jackbatzner) made their first contribution in https://github.com/fastify/fastify/pull/5088 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.23.2...v4.24.0 ### [`v4.23.2`](https://github.com/fastify/fastify/releases/tag/v4.23.2) [Compare Source](https://github.com/fastify/fastify/compare/v4.23.1...v4.23.2) #### What's Changed - fix: add routeOptions.schema to types by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5035 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.23.1...v4.23.2 ### [`v4.23.1`](https://github.com/fastify/fastify/releases/tag/v4.23.1) [Compare Source](https://github.com/fastify/fastify/compare/v4.23.0...v4.23.1) #### What's Changed - fix: correct warnings for request.routerPath and request.routerMethod by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5032 - fix: add routeOptions.config to types by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5034 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.23.0...v4.23.1 ### [`v4.23.0`](https://github.com/fastify/fastify/releases/tag/v4.23.0) [Compare Source](https://github.com/fastify/fastify/compare/v4.22.2...v4.23.0) #### What's Changed - test: reduce output of reqIdGenFactory.test.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5012 - feat: Add onListen Hook by [@&#8203;BrendenInhelder](https://github.com/BrendenInhelder) in https://github.com/fastify/fastify/pull/4899 - docs(readme): avoid line breaks in documentation links by [@&#8203;antoineneff](https://github.com/antoineneff) in https://github.com/fastify/fastify/pull/5014 - chore(examples): added curly braces to conditions for consistency by [@&#8203;turnerran](https://github.com/turnerran) in https://github.com/fastify/fastify/pull/5015 - feat: access handler name add properties to req route options by [@&#8203;cesarvspr](https://github.com/cesarvspr) in https://github.com/fastify/fastify/pull/4470 - chore: Bump the dev-dependencies group with 1 update by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5018 - docs: minor improvements by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5019 - chore(deps): replace tiny-lru with toad-cache by [@&#8203;kibertoad](https://github.com/kibertoad) in https://github.com/fastify/fastify/pull/4668 - docs(ecosystem.md): Fix wrong entry for ecosystem.md by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5021 - 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/5026 - docs(typo): mistype of monkeypatch by [@&#8203;Menkveld-24](https://github.com/Menkveld-24) in https://github.com/fastify/fastify/pull/5027 - chore: change website to .dev instead of .io by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5028 - chore: add gurgunday and uzlopak as contributors by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5029 - chore: add a citgm command to customize what we run in CITGM by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5030 #### New Contributors - [@&#8203;BrendenInhelder](https://github.com/BrendenInhelder) made their first contribution in https://github.com/fastify/fastify/pull/4899 - [@&#8203;antoineneff](https://github.com/antoineneff) made their first contribution in https://github.com/fastify/fastify/pull/5014 - [@&#8203;turnerran](https://github.com/turnerran) made their first contribution in https://github.com/fastify/fastify/pull/5015 - [@&#8203;Menkveld-24](https://github.com/Menkveld-24) made their first contribution in https://github.com/fastify/fastify/pull/5027 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.22.2...v4.23.0 ### [`v4.22.2`](https://github.com/fastify/fastify/releases/tag/v4.22.2) [Compare Source](https://github.com/fastify/fastify/compare/v4.22.1...v4.22.2) A spurious file (a test run result) was added to the package, which was now removed. ### [`v4.22.1`](https://github.com/fastify/fastify/releases/tag/v4.22.1) [Compare Source](https://github.com/fastify/fastify/compare/v4.22.0...v4.22.1) #### What's Changed - chore: Bump the dev-dependencies group with 1 update by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5002 - docs(ecosystem): add fastify-rabbitmq to ecosystem.md by [@&#8203;Bugs5382](https://github.com/Bugs5382) in https://github.com/fastify/fastify/pull/5000 - docs(ecosystem): add `@fastify/throttle` to core list by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5004 - fix: typos by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5006 - docs: typo on catch statement inside Postgrator migration example by [@&#8203;alessandrob88](https://github.com/alessandrob88) in https://github.com/fastify/fastify/pull/5007 - fix: post async regression with empty body by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5008 #### New Contributors - [@&#8203;Bugs5382](https://github.com/Bugs5382) made their first contribution in https://github.com/fastify/fastify/pull/5000 - [@&#8203;alessandrob88](https://github.com/alessandrob88) made their first contribution in https://github.com/fastify/fastify/pull/5007 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.22.0...v4.22.1 ### [`v4.22.0`](https://github.com/fastify/fastify/releases/tag/v4.22.0) [Compare Source](https://github.com/fastify/fastify/compare/v4.21.0...v4.22.0) #### What's Changed - make FastifySchemaValidationError.params wider by [@&#8203;cm-ayf](https://github.com/cm-ayf) in https://github.com/fastify/fastify/pull/4476 - docs(ecosystem): add fastify-hashids by [@&#8203;andersonjoseph](https://github.com/andersonjoseph) in https://github.com/fastify/fastify/pull/4934 - fix: hasPlugin does not track parent plugins by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/4929 - docs: early hints plugin is fastify plugin by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4947 - chore: add pull request title check by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4951 - chore: Bump [@&#8203;sinclair/typebox](https://github.com/sinclair/typebox) from 0.29.6 to 0.30.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/4952 - ci: improve pr title check by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4953 - ci: fix warnings in benchmark workflows by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4954 - docs: fix removeAdditional comment by [@&#8203;G0maa](https://github.com/G0maa) in https://github.com/fastify/fastify/pull/4948 - fix: Try to fix parser benchmark workflow by [@&#8203;kibertoad](https://github.com/kibertoad) in https://github.com/fastify/fastify/pull/4956 - fix: infer correct hook handler by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4945 - fix: do not double send the response if the request is destroyed but not aborted by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/4963 - chore: Bump [@&#8203;sinclair/typebox](https://github.com/sinclair/typebox) from 0.30.4 to 0.31.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/4973 - fix: bodyLimit must be applied on fully decoded body by [@&#8203;sergburn](https://github.com/sergburn) in https://github.com/fastify/fastify/pull/4969 - chore: updates [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) and [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4977 - chore: use group dependencies in dependabot by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4979 - chore: fix ci bench by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/4983 - fix: require.cache is undefined breaks SEA by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4982 - ci: remove sync next wf by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4985 - docs: remove mixing ES6 and commomjs in the example by [@&#8203;thenicolau](https://github.com/thenicolau) in https://github.com/fastify/fastify/pull/4990 - fix: errorHandler callback should utilize TypeProvider by [@&#8203;muan](https://github.com/muan) in https://github.com/fastify/fastify/pull/4989 - types: add onRoute to ApplicationHookLookup by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4968 - chore: make tests pass on ipv4 only machine by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/4997 - fix: Set `FastifyRequest.id` type as a string by [@&#8203;samchungy](https://github.com/samchungy) in https://github.com/fastify/fastify/pull/4992 #### New Contributors - [@&#8203;G0maa](https://github.com/G0maa) made their first contribution in https://github.com/fastify/fastify/pull/4948 - [@&#8203;thenicolau](https://github.com/thenicolau) made their first contribution in https://github.com/fastify/fastify/pull/4990 - [@&#8203;muan](https://github.com/muan) made their first contribution in https://github.com/fastify/fastify/pull/4989 - [@&#8203;samchungy](https://github.com/samchungy) made their first contribution in https://github.com/fastify/fastify/pull/4992 **Full Changelog**: https://github.com/fastify/fastify/compare/v4.21.0...v4.22.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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-11-17 22:36:00 +01:00
Update dependency fastify to v4.24.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
c424be056a
bot merged commit c424be056a into master 2023-11-17 22:36:00 +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#17
No description provided.