Skip to content

Conversation

@dependabot
Copy link

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

Bumps elysia from 1.1.0 to 1.1.23.

Release notes

Sourced from elysia's releases.

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

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

... (truncated)

Changelog

Sourced from elysia's changelog.

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

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

... (truncated)

Commits
  • 9007186 🔧 fix: handle .then
  • 243f8b5 🔧 fix: handle .then
  • 22b79ce 🔧 fix: set-cookie resent without set
  • cccd591 📘 feat: infer 200 response from handle if not specified
  • 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
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 22, 2024
Bumps [elysia](https://github.com/elysiajs/elysia) from 1.1.0 to 1.1.23.
- [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.23)

---
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 force-pushed the dependabot/npm_and_yarn/elysia-1.1.23 branch from 4d13103 to a0b2393 Compare October 31, 2024 14:03
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #26.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/elysia-1.1.23 branch November 1, 2024 16:02
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.

1 participant