Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(example): Bump the dependencies group across 1 directory with 2 …
…updates (#1071) Bumps the dependencies group with 2 updates in the /examples/nodejs-hono-rl directory: [@hono/node-server](https://github.com/honojs/node-server) and [hono](https://github.com/honojs/hono). Updates `@hono/node-server` from 1.11.4 to 1.12.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/honojs/node-server/releases"><code>@hono/node-server</code>'s releases</a>.</em></p> <blockquote> <h2>v1.12.0</h2> <h2>What's Changed</h2> <ul> <li>fix(serve-static): supports extension less files by <a href="https://github.com/yusukebe"><code>@yusukebe</code></a> in <a href="https://github.com/honojs/node-server/pull/183">honojs/node-server#183</a></li> <li>feat: implement ConnInfo helper by <a href="https://github.com/nakasyou"><code>@nakasyou</code></a> in <a href="https://github.com/honojs/node-server/pull/180">honojs/node-server#180</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nakasyou"><code>@nakasyou</code></a> made their first contribution in <a href="https://github.com/honojs/node-server/pull/180">honojs/node-server#180</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/node-server/compare/v1.11.5...v1.12.0">https://github.com/honojs/node-server/compare/v1.11.5...v1.12.0</a></p> <h2>v1.11.5</h2> <h2>What's Changed</h2> <ul> <li>fix: make <code>hono</code> as external to build by <a href="https://github.com/yusukebe"><code>@yusukebe</code></a> in <a href="https://github.com/honojs/node-server/pull/182">honojs/node-server#182</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/node-server/compare/v1.11.4...v1.11.5">https://github.com/honojs/node-server/compare/v1.11.4...v1.11.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/honojs/node-server/commit/efc104b4771038cd077d07f7a6a24359d20b03be"><code>efc104b</code></a> v1.12.0</li> <li><a href="https://github.com/honojs/node-server/commit/4130b9d952c4d0f8648b137e79c412998da6e983"><code>4130b9d</code></a> docs(readme): add a <code>connInfo</code> description</li> <li><a href="https://github.com/honojs/node-server/commit/b8fb04b72ce5449c8e492d9a7c3d679f7b75e98f"><code>b8fb04b</code></a> feat: implement ConnInfo helper (<a href="https://github.com/honojs/node-server/issues/180">#180</a>)</li> <li><a href="https://github.com/honojs/node-server/commit/fa8cb6b7e07df69f40d22d1f659021111696554d"><code>fa8cb6b</code></a> fix(serve-static): supports extension less files (<a href="https://github.com/honojs/node-server/issues/183">#183</a>)</li> <li><a href="https://github.com/honojs/node-server/commit/87ecf601b2ab16cfd37f8509d2a756d4e446d1fc"><code>87ecf60</code></a> v1.11.5</li> <li><a href="https://github.com/honojs/node-server/commit/8ab5f3c7f84d873f1986a0ca8369b4b099615dfa"><code>8ab5f3c</code></a> fix: make <code>hono</code> as external to build (<a href="https://github.com/honojs/node-server/issues/182">#182</a>)</li> <li>See full diff in <a href="https://github.com/honojs/node-server/compare/v1.11.4...v1.12.0">compare view</a></li> </ul> </details> <br /> Updates `hono` from 4.4.10 to 4.4.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/honojs/hono/releases">hono's releases</a>.</em></p> <blockquote> <h2>v4.4.11</h2> <h2>What's Changed</h2> <ul> <li>refactor: remove unnecessary async keyword from router tests by <a href="https://github.com/K-tecchan"><code>@K-tecchan</code></a> in <a href="https://github.com/honojs/hono/pull/3061">honojs/hono#3061</a></li> <li>fix(validator): don't return a FormData if formData is cached by <a href="https://github.com/yusukebe"><code>@yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/3067">honojs/hono#3067</a></li> <li>fix(client): Add Query Parameter Support to WebSocket Client in <code>hono/client</code> by <a href="https://github.com/naporin0624"><code>@naporin0624</code></a> in <a href="https://github.com/honojs/hono/pull/3066">honojs/hono#3066</a></li> <li>refactor(types): move <code>HandlerInterface</code>'s <code>(path, handler)</code>s overloads down by <a href="https://github.com/NamesMT"><code>@NamesMT</code></a> in <a href="https://github.com/honojs/hono/pull/3072">honojs/hono#3072</a></li> <li>test(helper/dev): fix typo of test case name by <a href="https://github.com/yasuaki640"><code>@yasuaki640</code></a> in <a href="https://github.com/honojs/hono/pull/3073">honojs/hono#3073</a></li> <li>fix(stream): Fixed a problem that onAbort() is called even if request is normally closed in deno by <a href="https://github.com/usualoma"><code>@usualoma</code></a> in <a href="https://github.com/honojs/hono/pull/3079">honojs/hono#3079</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/K-tecchan"><code>@K-tecchan</code></a> made their first contribution in <a href="https://github.com/honojs/hono/pull/3061">honojs/hono#3061</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.4.10...v4.4.11">https://github.com/honojs/hono/compare/v4.4.10...v4.4.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/honojs/hono/commit/75c314c279f956f09948e61765a386bc4a7c3d5e"><code>75c314c</code></a> v4.4.11</li> <li><a href="https://github.com/honojs/hono/commit/ada10e5bf097b921f0b8ea533bb28e726ffff2dc"><code>ada10e5</code></a> fix(stream): Fixed a problem that onAbort() is called even if request is norm...</li> <li><a href="https://github.com/honojs/hono/commit/ba8fb48551c23b5c66c68fbee19db5e61ab15c2e"><code>ba8fb48</code></a> test(helper/dev): fix typo of test case name (<a href="https://github.com/honojs/hono/issues/3073">#3073</a>)</li> <li><a href="https://github.com/honojs/hono/commit/d038d82e66dbd9c3a4c5741a2ddf1f45be54561e"><code>d038d82</code></a> refactor(types): move <code>HandlerInterface</code>'s <code>(path, handler)</code>s overloads down ...</li> <li><a href="https://github.com/honojs/hono/commit/ddc1de83947d799c528ff520a0d5863b35dabe11"><code>ddc1de8</code></a> fix(client): Add Query Parameter Support to WebSocket Client in <code>hono/client</code>...</li> <li><a href="https://github.com/honojs/hono/commit/2d452f2bd24beda2b89e370f2070f337731d841f"><code>2d452f2</code></a> fix(validator): don't return a FormData if formData is cached (<a href="https://github.com/honojs/hono/issues/3067">#3067</a>)</li> <li><a href="https://github.com/honojs/hono/commit/94f47ec2e63c5514cd4d6cab2d2129399cac3ea6"><code>94f47ec</code></a> test(router): remove unnecessary async keyword from router tests (<a href="https://github.com/honojs/hono/issues/3061">#3061</a>)</li> <li>See full diff in <a href="https://github.com/honojs/hono/compare/v4.4.10...v4.4.11">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
- Loading branch information