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-dev): bump elysia from 1.1.0 to 1.1.25 #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Bumps elysia from 1.1.0 to 1.1.25.

Release notes

Sourced from elysia's releases.

1.1.25

What's Changed

Full Changelog: elysiajs/elysia@1.1.24...1.1.25

1.1.24

What's Changed

New Contributors

Full Changelog: elysiajs/elysia@1.1.23...1.1.24

1.1.23

What's new

Bug fix:

  • Handle object with .then even if it's not promise (looking at you, Drizzle)

Full Changelog: elysiajs/elysia@1.1.22...1.1.23

1.1.22

What's new

Bug fix:

  • Fix set-cookie to resent if value is accessed even without set

Full Changelog: elysiajs/elysia@1.1.21...1.1.22

1.1.21

What's new

Improvement:

  • infer 200 response from handle if not specified

Full Changelog: elysiajs/elysia@1.1.20...1.1.21

1.1.20

What's new

Bug fix:

  • merge guard and not specified hook responses status

Full Changelog: elysiajs/elysia@1.1.19...1.1.20

... (truncated)

Changelog

Sourced from elysia's changelog.

1.1.25 - 14 Nov 2024

Bug fix:

  • #908 boolean-string converted to string
  • #905 avoid response normailization side effects

Change:

  • don't minify identifiers in bun bundle

1.1.24 - 31 Oct 2024

Security:

Bug fix:

  • #885 unwrap transform errors
  • #903 typebox object schemas without properties key

1.1.23 - 22 Oct 2024

Bug fix:

  • Handle object with .then even if it's not promise (looking at you, Drizzle)

1.1.22 - 13 Oct 2024

Bug fix:

  • Fix set-cookie to resent if value is accessed even without set

1.1.21 - 13 Oct 2024

Improvement:

  • infer 200 response from handle if not specified

1.1.20 - 10 Oct 2024

Bug fix:

  • merge guard and not specified hook responses status

1.1.19 - 7 Oct 2024

Bug fix:

  • unable to return error from derive/resolve

1.1.18 - 4 Oct 2024

Breaking change:

  • remove automatic conversion of 1-level deep object with file field to formdata
    • migration: wrap a response with formdata
  • (internal): remove ELYSIA_RESPONSE symbol
  • (internal) error now use class ElysiaCustomStatusResponse instead of plain object

Improvement:

  • Optimize object type response mapping performance

1.1.17 - 29 Sep 2024

Change:

  • Coerce number to numeric on body root automatically
  • Coerce boolean to booleanString on body root automatically

... (truncated)

Commits
  • 0240b5a 🧹 chore: fix invalid type
  • 842f103 🧹 chore: merge main
  • 1bc60d7 🎉 release: 1.1.25
  • d52c0b1 🎉 release: 1.1.25
  • 6811268 Merge pull request #889 from crishoj/handle-custom-status-reponse-in-resolve-...
  • 7d94a7a Merge pull request #908 from 0xthierry/fix/convert-elysia-boolean-string-to-b...
  • b1aae8e Merge pull request #905 from crishoj/avoid-normalization-side-effects
  • 21d8ec5 Merge branch 'main' into avoid-normalization-side-effects
  • 6257252 fix: boolean-string converted to string
  • e715e00 🧹 chore: merge pr
  • 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.0 to 1.1.25.
- [Release notes](https://github.com/elysiajs/elysia/releases)
- [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md)
- [Commits](elysiajs/elysia@1.1...1.1.25)

---
updated-dependencies:
- dependency-name: elysia
  dependency-type: direct:development
  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 Nov 14, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants