dependabot[bot] opened a new pull request, #5820: URL: https://github.com/apache/texera/pull/5820
Bumps [elysia](https://github.com/elysiajs/elysia) from 1.4.27 to 1.4.29. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/elysiajs/elysia/releases">elysia's releases</a>.</em></p> <blockquote> <h2>1.4.29</h2> <h2>What's changed</h2> <p>Improvement:</p> <ul> <li>normalize a multipart/form-data with .get instead of .getAll for faster performance</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/elysiajs/elysia/compare/1.4.28...1.4.29">https://github.com/elysiajs/elysia/compare/1.4.28...1.4.29</a></p> <h2>1.4.28</h2> <h2>What's new</h2> <p>Feature:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1803">#1803</a> stream response with pull based backpressure</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1802">#1802</a> handle range header for file/blob response</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1772">#1722</a>, <a href="https://redirect.github.com/elysiajs/elysia/issues/1741">#1741</a> direct ReadableStream perf blow-up</li> </ul> <p>Bug fix:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1805">#1805</a> dynamic imports inside .guard not registering routes</li> <li><a href="https://redirect.github.com/elysiajs/elysia/issues/1771">#1771</a> breaks Bun HTML imports</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1797">#1797</a> await mapped error response promise</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1794">#1794</a> merge app cookie config into route cookie validator config</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1796">#1796</a> check custom parser by full name</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1795">#1795</a> write transformed cookie value to cookie entry directly</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1793">#1793</a> use cookie schema for cookie noValidate check</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1792">#1792</a> throw ValidationError instead of boolean in response encode path</li> <li>detect HTML bundle when inline response is Promise</li> </ul> <p>Change:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1613">#1613</a> export <code>ElysiaTypeCustomErrors</code></li> <li>remove Bun specific built</li> <li>export <code>AnySchema</code>, <code>UnwrapSchema</code>, <code>ModelsToTypes</code> from root</li> <li>conditional set headers of String and Object when no set.headers is set</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MegaManSec"><code>@MegaManSec</code></a> made their first contribution in <a href="https://redirect.github.com/elysiajs/elysia/pull/1797">elysiajs/elysia#1797</a></li> <li><a href="https://github.com/ap0nia"><code>@ap0nia</code></a> made their first contribution in <a href="https://redirect.github.com/elysiajs/elysia/pull/1613">elysiajs/elysia#1613</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/elysiajs/elysia/compare/1.4.27...1.4.28">https://github.com/elysiajs/elysia/compare/1.4.27...1.4.28</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md">elysia's changelog</a>.</em></p> <blockquote> <h1>1.4.29 - 17 Jun 2026</h1> <p>Bug fix:</p> <ul> <li>normalize a <code>multipart/form-data</code> with <code>.get</code> instead of <code>.getAll</code> for faster performance</li> </ul> <h1>1.4.28 - 17 Mar 2025</h1> <p>Feature:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1803">#1803</a> stream response with pull based backpressure</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1802">#1802</a> handle range header for file/blob response</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1772">#1722</a>, <a href="https://redirect.github.com/elysiajs/elysia/issues/1741">#1741</a> direct ReadableStream perf blow-up</li> </ul> <p>Bug fix:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1805">#1805</a> dynamic imports inside .guard not registering routes</li> <li><a href="https://redirect.github.com/elysiajs/elysia/issues/1771">#1771</a> breaks Bun HTML imports</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1797">#1797</a> await mapped error response promise</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1794">#1794</a> merge app cookie config into route cookie validator config</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1796">#1796</a> check custom parser by full name</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1795">#1795</a> write transformed cookie value to cookie entry directly</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1793">#1793</a> use cookie schema for cookie noValidate check</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1792">#1792</a> throw ValidationError instead of boolean in response encode path</li> <li>detect HTML bundle when inline response is Promise</li> </ul> <p>Change:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1613">#1613</a> export <code>ElysiaTypeCustomErrors</code></li> <li>remove Bun specific built</li> <li>export <code>AnySchema</code>, <code>UnwrapSchema</code>, <code>ModelsToTypes</code> from root</li> <li>conditional set headers of String and Object when no set.headers is set</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elysiajs/elysia/commit/8358ff9efbcedf9534995f5977f26b9ceab59329"><code>8358ff9</code></a> normalize formdata with get instead of getAll</li> <li><a href="https://github.com/elysiajs/elysia/commit/56310be9617b826f862c985eae95ae823d95f097"><code>56310be</code></a> :blue_book: doc: document changelog</li> <li><a href="https://github.com/elysiajs/elysia/commit/708f8c6fdb618617c40d2c02eb31ca8d2227b8b9"><code>708f8c6</code></a> :blue_book: doc: document changelog</li> <li><a href="https://github.com/elysiajs/elysia/commit/7acc183b5938e336399d825d1418e5b4e19859e8"><code>7acc183</code></a> Merge pull request <a href="https://redirect.github.com/elysiajs/elysia/issues/1613">#1613</a> from ap0nia/feat/extend-errors</li> <li><a href="https://github.com/elysiajs/elysia/commit/c00b9e38b6efe75437155cdfe0a19aad3900c9ef"><code>c00b9e3</code></a> Merge branch 'main' of <a href="https://github.com/elysiajs/elysia">https://github.com/elysiajs/elysia</a></li> <li><a href="https://github.com/elysiajs/elysia/commit/ccbd9e48ae359c8052803a8ffc5f466bacaef4de"><code>ccbd9e4</code></a> :blue_book: fix: <a href="https://redirect.github.com/elysiajs/elysia/issues/1772">#1772</a> resolve merge conflict</li> <li><a href="https://github.com/elysiajs/elysia/commit/01340b72a4c9134927a6af499e79a6eaf41ad3c0"><code>01340b7</code></a> Merge pull request <a href="https://redirect.github.com/elysiajs/elysia/issues/1792">#1792</a> from MegaManSec/j1</li> <li><a href="https://github.com/elysiajs/elysia/commit/0956af9572e9ff7aa3bb3b53e4140bfd950e83ca"><code>0956af9</code></a> Merge pull request <a href="https://redirect.github.com/elysiajs/elysia/issues/1793">#1793</a> from MegaManSec/j2</li> <li><a href="https://github.com/elysiajs/elysia/commit/b48ade6ca35f9fe28e4ed31872b065d818db11d6"><code>b48ade6</code></a> :blue_book: doc: update changelog</li> <li><a href="https://github.com/elysiajs/elysia/commit/b32931459fcdf0d657041b10ad12a9d404b37dee"><code>b329314</code></a> Merge branch 'main' of <a href="https://github.com/elysiajs/elysia">https://github.com/elysiajs/elysia</a></li> <li>Additional commits viewable in <a href="https://github.com/elysiajs/elysia/compare/1.4.27...1.4.29">compare view</a></li> </ul> </details> <br /> [](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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
