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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps elysia from 1.1.21 to 1.2.25.

Release notes

Sourced from elysia's releases.

1.2.25

What's Changed

Bug fix:

  • #1108 use validation response instead of return type when schema is provided
  • #1105, #1003 invalid parsing body with missed fields if used object model

New Contributors

Full Changelog: elysiajs/elysia@1.2.24...1.2.25

1.2.24

What's new

Bug fix:

  • 200 object response is not inferring type in type-level
  • #1091 route is not defined when using trace

Full Changelog: elysiajs/elysia@1.2.23...1.2.24

1.2.23

What's new

Bug fix:

  • #1087 websocket to parse string array
  • #1088 infinite loop when inference body is empty

New Contributors

Full Changelog: elysiajs/elysia@1.2.22...1.2.23

1.2.22

What's new

Bug fix

  • #1074 hasTransform doesn't detect Transform on root
  • #873 encode before type check

Full Changelog: elysiajs/elysia@1.2.21...1.2.22

1.2.21

What's new

Bug fix:

  • #671 Transform inside t.Intersect isn't detected

Full Changelog: elysiajs/elysia@1.2.20...1.2.21

... (truncated)

Changelog

Sourced from elysia's changelog.

1.2.25 - 6 Mar 2025

Bug fix:

  • #1108 use validation response instead of return type when schema is provided
  • #1105, #1003 invalid parsing body with missed fields if used object model

1.2.24 - 2 Mar 2025

Bug fix:

  • 200 object response is not inferring type in type-level
  • #1091 route is not defined when using trace

1.2.23 - 25 Feb 2025

Bug fix:

  • #1087 websocket to parse string array
  • #1088 infinite loop when inference body is empty

1.2.22 - 24 Feb 2025

Bug fix:

  • #1074 hasTransform doesn't detect Transform on root
  • #873 encode before type check

1.2.21 - 22 Feb 2025

Bug fix:

  • #671 Transform inside t.Intersect isn't detected

1.2.20 - 22 Feb 2025

Bug fix:

  • #671 Transform query schema check fails
  • model type

1.2.19 - 22 Feb 2025

Bug fix:

  • #1078 array string default to '[]' instead of undefined

1.2.18 - 22 Feb 2025

Bug fix:

  • duplicated static route may cause index conflict resulting in incorrect route

1.2.17 - 21 Feb 2025

Bug fix:

  • .mount doesn't return pass entire request

1.2.16 - 21 Feb 2025

Improvement:

  • AfterHandler infer response type

Change:

  • #1068 update @sinclair/typebox to 0.34.27

Bug fix:

  • #1075 nested async plugins mismatch routes to handlers

... (truncated)

Commits
  • a35b26d 🎉 release: 1.2.25
  • cf45dba Merge pull request #1105 from ilyhalight/main
  • df518d6 🔧 fix: 1108
  • 2f7cf45 fix: invalid parsing body with missed fields if used object model (#1003)
  • 4ba6085 🎉 feat: release 1.2.24
  • 2f553cb 🔧 fix: trace with route
  • 84e0190 🔧 fix: remove literal status response for inline value
  • 6e2ea51 🎉 release: 1.2.23
  • 4362a2d 🎉 feat(websocket); parse array
  • 4ad6246 Merge pull request #1087 from hunterwilhelm/fix-ws-message-parse
  • 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.1.21 to 1.2.25.
- [Release notes](https://github.com/elysiajs/elysia/releases)
- [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md)
- [Commits](elysiajs/elysia@1.1.21...1.2.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant