Diary-SPO / core

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

build(deps): bump elysia from 1.1.12 to 1.1.14 in /apps/api #361

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 1 week ago

Bumps elysia from 1.1.12 to 1.1.14.

Release notes

Sourced from elysia's releases.

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
  • #810 wrong inference of response in afterResponse, includes status code

New Contributors

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

Changelog

Sourced from elysia's changelog.

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


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 2 days ago

Superseded by #376.