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 3, 2025

Bumps elysia from 1.1.21 to 1.2.24.

Release notes

Sourced from elysia's releases.

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

1.2.20

What's new

Bug fix:

  • #671 Transform query schema check fails
  • model type

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

1.2.19

What's new

... (truncated)

Changelog

Sourced from elysia's changelog.

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
  • #1073 file type validation not working
  • #1070 .mount is mutating the incoming request method
  • mount path is incorrect when using prefix with trailing *
  • #873 add experimental.encodeSchema for custom Transform Encode type

... (truncated)

Commits
  • 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
  • 86bc868 fix: ws message only parsing for numbers and objects
  • e19cfd3 🎉 release: 1.2.22
  • 009da8c 🔧 fix: #873
  • db13eb1 🔧 fix: hasTransform doesn't detect when used in Intersect
  • 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.24.
- [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.24)

---
updated-dependencies:
- dependency-name: elysia
  dependency-type: direct:development
  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 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2025

Superseded by #535.

@dependabot dependabot bot closed this Mar 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apps/web/elysia-1.2.24 branch March 10, 2025 05: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant