nodejs-gpt
nodejs-gpt copied to clipboard
build(deps): bump fastify from 4.24.1 to 4.25.2
Bumps fastify from 4.24.1 to 4.25.2.
Release notes
Sourced from fastify's releases.
v4.25.2
What's Changed
- fix:
npm run test:watchby@domdomeggin fastify/fastify#5221- fix: always consume stream payloads when responding to 204 with no body by
@mcollinain fastify/fastify#5231- docs: update setErrorHandler to explain not found behaviour by
@domdomeggin fastify/fastify#5218New Contributors
@domdomeggmade their first contribution in fastify/fastify#5221Full Changelog: https://github.com/fastify/fastify/compare/v4.25.1...v4.25.2
v4.25.1
What's Changed
- fix: route constraints by
@climba03003in fastify/fastify#5207- fix: Better plugin name detection for FSTWRN002 by
@mcollinain fastify/fastify#5209- chore: at-large project by
@Eommin fastify/fastify#5211Full 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
@Fcmam5in fastify/fastify#5097- fix: add
@eommand@jsumnersas lead maintainers by@mcollinain fastify/fastify#5115- fix: reply.send supports Uint8Array payload by
@SgtPookiin fastify/fastify#5124- refactor: migrate deprecation warnings to actual deprecation warnings by
@jsumnersin fastify/fastify#5126- docs: added documentation about warnings by
@giuliowaitforitdavidein fastify/fastify#5108- test(logger): restrict temp file permissions by
@Fdawgsin fastify/fastify#5128- refactor(lib/hooks): replace
typeofundefined check by@Fdawgsin fastify/fastify#5127- chore: replace mention of fastify
.iodomain with.devby@Fdawgsin fastify/fastify#5129- docs(security): add prose explaining OpenSSF CII Best Practices badge results by
@ljharbin fastify/fastify#5111- chore: Bump actions/setup-node from 3 to 4 by
@dependabotin fastify/fastify#5134- fix(types): add handler property to routeOptions by
@MikeJeffersin fastify/fastify#5136- docs(readme): fix ci badge path by
@Fdawgsin fastify/fastify#5138- docs: Fix small typo in Typescript docs by
@john-koin fastify/fastify#5145- feat(plugins): mixing async and callback style now returns a warning by
@giuliowaitforitdavidein fastify/fastify#5139- docs: mention about multipart support by
@fawazahmed0in fastify/fastify#5144- docs: add
@fastify/viteto core plugins list by@galvezin fastify/fastify#5153- docs: add
@scalar/fastify-api-referenceto community plugins list by@hanspagelin fastify/fastify#5154- docs: Remove routeOptions reference in Reply.md by
@shadahmad7in fastify/fastify#5156- docs(ecosystem): add fastify-uws by
@tinchoz49in fastify/fastify#5160- docs: removed unmaintained fastify-nodemailer from ecosystem by
@giovanni-bertoncelliin fastify/fastify#5161- docs: clarify handling of streams and buffers by
@brettwillisin fastify/fastify#5166- docs(#5142): aligned errors and warnings documentation by
@giuliowaitforitdavidein fastify/fastify#5162- docs(reference/hooks): add information about prehandler by
@RjManhasin fastify/fastify#5163- fix: type FastifyInstance['route'] and RouteShorthandMethod by
@MunifTanjimin fastify/fastify#5155- docs (reference): Fix small typo in Request by
@bngarrenin fastify/fastify#5186- chore: gitpodify by
@ghostdevvin fastify/fastify#5168- docs(ecosystem): Add Apitally by
@itssimonin fastify/fastify#5175- fix: Update reply.context deprecation warning by
@avalyin fastify/fastify#5179
... (truncated)
Commits
04a4c97Bumped v4.25.20c86bb4docs: update setErrorHandler to explain not found behaviour (#5218)b834ac7Always consume stream payloads when responding to 204 with no body (#5231)bc8743afix:npm run test:watch(#5221)e3a07eaBumped v4.25.1af8bd46chore: at-large project (#5211)e495eaafix: Better plugin name detection for FSTWRN002 (#5209)256fb2cfix: route constraints (#5207)635acc8Bumped v4.25.0b8f2d9echore: remove unused type assertion (#5184)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)