Skip to content

Commit e48f79e

Browse files
dependabot[bot]aglinxinyuan
authored andcommitted
chore(deps): bump elysia from 1.4.18 to 1.4.27 in /agent-service (#4961)
Bumps [elysia](https://github.com/elysiajs/elysia) from 1.4.18 to 1.4.27. <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.27</h2> <h2>What's changed</h2> <p>Bug fix:</p> <ul> <li>getSchemaValidator: handle TypeBox as sub type</li> <li>handle cookie prototype pollution when parsing cookie</li> </ul> <p>Improvement:</p> <ul> <li>conditional async on getSchemaValidator when schema is Standard Schema</li> <li>use Response.json on Bun</li> <li>export <code>AnySchema</code>, <code>UnwrapSchema</code>, <code>ModelsToTypes</code> from root</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/elysiajs/elysia/compare/1.4.26...1.4.27">https://github.com/elysiajs/elysia/compare/1.4.26...1.4.27</a></p> <h2>1.4.26</h2> <h2>What's changed</h2> <p>Bug fix:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/issues/1755">#1755</a> deduplicate local handler from global event</li> <li><a href="https://redirect.github.com/elysiajs/elysia/issues/1752">#1752</a> system router with trailing path doesn't match with non-trailing</li> <li>url format redos</li> <li><a href="https://redirect.github.com/elysiajs/elysia/issues/1747">#1747</a> parsing request from mount hang</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/elysiajs/elysia/compare/1.4.25...1.4.26">https://github.com/elysiajs/elysia/compare/1.4.25...1.4.26</a></p> <h2>1.4.25</h2> <h2>What's changed</h2> <p>Feature:</p> <ul> <li>export ElysiaStatus</li> </ul> <p>Bug fix:</p> <ul> <li>macro with conflict literal value per status</li> <li>recursive macro with conflict value per status</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/elysiajs/elysia/compare/1.4.24...1.4.25">https://github.com/elysiajs/elysia/compare/1.4.24...1.4.25</a></p> <h2>1.4.24</h2> <h2>What's Changed</h2> <p>Feature:</p> <ul> <li>graceful unsigned cookie transition</li> </ul> <p>Bug fix:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1733">#1733</a> preserve multiple set-cookie headers in mounted handlers by <a href="https://github.com/cipher416"><code>@​cipher416</code></a></li> <li>object cookie with secret doesn't deserialized after parsed</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cipher416"><code>@​cipher416</code></a> made their first contribution in <a href="https://redirect.github.com/elysiajs/elysia/pull/1733">elysiajs/elysia#1733</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/elysiajs/elysia/compare/1.4.23...1.4.24">https://github.com/elysiajs/elysia/compare/1.4.23...1.4.24</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.27 - 1 Mar 2026</h1> <p>Bug fix:</p> <ul> <li>getSchemaValidator: handle TypeBox as sub type</li> <li>handle cookie prototype pollution when parsing cookie</li> </ul> <p>Improvement:</p> <ul> <li>conditional async on getSchemaValidator when schema is Standard Schema</li> <li>use Response.json on Bun</li> </ul> <h1>1.4.26 - 25 Feb 2026</h1> <p>Bug fix:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/issues/1755">#1755</a> deduplicate local handler from global event</li> <li><a href="https://redirect.github.com/elysiajs/elysia/issues/1752">#1752</a> system router with trailing path doesn't match with non-trailing</li> <li>url format redos</li> <li><a href="https://redirect.github.com/elysiajs/elysia/issues/1747">#1747</a> parsing request from mount hang</li> </ul> <h1>1.4.25 - 12 Feb 2026</h1> <p>Feature:</p> <ul> <li>export ElysiaStatus</li> </ul> <p>Bug fix:</p> <ul> <li>macro with conflict literal value per status</li> <li>recursive macro with conflict value per status</li> </ul> <h1>1.4.24 - 11 Feb 2026</h1> <p>Feature:</p> <ul> <li>graceful unsigned cookie transition</li> </ul> <p>Bug fix:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1733">#1733</a> preserve multiple set-cookie headers in mounted handlers</li> <li>object cookie with secret doesn't deserialized after parsed</li> </ul> <h1>1.4.23 - 9 Feb 2026</h1> <p>Feature:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1719">#1719</a> add t.Union/t.Intersection handling in property enumerations/checks</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1697">#1697</a> extend complex formdata support to StandardSchema</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1675">#1656</a> serialize custom array-like custom class with array sub class</li> </ul> <p>Bug fix:</p> <ul> <li><a href="https://redirect.github.com/elysiajs/elysia/issues/1721">#1721</a> Promise<!-- raw HTML omitted --> with response schema</li> <li><a href="https://redirect.github.com/elysiajs/elysia/issues/1700">#1700</a> distinct union object</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1683">#1683</a> response validation returns 500 instead of 422 for nested schemas in dynamic mode</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1679">#1679</a> preserve headers when throwing from AsyncGenerator</li> <li><a href="https://redirect.github.com/elysiajs/elysia/pull/1595">#1595</a> stream reference should point to teed value</li> <li>fix can't modify immutable headers error</li> </ul> <p>Change:</p> <ul> <li>update exact-mirror to 0.2.7</li> </ul> <h1>1.4.22 - 14 Jan 2026</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elysiajs/elysia/commit/cc9159b5c60a8eb16bbac4525005e2b5880d3624"><code>cc9159b</code></a> :tada: feat: 1.4.27</li> <li><a href="https://github.com/elysiajs/elysia/commit/e9d6b1743fa7368ef942dce181f6a089757f6aab"><code>e9d6b17</code></a> :tada: feat: 1.4.27</li> <li><a href="https://github.com/elysiajs/elysia/commit/21dce4c9b84c3151490a9c8c4ef851f1dc676a3f"><code>21dce4c</code></a> :tada: feat: use Response.json on Bun</li> <li><a href="https://github.com/elysiajs/elysia/commit/6b44646f5cb5ae61bb3f2a7bcf269cd90971f4e3"><code>6b44646</code></a> :wrench: fix(getSchemaValidator): handle TypeBox as sub type</li> <li><a href="https://github.com/elysiajs/elysia/commit/bbaf6b7f729b858a7435bf28b97119112177479e"><code>bbaf6b7</code></a> :tada: feat: 1.4.26</li> <li><a href="https://github.com/elysiajs/elysia/commit/e596dab627d54dd194511532faf20d59e2e92f96"><code>e596dab</code></a> :wrench: fix: <a href="https://redirect.github.com/elysiajs/elysia/issues/1747">#1747</a> parsing request from mount hang</li> <li><a href="https://github.com/elysiajs/elysia/commit/6561d614f7f2462a2fe162b99f78a6af58e85565"><code>6561d61</code></a> :wrench: fix: <a href="https://redirect.github.com/elysiajs/elysia/issues/1752">#1752</a> system router with trailing path doesn't match with non-t...</li> <li><a href="https://github.com/elysiajs/elysia/commit/3c9dabc47409c2f104e2a954a459c72aa94e38f5"><code>3c9dabc</code></a> :wrench: fix: <a href="https://redirect.github.com/elysiajs/elysia/issues/1752">#1752</a> system router with trailing path doesn't match with non-t...</li> <li><a href="https://github.com/elysiajs/elysia/commit/d17a7aa204b5feea65d6d8f7651fb7141fb322bd"><code>d17a7aa</code></a> :wrench: fix: <a href="https://redirect.github.com/elysiajs/elysia/issues/1755">#1755</a> deduplicate local handler from global event</li> <li><a href="https://github.com/elysiajs/elysia/commit/e5c9449d4c10dbddd01dda726a80a0b8dc16d68c"><code>e5c9449</code></a> :wrench: fix: recursive macro with conflict value per status</li> <li>Additional commits viewable in <a href="https://github.com/elysiajs/elysia/compare/1.4.18...1.4.27">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for elysia since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=elysia&package-manager=npm_and_yarn&previous-version=1.4.18&new-version=1.4.27)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- (backported from commit c2129d4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xinyuan Lin <xinyual3@uci.edu>
1 parent acff77a commit e48f79e

4 files changed

Lines changed: 34 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
18+
# agent-service uses Bun (bun.lock). The npm/yarn updater leaves bun.lock
19+
# stale, so version updates run through the bun ecosystem instead. Requires
20+
# Dependabot bun support (>= v1.2.5).
21+
version: 2
22+
updates:
23+
- package-ecosystem: "bun"
24+
directory: "/agent-service"
25+
schedule:
26+
interval: "weekly"
27+
commit-message:
28+
prefix: "chore(deps)"

agent-service/LICENSE-binary

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ Agent service npm packages:
241241
- cookie@1.1.1
242242
- dagre@0.8.5
243243
- debug@4.4.3
244-
- elysia@1.4.18
244+
- elysia@1.4.27
245245
- eventsource-parser@3.0.6
246-
- exact-mirror@0.2.5
246+
- exact-mirror@0.2.7
247247
- fast-decode-uri-component@1.0.1
248248
- fast-deep-equal@3.1.3
249249
- file-type@21.1.1

agent-service/bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ai": "5.0.108",
2121
"ajv": "8.18.0",
2222
"dagre": "0.8.5",
23-
"elysia": "1.4.18",
23+
"elysia": "1.4.27",
2424
"pino": "10.3.1",
2525
"rxjs": "7.8.2",
2626
"zod": "3.25.76"

0 commit comments

Comments
 (0)