Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

chore(deps): bump elysia from 1.3.5 to 1.3.12#154

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/elysia-1.3.12
Closed

chore(deps): bump elysia from 1.3.5 to 1.3.12#154
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/elysia-1.3.12

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Aug 19, 2025

Bumps elysia from 1.3.5 to 1.3.12.

Release notes

Sourced from elysia's releases.

1.3.12

What's changed

Bug fix:

  • #1348 onAfterResponse runs twice if NotFoundError thrown and onError provided

Full Changelog: elysiajs/elysia@1.3.11...1.3.12

1.3.11

What's changed

Bug fix:

  • #1346 cannot declare 'mep' twice

Full Changelog: elysiajs/elysia@1.3.10...1.3.11

1.3.10

What's changed

Bug fix:

  • #1028 query array nuqs format in dynamic mode
  • unwrap t.Import in dynamic mode

Full Changelog: elysiajs/elysia@1.3.9...1.3.10

1.3.9 - Flower of Dreamland

Named after 夢路の花 by Mitsukiyo

Elysia 1.3.9 is a significant milestone for Elysia Basically, it's a big release bug without new feature

We have reviewed and closed almost 300 issues updated and patched several bugs and edge cases and refactor some behavior to align with your expectations

We will now focus on the development of Elysia 1.4 You can submit a feature request / proposal at Elysia 1.3 feedback

Feature

  • #932 add t.ArrayBuffer, t.Uint8Array

Bug fix

  • #459 route prefix should give type error when prefix is not start with '/'
  • #669 add nullable field to t.Nullable for OpenAPI 3.0 spec
  • #711 set default headers for non-aot
  • #713 NotFoundError doesn't call onAfterResponse hook
  • #771 skip body parsing if Content-Type is present but body is not
  • #747 mapResponse inside mapError override error value
  • #812 check for minItems length before array validation
  • #833 cookie signing doesn't work in dynamic mode

... (truncated)

Changelog

Sourced from elysia's changelog.

1.3.12 - 19 Aug 2025

Bug fix:

  • #1348 onAfterResponse runs twice if NotFoundError thrown and onError provided

1.3.11 - 18 Aug 2025

Bug fix:

  • #1346 cannot declare 'mep' twice

1.3.10 - 18 Aug 2025

Bug fix:

  • #1028 query array nuqs format in dynamic mode
  • unwrap t.Import in dynamic mode

1.3.9 - 18 Aug 2025

Feature:

  • #932 add t.ArrayBuffer, t.Uint8Array

Bug fix:

  • #459 route prefix should give type error when prefix is not start with '/'
  • #669 add nullable field to t.Nullable for OpenAPI 3.0 spec
  • #711 set default headers for non-aot
  • #713 NotFoundError doesn't call onAfterResponse hook
  • #771 skip body parsing if Content-Type is present but body is not
  • #747 mapResponse inside mapError override error value
  • #812 check for minItems length before array validation
  • #833 cookie signing doesn't work in dynamic mode
  • #859 clean non-root additionalProperties
  • #924 decode path param
  • #985 Nullable accept options
  • #1028 string | string[] query parameter, reference array
  • #1120 cannot set multiple cookies when response is a file
  • #1124 validate url encoded query
  • #1158 prevent side-effect from guard merge
  • #1162 handle encoded space in array query string
  • #1267 parse without contentType headers throw Bad Request
  • #1274 support .use(undefined | false) for conditional plugin
  • #1276 mapResponse with set inference produce invalid instruction
  • #1268 using number instead of stringifed value for reporting validation error
  • #1288 handle array query string in dynamic mode
  • #1294 return status from derive and resolve shouldn't call onError
  • #1297, #1325 fix HTML imported pages in compiled apps
  • #1319 fix array of plugin usage causes incorrect path aggregation
  • #1323 don't duplicate error from plugin
  • #1327 ensure that t.Date value is Date in Encode
  • dynamic handle should handle named parser
  • instanceof ElysiaCustomStatusResponse should return true when import from root Elysia module

Improvement:

  • remove finally from compose
  • NotFoundError should parse query if inferred

... (truncated)

Commits
  • d1eee9c 🔧 fix: #1348 onAfterResponse runs twice if NotFoundError thrown and on...
  • 4d6f5dd 🔧 fix: #1346 cannot declare 'mep' twice
  • d078afd 🔧 fix: #1028 query array nuqs format in dynamic mode
  • dc44d08 📘 doc: document 1.3.9 release date
  • 7b61f19 🎉 release: 1.3.9
  • c84641e Merge pull request #1334 from DaxServer/main
  • 9cd9dfa 🔧 fix: #1288 handle array query string in dynamic mode
  • b2f5f0c 🔧 fix: #1267 parse without contentType headers throw Bad Request
  • e15731a 🧹 chore: include environment and dynamic mode report for bug report
  • 3b3700a 🔧 fix: #1158 prevent side-effect from guard merge
  • 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.12.
- [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.12)

---
updated-dependencies:
- dependency-name: elysia
  dependency-version: 1.3.12
  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 Aug 19, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 20, 2025

Superseded by #156.

@dependabot dependabot Bot closed this Aug 20, 2025
@dependabot dependabot Bot deleted the dependabot/bun/elysia-1.3.12 branch August 20, 2025 13:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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