Skip to content

Commit

Permalink
Bump fastify from 4.6.0 to 4.7.0 (#625)
Browse files Browse the repository at this point in the history
Bumps [fastify](https://github.com/fastify/fastify) from 4.6.0 to 4.7.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.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: prevent reuse mutated route option for head by <a
href="https://github.com/climba03003"><code>@​climba03003</code></a> in
<a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4273">fastify/fastify#4273</a></li>
<li>docs(ecosystem): add fastify-sqlite by <a
href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4274">fastify/fastify#4274</a></li>
<li>Add RavenDB to community plugins by <a
href="https://github.com/drakhart"><code>@​drakhart</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4277">fastify/fastify#4277</a></li>
<li>ci: reduce ci test when linting fails by <a
href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4280">fastify/fastify#4280</a></li>
<li>chore: update dependencies by <a
href="https://github.com/anonrig"><code>@​anonrig</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4284">fastify/fastify#4284</a></li>
<li>Check if route exist before checking Content-Type of body by <a
href="https://github.com/mage1k99"><code>@​mage1k99</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4286">fastify/fastify#4286</a></li>
<li>Replace parseInt with Number at get 6% boost by <a
href="https://github.com/anonrig"><code>@​anonrig</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4289">fastify/fastify#4289</a></li>
<li>fix: type of validation function by <a
href="https://github.com/budarin"><code>@​budarin</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4283">fastify/fastify#4283</a></li>
<li>GitHub Workflows security hardening by <a
href="https://github.com/sashashura"><code>@​sashashura</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4290">fastify/fastify#4290</a></li>
<li>docs: onRoute hooks in plugins by <a
href="https://github.com/philsch"><code>@​philsch</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4285">fastify/fastify#4285</a></li>
<li>chore: Lint eco system error by <a
href="https://github.com/zrosenbauer"><code>@​zrosenbauer</code></a> in
<a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4275">fastify/fastify#4275</a></li>
<li>docs(ecosystem): Add <code>@fastify/one-line-logger</code> by <a
href="https://github.com/nooreldeensalah"><code>@​nooreldeensalah</code></a>
in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4293">fastify/fastify#4293</a></li>
<li>docs(ecosystem): capitalization fixes by <a
href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4294">fastify/fastify#4294</a></li>
<li>docs(ecosystem): add slow down plugin by <a
href="https://github.com/CristiTeo"><code>@​CristiTeo</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4292">fastify/fastify#4292</a></li>
<li>fix: custom validator should not mutate headers schema by <a
href="https://github.com/climba03003"><code>@​climba03003</code></a> in
<a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4295">fastify/fastify#4295</a></li>
<li>feat: parse request body for http SEARCH requests by <a
href="https://github.com/kalvenschraut"><code>@​kalvenschraut</code></a>
in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4298">fastify/fastify#4298</a></li>
<li>Fix typo in the comment to Context object (lib/context.js) by <a
href="https://github.com/yakovenkodenis"><code>@​yakovenkodenis</code></a>
in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4301">fastify/fastify#4301</a></li>
<li>docs(type-providers): replace FastifyLoggerInstance with
FastifyBaseLogger by <a
href="https://github.com/samialdury"><code>@​samialdury</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4304">fastify/fastify#4304</a></li>
<li>docs(contributing): clarify teams for joiners by <a
href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4303">fastify/fastify#4303</a></li>
<li>test: add number coersion related tests by <a
href="https://github.com/anonrig"><code>@​anonrig</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4297">fastify/fastify#4297</a></li>
<li>feat: add routeSchema and routeConfig + switching context handling
by <a href="https://github.com/metcoder95"><code>@​metcoder95</code></a>
in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4216">fastify/fastify#4216</a></li>
<li>docs(ecosystem): add fastify-s3-buckets by <a
href="https://github.com/kibertoad"><code>@​kibertoad</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4311">fastify/fastify#4311</a></li>
<li>fix: Fix typo in docs/Reference/Type-Providers.md by <a
href="https://github.com/SnowSuno"><code>@​SnowSuno</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4312">fastify/fastify#4312</a></li>
<li>build(deps): bump tiny-lru from 8.0.2 to 9.0.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4305">fastify/fastify#4305</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mage1k99"><code>@​mage1k99</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4286">fastify/fastify#4286</a></li>
<li><a href="https://github.com/budarin"><code>@​budarin</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4283">fastify/fastify#4283</a></li>
<li><a
href="https://github.com/sashashura"><code>@​sashashura</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4290">fastify/fastify#4290</a></li>
<li><a href="https://github.com/philsch"><code>@​philsch</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4285">fastify/fastify#4285</a></li>
<li><a
href="https://github.com/zrosenbauer"><code>@​zrosenbauer</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4275">fastify/fastify#4275</a></li>
<li><a href="https://github.com/CristiTeo"><code>@​CristiTeo</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4292">fastify/fastify#4292</a></li>
<li><a
href="https://github.com/kalvenschraut"><code>@​kalvenschraut</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4298">fastify/fastify#4298</a></li>
<li><a
href="https://github.com/yakovenkodenis"><code>@​yakovenkodenis</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4301">fastify/fastify#4301</a></li>
<li><a
href="https://github.com/samialdury"><code>@​samialdury</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4304">fastify/fastify#4304</a></li>
<li><a href="https://github.com/SnowSuno"><code>@​SnowSuno</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/fastify/fastify/pull/4312">fastify/fastify#4312</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fastify/fastify/compare/v4.6.0...v4.7.0">https://github.com/fastify/fastify/compare/v4.6.0...v4.7.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fastify/fastify/commit/2394f76b1eebf9fca3ce4f78e17be0a6a81b79dd"><code>2394f76</code></a>
Bumped v4.7.0</li>
<li><a
href="https://github.com/fastify/fastify/commit/3dd23fec705c6d2662fbf4fdf1dfc1480fa03793"><code>3dd23fe</code></a>
build(deps): bump tiny-lru from 8.0.2 to 9.0.2 (<a
href="https://github-redirect.dependabot.com/fastify/fastify/issues/4305">#4305</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/aacd099f3e71308dff86059b86500cd65673ce97"><code>aacd099</code></a>
fix: Fix typo in docs/Reference/Type-Providers.md (<a
href="https://github-redirect.dependabot.com/fastify/fastify/issues/4312">#4312</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/c5974bddb9641a2070c8240e4eddec5bafe3558c"><code>c5974bd</code></a>
Add fastify-s3-buckets to the ecosystem (<a
href="https://github-redirect.dependabot.com/fastify/fastify/issues/4311">#4311</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/7ffefaf272e1b0da5c0889e0c7c54ac8203756f2"><code>7ffefaf</code></a>
feat: add routeSchema and routeConfig + switching context handling (<a
href="https://github-redirect.dependabot.com/fastify/fastify/issues/4216">#4216</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/ca1aa699383f511cbc1b944b8732e99fc18f7b49"><code>ca1aa69</code></a>
test: add number coersion related tests (<a
href="https://github-redirect.dependabot.com/fastify/fastify/issues/4297">#4297</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/c849d6ccbae313a4a9f4ca007b7f4154473a7b1a"><code>c849d6c</code></a>
docs(contributing): clarify teams for joiners (<a
href="https://github-redirect.dependabot.com/fastify/fastify/issues/4303">#4303</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/9afd5882529297de65c35720bed6a50ac7b47f0e"><code>9afd588</code></a>
docs(type-providers): replace FastifyLoggerInstance with
FastifyBaseLogger (#...</li>
<li><a
href="https://github.com/fastify/fastify/commit/450416e834838b85d9189de8091a243b854ad6a3"><code>450416e</code></a>
chore: fix typo in the comment (<a
href="https://github-redirect.dependabot.com/fastify/fastify/issues/4301">#4301</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/2c97c4c7ad084c228026575eda3a14abbf2876eb"><code>2c97c4c</code></a>
feat: parse request body for http SEARCH requests (<a
href="https://github-redirect.dependabot.com/fastify/fastify/issues/4298">#4298</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fastify/fastify/compare/v4.6.0...v4.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastify&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.7.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 6, 2022
1 parent 6cb27a5 commit 0233857
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0233857

Please sign in to comment.