fix(deps): update dependency fastify to v4.26.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
fastify (source) | dependencies | minor | 4.24.3 -> 4.26.2 |
Release Notes
fastify/fastify (fastify)
v4.26.2
What's Changed
- fix: typo in module exports by @lirantal in https://github.com/fastify/fastify/pull/5316
- docs(ts): Fix links by @rozzilla in https://github.com/fastify/fastify/pull/5308
- fix: cb is not a function at fallbackErrorHandler by @Uzlopak in https://github.com/fastify/fastify/pull/5317
- feat: add a Firebase Functions step by step guide by @lirantal in https://github.com/fastify/fastify/pull/5318
- types: fix test failure by @gurgunday in https://github.com/fastify/fastify/pull/5330
- perf: use FifoMap to check contentType by @gurgunday in https://github.com/fastify/fastify/pull/5331
- docs(ecosystem): adds fastify-override to plugins list by @matthyk in https://github.com/fastify/fastify/pull/5336
- types: Export preClose hook types by @matthyk in https://github.com/fastify/fastify/pull/5335
- fix: database migration doc missing db connection code by @nuhman in https://github.com/fastify/fastify/pull/5339
- chore: Bump pnpm/action-setup from 2 to 3 by @dependabot in https://github.com/fastify/fastify/pull/5341
- chore: Bump xt0rted/markdownlint-problem-matcher from 2.0.0 to 3.0.0 by @dependabot in https://github.com/fastify/fastify/pull/5342
New Contributors
- @nuhman made their first contribution in https://github.com/fastify/fastify/pull/5339
Full Changelog: https://github.com/fastify/fastify/compare/v4.26.1...v4.26.2
v4.26.1
What's Changed
- docs(ecosystem): adds fastify-hana to the community plugins list by @yoav0gal in https://github.com/fastify/fastify/pull/5289
- docs: fix misattributed property parent in deprecation warning: request.elapsedTime by @mscottnelson in https://github.com/fastify/fastify/pull/5299
- chore: Bump lycheeverse/lychee-action from 1.8.0 to 1.9.3 by @dependabot in https://github.com/fastify/fastify/pull/5300
- chore: Bump actions/dependency-review-action from 3 to 4 by @dependabot in https://github.com/fastify/fastify/pull/5301
- chore(.gitignore): add .tap/ dir by @Fdawgs in https://github.com/fastify/fastify/pull/5303
- fix: amend error codes for latest avvio v8.3.0 by @mcollina in https://github.com/fastify/fastify/pull/5309
- fix(types): Request route options url add undefined by @rozzilla in https://github.com/fastify/fastify/pull/5307
- chore: add docs for tracing warnings by @jsumners in https://github.com/fastify/fastify/pull/5310
New Contributors
- @mscottnelson made their first contribution in https://github.com/fastify/fastify/pull/5299
Full Changelog: https://github.com/fastify/fastify/compare/v4.26.0...v4.26.1
v4.26.0
What's Changed
- docs(ecosystem): add missing plugins to core list by @Fdawgs in https://github.com/fastify/fastify/pull/5234
- ci: CITGM github workflow by @Uzlopak in https://github.com/fastify/fastify/pull/5233
- chore: bump find-may-way to v8.0.0 by @mcollina in https://github.com/fastify/fastify/pull/5236
- fix: setValidatorCompiler with addSchema by @derammo in https://github.com/fastify/fastify/pull/5188
- feat(routes): expose findRoute and param validator by @sf3ris in https://github.com/fastify/fastify/pull/5230
- feat: add use semicolon delimter config, default = true by @dancastillo in https://github.com/fastify/fastify/pull/5239
- chore: add autocannon and concurrently as dev dependencies by @Uzlopak in https://github.com/fastify/fastify/pull/5240
- fix: return the correct serializer function when no content-type is defined by @DouglasdeMoura in https://github.com/fastify/fastify/pull/5229
- Sync next by @Uzlopak in https://github.com/fastify/fastify/pull/5238
- docs: add open-collective by @Eomm in https://github.com/fastify/fastify/pull/5216
- chore: Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/fastify/fastify/pull/5249
- chore: Bump actions/labeler from 4 to 5 by @dependabot in https://github.com/fastify/fastify/pull/5248
- docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to ecosystem.md by @Bugs5382 in https://github.com/fastify/fastify/pull/5245
- chore: update actions/labeler@5 by @climba03003 in https://github.com/fastify/fastify/pull/5254
- fix: restrict findRoute exposed property by @climba03003 in https://github.com/fastify/fastify/pull/5253
- fix(test): flaky on-listen hook test by @Uzlopak in https://github.com/fastify/fastify/pull/5256
- fix: remove unused promise warning in setNotFoundHandler with preHandler by @mcollina in https://github.com/fastify/fastify/pull/5258
- fix: Always call resource.emitDestroy() by @mcollina in https://github.com/fastify/fastify/pull/5228
- docs: Add missing punctuation in Ecosystem by @matthyk in https://github.com/fastify/fastify/pull/5261
- docs: remove word repetition on Decorators docs by @rlawisch in https://github.com/fastify/fastify/pull/5260
- chore(types): Remove unused type imports by @codershiba in https://github.com/fastify/fastify/pull/5264
- chore(license): Update licensing year by @codershiba in https://github.com/fastify/fastify/pull/5266
- chore(docs): Add clarification about
fastify.setErrorHandler()
by @codershiba in https://github.com/fastify/fastify/pull/5265 - refactor: deprecate
Reply#getResponseTime()
in favour ofReply#elapsedTime
by @codershiba in https://github.com/fastify/fastify/pull/5263 - chore: remove
www.
fromfastify.dev
urls by @Fdawgs in https://github.com/fastify/fastify/pull/5270 - feat: expose method for setGenReqId on FastifyInstance by @dancastillo in https://github.com/fastify/fastify/pull/5259
- fix: ensure
onListen
hooks are called when they should be by @bienzaaron in https://github.com/fastify/fastify/pull/5273 - docs: re-word clarification about
setErrorHandler()
by @codershiba in https://github.com/fastify/fastify/pull/5269 - docs(ecosystem): remove unsupported package by @Fdawgs in https://github.com/fastify/fastify/pull/5278
- docs: Fix Pino docs link by @BoscoDomingo in https://github.com/fastify/fastify/pull/5284
- chore: add github sponsor by @Eomm in https://github.com/fastify/fastify/pull/5293
- docs(ecosystem): adds fastify-sqlite-typed to the community plugins list by @yoav0gal in https://github.com/fastify/fastify/pull/5288
- docs: add ESM usage example in Getting Started by @atilagulers in https://github.com/fastify/fastify/pull/5294
- docs: repoint readers to shared
.github
files by @Fdawgs in https://github.com/fastify/fastify/pull/5268 - feat: Web Stream API by @climba03003 in https://github.com/fastify/fastify/pull/5286
- chore: sync generated code by @Eomm in https://github.com/fastify/fastify/pull/5295
New Contributors
- @derammo made their first contribution in https://github.com/fastify/fastify/pull/5188
- @DouglasdeMoura made their first contribution in https://github.com/fastify/fastify/pull/5229
- @rlawisch made their first contribution in https://github.com/fastify/fastify/pull/5260
- @codershiba made their first contribution in https://github.com/fastify/fastify/pull/5264
- @BoscoDomingo made their first contribution in https://github.com/fastify/fastify/pull/5284
- @yoav0gal made their first contribution in https://github.com/fastify/fastify/pull/5288
- @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
v4.25.2
What's Changed
- fix:
npm run test:watch
by @domdomegg in https://github.com/fastify/fastify/pull/5221 - fix: always consume stream payloads when responding to 204 with no body by @mcollina in https://github.com/fastify/fastify/pull/5231
- docs: update setErrorHandler to explain not found behaviour by @domdomegg in https://github.com/fastify/fastify/pull/5218
New Contributors
- @domdomegg made their first contribution in https://github.com/fastify/fastify/pull/5221
Full Changelog: https://github.com/fastify/fastify/compare/v4.25.1...v4.25.2
v4.25.1
What's Changed
- fix: route constraints by @climba03003 in https://github.com/fastify/fastify/pull/5207
- fix: Better plugin name detection for FSTWRN002 by @mcollina in https://github.com/fastify/fastify/pull/5209
- chore: at-large project by @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
What's Changed
- feat: Improve RouteShorthandOptions['constraints'] type by @Fcmam5 in https://github.com/fastify/fastify/pull/5097
- fix: add @eomm and @jsumners as lead maintainers by @mcollina in https://github.com/fastify/fastify/pull/5115
- fix: reply.send supports Uint8Array payload by @SgtPooki in https://github.com/fastify/fastify/pull/5124
- refactor: migrate deprecation warnings to actual deprecation warnings by @jsumners in https://github.com/fastify/fastify/pull/5126
- docs: added documentation about warnings by @giuliowaitforitdavide in https://github.com/fastify/fastify/pull/5108
- test(logger): restrict temp file permissions by @Fdawgs in https://github.com/fastify/fastify/pull/5128
- refactor(lib/hooks): replace
typeof
undefined check by @Fdawgs in https://github.com/fastify/fastify/pull/5127 - chore: replace mention of fastify
.io
domain with.dev
by @Fdawgs in https://github.com/fastify/fastify/pull/5129 - docs(security): add prose explaining OpenSSF CII Best Practices badge results by @ljharb in https://github.com/fastify/fastify/pull/5111
- chore: Bump actions/setup-node from 3 to 4 by @dependabot in https://github.com/fastify/fastify/pull/5134
- fix(types): add handler property to routeOptions by @MikeJeffers in https://github.com/fastify/fastify/pull/5136
- docs(readme): fix ci badge path by @Fdawgs in https://github.com/fastify/fastify/pull/5138
- docs: Fix small typo in Typescript docs by @john-ko in https://github.com/fastify/fastify/pull/5145
- feat(plugins): mixing async and callback style now returns a warning by @giuliowaitforitdavide in https://github.com/fastify/fastify/pull/5139
- docs: mention about multipart support by @fawazahmed0 in https://github.com/fastify/fastify/pull/5144
- docs: add @fastify/vite to core plugins list by @galvez in https://github.com/fastify/fastify/pull/5153
- docs: add @scalar/fastify-api-reference to community plugins list by @hanspagel in https://github.com/fastify/fastify/pull/5154
- docs: Remove routeOptions reference in Reply.md by @shadahmad7 in https://github.com/fastify/fastify/pull/5156
- docs(ecosystem): add fastify-uws by @tinchoz49 in https://github.com/fastify/fastify/pull/5160
- docs: removed unmaintained fastify-nodemailer from ecosystem by @giovanni-bertoncelli in https://github.com/fastify/fastify/pull/5161
- docs: clarify handling of streams and buffers by @brettwillis in https://github.com/fastify/fastify/pull/5166
- docs(#5142): aligned errors and warnings documentation by @giuliowaitforitdavide in https://github.com/fastify/fastify/pull/5162
- docs(reference/hooks): add information about prehandler by @RjManhas in https://github.com/fastify/fastify/pull/5163
- fix: type FastifyInstance['route'] and RouteShorthandMethod by @MunifTanjim in https://github.com/fastify/fastify/pull/5155
- docs (reference): Fix small typo in Request by @bngarren in https://github.com/fastify/fastify/pull/5186
- chore: gitpodify by @ghostdevv in https://github.com/fastify/fastify/pull/5168
- docs(ecosystem): Add Apitally by @itssimon in https://github.com/fastify/fastify/pull/5175
- fix: Update reply.context deprecation warning by @avaly in https://github.com/fastify/fastify/pull/5179
- docs(ecosystem): adds @blastorg/fastify/aws-dynamodb-cache to community plugins list by @fredrikj31 in https://github.com/fastify/fastify/pull/5158
- docs: update preHandler hook example by @tarunrajput in https://github.com/fastify/fastify/pull/5189
- types: added http header types to reply by @skwee357 in https://github.com/fastify/fastify/pull/5046
- test: add tests for TOC of errors.md by @Uzlopak in https://github.com/fastify/fastify/pull/5194
- ci: pin node 18 to 18.18.2 by @Uzlopak in https://github.com/fastify/fastify/pull/5197
- docs(ecosystem): add http-wizard by @flodlc in https://github.com/fastify/fastify/pull/5132
- chore: Bump actions/github-script from 6 to 7 by @dependabot in https://github.com/fastify/fastify/pull/5183
- ci: fix broken ci by skipping tests if node v > 18.19.0 by @Uzlopak in https://github.com/fastify/fastify/pull/5195
- fix: allow async hooks in
RouteShorthandOptions
without breakingrequest
andreply
types by @bienzaaron in https://github.com/fastify/fastify/pull/5147 - fix(#5180): close secondary bindings after primary is closed by @metcoder95 in https://github.com/fastify/fastify/pull/5201
- chore: update process-warning by @Eomm in https://github.com/fastify/fastify/pull/5206
- types: nullish error types in callback function's parameter for
after
andready
method by @nokazn in https://github.com/fastify/fastify/pull/5191 - fix(#5049): Remove duplicated calls to onReady by @metcoder95 in https://github.com/fastify/fastify/pull/5051
- chore: remove unused type assertion by @UndefinedBehaviour in https://github.com/fastify/fastify/pull/5184
New Contributors
- @Fcmam5 made their first contribution in https://github.com/fastify/fastify/pull/5097
- @SgtPooki made their first contribution in https://github.com/fastify/fastify/pull/5124
- @MikeJeffers made their first contribution in https://github.com/fastify/fastify/pull/5136
- @john-ko made their first contribution in https://github.com/fastify/fastify/pull/5145
- @fawazahmed0 made their first contribution in https://github.com/fastify/fastify/pull/5144
- @hanspagel made their first contribution in https://github.com/fastify/fastify/pull/5154
- @shadahmad7 made their first contribution in https://github.com/fastify/fastify/pull/5156
- @giovanni-bertoncelli made their first contribution in https://github.com/fastify/fastify/pull/5161
- @RjManhas made their first contribution in https://github.com/fastify/fastify/pull/5163
- @MunifTanjim made their first contribution in https://github.com/fastify/fastify/pull/5155
- @bngarren made their first contribution in https://github.com/fastify/fastify/pull/5186
- @ghostdevv made their first contribution in https://github.com/fastify/fastify/pull/5168
- @itssimon made their first contribution in https://github.com/fastify/fastify/pull/5175
- @avaly made their first contribution in https://github.com/fastify/fastify/pull/5179
- @fredrikj31 made their first contribution in https://github.com/fastify/fastify/pull/5158
- @tarunrajput made their first contribution in https://github.com/fastify/fastify/pull/5189
- @skwee357 made their first contribution in https://github.com/fastify/fastify/pull/5046
- @flodlc made their first contribution in https://github.com/fastify/fastify/pull/5132
- @nokazn made their first contribution in https://github.com/fastify/fastify/pull/5191
- @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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.