Update dependency fastify to v4.24.3 #14

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

This PR contains the following updates:

Package Type Update Change
fastify (source) dependencies minor 4.19.1 -> 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

v4.21.0

Compare Source

What's Changed

New Contributors

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

v4.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v4.19.2...v4.20.0

v4.19.2

Compare Source

What's Changed

Full 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.


  • 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.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 [@&#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 ### [`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 [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4914 - chore: remove pump devDependency by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4913 - ci: create artifacts in coverage workflows by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4909 - docs(server): grammar and structure fixes by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/4904 - docs: Fix typo in TypeScript docs ("[@&#8203;types/node](https://github.com/types/node)", not "[@&#8203;node/types](https://github.com/node/types)") by [@&#8203;jasongwartz](https://github.com/jasongwartz) in https://github.com/fastify/fastify/pull/4922 - \[readme] add CII Best Practices Badge by [@&#8203;ljharb](https://github.com/ljharb) in https://github.com/fastify/fastify/pull/4926 - fix: lowercase type-providers headers types by [@&#8203;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 [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/4921 - fix: ReplyTypeConstrainer array type inference by [@&#8203;pedroescumalha](https://github.com/pedroescumalha) in https://github.com/fastify/fastify/pull/4885 #### New Contributors - [@&#8203;jasongwartz](https://github.com/jasongwartz) made their first contribution in https://github.com/fastify/fastify/pull/4922 - [@&#8203;ljharb](https://github.com/ljharb) made their first contribution in https://github.com/fastify/fastify/pull/4926 - [@&#8203;toomuchdesign](https://github.com/toomuchdesign) made their first contribution in https://github.com/fastify/fastify/pull/4928 - [@&#8203;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 [@&#8203;sinclair/typebox](https://github.com/sinclair/typebox) from 0.28.20 to 0.29.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/4877 - Update Prototype-Poisoning.md by [@&#8203;ed-henrique](https://github.com/ed-henrique) in https://github.com/fastify/fastify/pull/4879 - docs: adjust line for linter by [@&#8203;metcoder95](https://github.com/metcoder95) in https://github.com/fastify/fastify/pull/4882 - Fixed type inference on .code().send() by [@&#8203;aadito123](https://github.com/aadito123) in https://github.com/fastify/fastify/pull/4880 - chore: refactor Error-typings and tests by [@&#8203;svrnwnsch](https://github.com/svrnwnsch) in https://github.com/fastify/fastify/pull/4824 - test: add missing assertion for a test by [@&#8203;kibertoad](https://github.com/kibertoad) in https://github.com/fastify/fastify/pull/4701 - chore: tests for genReqIdFactory and minor changes by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4783 - Added type definition for allowUnsafeRegex by [@&#8203;xijdk](https://github.com/xijdk) in https://github.com/fastify/fastify/pull/4792 - docs(security): update policy on ci/cd reports by [@&#8203;jsumners](https://github.com/jsumners) in https://github.com/fastify/fastify/pull/4890 - improve hooks.validate by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4804 - ci: enable caching; split jobs by [@&#8203;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 [@&#8203;hateablestream](https://github.com/hateablestream) in https://github.com/fastify/fastify/pull/4846 - \[hooks] Refine hook runners by [@&#8203;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 [@&#8203;graphiteisaac](https://github.com/graphiteisaac) in https://github.com/fastify/fastify/pull/4893 - fix: rework FastifyErrors, ensure documentation completeness by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4892 - feat: add childLoggerFactory config by [@&#8203;brettwillis](https://github.com/brettwillis) in https://github.com/fastify/fastify/pull/4760 - Fix setNotFoundHandler handler type by [@&#8203;Ethan-Arrowood](https://github.com/Ethan-Arrowood) in https://github.com/fastify/fastify/pull/4897 - restore code coverage by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/4841 - fix: handle abort signal before server is ready by [@&#8203;shayff](https://github.com/shayff) in https://github.com/fastify/fastify/pull/4886 - docs(client-aborted): remove deprecated function by [@&#8203;JekRock](https://github.com/JekRock) in https://github.com/fastify/fastify/pull/4898 - Revert "docs(client-aborted): remove deprecated function ([#&#8203;4898](https://github.com/fastify/fastify/issues/4898))" by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4901 - docs(logging): fix typo by [@&#8203;yamanidev](https://github.com/yamanidev) in https://github.com/fastify/fastify/pull/4905 - Support IPv6 ::1 in listeningOrigin by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/4902 - fix: extend isCustomValidatorCompiler from parent controller by [@&#8203;tinchoz49](https://github.com/tinchoz49) in https://github.com/fastify/fastify/pull/4903 - fix: allow uppercase requestdHeader by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/fastify/fastify/pull/4906 #### New Contributors - [@&#8203;ed-henrique](https://github.com/ed-henrique) made their first contribution in https://github.com/fastify/fastify/pull/4879 - [@&#8203;svrnwnsch](https://github.com/svrnwnsch) made their first contribution in https://github.com/fastify/fastify/pull/4824 - [@&#8203;xijdk](https://github.com/xijdk) made their first contribution in https://github.com/fastify/fastify/pull/4792 - [@&#8203;hateablestream](https://github.com/hateablestream) made their first contribution in https://github.com/fastify/fastify/pull/4846 - [@&#8203;graphiteisaac](https://github.com/graphiteisaac) made their first contribution in https://github.com/fastify/fastify/pull/4893 - [@&#8203;shayff](https://github.com/shayff) made their first contribution in https://github.com/fastify/fastify/pull/4886 - [@&#8203;JekRock](https://github.com/JekRock) made their first contribution in https://github.com/fastify/fastify/pull/4898 - [@&#8203;yamanidev](https://github.com/yamanidev) made their first contribution in https://github.com/fastify/fastify/pull/4905 - [@&#8203;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 [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4872 - Overload `DecorationMethod` to fix [#&#8203;4870](https://github.com/fastify/fastify/issues/4870) by [@&#8203;voxpelli](https://github.com/voxpelli) in https://github.com/fastify/fastify/pull/4874 - fix: Type inference breaking when Reply generic is not passed by [@&#8203;aadito123](https://github.com/aadito123) in https://github.com/fastify/fastify/pull/4875 - fix: regression with close and serverFactory by [@&#8203;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-->
bot added 1 commit 2023-11-17 18:50:59 +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
552ab85149
bot merged commit 552ab85149 into master 2023-11-17 18:51:00 +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#14
No description provided.