Skip to content

chore(deps): bump elysia from 1.3.5 to 1.3.8 #431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps elysia from 1.3.5 to 1.3.8.

Release notes

Sourced from elysia's releases.

1.3.8

What's Changed

Improvement:

  • ElysiaFile doesn't inherits set.headers eg. cors
  • [Web Standard] automatically set Content-Type, Content-Range of ElysiaFile

Bug fix:

  • #1316 fix context type when multiple macros are selected by @​L-Mario564
  • #1306 preserve type narrowing in getSchemaValidator by @​kimzuni
  • add set to handleFile when file is ElysiaFile
  • [Web Standard] inherit set.status for ElysiaFile
  • make ElysiaAdapter.stop optional

New Contributors

Full Changelog: elysiajs/elysia@1.3.7...1.3.8

1.3.7

What's Changed

Bug fix:

  • #1314 coerce TransformDecodeError to ValidationError
  • #1313 onRequest not firing
  • #1311 [Exact Mirror] handle property starts witha number
  • #1310 webSocket fails to connect when inside group and guard
  • #1309 encode is not called when using dynamic handler
  • #1304 remove response body from HTTP 101, 204, 205, 304, 307, 308

Change:

  • update exact mirror to 0.1.3
  • warn when stop is called instead of throwing an error

New Contributors

Full Changelog: elysiajs/elysia@1.3.6...1.3.7

lemon

1.3.6

What's Changed

Improvement:

  • #1263 bun adapter add qi to routes that need query from guard
  • #1270 add Symbol.dispose
  • #1089 add stop function to ElysiaAdapter type

Bug fix:

  • #1126 websocket errors not catching

... (truncated)

Changelog

Sourced from elysia's changelog.

1.3.8 - 31 Jul 2025

Improvement:

  • ElysiaFile doesn't inherits set.headers eg. cors
  • [Web Standard] automatically set Content-Type, Content-Range of ElysiaFile

Bug fix:

  • #1316 fix context type when multiple macros are selected
  • #1306 preserve type narrowing in getSchemaValidator
  • add set to handleFile when file is ElysiaFile
  • [Web Standard] inherit set.status for ElysiaFile
  • make ElysiaAdapter.stop optional

1.3.7 - 31 Jul 2025

Bug fix:

  • #1314 coerce TransformDecodeError to ValidationError
  • #1313 onRequest not firing
  • #1311 [Exact Mirror] handle property starts with a number
  • #1310 webSocket fails to connect when inside group and guard
  • #1309 encode is not called when using dynamic handler
  • #1304 remove response body from HTTP 101, 204, 205, 304, 307, 308

Change:

  • update exact mirror to 0.1.3
  • warn when stop is called instead of throwing an error

1.3.6 - 24 Jul 2025

Improvement:

  • #1263 bun adapter add qi to routes that need query from guard
  • #1270 add Symbol.dispose
  • #1089 add stop function to ElysiaAdapter type

Bug fix:

  • #1126 websocket errors not catching
  • #1281 automatically enforce additional properties in nested schema (eg. array)
  • Dynamic handle decode signed cookie secret instead of accidental hardcoded value
Commits
  • f4a71cc 🎉 feat: 1.3.8
  • 72bf3d5 🎉 feat: 1.3.8
  • 4d9d3ce 🎉 feat(web-standard): automatically set content-type and content-range
  • ba07e93 🎉 feat(web-standard): automatically set content-type and content-range
  • 588c27e 🎉 feat(web-standard): automatically set content-type and content-range
  • 7d222a8 🎉 feat(web-standard): automatically set content-type and content-range
  • d7a18c9 🔧 fix: thing
  • 1ee0e41 Merge pull request #1306 from kimzuni/fix/validator-check-type-guard
  • 6309b3e Merge pull request #1316 from L-Mario564/fix-macros
  • fec2e3a 🔧 fix: remove response body from HTTP 101, 204, 205, 304, 307, 308
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 1, 2025
Copy link

vercel bot commented Aug 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
angular-hub ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 2, 2025 8:00pm

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

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

Signed-off-by: dependabot[bot] <[email protected]>
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.

0 participants