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

build(deps-dev): bump elysia from 1.1.0 to 1.1.20 #14

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 10, 2024

Bumps elysia from 1.1.0 to 1.1.20.

Release notes

Sourced from elysia's releases.

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

1.1.19

What's new

Bug fix:

  • unable to return error from derive/resolve

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

1.1.18

What's new

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

Full Changelog: elysiajs/elysia@1.1.17...1.1.18

1.1.17

What's new

Change:

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

Bug fix:

  • #838 invalid onAfterResponse typing
  • #855 Validation with Numeric & Number options doesn't work
  • #843 Resolve does not work with aot: false

Full Changelog: elysiajs/elysia@1.1.16...1.1.17

1.1.16

What's new

Bug fix:

  • separate between createStaticHandler and createNativeStaticHandler for maintainability
  • performance degradation using inline fetch on text static response and file

Full Changelog: elysiajs/elysia@1.1.15...1.1.16

1.1.15

What's new

... (truncated)

Changelog

Sourced from elysia's changelog.

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

Bug fix:

  • #838 invalid onAfterResponse typing
  • #855 Validation with Numeric & Number options doesn't work
  • #843 Resolve does not work with aot: false

1.1.16 - 23 Sep 2024

Bug fix:

  • separate between createStaticHandler and createNativeStaticHandler for maintainability
  • performance degradation using inline fetch on text static response and file

1.1.15 - 23 Sep 2024

Bug fix:

  • createStaticResponse unintentionally mutate set.headers

1.1.14 - 23 Sep 2024

Feature:

  • add auto-completion to Content-Type headers

Bug fix:

  • exclude file from Bun native static response until Bun support
  • set 'text/plain' for string if no content-type is set for native static response

1.1.13 - 18 Sep 2024

Feature:

Bug fix:

... (truncated)

Commits
  • fad6445 🎉 feat: merge guard and hook responses status
  • b4448bc 🎉 feat: merge guard and hook responses status
  • 93d457b 🔧 fix: unable to return error from derive/resolve
  • 37ba784 🔧 fix: type error
  • 80ef653 📘 refactor: error response
  • 9da8228 🎉 feat: coerce boolean to booleanString on root
  • f409e97 🎉 feat: coerce umeric on body root
  • b7d2914 🎉 feat: coerce root only
  • b91e08f 🔧 fix: #843
  • 955453f 🔧 fix: #855
  • 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.20.
- [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.20)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 10, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 14, 2024

Superseded by #17.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/elysia-1.1.20 branch October 14, 2024 15:41
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