Diary-SPO / core

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

build(deps): bump elysia from 1.1.12 to 1.1.17 in /apps/api #376

Open dependabot[bot] opened 2 days ago

dependabot[bot] commented 2 days ago

Bumps elysia from 1.1.12 to 1.1.17.

Release notes

Sourced from elysia's releases.

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: https://github.com/elysiajs/elysia/compare/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: https://github.com/elysiajs/elysia/compare/1.1.15...1.1.16

1.1.15

What's new

Bug fix:

  • createStaticResponse unintentionally mutate set.headers

Full Changelog: https://github.com/elysiajs/elysia/compare/1.1.14...1.1.15

1.1.14

What's Changed

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

Full Changelog: https://github.com/elysiajs/elysia/compare/1.1.13...1.1.14

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

... (truncated)

Changelog

Sourced from elysia's changelog.

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:

  • #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
Commits
  • 9da8228 :tada: feat: coerce boolean to booleanString on root
  • f409e97 :tada: feat: coerce umeric on body root
  • b7d2914 :tada: feat: coerce root only
  • b91e08f :wrench: fix: #843
  • 955453f :wrench: fix: #855
  • 7f27393 :wrench: fix: #838
  • f86021d :wrench: fix: #838
  • 6c1c1da :blue_book: feat: separate between createStaticResponse and createNativeStati...
  • 903c9ef :blue_book: feat: separate between createStaticResponse and createNativeStati...
  • b484b88 :blue_book: feat: separate between createStaticResponse and createNativeStati...
  • 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 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)