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 (#888)

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.1 to 1.11.2
<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.2</h2>
<h2>What's Changed</h2>
<ul>
<li>ci: include tests for node 22 version by <a href="https://github.com/Jayllyz"><code>@​Jayllyz</code></a> in <a href="https://github.com/honojs/node-server/pull/170">honojs/node-server#170</a></li>
<li>fix:  memory leak by AbortController by <a href="https://github.com/usualoma"><code>@​usualoma</code></a> in <a href="https://github.com/honojs/node-server/pull/172">honojs/node-server#172</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jayllyz"><code>@​Jayllyz</code></a> made their first contribution in <a href="https://github.com/honojs/node-server/pull/170">honojs/node-server#170</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/node-server/compare/v1.11.1...v1.11.2">https://github.com/honojs/node-server/compare/v1.11.1...v1.11.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/honojs/node-server/commit/07dbb233d0f6849448530345b14f94f775aca6c7"><code>07dbb23</code></a> v1.11.2</li>
<li><a href="https://github.com/honojs/node-server/commit/ba26b944572d2c92551fd9aeac1349a335f3b3f5"><code>ba26b94</code></a> fix:  memory leak by AbortController (<a href="https://github.com/honojs/node-server/issues/172">#172</a>)</li>
<li><a href="https://github.com/honojs/node-server/commit/bcfc498d8626780dc46fd5e6fc5f609c47d04469"><code>bcfc498</code></a> ci: include tests for node 22 version (<a href="https://github.com/honojs/node-server/issues/170">#170</a>)</li>
<li>See full diff in <a href="https://github.com/honojs/node-server/compare/v1.11.1...v1.11.2">compare view</a></li>
</ul>
</details>
<br />

Updates `hono` from 4.3.8 to 4.4.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.4.4</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(typo): Fix typo in request.test.ts by <a href="https://github.com/yasuaki640"><code>@​yasuaki640</code></a> in <a href="https://github.com/honojs/hono/pull/2899">honojs/hono#2899</a></li>
<li>feat(hono-base): skip import HTTPException by using HTTPResponseError by <a href="https://github.com/usualoma"><code>@​usualoma</code></a> in <a href="https://github.com/honojs/hono/pull/2898">honojs/hono#2898</a></li>
<li>chore: improve unfinalized response error by <a href="https://github.com/Cherry"><code>@​Cherry</code></a> in <a href="https://github.com/honojs/hono/pull/2902">honojs/hono#2902</a></li>
<li>chore: create .gitpod.yml by <a href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a href="https://github.com/honojs/hono/pull/2868">honojs/hono#2868</a></li>
<li>fix(cloudflare-workers): export getConnInfo() by <a href="https://github.com/ryuapp"><code>@​ryuapp</code></a> in <a href="https://github.com/honojs/hono/pull/2906">honojs/hono#2906</a></li>
<li>fix(hono-base): return 404 if lacking response in a single sync handler by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/2909">honojs/hono#2909</a></li>
<li>refactor: remove <code>Prettify</code> as duplicated with <code>Simplify</code> by <a href="https://github.com/NamesMT"><code>@​NamesMT</code></a> in <a href="https://github.com/honojs/hono/pull/2914">honojs/hono#2914</a></li>
<li>fix(types): <a href="https://github.com/honojs/hono/issues/2912">#2912</a>: interfaces array's respond typed as <code>never</code> by <a href="https://github.com/NamesMT"><code>@​NamesMT</code></a> in <a href="https://github.com/honojs/hono/pull/2915">honojs/hono#2915</a></li>
<li>feat(context): <code>c.redirect()</code> supports <code>TypedResponse</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/2908">honojs/hono#2908</a></li>
<li>feat(jsx): support htmlfor attribute alias by <a href="https://github.com/akira-tsuno"><code>@​akira-tsuno</code></a> in <a href="https://github.com/honojs/hono/pull/2916">honojs/hono#2916</a></li>
<li>fix(filepath): allow suffix includes <code>-</code> and <code>_</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/2910">honojs/hono#2910</a></li>
<li>fix(types): add <code>_</code> prefix to <code>TypedResponse</code> properties by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/2917">honojs/hono#2917</a></li>
<li>fix(types): <code>SimplifyDeepArray</code> should now actually be &quot;deep&quot; by <a href="https://github.com/NamesMT"><code>@​NamesMT</code></a> in <a href="https://github.com/honojs/hono/pull/2920">honojs/hono#2920</a></li>
<li>refactor(middleware/serve-static): call getContent only once if the file does not exist by <a href="https://github.com/usualoma"><code>@​usualoma</code></a> in <a href="https://github.com/honojs/hono/pull/2922">honojs/hono#2922</a></li>
<li>chore: add <code>text</code> and <code>html</code> for coverage reporter by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/2923">honojs/hono#2923</a></li>
<li>refactor(conninfo): create <code>types.ts</code> for type definitions by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/2924">honojs/hono#2924</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/yasuaki640"><code>@​yasuaki640</code></a> made their first contribution in <a href="https://github.com/honojs/hono/pull/2899">honojs/hono#2899</a></li>
<li><a href="https://github.com/Cherry"><code>@​Cherry</code></a> made their first contribution in <a href="https://github.com/honojs/hono/pull/2902">honojs/hono#2902</a></li>
<li><a href="https://github.com/akira-tsuno"><code>@​akira-tsuno</code></a> made their first contribution in <a href="https://github.com/honojs/hono/pull/2916">honojs/hono#2916</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.4.3...v4.4.4">https://github.com/honojs/hono/compare/v4.4.3...v4.4.4</a></p>
<h2>v4.4.3</h2>
<h2>What's Changed</h2>
<ul>
<li>ci: Update workflow name of release.yml by <a href="https://github.com/siguici"><code>@​siguici</code></a> in <a href="https://github.com/honojs/hono/pull/2874">honojs/hono#2874</a></li>
<li>refactor: removed unnecessary line by <a href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a href="https://github.com/honojs/hono/pull/2869">honojs/hono#2869</a></li>
<li>ci: change name of workflow jobs by <a href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a href="https://github.com/honojs/hono/pull/2875">honojs/hono#2875</a></li>
<li>docs(jsdoc): add jsdoc of some modules by <a href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a href="https://github.com/honojs/hono/pull/2836">honojs/hono#2836</a></li>
<li>ci: Report coverage with CodeCov by <a href="https://github.com/exoego"><code>@​exoego</code></a> in <a href="https://github.com/honojs/hono/pull/2862">honojs/hono#2862</a></li>
<li>docs: update readme and migrate guide for migrating <code>deno.land/x</code> to JSR by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/2879">honojs/hono#2879</a></li>
<li>chore: add coverage badge to README by <a href="https://github.com/exoego"><code>@​exoego</code></a> in <a href="https://github.com/honojs/hono/pull/2881">honojs/hono#2881</a></li>
<li>fix(websocket): the onopen event cannot be triggered during delayed operations in deno by <a href="https://github.com/JetLua"><code>@​JetLua</code></a> in <a href="https://github.com/honojs/hono/pull/2864">honojs/hono#2864</a></li>
<li>fix(cloudflare-workers): Update websocket.ts to return 101 status code by <a href="https://github.com/ronkeiser"><code>@​ronkeiser</code></a> in <a href="https://github.com/honojs/hono/pull/2886">honojs/hono#2886</a></li>
<li>test(workerd): rename the runtime test <code>wrangler</code> to <code>workerd</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/2888">honojs/hono#2888</a></li>
<li>test(workerd): add tests for WebSocket by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/2891">honojs/hono#2891</a></li>
<li>refactor(aws-lambda): merge custom-context into types  by <a href="https://github.com/exoego"><code>@​exoego</code></a> in <a href="https://github.com/honojs/hono/pull/2889">honojs/hono#2889</a></li>
<li>chore: Exclude type-only files from coverage by <a href="https://github.com/exoego"><code>@​exoego</code></a> in <a href="https://github.com/honojs/hono/pull/2890">honojs/hono#2890</a></li>
<li>test(presets): add tests for <code>hono/quick</code> and <code>hono/tiny</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/2892">honojs/hono#2892</a></li>
<li>fix(types): fix typo for unofficial status code type by <a href="https://github.com/ryuapp"><code>@​ryuapp</code></a> in <a href="https://github.com/honojs/hono/pull/2894">honojs/hono#2894</a></li>
<li>feat(hono-base): add <code>replaceRequest</code> option for <code>app.mount</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://github.com/honojs/hono/pull/2852">honojs/hono#2852</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/siguici"><code>@​siguici</code></a> made their first contribution in <a href="https://github.com/honojs/hono/pull/2874">honojs/hono#2874</a></li>
<li><a href="https://github.com/JetLua"><code>@​JetLua</code></a> made their first contribution in <a href="https://github.com/honojs/hono/pull/2864">honojs/hono#2864</a></li>
<li><a href="https://github.com/ronkeiser"><code>@​ronkeiser</code></a> made their first contribution in <a href="https://github.com/honojs/hono/pull/2886">honojs/hono#2886</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/honojs/hono/commit/fe7cfcf719dd3107679ca42b5ffc046f71f42246"><code>fe7cfcf</code></a> v4.4.4</li>
<li><a href="https://github.com/honojs/hono/commit/8c5463f62b283a59e674e16de1c6a88445c0a2ba"><code>8c5463f</code></a> refactor(connifo): create <code>types.ts</code> for type definitions (<a href="https://github.com/honojs/hono/issues/2924">#2924</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/fd6ad5e7b1d17cb208961c7e7e69c8a8f2b16b17"><code>fd6ad5e</code></a> chore: add <code>text</code> and <code>html</code> for coverage reporter (<a href="https://github.com/honojs/hono/issues/2923">#2923</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/71f5a0123ae0e65ad446014de9dac2c9d0070c88"><code>71f5a01</code></a> refactor(middleware/serve-static): call getContent only once if the file does...</li>
<li><a href="https://github.com/honojs/hono/commit/00f32b7c17e45c44037a604d29bce1d2157e5a63"><code>00f32b7</code></a> fix(types): <code>SimplifyDeepArray</code> should now actually be &quot;deep&quot; (<a href="https://github.com/honojs/hono/issues/2920">#2920</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/731d7aebad5815145695ce855f9fce9b631a9671"><code>731d7ae</code></a> fix(types): add <code>_</code> prefix to <code>TypedResponse</code> properties (<a href="https://github.com/honojs/hono/issues/2917">#2917</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/cb55866ab8ca633ffb0ca00cb863e8aee951f7ae"><code>cb55866</code></a> fix(filepath): allow suffix includes <code>-</code> and <code>_</code> (<a href="https://github.com/honojs/hono/issues/2910">#2910</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/817626ff7d2b7961ace72af22e84d50741344f95"><code>817626f</code></a> feat(jsx): support htmlfor attribute alias (<a href="https://github.com/honojs/hono/issues/2916">#2916</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/448a0027ba2b07f392cccac19edffb80513c4f23"><code>448a002</code></a> feat(context): <code>c.redirect()</code> supports <code>TypedResponse</code> (<a href="https://github.com/honojs/hono/issues/2908">#2908</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/5beac4e2176c0bd068b66bd61a8ca6d86423a96b"><code>5beac4e</code></a> fix(types): <a href="https://github.com/honojs/hono/issues/2912">#2912</a>: interfaces array's respond typed as <code>never</code> (<a href="https://github.com/honojs/hono/issues/2915">#2915</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/honojs/hono/compare/v4.3.8...v4.4.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 Jun 10, 2024
1 parent a7b541e commit 6d5b708
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
31 changes: 16 additions & 15 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.11.1",
"hono": "^4.3.8"
"@hono/node-server": "^1.11.2",
"hono": "^4.4.4"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit 6d5b708

Please sign in to comment.