Skip to content

Commit

Permalink
deps(example): Bump the dependencies group across 1 directory with 2 …
Browse files Browse the repository at this point in the history
…updates (#732)

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.10.1 to 1.11.1
<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.11.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update Request to work with ReadableStream polyfills by <a href="https://github.com/nicksrandall"><code>@​nicksrandall</code></a> in <a href="https://redirect.github.com/honojs/node-server/pull/164">honojs/node-server#164</a></li>
<li>refactor(serve-static): use <code>c.req.path</code> instead of <code>url.pathname</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/node-server/pull/166">honojs/node-server#166</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nicksrandall"><code>@​nicksrandall</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/node-server/pull/164">honojs/node-server#164</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/node-server/compare/v1.11.0...v1.11.1">https://github.com/honojs/node-server/compare/v1.11.0...v1.11.1</a></p>
<h2>v1.11.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: validate incoming host header by <a href="https://github.com/usualoma"><code>@​usualoma</code></a> in <a href="https://redirect.github.com/honojs/node-server/pull/163">honojs/node-server#163</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/node-server/compare/v1.10.1...v1.11.0">https://github.com/honojs/node-server/compare/v1.10.1...v1.11.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/honojs/node-server/commit/becc420b5d4ea51977a8e5b12e945ceb09c2ee9a"><code>becc420</code></a> v1.11.1</li>
<li><a href="https://github.com/honojs/node-server/commit/d6aa4df83e933047469172ba3ba1d2dcfd644b97"><code>d6aa4df</code></a> refactor(serve-static): use <code>c.req.path</code> instead of <code>url.pathname</code> (<a href="https://redirect.github.com/honojs/node-server/issues/166">#166</a>)</li>
<li><a href="https://github.com/honojs/node-server/commit/d62cbbb1a41b8dc55984c3ac561422addc88454c"><code>d62cbbb</code></a> fix: Update Request to work with ReadableStream polyfills (<a href="https://redirect.github.com/honojs/node-server/issues/164">#164</a>)</li>
<li><a href="https://github.com/honojs/node-server/commit/8dfa6c8667dfa42021efb9a5511a35a716a08c46"><code>8dfa6c8</code></a> v1.11.0</li>
<li><a href="https://github.com/honojs/node-server/commit/306d98f02a8671a0a1fb91ac8fe7e281690c05af"><code>306d98f</code></a> feat: validate incoming host header (<a href="https://redirect.github.com/honojs/node-server/issues/163">#163</a>)</li>
<li>See full diff in <a href="https://github.com/honojs/node-server/compare/v1.10.1...v1.11.1">compare view</a></li>
</ul>
</details>
<br />

Updates `hono` from 4.2.7 to 4.3.4
<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.3.4</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: update the pull request template by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2647">honojs/hono#2647</a></li>
<li>feat(validator): check for json subtypes in validator by <a href="https://github.com/ztiromoritz"><code>@​ztiromoritz</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2634">honojs/hono#2634</a></li>
<li>feat(jsx/dom): support getServerSnapshot in useSyncExternalStore by <a href="https://github.com/usualoma"><code>@​usualoma</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2646">honojs/hono#2646</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ztiromoritz"><code>@​ztiromoritz</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/2634">honojs/hono#2634</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.3.3...v4.3.4">https://github.com/honojs/hono/compare/v4.3.3...v4.3.4</a></p>
<h2>v4.3.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(types): relax the type of <code>c.req.param()</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2613">honojs/hono#2613</a></li>
<li>chore(eslint): enable <code>@typescript-eslint/unbound-method</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2622">honojs/hono#2622</a></li>
<li>fix(factory): support <code>createFactory()</code> destruction by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2623">honojs/hono#2623</a></li>
<li>fix(aws-lambda): avoid duplicating already set headers by <a href="https://github.com/Amorim33"><code>@​Amorim33</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2585">honojs/hono#2585</a></li>
<li>refactor: improve parseBody function and docs by <a href="https://github.com/mgrithm"><code>@​mgrithm</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2628">honojs/hono#2628</a></li>
<li>fix(validator): <code>form</code> supports multiple values with <code>foo[]</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2639">honojs/hono#2639</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Amorim33"><code>@​Amorim33</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/2585">honojs/hono#2585</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.3.2...v4.3.3">https://github.com/honojs/hono/compare/v4.3.2...v4.3.3</a></p>
<h2>v4.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(types): correct inferring when Method has Endponts as Union by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2610">honojs/hono#2610</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.3.1...v4.3.2">https://github.com/honojs/hono/compare/v4.3.1...v4.3.2</a></p>
<h2>v4.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(types): <code>ToSchema</code> compatibility by <a href="https://github.com/NamesMT"><code>@​NamesMT</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2605">honojs/hono#2605</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.3.0...v4.3.1">https://github.com/honojs/hono/compare/v4.3.0...v4.3.1</a></p>
<h2>v4.3.0</h2>
<p>Hono v4.3.0 is now available! Let's take a look at the new features.</p>
<h2>Improve the RPC-mode</h2>
<p>Thanks to <a href="https://github.com/kosei28"><code>@​kosei28</code></a>, <a href="https://github.com/nakasyou"><code>@​nakasyou</code></a>, and <a href="https://github.com/NamesMT"><code>@​NamesMT</code></a>, the RPC mode has been improved!</p>
<h3><code>c.text()</code> is typed</h3>
<p>The response of <code>c.text()</code> was just a <code>Response</code> object, not typed.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/honojs/hono/commit/dd52c567360f4c55c128a804ad31b1a491eb3718"><code>dd52c56</code></a> v4.3.4</li>
<li><a href="https://github.com/honojs/hono/commit/cd35af7655f13e27a73333166f588099914bef32"><code>cd35af7</code></a> feat(jsx/dom): support getServerSnapshot in useSyncExternalStore (<a href="https://redirect.github.com/honojs/hono/issues/2646">#2646</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/aebaa2846228eea30a1787cde01a3d2e25fc803f"><code>aebaa28</code></a> feat(validator): check for json subtypes in validator (<a href="https://redirect.github.com/honojs/hono/issues/2634">#2634</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/f7faf38f6f4d3c6ff4ca4f2deeffc9be18cbc739"><code>f7faf38</code></a> chore: update the pull request template (<a href="https://redirect.github.com/honojs/hono/issues/2647">#2647</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/6e471ef7ddecd297eb1ecf44d1f4343e109d6f05"><code>6e471ef</code></a> v4.3.3</li>
<li><a href="https://github.com/honojs/hono/commit/799a8d8ae5c7bdfef64ebef2f54cd070af8d42a5"><code>799a8d8</code></a> fix(validator): <code>form</code> supports multiple values with <code>foo[]</code> (<a href="https://redirect.github.com/honojs/hono/issues/2639">#2639</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/413c936c602bc793d3262beb74878253b9c5e0e4"><code>413c936</code></a> refactor: improve parseBody function and docs (<a href="https://redirect.github.com/honojs/hono/issues/2628">#2628</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/c95e1355cf31b18fcc22bffcb51b157335d88f81"><code>c95e135</code></a> fix(aws-lambda): avoid duplicating already set headers (<a href="https://redirect.github.com/honojs/hono/issues/2585">#2585</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/4cd2dffe13d6f94cc265087c0f798b7573c203db"><code>4cd2dff</code></a> fix(factory): support <code>createFactory()</code> destruction (<a href="https://redirect.github.com/honojs/hono/issues/2623">#2623</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/0fafd7aa8b2b68126798e1a8d696632a05e52bdd"><code>0fafd7a</code></a> chore(eslint): enable <code>@typescript-eslint/unbound-method</code> (<a href="https://redirect.github.com/honojs/hono/issues/2622">#2622</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/honojs/hono/compare/v4.2.7...v4.3.4">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
dependabot[bot] authored May 10, 2024
1 parent 0e08e60 commit 0ff6abc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions examples/nodejs-hono-rl/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/nodejs-hono-rl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@arcjet/node": "file:../../arcjet-node",
"@hono/node-server": "^1.10.1",
"hono": "^4.2.7"
"@hono/node-server": "^1.11.1",
"hono": "^4.3.4"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit 0ff6abc

Please sign in to comment.