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.24 #26

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps elysia from 1.1.0 to 1.1.24.

Release notes

Sourced from elysia's releases.

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

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

... (truncated)

Changelog

Sourced from elysia's changelog.

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

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:

... (truncated)

Commits
  • e715e00 🧹 chore: merge pr
  • 491d894 Merge pull request #885 from crishoj/unwrap-transform-errors
  • a3ed6c1 Merge pull request #903 from 0xthierry/fix/additional-properties-for-typebox-...
  • 4db10c1 Merge pull request #891 from nathankleyn/upgrade-cookie-to-0.7.x
  • 6806347 fix: typebox object schemas without properties key
  • 1e5eb3c 🔧 fix: Upgrade Cookie to 0.7.x, fix CVE-2024-47764
  • 9007186 🔧 fix: handle .then
  • 243f8b5 🔧 fix: handle .then
  • babd91a 🔧 fix: unwrap transform errors (#882)
  • 22b79ce 🔧 fix: set-cookie resent without set
  • 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.24.
- [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.24)

---
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 Nov 1, 2024
Copy link
Author

dependabot bot commented on behalf of github Nov 14, 2024

Superseded by #33.

@dependabot dependabot bot closed this Nov 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/elysia-1.1.24 branch November 14, 2024 15:48
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