Skip to content

Commit

Permalink
Bump hono from 4.2.3 to 4.2.7 (#552)
Browse files Browse the repository at this point in the history
Bumps [hono](https://github.com/honojs/hono) from 4.2.3 to 4.2.7.
<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.2.7</h2>
<p>This release fixes &quot;<a
href="https://github.com/honojs/hono/security/advisories/GHSA-3mpf-rcc7-5347">Restricted
Directory Traversal in serveStatic with deno</a>&quot;.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/honojs/hono/compare/v4.2.6...v4.2.7">https://github.com/honojs/hono/compare/v4.2.6...v4.2.7</a></p>
<h2>v4.2.6</h2>
<h2>What's Changed</h2>
<ul>
<li>refactor(adapter/aws): Optimize multiple call of same conditions
with polymorphism by <a
href="https://github.com/exoego"><code>@​exoego</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/2521">honojs/hono#2521</a></li>
<li>fix(sse): close sse stream on end by <a
href="https://github.com/domeccleston"><code>@​domeccleston</code></a>
in <a
href="https://redirect.github.com/honojs/hono/pull/2529">honojs/hono#2529</a></li>
<li>fix(client): Don't show <code>$ws</code> when not used WebSockets by
<a href="https://github.com/nakasyou"><code>@​nakasyou</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/2532">honojs/hono#2532</a></li>
<li>refactor(ssg): update utils.ts by <a
href="https://github.com/eltociear"><code>@​eltociear</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/2519">honojs/hono#2519</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/domeccleston"><code>@​domeccleston</code></a>
made their first contribution in <a
href="https://redirect.github.com/honojs/hono/pull/2529">honojs/hono#2529</a></li>
<li><a href="https://github.com/eltociear"><code>@​eltociear</code></a>
made their first contribution in <a
href="https://redirect.github.com/honojs/hono/pull/2519">honojs/hono#2519</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/honojs/hono/compare/v4.2.5...v4.2.6">https://github.com/honojs/hono/compare/v4.2.5...v4.2.6</a></p>
<h2>v4.2.5</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(client): Allow calling toString and valueOf on the proxy object
by <a href="https://github.com/ibash"><code>@​ibash</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/2510">honojs/hono#2510</a></li>
<li>fix(adapter): handle multi value headers in AWS Lambda by <a
href="https://github.com/exoego"><code>@​exoego</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/2494">honojs/hono#2494</a></li>
<li>fix(client): shuold not remove tailing slash from top-level URL by
<a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/2523">honojs/hono#2523</a></li>
<li>fix(jsx/dom): remove lookbehind assertion in event regexp by <a
href="https://github.com/usualoma"><code>@​usualoma</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/2524">honojs/hono#2524</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ibash"><code>@​ibash</code></a> made
their first contribution in <a
href="https://redirect.github.com/honojs/hono/pull/2510">honojs/hono#2510</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/honojs/hono/compare/v4.2.4...v4.2.5">https://github.com/honojs/hono/compare/v4.2.4...v4.2.5</a></p>
<h2>v4.2.4</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(jwt): Make JWT Header <code>typ</code> Field Optional to Enhance
Compatibility by <a
href="https://github.com/naporin0624"><code>@​naporin0624</code></a> in
<a
href="https://redirect.github.com/honojs/hono/pull/2488">honojs/hono#2488</a></li>
<li>fix(testing): set <code>baseUrl</code> for <code>testClient</code>
by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in
<a
href="https://redirect.github.com/honojs/hono/pull/2496">honojs/hono#2496</a></li>
<li>fix(validator): Default use to
<code>OutputTypeExcludeResponseType</code> when <code>InputType</code>
is unknown by <a
href="https://github.com/nagasawaryoya"><code>@​nagasawaryoya</code></a>
in <a
href="https://redirect.github.com/honojs/hono/pull/2500">honojs/hono#2500</a></li>
<li>refactor(trie-router): parentPatterns is updated but never queried
by <a href="https://github.com/exoego"><code>@​exoego</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/2503">honojs/hono#2503</a></li>
<li>refactor: Remove redundant initializer by <a
href="https://github.com/exoego"><code>@​exoego</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/2502">honojs/hono#2502</a></li>
<li>refactor(cloudflare-workers): Suppress eslint noise by <a
href="https://github.com/exoego"><code>@​exoego</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/2504">honojs/hono#2504</a></li>
<li>fix(jsx): Add catch to async function's promise by <a
href="https://github.com/mwilkins91"><code>@​mwilkins91</code></a> in <a
href="https://redirect.github.com/honojs/hono/pull/2471">honojs/hono#2471</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/nagasawaryoya"><code>@​nagasawaryoya</code></a>
made their first contribution in <a
href="https://redirect.github.com/honojs/hono/pull/2500">honojs/hono#2500</a></li>
<li><a href="https://github.com/exoego"><code>@​exoego</code></a> made
their first contribution in <a
href="https://redirect.github.com/honojs/hono/pull/2503">honojs/hono#2503</a></li>
<li><a
href="https://github.com/mwilkins91"><code>@​mwilkins91</code></a> made
their first contribution in <a
href="https://redirect.github.com/honojs/hono/pull/2471">honojs/hono#2471</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/honojs/hono/compare/v4.2.3...v4.2.4">https://github.com/honojs/hono/compare/v4.2.3...v4.2.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/honojs/hono/commit/28e597f230528888d847bab06d8acf5689b6b727"><code>28e597f</code></a>
v4.2.7</li>
<li><a
href="https://github.com/honojs/hono/commit/92e65fbb6e5e7372650e7690dbd84938432d9e65"><code>92e65fb</code></a>
Merge pull request from GHSA-3mpf-rcc7-5347</li>
<li><a
href="https://github.com/honojs/hono/commit/b38e40e21ab9fd1330b2b0d17d0e4cac78b37ab7"><code>b38e40e</code></a>
v4.2.6</li>
<li><a
href="https://github.com/honojs/hono/commit/c882cef514f6ac3ef80862deedaa901c3d4c3fd6"><code>c882cef</code></a>
refactor(ssg): update utils.ts (<a
href="https://redirect.github.com/honojs/hono/issues/2519">#2519</a>)</li>
<li><a
href="https://github.com/honojs/hono/commit/5c9d8b417228ac6f680ff8cef3eac3ff605d81d9"><code>5c9d8b4</code></a>
fix(client): Don't show <code>$ws</code> when not used WebSockets (<a
href="https://redirect.github.com/honojs/hono/issues/2532">#2532</a>)</li>
<li><a
href="https://github.com/honojs/hono/commit/9f9a41cc08f131cd47480cb3e9982939d1db1909"><code>9f9a41c</code></a>
fix(sse): close sse stream on end (<a
href="https://redirect.github.com/honojs/hono/issues/2529">#2529</a>)</li>
<li><a
href="https://github.com/honojs/hono/commit/c83d80f17b58425ba669f8b73050cd18c8fb8d55"><code>c83d80f</code></a>
refactor(aws-lambda): replace conditional logics with polymorphism (<a
href="https://redirect.github.com/honojs/hono/issues/2521">#2521</a>)</li>
<li><a
href="https://github.com/honojs/hono/commit/fa9ed80619d9e3938c15eb1e4adbb953fcabca74"><code>fa9ed80</code></a>
v4.2.5</li>
<li><a
href="https://github.com/honojs/hono/commit/68cabdef27e4369118b1283694f41be0dda8602a"><code>68cabde</code></a>
fix(jsx/dom): remove lookbehind assertion in event regexp (<a
href="https://redirect.github.com/honojs/hono/issues/2524">#2524</a>)</li>
<li><a
href="https://github.com/honojs/hono/commit/ed51b0b5d8741dd0ebac2169569a19e32a720310"><code>ed51b0b</code></a>
fix(client): shuold not remove tailing slash from top-level URL (<a
href="https://redirect.github.com/honojs/hono/issues/2523">#2523</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/honojs/hono/compare/v4.2.3...v4.2.7">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.2.3&new-version=4.2.7)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/inngest/inngest-js/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2024
1 parent 24f1e7d commit 555ee79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/inngest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"fastify": "^4.21.0",
"genversion": "^3.1.1",
"glob": "^10.3.10",
"hono": "^4.2.3",
"hono": "^4.2.7",
"inquirer": "^9.2.10",
"jest": "^29.3.1",
"jest-fetch-mock": "^3.0.3",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 555ee79

Please sign in to comment.