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.15#157

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps elysia from 1.3.5 to 1.3.15.

Release notes

Sourced from elysia's releases.

1.3.15

What's changed

Bug fix:

  • ValidationError.detail only handle custom error

Full Changelog: elysiajs/elysia@1.3.13...1.3.15

1.3.14

What's new

Improvement:

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

Full Changelog: elysiajs/elysia@1.3.13...1.3.14

1.3.13

What's changed

Bug fix:

  • important performance degration, exact mirror normalize doesn't apply correctly
  • normalize optional property with special character

Change:

  • update exact-mirror to 0.1.6

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

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:

... (truncated)

Changelog

Sourced from elysia's changelog.

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

1.3.13 - 18 Aug 2025

Bug fix:

  • important performance degration, exact mirror normalize doesn't apply correctly
  • normalize optional property with special character

Change:

  • update exact-mirror to 0.1.6

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

... (truncated)

Commits
  • fe59894 🔧 fix: ValidationError.detail only handle custom error
  • b99a587 🎉 feat: custom error
  • 145732a 🧹 chore: merge main
  • c522d67 🔧 fix: exact mirror normalize doesn't apply correctly
  • 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
  • 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.15.
- [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.15)

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

dependabot Bot commented on behalf of github Aug 25, 2025

Superseded by #158.

@dependabot dependabot Bot closed this Aug 25, 2025
@dependabot dependabot Bot deleted the dependabot/bun/elysia-1.3.15 branch August 25, 2025 23:42
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