Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps elysia from 1.4.16 to 1.4.18.

Release notes

Sourced from elysia's releases.

1.4.18

What's Changed

Security

  • use JSON.stringify over custom escape implementation

Full Changelog: elysiajs/elysia@1.4.17...1.4.18

1.4.17

What's Changed

Improvement:

  • #1573 Server is always resolved to any when @types/bun is missing
  • #1568 optimize cookie value comparison using FNV-1a hash
  • #1549 Set-Cookie headers not sent when errors are thrown
  • #1579 HEAD to handle Promise value

Security:

  • cookie injection, prototype pollution, and RCE

Bug fix:

  • #1550 excess property checking
  • allow cookie.sign to be string

Change:

  • #1584 change customError property to unknown
  • #1556 prevent sending set-cookie header when cookie value is not modified
  • #1563 standard schema on websocket
  • conditional parseQuery parameter
  • conditional pass c.request to handler for streaming response
  • fix missing contentType type on parser

New Contributors

Full Changelog: elysiajs/elysia@1.4.16...1.4.17

Changelog

Sourced from elysia's changelog.

1.4.18 - 4 Dec 2025

Security:

  • use JSON.stringify over custom escape implementation

1.4.17 - 2 Dec 2025

Improvement:

  • #1573 Server is always resolved to any when @types/bun is missing
  • #1568 optimize cookie value comparison using FNV-1a hash
  • #1549 Set-Cookie headers not sent when errors are thrown
  • #1579 HEAD to handle Promise value

Security:

  • cookie injection, prototype pollution, and RCE

Bug fix:

  • #1550 excess property checking
  • allow cookie.sign to be string

Change:

  • #1584 change customError property to unknown
  • #1556 prevent sending set-cookie header when cookie value is not modified
  • #1563 standard schema on websocket
  • conditional parseQuery parameter
  • conditional pass c.request to handler for streaming response
  • fix missing contentType type on parser
Commits
  • 07b449a Merge pull request #1593 from elysiajs/next
  • 4726d5d 📘 chore: 1.4.18
  • 591150d 📘 chore: use JSON.stringify over custom regex
  • 1144b98 📘 chore: use JSON.stringify over custom regex
  • 7085776 📘 chore: add decorate stress test
  • 0726fda 📘 chore: add decorate stress test
  • 68516ee 📘 chore: add decorate stress test
  • 428b976 Merge pull request #1564 from elysiajs/next
  • 837dd7a 🎉 feat: 1.4.17
  • 3af9786 🔧 fix: sanitize cookie key
  • 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 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)

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

---
updated-dependencies:
- dependency-name: elysia
  dependency-version: 1.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Dec 8, 2025
@dependabot dependabot bot requested a review from GalvinPython as a code owner December 8, 2025 09:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 8, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

A newer version of elysia exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants