Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump fastify from 4.25.2 to 4.26.0 (#96)
Bumps [fastify](https://github.com/fastify/fastify) from 4.25.2 to 4.26.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastify/fastify/releases">fastify's releases</a>.</em></p> <blockquote> <h2>v4.26.0</h2> <h2>What's Changed</h2> <ul> <li>docs(ecosystem): add missing plugins to core list by <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5234">fastify/fastify#5234</a></li> <li>ci: CITGM github workflow by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5233">fastify/fastify#5233</a></li> <li>chore: bump find-may-way to v8.0.0 by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5236">fastify/fastify#5236</a></li> <li>fix: setValidatorCompiler with addSchema by <a href="https://github.com/derammo"><code>@derammo</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5188">fastify/fastify#5188</a></li> <li>feat(routes): expose findRoute and param validator by <a href="https://github.com/sf3ris"><code>@sf3ris</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5230">fastify/fastify#5230</a></li> <li>feat: add use semicolon delimter config, default = true by <a href="https://github.com/dancastillo"><code>@dancastillo</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5239">fastify/fastify#5239</a></li> <li>chore: add autocannon and concurrently as dev dependencies by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5240">fastify/fastify#5240</a></li> <li>fix: return the correct serializer function when no content-type is defined by <a href="https://github.com/DouglasdeMoura"><code>@DouglasdeMoura</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5229">fastify/fastify#5229</a></li> <li>Sync next by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5238">fastify/fastify#5238</a></li> <li>docs: add open-collective by <a href="https://github.com/Eomm"><code>@Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5216">fastify/fastify#5216</a></li> <li>chore: Bump actions/upload-artifact from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5249">fastify/fastify#5249</a></li> <li>chore: Bump actions/labeler from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5248">fastify/fastify#5248</a></li> <li>docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to ecosystem.md by <a href="https://github.com/Bugs5382"><code>@Bugs5382</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5245">fastify/fastify#5245</a></li> <li>chore: update actions/labeler@5 by <a href="https://github.com/climba03003"><code>@climba03003</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5254">fastify/fastify#5254</a></li> <li>fix: restrict findRoute exposed property by <a href="https://github.com/climba03003"><code>@climba03003</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5253">fastify/fastify#5253</a></li> <li>fix(test): flaky on-listen hook test by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5256">fastify/fastify#5256</a></li> <li>fix: remove unused promise warning in setNotFoundHandler with preHandler by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5258">fastify/fastify#5258</a></li> <li>fix: Always call resource.emitDestroy() by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5228">fastify/fastify#5228</a></li> <li>docs: Add missing punctuation in Ecosystem by <a href="https://github.com/matthyk"><code>@matthyk</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5261">fastify/fastify#5261</a></li> <li>docs: remove word repetition on Decorators docs by <a href="https://github.com/rlawisch"><code>@rlawisch</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5260">fastify/fastify#5260</a></li> <li>chore(types): Remove unused type imports by <a href="https://github.com/codershiba"><code>@codershiba</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5264">fastify/fastify#5264</a></li> <li>chore(license): Update licensing year by <a href="https://github.com/codershiba"><code>@codershiba</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5266">fastify/fastify#5266</a></li> <li>chore(docs): Add clarification about <code>fastify.setErrorHandler()</code> by <a href="https://github.com/codershiba"><code>@codershiba</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5265">fastify/fastify#5265</a></li> <li>refactor: deprecate <code>Reply#getResponseTime()</code> in favour of <code>Reply#elapsedTime</code> by <a href="https://github.com/codershiba"><code>@codershiba</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5263">fastify/fastify#5263</a></li> <li>chore: remove <code>www.</code> from <code>fastify.dev</code> urls by <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5270">fastify/fastify#5270</a></li> <li>feat: expose method for setGenReqId on FastifyInstance by <a href="https://github.com/dancastillo"><code>@dancastillo</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5259">fastify/fastify#5259</a></li> <li>fix: ensure <code>onListen</code> hooks are called when they should be by <a href="https://github.com/bienzaaron"><code>@bienzaaron</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5273">fastify/fastify#5273</a></li> <li>docs: re-word clarification about <code>setErrorHandler()</code> by <a href="https://github.com/codershiba"><code>@codershiba</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5269">fastify/fastify#5269</a></li> <li>docs(ecosystem): remove unsupported package by <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5278">fastify/fastify#5278</a></li> <li>docs: Fix Pino docs link by <a href="https://github.com/BoscoDomingo"><code>@BoscoDomingo</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5284">fastify/fastify#5284</a></li> <li>chore: add github sponsor by <a href="https://github.com/Eomm"><code>@Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5293">fastify/fastify#5293</a></li> <li>docs(ecosystem): adds fastify-sqlite-typed to the community plugins list by <a href="https://github.com/yoav0gal"><code>@yoav0gal</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5288">fastify/fastify#5288</a></li> <li>docs: add ESM usage example in Getting Started by <a href="https://github.com/atilagulers"><code>@atilagulers</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5294">fastify/fastify#5294</a></li> <li>docs: repoint readers to shared <code>.github</code> files by <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5268">fastify/fastify#5268</a></li> <li>feat: Web Stream API by <a href="https://github.com/climba03003"><code>@climba03003</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5286">fastify/fastify#5286</a></li> <li>chore: sync generated code by <a href="https://github.com/Eomm"><code>@Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5295">fastify/fastify#5295</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/derammo"><code>@derammo</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/5188">fastify/fastify#5188</a></li> <li><a href="https://github.com/DouglasdeMoura"><code>@DouglasdeMoura</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/5229">fastify/fastify#5229</a></li> <li><a href="https://github.com/rlawisch"><code>@rlawisch</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/5260">fastify/fastify#5260</a></li> <li><a href="https://github.com/codershiba"><code>@codershiba</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/5264">fastify/fastify#5264</a></li> <li><a href="https://github.com/BoscoDomingo"><code>@BoscoDomingo</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/5284">fastify/fastify#5284</a></li> <li><a href="https://github.com/yoav0gal"><code>@yoav0gal</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/5288">fastify/fastify#5288</a></li> <li><a href="https://github.com/atilagulers"><code>@atilagulers</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/5294">fastify/fastify#5294</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v4.25.2...v4.26.0">https://github.com/fastify/fastify/compare/v4.25.2...v4.26.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastify/fastify/commit/e10ae402f5736b03dc7e9c6c2541bf87c01df2c9"><code>e10ae40</code></a> Bumped v4.26.0</li> <li><a href="https://github.com/fastify/fastify/commit/1211962b9323d82da7aeae5cd3f641f8ec28c877"><code>1211962</code></a> chore: sync generated code (<a href="https://redirect.github.com/fastify/fastify/issues/5295">#5295</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/101ba57f894281421d902bf509adb4270473799d"><code>101ba57</code></a> feat: Web Stream API (<a href="https://redirect.github.com/fastify/fastify/issues/5286">#5286</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/bdd647d522e0d09320133eac48ddc0bc3706241f"><code>bdd647d</code></a> docs: repoint readers to shared <code>.github</code> files (<a href="https://redirect.github.com/fastify/fastify/issues/5268">#5268</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/62f564d965949bc123184a27a610f214f23e9a49"><code>62f564d</code></a> docs: add ESM usage example in Getting Started (<a href="https://redirect.github.com/fastify/fastify/issues/5294">#5294</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/d2142014c446cfafa4f6eefe427b5f6218705c6d"><code>d214201</code></a> docs(ecosystem): adds fastify-sqlite-typed to the community plugins list (<a href="https://redirect.github.com/fastify/fastify/issues/5288">#5288</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/4415c2fb040da15d2f6e72b0d263e6459e34d496"><code>4415c2f</code></a> chore: add github sponsor (<a href="https://redirect.github.com/fastify/fastify/issues/5293">#5293</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/e68e849ce800e4e3485a7cb8766fb34e4067cdef"><code>e68e849</code></a> docs: Fix Pino docs link (<a href="https://redirect.github.com/fastify/fastify/issues/5284">#5284</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/ac26d7b4cadca3a2673fca5853863be498839c60"><code>ac26d7b</code></a> docs(ecosystem): remove unspported package (<a href="https://redirect.github.com/fastify/fastify/issues/5278">#5278</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/cf6a87b951351016149a2ab8181fa0ae62fda944"><code>cf6a87b</code></a> docs: re-word clarification about <code>setErrorHandler()</code> (<a href="https://redirect.github.com/fastify/fastify/issues/5269">#5269</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fastify/fastify/compare/v4.25.2...v4.26.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~eomm">eomm</a>, a new releaser for fastify since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastify&package-manager=npm_and_yarn&previous-version=4.25.2&new-version=4.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information