Skip to content

chore(deps): bump elysia from 1.3.5 to 1.3.21#440

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/elysia-1.3.21
Closed

chore(deps): bump elysia from 1.3.5 to 1.3.21#440
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/elysia-1.3.21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2025

Copy link
Copy Markdown
Contributor

Bumps elysia from 1.3.5 to 1.3.21.

Release notes

Sourced from elysia's releases.

1.3.21

Bug fix:

  • #1356 webSocket validation error handling in BunAdapter
  • #1358 allow overriding websocket handler with listen options
  • #1365 check if the plugin.constructor (fix import module in Bun 1.2.21)
  • #1367 .trace hooks (onAfterResponse, etc...) not being called
  • #1369 don't block microtask queue in SSE

New Contributors

Full Changelog: elysiajs/elysia@1.3.20...1.3.21

1.3.20

What's changed

Change:

  • mime is undefined when using Elysia.file in Web Standard Adapter

Full Changelog: elysiajs/elysia@1.3.19...1.3.20

1.3.19

What's changed

Change:

  • #1357 return Response proxy as-is

Bug fix:

Full Changelog: elysiajs/elysia@1.3.18...1.3.19

1.3.18

What's changed

Bug fix:

  • ReadableStream is not pass to handleStream in mapCompactResponse, and mapEarlyResponse

Full Changelog: elysiajs/elysia@1.3.17...1.3.18

1.3.17

What's changed

Bug fix:

... (truncated)

Changelog

Sourced from elysia's changelog.

1.3.21 - 31 Aug 2025

Bug fix:

  • #1356 webSocket validation error handling in BunAdapter
  • #1358 allow overriding websocket handler with listen options
  • #1365 check if the plugin.constructor (fix import module in Bun 1.2.21)
  • #1367 .trace hooks (onAfterResponse, etc...) not being called
  • #1369 don't block microtask queue in SSE

1.3.20 - 24 Aug 2025

Change:

  • mime is undefined when using Elysia.file in Web Standard Adapter

1.3.19 - 24 Aug 2025

Change:

  • #1357 return Response proxy as-is

Bug fix:

1.3.18 - 23 Aug 2025

Bug fix:

  • ReadableStream is not pass to handleStream in mapCompactResponse, and mapEarlyResponse

1.3.17 - 23 Aug 2025

Bug fix:

  • #1353 normalize encodeSchema with Transform

1.3.16 - 23 Aug 2025

Improvement:

  • sse now infer type
  • sse now accepts ReadableStream to return stream as text/event-stream
  • refactor SSE handler
  • support returning ReadableStream from generator or async generator

Change:

  • sse no longer include generated id by default

Bug fix:

  • static response now use callback clone instead of bind

1.3.15 - 21 Aug 2025

Bug fix:

  • ValidationError.detail only handle custom error

1.3.14 - 21 Aug 2025

Improvement:

  • custom error on production mode
  • add ValidationError.withDetail
  • add withDetail for additional error information

... (truncated)

Commits
  • dafd31b 🔧 fix: #1369 don't block microtask queue in SSE
  • 7a70873 Merge pull request #1358 from KurtGokhan/allow-overriding-websocket
  • dab4f41 Merge pull request #1367 from LeTamanoir/fix-on-after-response-not-called
  • 2a029dc Merge pull request #1356 from joaopugsley/fix/websocket-validation-errors
  • 1fb90d4 Merge pull request #1365 from sosukesuzuki/check-for-namespace
  • d7e81d3 fix
  • 8af1dc4 fix event hook call order
  • 86377e9 fix tests
  • 9ad78f9 fix test
  • 7e61c4d Check if the plugin constructor exists
  • 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.3.5 to 1.3.21.
- [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.21)

---
updated-dependencies:
- dependency-name: elysia
  dependency-version: 1.3.21
  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 Sep 2, 2025
@vercel

vercel Bot commented Sep 2, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
angular-hub Ready Ready Preview Comment Sep 2, 2025 11:21am

@dependabot @github

dependabot Bot commented on behalf of github Oct 1, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #454.

@dependabot dependabot Bot closed this Oct 1, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/elysia-1.3.21 branch October 1, 2025 19:08
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