Skip to content

Commit

Permalink
deps(example): Bump hono from 4.4.4 to 4.4.5 in /examples/nodejs-hono…
Browse files Browse the repository at this point in the history
…-rl in the dependencies group (#923)

Bumps the dependencies group in /examples/nodejs-hono-rl with 1 update: [hono](https://github.com/honojs/hono).

Updates `hono` from 4.4.4 to 4.4.5
<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.5</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(cors): allow custom vary header by <a href="https://github.com/fzn0x"><code>@​fzn0x</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2934">honojs/hono#2934</a></li>
<li>fix(jsx): rename <code>Hono</code> to <code>JSX</code> and export <code>JSX</code> namespace by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2937">honojs/hono#2937</a></li>
<li>refactor(hono-base): make 2nd arg of <code>app.route()</code> required by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2945">honojs/hono#2945</a></li>
<li>refactor(hono-base): don't check 1st argument of <code>app.on()</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2946">honojs/hono#2946</a></li>
<li>refactor(context): remove unnecessary initialization add add tests for Context by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2949">honojs/hono#2949</a></li>
<li>test(hono-base): add tests for covering 100% by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2952">honojs/hono#2952</a></li>
<li>fix(context): default JSONRespond  and TextRespond StatusCode generic arg by <a href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2954">honojs/hono#2954</a></li>
<li>refactor(request): shorten <code>parseBody</code> and remove unnecessary check by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2947">honojs/hono#2947</a></li>
<li>refactor(jsx): reduce code size and improve maintainability by <a href="https://github.com/usualoma"><code>@​usualoma</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/2956">honojs/hono#2956</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.4.4...v4.4.5">https://github.com/honojs/hono/compare/v4.4.4...v4.4.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/honojs/hono/commit/75663ff16232d4b4395ce5a1baa3f4cb8d4ca958"><code>75663ff</code></a> v4.4.5</li>
<li><a href="https://github.com/honojs/hono/commit/ad04fbff1c46c3f4c78191c8956657cdcab6f7f5"><code>ad04fbf</code></a> refactor(jsx): reduce code size and improve maintainability (<a href="https://redirect.github.com/honojs/hono/issues/2956">#2956</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/32ba5ba8360e0b8e1cb2b681af22469a9a3f7175"><code>32ba5ba</code></a> refactor(request): shorten <code>parseBody</code> and remove unnecessary check (<a href="https://redirect.github.com/honojs/hono/issues/2947">#2947</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/208d77b06d5bf970f4118a87007f22c6b37164d1"><code>208d77b</code></a> fix(context): default JSONRespond  and TextRespond StatusCode generic arg (<a href="https://redirect.github.com/honojs/hono/issues/2">#2</a>...</li>
<li><a href="https://github.com/honojs/hono/commit/e1e0e0976be1c1b41b6a12fe075e848ee785f5fb"><code>e1e0e09</code></a> test(hono-base): add tests for covering 100% (<a href="https://redirect.github.com/honojs/hono/issues/2952">#2952</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/7eb3e3b281a169cc48630864a1c770cf19275428"><code>7eb3e3b</code></a> refactor(context): remove unnecessary initialization add add tests for Contex...</li>
<li><a href="https://github.com/honojs/hono/commit/ddb1d862bc52f1364862a43bfcba749913ac5b89"><code>ddb1d86</code></a> refactor(hono-base): don't check argument values (<a href="https://redirect.github.com/honojs/hono/issues/2946">#2946</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/0a974ffeb63c10e3de91965d8d87b2dc3c986288"><code>0a974ff</code></a> refactor(hono-base): make 2nd arg of <code>app.route()</code> required (<a href="https://redirect.github.com/honojs/hono/issues/2945">#2945</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/e72787968fd19f56e5d7cbbc5637b5872e5a2a4a"><code>e727879</code></a> fix(jsx): rename <code>Hono</code> to <code>JSX</code> and export <code>JSX</code> namespace (<a href="https://redirect.github.com/honojs/hono/issues/2937">#2937</a>)</li>
<li><a href="https://github.com/honojs/hono/commit/1a32ef4d9df75315452f6a4191e9451c5cd4e664"><code>1a32ef4</code></a> fix(cors): allow custom vary header (<a href="https://redirect.github.com/honojs/hono/issues/2934">#2934</a>)</li>
<li>See full diff in <a href="https://github.com/honojs/hono/compare/v4.4.4...v4.4.5">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hono&package-manager=npm_and_yarn&previous-version=4.4.4&new-version=4.4.5)](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 <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 12, 2024
1 parent f3d2af5 commit 8458fe8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 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.

2 changes: 1 addition & 1 deletion examples/nodejs-hono-rl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@arcjet/node": "file:../../arcjet-node",
"@hono/node-server": "^1.11.2",
"hono": "^4.4.4"
"hono": "^4.4.5"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit 8458fe8

Please sign in to comment.