This is an automated email from the ASF dual-hosted git repository.

github-merge-queue[bot] pushed a commit to branch 
gh-readonly-queue/main/pr-6844-078ee4ba45082f9186b09835540d02aa1936a137
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 741c13bdfc9d106bf9eb93f637983eca0dac0273
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 23 23:47:31 2026 +0000

    fix(deps, frontend): bump hono from 4.12.26 to 4.12.31 in /frontend (#6844)
    
    Bumps [hono](https://github.com/honojs/hono) from 4.12.26 to 4.12.31.
    <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.12.31</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>test(context): assert case-insensitive header names in response
    helpers by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5116";>honojs/hono#5116</a></li>
    <li>chore(benchmark): add app.fetch() overhead benchmark by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5117";>honojs/hono#5117</a></li>
    <li>refactor(aws-lambada): remove FIXME in <code>@ts-expect-error</code>
    by <a href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in
    <a
    
href="https://redirect.github.com/honojs/hono/pull/5130";>honojs/hono#5130</a></li>
    <li>fix(utils/body): reuse cached formData in <code>parseBody()</code>
    by <a href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in
    <a
    
href="https://redirect.github.com/honojs/hono/pull/5131";>honojs/hono#5131</a></li>
    <li>fix(request): fix multipart boundary mismatch in
    <code>cloneRawRequest</code> by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5133";>honojs/hono#5133</a></li>
    <li>fix(sse): emit retry feild when retry is <code>0</code> by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5135";>honojs/hono#5135</a></li>
    <li>test(validator): fix misspelled identifier in transform type test by
    <a href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5136";>honojs/hono#5136</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/honojs/hono/compare/v4.12.30...v4.12.31";>https://github.com/honojs/hono/compare/v4.12.30...v4.12.31</a></p>
    <h2>v4.12.30</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>chore(benchmark/routers): bump deps in <a
    
href="https://redirect.github.com/honojs/hono/pull/5107";>honojs/hono#5107</a></li>
    <li>chore(benchmark): remove not used benchmarks in <a
    
href="https://redirect.github.com/honojs/hono/pull/5108";>honojs/hono#5108</a></li>
    <li>chore: update to ts6 in prep for ts7 in <a
    
href="https://redirect.github.com/honojs/hono/pull/5104";>honojs/hono#5104</a></li>
    <li>fix(cache): deduplicate Cache-Control directives case-insensitively
    in <a
    
href="https://redirect.github.com/honojs/hono/pull/5025";>honojs/hono#5025</a></li>
    <li>fix(compress): do not compress 206 Partial Content responses in <a
    
href="https://redirect.github.com/honojs/hono/pull/5020";>honojs/hono#5020</a></li>
    <li>fix(client): replaceUrlParam should not match a param that prefixes
    another in <a
    
href="https://redirect.github.com/honojs/hono/pull/5096";>honojs/hono#5096</a></li>
    <li>fix(method-override): set duplex when forwarding a stream body in
    query mode in <a
    
href="https://redirect.github.com/honojs/hono/pull/5110";>honojs/hono#5110</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/honojs/hono/compare/v4.12.29...v4.12.30";>https://github.com/honojs/hono/compare/v4.12.29...v4.12.30</a></p>
    <h2>v4.12.29</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>fix(client): merge function headers with per-request headers by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5092";>honojs/hono#5092</a></li>
    <li>chore: fix no-op tsc in test script by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5093";>honojs/hono#5093</a></li>
    <li>fix(lambda-edge): resolve the handler with the value passed to the
    callback by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5094";>honojs/hono#5094</a></li>
    <li>docs(language): add JSDoc <a
    href="https://github.com/example";><code>@​example</code></a> to
    languageDetector by <a
    href="https://github.com/codebybilal18";><code>@​codebybilal18</code></a>
    in <a
    
href="https://redirect.github.com/honojs/hono/pull/5081";>honojs/hono#5081</a></li>
    <li>test(workerd): add <code>compatibilityDate</code> by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5100";>honojs/hono#5100</a></li>
    <li>fix(lambda-edge): base64 encode content-encoded response bodies by
    <a href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5099";>honojs/hono#5099</a></li>
    <li>fix(aws-lambda): treat any non-identity content-encoding as binary
    by <a href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in
    <a
    
href="https://redirect.github.com/honojs/hono/pull/5101";>honojs/hono#5101</a></li>
    <li>fix(types): strip extra properties from array types in JSONParsed by
    <a
    href="https://github.com/Arman-Luthra";><code>@​Arman-Luthra</code></a>
    in <a
    
href="https://redirect.github.com/honojs/hono/pull/5103";>honojs/hono#5103</a></li>
    <li>fix(trie-router): match empty wildcard remainder after regexp param
    by <a href="https://github.com/usualoma";><code>@​usualoma</code></a> in
    <a
    
href="https://redirect.github.com/honojs/hono/pull/5102";>honojs/hono#5102</a></li>
    <li>fix(etag): treat If-None-Match: <code>*</code> as a match by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5084";>honojs/hono#5084</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/codebybilal18";><code>@​codebybilal18</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/honojs/hono/pull/5081";>honojs/hono#5081</a></li>
    <li><a
    href="https://github.com/Arman-Luthra";><code>@​Arman-Luthra</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/honojs/hono/pull/5103";>honojs/hono#5103</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/honojs/hono/compare/v4.12.28...v4.12.29";>https://github.com/honojs/hono/compare/v4.12.28...v4.12.29</a></p>
    <h2>v4.12.28</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>fix(serve-static): treat empty string content as found by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5062";>honojs/hono#5062</a></li>
    <li>docs(MIGRATION): fix req.raw.headers reference (property, not
    method) by <a
    href="https://github.com/EduardF1";><code>@​EduardF1</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5047";>honojs/hono#5047</a></li>
    <li>chore: don't publish <code>*.tsbuildinfo</code> by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5066";>honojs/hono#5066</a></li>
    <li>fix(utils/body,validator): normalize Content-Type media type for
    case-insensitive matching by <a
    href="https://github.com/yusukebe";><code>@​yusukebe</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5067";>honojs/hono#5067</a></li>
    <li>fix: avoid circular dependency between body.ts and request.ts by <a
    href="https://github.com/usualoma";><code>@​usualoma</code></a> in <a
    
href="https://redirect.github.com/honojs/hono/pull/5071";>honojs/hono#5071</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/cadff88bba34153646c9b35f24d7cc0cb61be913";><code>cadff88</code></a>
    4.12.31</li>
    <li><a
    
href="https://github.com/honojs/hono/commit/64c613ab0f15526b0c0edb25ad0c2989eace2ea1";><code>64c613a</code></a>
    test(validator): fix misspelled identifier in transform type test (<a
    href="https://redirect.github.com/honojs/hono/issues/5136";>#5136</a>)</li>
    <li><a
    
href="https://github.com/honojs/hono/commit/aeba9ece778fb24953816fd3517858ff80de958f";><code>aeba9ec</code></a>
    fix(sse): emit retry feild when retry is <code>0</code> (<a
    href="https://redirect.github.com/honojs/hono/issues/5135";>#5135</a>)</li>
    <li><a
    
href="https://github.com/honojs/hono/commit/d7964503c956ae4af78597b7b11a05f9e5e73d2d";><code>d796450</code></a>
    fix(request): fix multipart boundary mismatch in
    <code>cloneRawRequest</code> (<a
    href="https://redirect.github.com/honojs/hono/issues/5133";>#5133</a>)</li>
    <li><a
    
href="https://github.com/honojs/hono/commit/80959d47d56ac18c2985336ad311917dc56497c5";><code>80959d4</code></a>
    fix(utils/body): reuse cached formData in <code>parseBody()</code> (<a
    href="https://redirect.github.com/honojs/hono/issues/5131";>#5131</a>)</li>
    <li><a
    
href="https://github.com/honojs/hono/commit/21b44b6db6118fc77fabb49832fc4cadd0ef8ec8";><code>21b44b6</code></a>
    refactor(aws-lambada): remove FIXME in <code>@ts-expect-error</code> (<a
    href="https://redirect.github.com/honojs/hono/issues/5130";>#5130</a>)</li>
    <li><a
    
href="https://github.com/honojs/hono/commit/5f738971b57b54077b9932fb7b916cf8517534a7";><code>5f73897</code></a>
    docs(combine): close quote in combine JSDoc example (<a
    href="https://redirect.github.com/honojs/hono/issues/5126";>#5126</a>)</li>
    <li><a
    
href="https://github.com/honojs/hono/commit/c285f9a498623fe0d2992b31c77b3738c0c0a54d";><code>c285f9a</code></a>
    chore(benchmark): add app.fetch() overhead benchmark (<a
    href="https://redirect.github.com/honojs/hono/issues/5117";>#5117</a>)</li>
    <li><a
    
href="https://github.com/honojs/hono/commit/fb9d7bf8fb0dd7b3c92a0c289d5dc685edf5f3a3";><code>fb9d7bf</code></a>
    test(context): assert case-insensitive header names in response helpers
    (<a
    href="https://redirect.github.com/honojs/hono/issues/5116";>#5116</a>)</li>
    <li><a
    
href="https://github.com/honojs/hono/commit/b2ae3a2204a48ce15a26448fd746d39745eb1837";><code>b2ae3a2</code></a>
    4.12.30</li>
    <li>Additional commits viewable in <a
    href="https://github.com/honojs/hono/compare/v4.12.26...v4.12.31";>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.12.26&new-version=4.12.31)](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 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/apache/texera/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Xinyuan Lin <[email protected]>
---
 frontend/yarn.lock | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index 724203b2be..d0224e0e8c 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -11130,9 +11130,9 @@ __metadata:
   linkType: hard
 
 "hono@npm:^4.11.4":
-  version: 4.12.26
-  resolution: "hono@npm:4.12.26"
-  checksum: 
10c0/c7c4d1e1b093e6a3ca1920b45b8c93359d68a5666670acef486f9d3e4952aeaaab05b643e45455f4930b0bd0c1af9354278010fcd461aa8c0e71d17388864d1a
+  version: 4.12.31
+  resolution: "hono@npm:4.12.31"
+  checksum: 
10c0/f80be65cd657cc353b3e478d55424a373d11801b2a1ffc96d94def813c6d852e76bea4437f5df252b15caca98742040d26950bc9c865d8720b89a00a9eac5249
   languageName: node
   linkType: hard
 

Reply via email to