hc-pdf-server
hc-pdf-server copied to clipboard
Bump fastify from 4.23.1 to 4.25.0
Bumps fastify from 4.23.1 to 4.25.0.
Release notes
Sourced from fastify's releases.
v4.25.0
What's Changed
- feat: Improve RouteShorthandOptions['constraints'] type by
@Fcmam5
in fastify/fastify#5097- fix: add
@eomm
and@jsumners
as lead maintainers by@mcollina
in fastify/fastify#5115- fix: reply.send supports Uint8Array payload by
@SgtPooki
in fastify/fastify#5124- refactor: migrate deprecation warnings to actual deprecation warnings by
@jsumners
in fastify/fastify#5126- docs: added documentation about warnings by
@giuliowaitforitdavide
in fastify/fastify#5108- test(logger): restrict temp file permissions by
@Fdawgs
in fastify/fastify#5128- refactor(lib/hooks): replace
typeof
undefined check by@Fdawgs
in fastify/fastify#5127- chore: replace mention of fastify
.io
domain with.dev
by@Fdawgs
in fastify/fastify#5129- docs(security): add prose explaining OpenSSF CII Best Practices badge results by
@ljharb
in fastify/fastify#5111- chore: Bump actions/setup-node from 3 to 4 by
@dependabot
in fastify/fastify#5134- fix(types): add handler property to routeOptions by
@MikeJeffers
in fastify/fastify#5136- docs(readme): fix ci badge path by
@Fdawgs
in fastify/fastify#5138- docs: Fix small typo in Typescript docs by
@john-ko
in fastify/fastify#5145- feat(plugins): mixing async and callback style now returns a warning by
@giuliowaitforitdavide
in fastify/fastify#5139- docs: mention about multipart support by
@fawazahmed0
in fastify/fastify#5144- docs: add
@fastify/vite
to core plugins list by@galvez
in fastify/fastify#5153- docs: add
@scalar/fastify-api-reference
to community plugins list by@hanspagel
in fastify/fastify#5154- docs: Remove routeOptions reference in Reply.md by
@shadahmad7
in fastify/fastify#5156- docs(ecosystem): add fastify-uws by
@tinchoz49
in fastify/fastify#5160- docs: removed unmaintained fastify-nodemailer from ecosystem by
@giovanni-bertoncelli
in fastify/fastify#5161- docs: clarify handling of streams and buffers by
@brettwillis
in fastify/fastify#5166- docs(#5142): aligned errors and warnings documentation by
@giuliowaitforitdavide
in fastify/fastify#5162- docs(reference/hooks): add information about prehandler by
@RjManhas
in fastify/fastify#5163- fix: type FastifyInstance['route'] and RouteShorthandMethod by
@MunifTanjim
in fastify/fastify#5155- docs (reference): Fix small typo in Request by
@bngarren
in fastify/fastify#5186- chore: gitpodify by
@ghostdevv
in fastify/fastify#5168- docs(ecosystem): Add Apitally by
@itssimon
in fastify/fastify#5175- fix: Update reply.context deprecation warning by
@avaly
in fastify/fastify#5179- docs(ecosystem): adds
@blastorg/fastify/
aws-dynamodb-cache to community plugins list by@fredrikj31
in fastify/fastify#5158- docs: update preHandler hook example by
@tarunrajput
in fastify/fastify#5189- types: added http header types to reply by
@skwee357
in fastify/fastify#5046- test: add tests for TOC of errors.md by
@Uzlopak
in fastify/fastify#5194- ci: pin node 18 to 18.18.2 by
@Uzlopak
in fastify/fastify#5197- docs(ecosystem): add http-wizard by
@flodlc
in fastify/fastify#5132- chore: Bump actions/github-script from 6 to 7 by
@dependabot
in fastify/fastify#5183- ci: fix broken ci by skipping tests if node v > 18.19.0 by
@Uzlopak
in fastify/fastify#5195- fix: allow async hooks in
RouteShorthandOptions
without breakingrequest
andreply
types by@bienzaaron
in fastify/fastify#5147- fix(#5180): close secondary bindings after primary is closed by
@metcoder95
in fastify/fastify#5201- chore: update process-warning by
@Eomm
in fastify/fastify#5206- types: nullish error types in callback function's parameter for
after
andready
method by@nokazn
in fastify/fastify#5191- fix(#5049): Remove duplicated calls to onReady by
@metcoder95
in fastify/fastify#5051- chore: remove unused type assertion by
@UndefinedBehaviour
in fastify/fastify#5184New Contributors
@Fcmam5
made their first contribution in fastify/fastify#5097@SgtPooki
made their first contribution in fastify/fastify#5124@MikeJeffers
made their first contribution in fastify/fastify#5136@john-ko
made their first contribution in fastify/fastify#5145
... (truncated)
Commits
635acc8
Bumped v4.25.0b8f2d9e
chore: remove unused type assertion (#5184)1b588a0
fix(#5049): Remove duplicated calls to onReady (#5051)b3a0e67
types: nullish error types in callback function's parameter forafter
and `...7c778af
chore: update process-warning (#5206)cd84d13
fix(#5180): close secondary bindings after primary is closed (#5201)49b62f5
fix: allow async hooks inRouteShorthandOptions
without breakingrequest
...e9764f3
ci: fix broken ci by skipping tests if node v > 18.19.0 (#5195)6dcd4b6
chore: Bump actions/github-script from 6 to 7 (#5183)85b0018
docs(ecosystem): add http-wizard (#5132)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)