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.13 #8

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps elysia from 1.1.0 to 1.1.13.

Release notes

Sourced from elysia's releases.

1.1.13

What's Changed

Feature:

Bug fix:

  • #830 Incorrect type for ws.publish
  • #827 returning a response is forcing application/json content-type
  • #821 handle "+" in query with validation
  • #820 params in hooks inside prefixed groups are incorrectly typed never
  • #819 setting cookie attribute before value cause cookie attribute to not be set
  • #810 wrong inference of response in afterResponse, includes status code

New Contributors

Full Changelog: elysiajs/elysia@1.1.12...1.1.13

1.1.12

Feature:

  • setup provenance publish
  • #808 add UnionEnum type with JSON schema enum usage
  • #807 add closeActiveConnections to Elysia.stop()

Bug fix:

  • #808 ArrayString type cast as Object instead of Array
  • config.nativeStaticResponse is not defined
Changelog

Sourced from elysia's changelog.

1.1.13 - 18 Sep 2024

Feature:

Bug fix:

  • #830 Incorrect type for ws.publish
  • #827 returning a response is forcing application/json content-type
  • #821 handle "+" in query with validation
  • #820 params in hooks inside prefixed groups are incorrectly typed never
  • #819 setting cookie attribute before value cause cookie attribute to not be set
  • #810 wrong inference of response in afterResponse, includes status code

1.1.12 - 4 Sep 2024

Feature:

  • setup provenance publish
  • #808 add UnionEnum type with JSON schema enum usage
  • #807 add closeActiveConnections to Elysia.stop()

Bug fix:

  • #808 ArrayString type cast as Object instead of Array
  • config.nativeStaticResponse is not defined

1.1.11 - 1 Sep 2024

Feature:

  • native Bun static response
    • can be disabled by setting app.config.nativeStaticResponse = false
  • #93 export TypeSystemPolicy
  • #752 tye coercion on dynamic mode

Bug fix:

  • #332 mount() does not preserve body when fetching through http server
  • Using as('plugin') cast cause derive key to be unknown

1.1.10 30 Aug 2024

Bug fix:

  • incorrect named export 'fasti-querystring' to 'fast-querystring'

1.1.9 - 28 Aug 2024

Change:

  • getter fields no longer stringified to JSON by default on returning response

Bug fix:

  • #796 ValueClone: Unable to clone value after 1.1.8 update
  • #795 Broken Dates after 1.1.8 update
  • #793 Unable to delete property. t.File()

1.1.8 - 27 Aug 2024

Feature:

  • #748 add standardHostname config

... (truncated)

Commits

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.13.
- [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.13)

---
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 Sep 18, 2024
Copy link
Author

dependabot bot commented on behalf of github Sep 23, 2024

Superseded by #9.

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/elysia-1.1.13 branch September 23, 2024 16:01
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