Diary-SPO / core

Дневник СПО — обёртка над дневником Сетевого города для СПО Томской области
MIT License
5 stars 0 forks source link

build(deps): bump elysia from 1.1.6 to 1.1.11 in /apps/api #328

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Bumps elysia from 1.1.6 to 1.1.11.

Changelog

Sourced from elysia's changelog.

1.1.11 - 1 Sep 2024

Feature:

  • native Bun native 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

Bug fix:

  • #787 #789 #737 Unexpected TypeError on NODE_ENV=production in mapValueError
  • #793 unable to delete property t.File()
  • #780 error from sending empty body multipart/form-data
  • #779 custom errors thrown in onRequest are not usable when caught in onError
  • #771 error from body-parser when sent Content-Type header without body
  • #679 plugin registered by async inline function don't work
  • #670 support for classes and getter fields

1.1.7 - 19 Aug 2024

Bug fix:

  • parseQuery is not parsing array on body

Change:

  • rename parseQuery to parseQueryFromURL
  • export fast-querystring.js path
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 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[bot] commented 4 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.