Update dependency fastify to v3.29.5 #71

Open
odit_renovate wants to merge 1 commits from renovate/fastify-3.x-lockfile into main

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastify (source) 3.25.3 -> 3.29.5 age adoption passing confidence

Release Notes

fastify/fastify (fastify)

v3.29.5

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v3.29.4...v3.29.5

v3.29.4

Compare Source

⚠️ Security Release ⚠️

Full Changelog: https://github.com/fastify/fastify/compare/v3.29.3...v3.29.4

v3.29.3

Compare Source

⚠️ ~Security Release~ ⚠️

This release backport the fixes of https://github.com/fastify/fastify/security/advisories/GHSA-455w-c45v-86rg for the v3.x line.
While not being a vulnerability for this line, a backport is still welcome due to the problems highlighted in the report.

Full Changelog: https://github.com/fastify/fastify/compare/v3.29.2...v3.29.3

v3.29.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v3.29.1...v3.29.2

v3.29.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v3.29.0...v3.29.1

v3.29.0

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v3.28.0...v3.29.0

v3.28.0

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v3.27.4...v3.28.0

v3.27.4

Compare Source

What's Changed

  • Backport v3.x] Fixed Node.js v18/master support by [@​github-actions](https://github.com/github-actions) in https://github.com/fastify/fastify/pull/3761
    
    

Full Changelog: https://github.com/fastify/fastify/compare/v3.27.3...v3.27.4

v3.27.3

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v3.27.2...v3.27.3

v3.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v3.27.1...v3.27.2

v3.27.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v3.27.0...v3.27.1

v3.27.0

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v3.26.0...v3.27.0

v3.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v3.25.3...v3.26.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastify](https://fastify.dev/) ([source](https://github.com/fastify/fastify)) | [`3.25.3` -> `3.29.5`](https://renovatebot.com/diffs/npm/fastify/3.25.3/3.29.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/3.29.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastify/3.29.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastify/3.25.3/3.29.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/3.25.3/3.29.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v3.29.5`](https://github.com/fastify/fastify/releases/tag/v3.29.5) [Compare Source](https://github.com/fastify/fastify/compare/v3.29.4...v3.29.5) #### What's Changed - (v3.x) Replace pem dependency ([#&#8203;3711](https://github.com/fastify/fastify/issues/3711)) by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4500 - \[Backport v3.x] fix: content-type parserRegExpList when plugin override by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/fastify/fastify/pull/4498 - (v3.x) perf: only check for isEssence once in RegExp for content-type-parser ([#&#8203;4481](https://github.com/fastify/fastify/issues/4481)) by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4497 - (v3.x) replace content-type with fast-content-type-parse ([#&#8203;4505](https://github.com/fastify/fastify/issues/4505)) by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/4507 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.29.4...v3.29.5 ### [`v3.29.4`](https://github.com/fastify/fastify/releases/tag/v3.29.4) [Compare Source](https://github.com/fastify/fastify/compare/v3.29.3...v3.29.4) #### ⚠️ Security Release ⚠️ - Fix for ["Incorrect Content-Type parsing can lead to CSRF attack"](https://github.com/fastify/fastify/security/advisories/GHSA-3fjj-p79j-c9hh) and CVE-2022-41919 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.29.3...v3.29.4 ### [`v3.29.3`](https://github.com/fastify/fastify/releases/tag/v3.29.3) [Compare Source](https://github.com/fastify/fastify/compare/v3.29.2...v3.29.3) ### ⚠️ ~Security Release~ ⚠️ This release backport the fixes of https://github.com/fastify/fastify/security/advisories/GHSA-455w-c45v-86rg for the v3.x line. While not being a vulnerability for this line, a backport is still welcome due to the problems highlighted in the report. **Full Changelog**: https://github.com/fastify/fastify/compare/v3.29.2...v3.29.3 ### [`v3.29.2`](https://github.com/fastify/fastify/releases/tag/v3.29.2) [Compare Source](https://github.com/fastify/fastify/compare/v3.29.1...v3.29.2) #### What's Changed - fix: backport reused connection fix by [@&#8203;salzhrani](https://github.com/salzhrani) in https://github.com/fastify/fastify/pull/4217 #### New Contributors - [@&#8203;salzhrani](https://github.com/salzhrani) made their first contribution in https://github.com/fastify/fastify/pull/4217 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.29.1...v3.29.2 ### [`v3.29.1`](https://github.com/fastify/fastify/releases/tag/v3.29.1) [Compare Source](https://github.com/fastify/fastify/compare/v3.29.0...v3.29.1) #### What's Changed - docs: reference new `@fastify/*` modules by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/3860 - Child log level in bindings is deprecated by [@&#8203;orov-io](https://github.com/orov-io) in https://github.com/fastify/fastify/pull/3896 - Handle aborted requests ([#&#8203;215](https://github.com/fastify/fastify/issues/215)) by [@&#8203;TimotejR](https://github.com/TimotejR) in https://github.com/fastify/fastify/pull/4103 #### New Contributors - [@&#8203;orov-io](https://github.com/orov-io) made their first contribution in https://github.com/fastify/fastify/pull/3896 - [@&#8203;TimotejR](https://github.com/TimotejR) made their first contribution in https://github.com/fastify/fastify/pull/4103 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.29.0...v3.29.1 ### [`v3.29.0`](https://github.com/fastify/fastify/releases/tag/v3.29.0) [Compare Source](https://github.com/fastify/fastify/compare/v3.28.0...v3.29.0) #### What's Changed - Update fastify-error dependency by [@&#8203;jsumners](https://github.com/jsumners) in https://github.com/fastify/fastify/pull/3859 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.28.0...v3.29.0 ### [`v3.28.0`](https://github.com/fastify/fastify/releases/tag/v3.28.0) [Compare Source](https://github.com/fastify/fastify/compare/v3.27.4...v3.28.0) #### What's Changed - (v3.x) Allow custom Context Config types for hooks' `request` properties by [@&#8203;sumbad](https://github.com/sumbad) in https://github.com/fastify/fastify/pull/3787 - add generic logger to route handler & FastifyRequest by [@&#8203;MarcoLeko](https://github.com/MarcoLeko) in https://github.com/fastify/fastify/pull/3782 - (v3.x) fix: handle invalid url by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/3806 - (v3.x) feat: reply trailers support by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/3807 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.27.4...v3.28.0 ### [`v3.27.4`](https://github.com/fastify/fastify/releases/tag/v3.27.4) [Compare Source](https://github.com/fastify/fastify/compare/v3.27.3...v3.27.4) #### What's Changed - \[Backport v3.x] Fixed Node.js v18/master support by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/fastify/fastify/pull/3761 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.27.3...v3.27.4 ### [`v3.27.3`](https://github.com/fastify/fastify/releases/tag/v3.27.3) [Compare Source](https://github.com/fastify/fastify/compare/v3.27.2...v3.27.3) #### What's Changed - Drop [@&#8203;typescript-eslint/no-misused-promises](https://github.com/typescript-eslint/no-misused-promises) ([#&#8203;3741](https://github.com/fastify/fastify/issues/3741)) by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/fastify/fastify/pull/3757 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.27.2...v3.27.3 ### [`v3.27.2`](https://github.com/fastify/fastify/releases/tag/v3.27.2) [Compare Source](https://github.com/fastify/fastify/compare/v3.27.1...v3.27.2) #### What's Changed - fix: added jsonShorthand in FastifyServerOptions by [@&#8203;DanieleFedeli](https://github.com/DanieleFedeli) in https://github.com/fastify/fastify/pull/3681 - fix: calling reply.callNotFound uncaught exception by [@&#8203;VigneshMurugan](https://github.com/VigneshMurugan) in https://github.com/fastify/fastify/pull/3661 - style: fix new `standard` linting by [@&#8203;Divlo](https://github.com/Divlo) in https://github.com/fastify/fastify/pull/3682 - docs(ecosystem): update fastify-jwt plugin with the new internal library it uses by [@&#8203;rluvaton](https://github.com/rluvaton) in https://github.com/fastify/fastify/pull/3689 - ci(package-manager): run `test:ci` instead of `test` by [@&#8203;Divlo](https://github.com/Divlo) in https://github.com/fastify/fastify/pull/3692 - docs(ecosystem): adds [@&#8203;immobiliarelabs/fastify-sentry](https://github.com/immobiliarelabs/fastify-sentry) by [@&#8203;simonecorsi](https://github.com/simonecorsi) in https://github.com/fastify/fastify/pull/3693 - chore: fix plugin labeler by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/3694 - Add reference to FST_ERR_CTP_INVALID_MEDIA_TYPE error in the docs for validation & content type parser by [@&#8203;AWare](https://github.com/AWare) in https://github.com/fastify/fastify/pull/3697 - fix(types): add opts param to onRegister hook handler signature by [@&#8203;bmenant](https://github.com/bmenant) in https://github.com/fastify/fastify/pull/3641 - update Server docs by [@&#8203;matthyk](https://github.com/matthyk) in https://github.com/fastify/fastify/pull/3699 - Update middleware docs link by [@&#8203;JamieGrimwood](https://github.com/JamieGrimwood) in https://github.com/fastify/fastify/pull/3706 - build(deps): bump tiny-lru from 7.0.6 to 8.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/3700 - build(deps-dev): bump [@&#8203;sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 8.1.0 to 9.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/3683 #### New Contributors - [@&#8203;Divlo](https://github.com/Divlo) made their first contribution in https://github.com/fastify/fastify/pull/3682 - [@&#8203;AWare](https://github.com/AWare) made their first contribution in https://github.com/fastify/fastify/pull/3697 - [@&#8203;bmenant](https://github.com/bmenant) made their first contribution in https://github.com/fastify/fastify/pull/3641 - [@&#8203;JamieGrimwood](https://github.com/JamieGrimwood) made their first contribution in https://github.com/fastify/fastify/pull/3706 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.27.1...v3.27.2 ### [`v3.27.1`](https://github.com/fastify/fastify/releases/tag/v3.27.1) [Compare Source](https://github.com/fastify/fastify/compare/v3.27.0...v3.27.1) #### What's Changed - docs: fix link to forceCloseConnections option by [@&#8203;RafaelGSS](https://github.com/RafaelGSS) in https://github.com/fastify/fastify/pull/3638 - docs(Prototype-Poisoning): invalid content link by [@&#8203;RafaelGSS](https://github.com/RafaelGSS) in https://github.com/fastify/fastify/pull/3639 - doc(Guides): fix grammar issue in the Prototype Poisoning file by [@&#8203;rluvaton](https://github.com/rluvaton) in https://github.com/fastify/fastify/pull/3640 - types: add forceCloseConnection type def by [@&#8203;RafaelGSS](https://github.com/RafaelGSS) in https://github.com/fastify/fastify/pull/3646 - Fixes [#&#8203;3648](https://github.com/fastify/fastify/issues/3648) - URL must be a string by [@&#8203;VigneshMurugan](https://github.com/VigneshMurugan) in https://github.com/fastify/fastify/pull/3653 - build: reduce dependabot update frequency by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/3659 - build: correct dependabot config by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify/pull/3662 - add missing types workflow by [@&#8203;KiraPC](https://github.com/KiraPC) in https://github.com/fastify/fastify/pull/3668 - Serialization errors will be send to errorHandler by [@&#8203;int1ch](https://github.com/int1ch) in https://github.com/fastify/fastify/pull/3674 - Add Documentation and TS Types missed for FastifyInstance#setSchemaController by [@&#8203;Grubba27](https://github.com/Grubba27) in https://github.com/fastify/fastify/pull/3480 - Add action to lock threads by [@&#8203;jsumners](https://github.com/jsumners) in https://github.com/fastify/fastify/pull/3679 #### New Contributors - [@&#8203;rluvaton](https://github.com/rluvaton) made their first contribution in https://github.com/fastify/fastify/pull/3640 - [@&#8203;int1ch](https://github.com/int1ch) made their first contribution in https://github.com/fastify/fastify/pull/3674 - [@&#8203;Grubba27](https://github.com/Grubba27) made their first contribution in https://github.com/fastify/fastify/pull/3480 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.27.0...v3.27.1 ### [`v3.27.0`](https://github.com/fastify/fastify/releases/tag/v3.27.0) [Compare Source](https://github.com/fastify/fastify/compare/v3.26.0...v3.27.0) #### What's Changed - Add keep-alive connection tracking and reaping (resolve [#&#8203;3617](https://github.com/fastify/fastify/issues/3617)) by [@&#8203;jsumners](https://github.com/jsumners) in https://github.com/fastify/fastify/pull/3619 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.26.0...v3.27.0 ### [`v3.26.0`](https://github.com/fastify/fastify/releases/tag/v3.26.0) [Compare Source](https://github.com/fastify/fastify/compare/v3.25.3...v3.26.0) #### What's Changed - Documentation: replace `fastify.decorate` arrow functions with function expressions by [@&#8203;onosendi](https://github.com/onosendi) in https://github.com/fastify/fastify/pull/3577 - Update Recommendations.md by [@&#8203;fralonra](https://github.com/fralonra) in https://github.com/fastify/fastify/pull/3583 - build(deps-dev): bump helmet from 4.6.0 to 5.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify/pull/3591 - chore: remove duplicated line by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/3599 - docs(reference-typescript): fix formatting by [@&#8203;sniperwolf](https://github.com/sniperwolf) in https://github.com/fastify/fastify/pull/3602 - feat: manage display-name meta plugin by [@&#8203;Eomm](https://github.com/Eomm) in https://github.com/fastify/fastify/pull/3608 - Add prototype poisoning doc by [@&#8203;jsumners](https://github.com/jsumners) in https://github.com/fastify/fastify/pull/3609 - Fix website workflow not triggering by [@&#8203;luisorbaiceta](https://github.com/luisorbaiceta) in https://github.com/fastify/fastify/pull/3611 - Adding esbuild bundler to the pipeline by [@&#8203;jhonrocha](https://github.com/jhonrocha) in https://github.com/fastify/fastify/pull/3616 - chore (ci): run lint only once by [@&#8203;darkgl0w](https://github.com/darkgl0w) in https://github.com/fastify/fastify/pull/3623 - Fix types to support Ajv plugins with options by [@&#8203;pverdile](https://github.com/pverdile) in https://github.com/fastify/fastify/pull/3601 - Update LICENSE by [@&#8203;ravenberg](https://github.com/ravenberg) in https://github.com/fastify/fastify/pull/3629 - fix: accept-version on default route by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify/pull/3630 - fix (test): `custom-parser.test.js` flaky test by [@&#8203;darkgl0w](https://github.com/darkgl0w) in https://github.com/fastify/fastify/pull/3627 - fix (types): `this` is `FastifyInstance` by [@&#8203;darkgl0w](https://github.com/darkgl0w) in https://github.com/fastify/fastify/pull/3622 #### New Contributors - [@&#8203;onosendi](https://github.com/onosendi) made their first contribution in https://github.com/fastify/fastify/pull/3577 - [@&#8203;sniperwolf](https://github.com/sniperwolf) made their first contribution in https://github.com/fastify/fastify/pull/3602 - [@&#8203;jhonrocha](https://github.com/jhonrocha) made their first contribution in https://github.com/fastify/fastify/pull/3616 - [@&#8203;pverdile](https://github.com/pverdile) made their first contribution in https://github.com/fastify/fastify/pull/3601 - [@&#8203;ravenberg](https://github.com/ravenberg) made their first contribution in https://github.com/fastify/fastify/pull/3629 **Full Changelog**: https://github.com/fastify/fastify/compare/v3.25.3...v3.26.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzcuMTkxLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
odit_renovate added 1 commit 2023-03-31 12:04:29 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
298ed5c62b
Update dependency fastify to v3.29.5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/fastify-3.x-lockfile main
git pull origin renovate/fastify-3.x-lockfile

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff renovate/fastify-3.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kauft.es/linkylinky#71
No description provided.