Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump elysia from 1.2.14 to 1.2.15 in /apps/api #68

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps elysia from 1.2.14 to 1.2.15.

Release notes

Sourced from elysia's releases.

1.2.15

What's new

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

Full Changelog: elysiajs/elysia@1.2.14...1.2.15

doro approved

Changelog

Sourced from elysia's changelog.

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
Commits
  • 7638167 🎉 feat: release
  • 4f5d41b 🔧 fix: Ampersand in URL search params is discarded
  • e038104 🔧 fix: handle transform if reference model doesn't have ref
  • f842e99 🔧 fix: websocket error handler
  • 34c0eee 🔧 fix: recompile async plugin once registered
  • 3b49789 🔧 fix: recompile async plugin once registered
  • 3ec51ed 🔧 fix: recompile async plugin once registered
  • 5c3cedc 🔧 fix: hasTransform doesn't detect import
  • 684c381 🔧 fix: #1038
  • f90a5e3 🧹 chore: update proxy example
  • 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.2.14 to 1.2.15.
- [Release notes](https://github.com/elysiajs/elysia/releases)
- [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md)
- [Commits](elysiajs/elysia@1.2.14...1.2.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2025
@github-actions github-actions bot requested a review from aacevski February 20, 2025 06:18
@aacevski aacevski merged commit 7bf8ad3 into main Feb 21, 2025
3 checks passed
@aacevski aacevski deleted the dependabot/npm_and_yarn/apps/api/elysia-1.2.15 branch February 21, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant