Skip to content

chore(deps): bump elysia from 1.4.22 to 1.4.27#552

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/elysia-1.4.27
Open

chore(deps): bump elysia from 1.4.22 to 1.4.27#552
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/elysia-1.4.27

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2026

Bumps elysia from 1.4.22 to 1.4.27.

Release notes

Sourced from elysia's releases.

1.4.27

What's changed

Bug fix:

  • getSchemaValidator: handle TypeBox as sub type
  • handle cookie prototype pollution when parsing cookie

Improvement:

  • conditional async on getSchemaValidator when schema is Standard Schema
  • use Response.json on Bun
  • export AnySchema, UnwrapSchema, ModelsToTypes from root

Full Changelog: elysiajs/elysia@1.4.26...1.4.27

1.4.26

What's changed

Bug fix:

  • #1755 deduplicate local handler from global event
  • #1752 system router with trailing path doesn't match with non-trailing
  • url format redos
  • #1747 parsing request from mount hang

Full Changelog: elysiajs/elysia@1.4.25...1.4.26

1.4.25

What's changed

Feature:

  • export ElysiaStatus

Bug fix:

  • macro with conflict literal value per status
  • recursive macro with conflict value per status

Full Changelog: elysiajs/elysia@1.4.24...1.4.25

1.4.24

What's Changed

Feature:

  • graceful unsigned cookie transition

Bug fix:

  • #1733 preserve multiple set-cookie headers in mounted handlers by @​cipher416
  • object cookie with secret doesn't deserialized after parsed

New Contributors

Full Changelog: elysiajs/elysia@1.4.23...1.4.24

... (truncated)

Changelog

Sourced from elysia's changelog.

1.4.27 - 1 Mar 2026

Bug fix:

  • getSchemaValidator: handle TypeBox as sub type
  • handle cookie prototype pollution when parsing cookie

Improvement:

  • conditional async on getSchemaValidator when schema is Standard Schema
  • use Response.json on Bun

1.4.26 - 25 Feb 2026

Bug fix:

  • #1755 deduplicate local handler from global event
  • #1752 system router with trailing path doesn't match with non-trailing
  • url format redos
  • #1747 parsing request from mount hang

1.4.25 - 12 Feb 2026

Feature:

  • export ElysiaStatus

Bug fix:

  • macro with conflict literal value per status
  • recursive macro with conflict value per status

1.4.24 - 11 Feb 2026

Feature:

  • graceful unsigned cookie transition

Bug fix:

  • #1733 preserve multiple set-cookie headers in mounted handlers
  • object cookie with secret doesn't deserialized after parsed

1.4.23 - 9 Feb 2026

Feature:

  • #1719 add t.Union/t.Intersection handling in property enumerations/checks
  • #1697 extend complex formdata support to StandardSchema
  • #1656 serialize custom array-like custom class with array sub class

Bug fix:

  • #1721 Promise with response schema
  • #1700 distinct union object
  • #1683 response validation returns 500 instead of 422 for nested schemas in dynamic mode
  • #1679 preserve headers when throwing from AsyncGenerator
  • #1595 stream reference should point to teed value
  • fix can't modify immutable headers error

Change:

  • update exact-mirror to 0.2.7
Commits
  • cc9159b 🎉 feat: 1.4.27
  • e9d6b17 🎉 feat: 1.4.27
  • 21dce4c 🎉 feat: use Response.json on Bun
  • 6b44646 🔧 fix(getSchemaValidator): handle TypeBox as sub type
  • bbaf6b7 🎉 feat: 1.4.26
  • e596dab 🔧 fix: #1747 parsing request from mount hang
  • 6561d61 🔧 fix: #1752 system router with trailing path doesn't match with non-t...
  • 3c9dabc 🔧 fix: #1752 system router with trailing path doesn't match with non-t...
  • d17a7aa 🔧 fix: #1755 deduplicate local handler from global event
  • e5c9449 🔧 fix: recursive macro with conflict value per status
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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.

Summary by cubic

Upgrade elysia from 1.4.22 to 1.4.27 to pull in bug fixes and small improvements across cookies, routing, and schema validation.

  • Dependencies
    • Cookie parsing security fix (prototype pollution); graceful unsigned cookie transition; preserves multiple Set-Cookie headers in mounted handlers.
    • Router and mount fixes: trailing-slash matching, request hang, and handler deduplication.
    • Validation/runtime: improved TypeBox handling and conditional async in schema validator; uses Response.json on Bun; exports ElysiaStatus.

Written for commit 15d1b50. Summary will update on new commits.

Bumps [elysia](https://github.com/elysiajs/elysia) from 1.4.22 to 1.4.27.
- [Release notes](https://github.com/elysiajs/elysia/releases)
- [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md)
- [Commits](elysiajs/elysia@1.4.22...1.4.27)

---
updated-dependencies:
- dependency-name: elysia
  dependency-version: 1.4.27
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 28, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ignore-for-release javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants