This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [fastify](https://www.fastify.dev/) ([source](https://github.com/fastify/fastify)) | dependencies | minor | [`4.19.1` -> `4.24.3`](https://renovatebot.com/diffs/npm/fastify/4.19.1/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 [@​simone-sanfratello](https://github.com/simone-sanfratello) in https://github.com/fastify/fastify/pull/5101
- chore: add missing `use strict` directives by [@​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 [@​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 [@​simone-sanfratello](https://github.com/simone-sanfratello) in https://github.com/fastify/fastify/pull/5075
- fix: HEAD route reseting by [@​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 [@​kadoshita](https://github.com/kadoshita) in https://github.com/fastify/fastify/pull/5042
- build(dependabot): ignore tap major updates by [@​Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5047
- chore: Bump actions/checkout from 3 to 4 by [@​dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5048
- chore: more perf by [@​Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5016
- docs(ecosystem): add fastify-prisma by [@​zrosenbauer](https://github.com/zrosenbauer) in https://github.com/fastify/fastify/pull/5041
- test: fix ci due yup breaking by [@​Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5058
- perf: optimize split params by [@​Connormiha](https://github.com/Connormiha) in https://github.com/fastify/fastify/pull/5057
- chore: implicitly infer SchemaCompiler as readonly by [@​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 [@​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 [@​giuliowaitforitdavide](https://github.com/giuliowaitforitdavide) in https://github.com/fastify/fastify/pull/5069
- fix: enhance 100 and 200 or 204 handling by [@​Iamshankhadeep](https://github.com/Iamshankhadeep) in https://github.com/fastify/fastify/pull/5056
- docs: add fastify-cloudflare-turnstile to ecosystem by [@​112RG](https://github.com/112RG) in https://github.com/fastify/fastify/pull/5067
- docs: Fixing a couple typos by [@​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 [@​arthurfiorette](https://github.com/arthurfiorette) in https://github.com/fastify/fastify/pull/5082
- docs: Documentation changes requested at [#​5082](https://github.com/fastify/fastify/issues/5082) by [@​arthurfiorette](https://github.com/arthurfiorette) in https://github.com/fastify/fastify/pull/5083
- docs: remove thenable promisesaplus spec references by [@​dancastillo](https://github.com/dancastillo) in https://github.com/fastify/fastify/pull/5081
- docs(ecosystem): add fastify-event-bus by [@​Shiva127](https://github.com/Shiva127) in https://github.com/fastify/fastify/pull/5085
- docs: update docs for FastifyPlugin by [@​dancastillo](https://github.com/dancastillo) in https://github.com/fastify/fastify/pull/5070
- docs: Update for .hijack heading by [@​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 [@​giuliowaitforitdavide](https://github.com/giuliowaitforitdavide) in https://github.com/fastify/fastify/pull/5084
- fix: HEAD route search by [@​ivan-tymoshenko](https://github.com/ivan-tymoshenko) in https://github.com/fastify/fastify/pull/5078
#### New Contributors
- [@​kadoshita](https://github.com/kadoshita) made their first contribution in https://github.com/fastify/fastify/pull/5042
- [@​Connormiha](https://github.com/Connormiha) made their first contribution in https://github.com/fastify/fastify/pull/5057
- [@​DemonHa](https://github.com/DemonHa) made their first contribution in https://github.com/fastify/fastify/pull/5060
- [@​Iamshankhadeep](https://github.com/Iamshankhadeep) made their first contribution in https://github.com/fastify/fastify/pull/5056
- [@​Cadienvan](https://github.com/Cadienvan) made their first contribution in https://github.com/fastify/fastify/pull/5079
- [@​arthurfiorette](https://github.com/arthurfiorette) made their first contribution in https://github.com/fastify/fastify/pull/5082
- [@​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 [@​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 [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5032
- fix: add routeOptions.config to types by [@​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 [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5012
- feat: Add onListen Hook by [@​BrendenInhelder](https://github.com/BrendenInhelder) in https://github.com/fastify/fastify/pull/4899
- docs(readme): avoid line breaks in documentation links by [@​antoineneff](https://github.com/antoineneff) in https://github.com/fastify/fastify/pull/5014
- chore(examples): added curly braces to conditions for consistency by [@​turnerran](https://github.com/turnerran) in https://github.com/fastify/fastify/pull/5015
- feat: access handler name add properties to req route options by [@​cesarvspr](https://github.com/cesarvspr) in https://github.com/fastify/fastify/pull/4470
- chore: Bump the dev-dependencies group with 1 update by [@​dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5018
- docs: minor improvements by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5019
- chore(deps): replace tiny-lru with toad-cache by [@​kibertoad](https://github.com/kibertoad) in https://github.com/fastify/fastify/pull/4668
- docs(ecosystem.md): Fix wrong entry for ecosystem.md by [@​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 [@​Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5026
- docs(typo): mistype of monkeypatch by [@​Menkveld-24](https://github.com/Menkveld-24) in https://github.com/fastify/fastify/pull/5027
- chore: change website to .dev instead of .io by [@​Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/5028
- chore: add gurgunday and uzlopak as contributors by [@​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 [@​mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5030
#### New Contributors
- [@​BrendenInhelder](https://github.com/BrendenInhelder) made their first contribution in https://github.com/fastify/fastify/pull/4899
- [@​antoineneff](https://github.com/antoineneff) made their first contribution in https://github.com/fastify/fastify/pull/5014
- [@​turnerran](https://github.com/turnerran) made their first contribution in https://github.com/fastify/fastify/pull/5015
- [@​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 [@​dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/5002
- docs(ecosystem): add fastify-rabbitmq to ecosystem.md by [@​Bugs5382](https://github.com/Bugs5382) in https://github.com/fastify/fastify/pull/5000
- docs(ecosystem): add `@fastify/throttle` to core list by [@​Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/5004
- fix: typos by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/5006
- docs: typo on catch statement inside Postgrator migration example by [@​alessandrob88](https://github.com/alessandrob88) in https://github.com/fastify/fastify/pull/5007
- fix: post async regression with empty body by [@​mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/5008
#### New Contributors
- [@​Bugs5382](https://github.com/Bugs5382) made their first contribution in https://github.com/fastify/fastify/pull/5000
- [@​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 [@​cm-ayf](https://github.com/cm-ayf) in https://github.com/fastify/fastify/pull/4476
- docs(ecosystem): add fastify-hashids by [@​andersonjoseph](https://github.com/andersonjoseph) in https://github.com/fastify/fastify/pull/4934
- fix: hasPlugin does not track parent plugins by [@​Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/4929
- docs: early hints plugin is fastify plugin by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4947
- chore: add pull request title check by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4951
- chore: Bump [@​sinclair/typebox](https://github.com/sinclair/typebox) from 0.29.6 to 0.30.2 by [@​dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/4952
- ci: improve pr title check by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4953
- ci: fix warnings in benchmark workflows by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4954
- docs: fix removeAdditional comment by [@​G0maa](https://github.com/G0maa) in https://github.com/fastify/fastify/pull/4948
- fix: Try to fix parser benchmark workflow by [@​kibertoad](https://github.com/kibertoad) in https://github.com/fastify/fastify/pull/4956
- fix: infer correct hook handler by [@​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 [@​mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/4963
- chore: Bump [@​sinclair/typebox](https://github.com/sinclair/typebox) from 0.30.4 to 0.31.1 by [@​dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/4973
- fix: bodyLimit must be applied on fully decoded body by [@​sergburn](https://github.com/sergburn) in https://github.com/fastify/fastify/pull/4969
- chore: updates [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) and [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) by [@​climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4977
- chore: use group dependencies in dependabot by [@​climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4979
- chore: fix ci bench by [@​Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/4983
- fix: require.cache is undefined breaks SEA by [@​climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4982
- ci: remove sync next wf by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4985
- docs: remove mixing ES6 and commomjs in the example by [@​thenicolau](https://github.com/thenicolau) in https://github.com/fastify/fastify/pull/4990
- fix: errorHandler callback should utilize TypeProvider by [@​muan](https://github.com/muan) in https://github.com/fastify/fastify/pull/4989
- types: add onRoute to ApplicationHookLookup by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4968
- chore: make tests pass on ipv4 only machine by [@​mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/4997
- fix: Set `FastifyRequest.id` type as a string by [@​samchungy](https://github.com/samchungy) in https://github.com/fastify/fastify/pull/4992
#### New Contributors
- [@​G0maa](https://github.com/G0maa) made their first contribution in https://github.com/fastify/fastify/pull/4948
- [@​thenicolau](https://github.com/thenicolau) made their first contribution in https://github.com/fastify/fastify/pull/4990
- [@​muan](https://github.com/muan) made their first contribution in https://github.com/fastify/fastify/pull/4989
- [@​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
### [`v4.21.0`](https://github.com/fastify/fastify/releases/tag/v4.21.0)
[Compare Source](https://github.com/fastify/fastify/compare/v4.20.0...v4.21.0)
#### What's Changed
- chore: remove license-checker package by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4914
- chore: remove pump devDependency by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4913
- ci: create artifacts in coverage workflows by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4909
- docs(server): grammar and structure fixes by [@​Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/4904
- docs: Fix typo in TypeScript docs ("[@​types/node](https://github.com/types/node)", not "[@​node/types](https://github.com/node/types)") by [@​jasongwartz](https://github.com/jasongwartz) in https://github.com/fastify/fastify/pull/4922
- \[readme] add CII Best Practices Badge by [@​ljharb](https://github.com/ljharb) in https://github.com/fastify/fastify/pull/4926
- fix: lowercase type-providers headers types by [@​toomuchdesign](https://github.com/toomuchdesign) in https://github.com/fastify/fastify/pull/4928
- ERR_REP_ALREADY_SENT hint that a route may be missing "return reply" by [@​mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/4921
- fix: ReplyTypeConstrainer array type inference by [@​pedroescumalha](https://github.com/pedroescumalha) in https://github.com/fastify/fastify/pull/4885
#### New Contributors
- [@​jasongwartz](https://github.com/jasongwartz) made their first contribution in https://github.com/fastify/fastify/pull/4922
- [@​ljharb](https://github.com/ljharb) made their first contribution in https://github.com/fastify/fastify/pull/4926
- [@​toomuchdesign](https://github.com/toomuchdesign) made their first contribution in https://github.com/fastify/fastify/pull/4928
- [@​pedroescumalha](https://github.com/pedroescumalha) made their first contribution in https://github.com/fastify/fastify/pull/4885
**Full Changelog**: https://github.com/fastify/fastify/compare/v4.20.0...v4.21.0
### [`v4.20.0`](https://github.com/fastify/fastify/releases/tag/v4.20.0)
[Compare Source](https://github.com/fastify/fastify/compare/v4.19.2...v4.20.0)
#### What's Changed
- build(deps-dev): Bump [@​sinclair/typebox](https://github.com/sinclair/typebox) from 0.28.20 to 0.29.1 by [@​dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/4877
- Update Prototype-Poisoning.md by [@​ed-henrique](https://github.com/ed-henrique) in https://github.com/fastify/fastify/pull/4879
- docs: adjust line for linter by [@​metcoder95](https://github.com/metcoder95) in https://github.com/fastify/fastify/pull/4882
- Fixed type inference on .code().send() by [@​aadito123](https://github.com/aadito123) in https://github.com/fastify/fastify/pull/4880
- chore: refactor Error-typings and tests by [@​svrnwnsch](https://github.com/svrnwnsch) in https://github.com/fastify/fastify/pull/4824
- test: add missing assertion for a test by [@​kibertoad](https://github.com/kibertoad) in https://github.com/fastify/fastify/pull/4701
- chore: tests for genReqIdFactory and minor changes by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4783
- Added type definition for allowUnsafeRegex by [@​xijdk](https://github.com/xijdk) in https://github.com/fastify/fastify/pull/4792
- docs(security): update policy on ci/cd reports by [@​jsumners](https://github.com/jsumners) in https://github.com/fastify/fastify/pull/4890
- improve hooks.validate by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4804
- ci: enable caching; split jobs by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4889
- docs(plugins): note side-effect when using `await` in `fastify.register()` by [@​hateablestream](https://github.com/hateablestream) in https://github.com/fastify/fastify/pull/4846
- \[hooks] Refine hook runners by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4805
- docs: fix wrong header size for FST_ERR_ASYNC_CONSTRAINT in Errors.md by [@​graphiteisaac](https://github.com/graphiteisaac) in https://github.com/fastify/fastify/pull/4893
- fix: rework FastifyErrors, ensure documentation completeness by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4892
- feat: add childLoggerFactory config by [@​brettwillis](https://github.com/brettwillis) in https://github.com/fastify/fastify/pull/4760
- Fix setNotFoundHandler handler type by [@​Ethan-Arrowood](https://github.com/Ethan-Arrowood) in https://github.com/fastify/fastify/pull/4897
- restore code coverage by [@​mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/4841
- fix: handle abort signal before server is ready by [@​shayff](https://github.com/shayff) in https://github.com/fastify/fastify/pull/4886
- docs(client-aborted): remove deprecated function by [@​JekRock](https://github.com/JekRock) in https://github.com/fastify/fastify/pull/4898
- Revert "docs(client-aborted): remove deprecated function ([#​4898](https://github.com/fastify/fastify/issues/4898))" by [@​climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4901
- docs(logging): fix typo by [@​yamanidev](https://github.com/yamanidev) in https://github.com/fastify/fastify/pull/4905
- Support IPv6 ::1 in listeningOrigin by [@​mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/4902
- fix: extend isCustomValidatorCompiler from parent controller by [@​tinchoz49](https://github.com/tinchoz49) in https://github.com/fastify/fastify/pull/4903
- fix: allow uppercase requestdHeader by [@​Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4906
#### New Contributors
- [@​ed-henrique](https://github.com/ed-henrique) made their first contribution in https://github.com/fastify/fastify/pull/4879
- [@​svrnwnsch](https://github.com/svrnwnsch) made their first contribution in https://github.com/fastify/fastify/pull/4824
- [@​xijdk](https://github.com/xijdk) made their first contribution in https://github.com/fastify/fastify/pull/4792
- [@​hateablestream](https://github.com/hateablestream) made their first contribution in https://github.com/fastify/fastify/pull/4846
- [@​graphiteisaac](https://github.com/graphiteisaac) made their first contribution in https://github.com/fastify/fastify/pull/4893
- [@​shayff](https://github.com/shayff) made their first contribution in https://github.com/fastify/fastify/pull/4886
- [@​JekRock](https://github.com/JekRock) made their first contribution in https://github.com/fastify/fastify/pull/4898
- [@​yamanidev](https://github.com/yamanidev) made their first contribution in https://github.com/fastify/fastify/pull/4905
- [@​tinchoz49](https://github.com/tinchoz49) made their first contribution in https://github.com/fastify/fastify/pull/4903
**Full Changelog**: https://github.com/fastify/fastify/compare/v4.19.2...v4.20.0
### [`v4.19.2`](https://github.com/fastify/fastify/releases/tag/v4.19.2)
[Compare Source](https://github.com/fastify/fastify/compare/v4.19.1...v4.19.2)
#### What's Changed
- fix(typescript): route config should not pass url and method by [@​climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4872
- Overload `DecorationMethod` to fix [#​4870](https://github.com/fastify/fastify/issues/4870) by [@​voxpelli](https://github.com/voxpelli) in https://github.com/fastify/fastify/pull/4874
- fix: Type inference breaking when Reply generic is not passed by [@​aadito123](https://github.com/aadito123) in https://github.com/fastify/fastify/pull/4875
- fix: regression with close and serverFactory by [@​mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/4876
**Full Changelog**: https://github.com/fastify/fastify/compare/v4.19.1...v4.19.2
</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-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
4.19.1->4.24.3Release Notes
fastify/fastify (fastify)
v4.24.3Compare Source
What's Changed
use strictdirectives by @Fdawgs in https://github.com/fastify/fastify/pull/5106Full Changelog: https://github.com/fastify/fastify/compare/v4.24.2...v4.24.3
v4.24.2Compare Source
What's Changed
Symbol.asyncDisposetype is not available. by @arthurfiorette in https://github.com/fastify/fastify/pull/5096Full Changelog: https://github.com/fastify/fastify/compare/v4.24.1...v4.24.2
v4.24.1Compare Source
What's Changed
Full Changelog: https://github.com/fastify/fastify/compare/v4.24.0...v4.24.1
v4.24.0Compare Source
What's Changed
Symbol.asyncDisposeto improve DX in short lived servers. by @arthurfiorette in https://github.com/fastify/fastify/pull/5082New Contributors
Full Changelog: https://github.com/fastify/fastify/compare/v4.23.2...v4.24.0
v4.23.2Compare Source
What's Changed
Full Changelog: https://github.com/fastify/fastify/compare/v4.23.1...v4.23.2
v4.23.1Compare Source
What's Changed
Full Changelog: https://github.com/fastify/fastify/compare/v4.23.0...v4.23.1
v4.23.0Compare Source
What's Changed
node:prefix to bypass require.cache call for builtins by @Fdawgs in https://github.com/fastify/fastify/pull/5026New Contributors
Full Changelog: https://github.com/fastify/fastify/compare/v4.22.2...v4.23.0
v4.22.2Compare Source
A spurious file (a test run result) was added to the package, which was now removed.
v4.22.1Compare Source
What's Changed
@fastify/throttleto core list by @Fdawgs in https://github.com/fastify/fastify/pull/5004New Contributors
Full Changelog: https://github.com/fastify/fastify/compare/v4.22.0...v4.22.1
v4.22.0Compare Source
What's Changed
FastifyRequest.idtype as a string by @samchungy in https://github.com/fastify/fastify/pull/4992New Contributors
Full Changelog: https://github.com/fastify/fastify/compare/v4.21.0...v4.22.0
v4.21.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/fastify/fastify/compare/v4.20.0...v4.21.0
v4.20.0Compare Source
What's Changed
awaitinfastify.register()by @hateablestream in https://github.com/fastify/fastify/pull/4846New Contributors
Full Changelog: https://github.com/fastify/fastify/compare/v4.19.2...v4.20.0
v4.19.2Compare Source
What's Changed
DecorationMethodto fix #4870 by @voxpelli in https://github.com/fastify/fastify/pull/4874Full Changelog: https://github.com/fastify/fastify/compare/v4.19.1...v4.19.2
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.
This PR has been generated by Renovate Bot.