Skip to content

Commit

Permalink
fix(deps): Bump fastify from 4.22.2 to 4.23.2 (#841)
Browse files Browse the repository at this point in the history
Bumps [fastify](https://github.com/fastify/fastify) from 4.22.2 to 4.23.2.
<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.23.2</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: add routeOptions.schema to types by <a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5035">fastify/fastify#5035</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v4.23.1...v4.23.2">https://github.com/fastify/fastify/compare/v4.23.1...v4.23.2</a></p>
<h2>v4.23.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: correct warnings for request.routerPath and request.routerMethod by <a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5032">fastify/fastify#5032</a></li>
<li>fix: add routeOptions.config to types by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5034">fastify/fastify#5034</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v4.23.0...v4.23.1">https://github.com/fastify/fastify/compare/v4.23.0...v4.23.1</a></p>
<h2>v4.23.0</h2>
<h2>What's Changed</h2>
<ul>
<li>test: reduce output of reqIdGenFactory.test.js by <a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5012">fastify/fastify#5012</a></li>
<li>feat: Add onListen Hook by <a href="https://github.com/BrendenInhelder"><code>@​BrendenInhelder</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/4899">fastify/fastify#4899</a></li>
<li>docs(readme): avoid line breaks in documentation links by <a href="https://github.com/antoineneff"><code>@​antoineneff</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5014">fastify/fastify#5014</a></li>
<li>chore(examples): added curly braces to conditions for consistency by <a href="https://github.com/turnerran"><code>@​turnerran</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5015">fastify/fastify#5015</a></li>
<li>feat: access handler name add properties to req route options by <a href="https://github.com/cesarvspr"><code>@​cesarvspr</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/4470">fastify/fastify#4470</a></li>
<li>chore: Bump the dev-dependencies group with 1 update by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5018">fastify/fastify#5018</a></li>
<li>docs: minor improvements by <a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5019">fastify/fastify#5019</a></li>
<li>chore(deps): replace tiny-lru with toad-cache by <a href="https://github.com/kibertoad"><code>@​kibertoad</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/4668">fastify/fastify#4668</a></li>
<li>docs(ecosystem.md): Fix wrong entry for ecosystem.md by <a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5021">fastify/fastify#5021</a></li>
<li>perf: use <code>node:</code> prefix to bypass require.cache call for builtins by <a href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5026">fastify/fastify#5026</a></li>
<li>docs(typo): mistype of monkeypatch by <a href="https://github.com/Menkveld-24"><code>@​Menkveld-24</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5027">fastify/fastify#5027</a></li>
<li>chore: change website to .dev instead of .io by <a href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5028">fastify/fastify#5028</a></li>
<li>chore: add gurgunday and uzlopak as contributors by <a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5029">fastify/fastify#5029</a></li>
<li>chore: add a citgm command to customize what we run in CITGM by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/5030">fastify/fastify#5030</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/BrendenInhelder"><code>@​BrendenInhelder</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/4899">fastify/fastify#4899</a></li>
<li><a href="https://github.com/antoineneff"><code>@​antoineneff</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/5014">fastify/fastify#5014</a></li>
<li><a href="https://github.com/turnerran"><code>@​turnerran</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/5015">fastify/fastify#5015</a></li>
<li><a href="https://github.com/Menkveld-24"><code>@​Menkveld-24</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/5027">fastify/fastify#5027</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v4.22.2...v4.23.0">https://github.com/fastify/fastify/compare/v4.22.2...v4.23.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/fastify/fastify/commit/c08b67e0bfedc9935b51c787ae4cd6b250ad303c"><code>c08b67e</code></a> Bumped v4.23.2</li>
<li><a href="https://github.com/fastify/fastify/commit/128b6d4ffa8fb064abd0c9a498bed9ff35fc694c"><code>128b6d4</code></a> fix: add routeOptions.schema to types (<a href="https://redirect.github.com/fastify/fastify/issues/5035">#5035</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/5f09e059235ffa4c1a77bcd3187f22dd67b57eaa"><code>5f09e05</code></a> Bumped v4.23.1</li>
<li><a href="https://github.com/fastify/fastify/commit/30c2dffc165e6fc87fbe6ea4b17ec2bc1926e28a"><code>30c2dff</code></a> Add routeOptions.config to types (<a href="https://redirect.github.com/fastify/fastify/issues/5034">#5034</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/6b9b09318397b23c2feeb8c7d8699fb0c17eb48e"><code>6b9b093</code></a> fix: correct warnings for request.routerPath and request.routerMethod (<a href="https://redirect.github.com/fastify/fastify/issues/5032">#5032</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/cea0536c49af460f7e6da0f76fb892576f12f2bb"><code>cea0536</code></a> Bumped v4.23.0</li>
<li><a href="https://github.com/fastify/fastify/commit/e92e3913d42d851ef60355f8e8e42d8adcc4f0ff"><code>e92e391</code></a> Add a citgm command to customize what we run in CITGM (<a href="https://redirect.github.com/fastify/fastify/issues/5030">#5030</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/9e903132ddfcec84e26982cd247d8d28c5573d8e"><code>9e90313</code></a> chore: add gurgunday and uzlopak as contributors (<a href="https://redirect.github.com/fastify/fastify/issues/5029">#5029</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/5d802200b5219c52b8c58b5a0f557d7564919b84"><code>5d80220</code></a> chore: change website to .dev instead of .io (<a href="https://redirect.github.com/fastify/fastify/issues/5028">#5028</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/eaf7b7b7442ef81c370d6714859626aa141977c5"><code>eaf7b7b</code></a> Moonkeypatch typo (<a href="https://redirect.github.com/fastify/fastify/issues/5027">#5027</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/fastify/fastify/compare/v4.22.2...v4.23.2">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.22.2&new-version=4.23.2)](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>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 439ea39 commit 1d3e389
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@relaycorp/pino-cloud": "^1.0.28",
"cloudevents": "^8.0.0",
"env-var": "^7.4.1",
"fastify": "4.22.2",
"fastify": "4.23.2",
"fastify-plugin": "^4.5.0",
"pino": "^8.15.1"
},
Expand Down

0 comments on commit 1d3e389

Please sign in to comment.