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 Feb 24, 2025

Bumps elysia from 1.1.21 to 1.2.21.

Release notes

Sourced from elysia's releases.

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

Bug fix:

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

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

1.2.18

What's new

Bug fix:

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

Full Changelog: elysiajs/elysia@1.2.17...1.2.18

1.2.17

What's new

Bug fix:

  • .mount doesn't return pass entire request

Full Changelog: elysiajs/elysia@1.2.16...1.2.17

1.2.16

What's new

Improvement:

  • AfterHandler infer response type

Change:

  • #1068 update @sinclair/typebox to 0.34.27

... (truncated)

Changelog

Sourced from elysia's changelog.

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

1.2.15 - 19 Feb 2025

Bug fix:

  • #1067 recompile async plugin once registered
  • #1052 webSocket errors not getting catched by error handler
  • #1038 incorrect type inference with deferred modules leads to TypeErrors in runtime
  • #1015 using a model by name in route query leads to type mispatch, yet validation succeeds if doesn't use Ref
  • #1047 ampersand in URL search params is discarded
  • detect Transform inside t.Array in hasTransform

Improvement:

  • add test cases for hasTransform
  • hasTransform now supports Union, Intersect
  • remove redundant decodeURIComponent in nested query

1.2.14 - 17 Feb 2025

... (truncated)

Commits
  • db13eb1 🔧 fix: hasTransform doesn't detect when used in Intersect
  • 3fb45d6 🔧 fix: hasTransform doesn't detect when used in Intersect
  • 86ec566 🔧 fix: transform schema inside query
  • ef122b0 🔧 fix: models type
  • f09a775 🎉 feat: release 1.2.9
  • 0a7fd48 🎉 feat: release 1.2.9
  • d4b1a50 🎉 feat: release 1.2.18
  • 896b153 🎉 feat: release 1.2.18
  • 35ae4b6 🎉 feat: release 1.2.17
  • 0ece686 📘 doc: update changelog
  • 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.21.
- [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.21)

---
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 Feb 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2025

Superseded by #528.

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