Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency fastify-plugin to v5 (#201)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastify-plugin](https://redirect.github.com/fastify/fastify-plugin) | [`4.5.1` -> `5.0.1`](https://renovatebot.com/diffs/npm/fastify-plugin/4.5.1/5.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fastify-plugin/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastify-plugin/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastify-plugin/4.5.1/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify-plugin/4.5.1/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastify/fastify-plugin (fastify-plugin)</summary> ### [`v5.0.1`](https://redirect.github.com/fastify/fastify-plugin/releases/tag/v5.0.1) [Compare Source](https://redirect.github.com/fastify/fastify-plugin/compare/v5.0.0...v5.0.1) #### What's Changed - fix: migrate from tap to node test and c8 by [@​nimesh0505](https://redirect.github.com/nimesh0505) in [https://github.com/fastify/fastify-plugin/pull/248](https://redirect.github.com/fastify/fastify-plugin/pull/248) - chore: update fastify to ^5.0.0 by [@​Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify-plugin/pull/249](https://redirect.github.com/fastify/fastify-plugin/pull/249) #### New Contributors - [@​nimesh0505](https://redirect.github.com/nimesh0505) made their first contribution in [https://github.com/fastify/fastify-plugin/pull/248](https://redirect.github.com/fastify/fastify-plugin/pull/248) **Full Changelog**: fastify/fastify-plugin@v5.0.0...v5.0.1 ### [`v5.0.0`](https://redirect.github.com/fastify/fastify-plugin/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/fastify/fastify-plugin/compare/v4.5.1...v5.0.0) #### What's Changed - build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fastify/fastify-plugin/pull/223](https://redirect.github.com/fastify/fastify-plugin/pull/223) - chore: add `.gitattributes` file by [@​Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify-plugin/pull/225](https://redirect.github.com/fastify/fastify-plugin/pull/225) - chore(package): explicitly declare js module type by [@​Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify-plugin/pull/226](https://redirect.github.com/fastify/fastify-plugin/pull/226) - refactor(plugin): replace `typeof` undefined check by [@​Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify-plugin/pull/227](https://redirect.github.com/fastify/fastify-plugin/pull/227) - build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fastify/fastify-plugin/pull/228](https://redirect.github.com/fastify/fastify-plugin/pull/228) - Update README.md by [@​jordanebelanger](https://redirect.github.com/jordanebelanger) in [https://github.com/fastify/fastify-plugin/pull/229](https://redirect.github.com/fastify/fastify-plugin/pull/229) - types: remove extranous imports by [@​Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/fastify/fastify-plugin/pull/230](https://redirect.github.com/fastify/fastify-plugin/pull/230) - build(deps-dev): bump [@​fastify/type-provider-typebox](https://redirect.github.com/fastify/type-provider-typebox) from 3.6.0 to 4.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fastify/fastify-plugin/pull/231](https://redirect.github.com/fastify/fastify-plugin/pull/231) - add install section to README by [@​matthyk](https://redirect.github.com/matthyk) in [https://github.com/fastify/fastify-plugin/pull/232](https://redirect.github.com/fastify/fastify-plugin/pull/232) - fix typo by [@​matthyk](https://redirect.github.com/matthyk) in [https://github.com/fastify/fastify-plugin/pull/234](https://redirect.github.com/fastify/fastify-plugin/pull/234) - chore(.gitignore): add .tap/ dir by [@​Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify-plugin/pull/235](https://redirect.github.com/fastify/fastify-plugin/pull/235) - build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fastify/fastify-plugin/pull/239](https://redirect.github.com/fastify/fastify-plugin/pull/239) - Merge `next` into `master` by [@​jsumners](https://redirect.github.com/jsumners) in [https://github.com/fastify/fastify-plugin/pull/241](https://redirect.github.com/fastify/fastify-plugin/pull/241) - build(deps): bump fastify/workflows from 4.1.0 to 4.2.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fastify/fastify-plugin/pull/242](https://redirect.github.com/fastify/fastify-plugin/pull/242) - perf(lib/tocamelcase): immediately return instead of using temp var by [@​Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify-plugin/pull/243](https://redirect.github.com/fastify/fastify-plugin/pull/243) - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 20.14.13 to 22.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fastify/fastify-plugin/pull/244](https://redirect.github.com/fastify/fastify-plugin/pull/244) - chore: update min fastify version by [@​Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify-plugin/pull/245](https://redirect.github.com/fastify/fastify-plugin/pull/245) - build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fastify/fastify-plugin/pull/246](https://redirect.github.com/fastify/fastify-plugin/pull/246) #### New Contributors - [@​jordanebelanger](https://redirect.github.com/jordanebelanger) made their first contribution in [https://github.com/fastify/fastify-plugin/pull/229](https://redirect.github.com/fastify/fastify-plugin/pull/229) - [@​matthyk](https://redirect.github.com/matthyk) made their first contribution in [https://github.com/fastify/fastify-plugin/pull/232](https://redirect.github.com/fastify/fastify-plugin/pull/232) **Full Changelog**: fastify/fastify-plugin@v4.5.1...v5.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuNy4xIiwidGFyZ2V0QnJhbmNoIjoidHJ1bmsiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information