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

fix(deps): update dependency elysia to ~0.7.0 #6754

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
elysia ~0.6.0 -> ~0.7.0 age adoption passing confidence

Release Notes

elysiajs/elysia (elysia)

v0.7.12

Compare Source

Bug fix:

  • Handle cookie expire time
  • Set default value of config.cookie.path to '/'

v0.7.11

Compare Source

Improvement:

  • Skip cookie validation if schema is empty object

Bug fix:

  • Accept cookie property from constructor when schema is not defined

v0.7.10

Compare Source

Bug fix:

  • handle FFI object in deepMerge, fix Prisma

v0.7.9

Compare Source

Bug fix:

  • async instance cause config to be undefined

v0.7.8

Compare Source

Bug fix:

  • async instance cause type conflict

v0.7.7

Compare Source

Bug fix:

  • #​210 t.Numeric allowing plain String
  • t.ObjectString allowing plain String
  • #​209 t.MaybeEmpty tolerate null and undefined
  • #​205 WebSocket routes not working in plugins
  • #​195, #​201 allow WebSocket destructuring

v0.7.6

Compare Source

Bug fix:

  • Separate return type by status

v0.7.5

Compare Source

Bug fix:

  • inject derive to GraceHandler

v0.7.4

Compare Source

Bug fix:

  • check for class-like object
  • add GraceHandler to access both app and context

v0.7.3

Compare Source

Bug fix:

  • resolve 200 by default when type is not provided

v0.7.2

Compare Source

Bug fix:

  • decorator and store is resolved as undefined in onError hook
  • deepMerge with Module object
  • Retain comment in .d.ts

v0.7.1

Compare Source

Bug fix:

  • Handle cookie expire time
  • Set default value of config.cookie.path to '/'

v0.7.0

Compare Source

Feature:

  • rewrite type
  • rewrite Web Socket
  • add mapper method
  • add affix, prefix, suffix
  • trace
  • typeBox.Transfom
  • rewrite Type.ElysiaMeta to use TypeBox.Transform
  • new type:
    • t.Cookie
    • t.ObjectString
    • t.MaybeEmpty
    • t.Nullable
  • add Context to onError
  • lifecycle hook now accept array function
  • true encapsulation scope

Improvement:

  • static Code Analysis now support rest parameter
  • breakdown dynamic router into single pipeline instead of inlining to static router to reduce memory usage
  • set t.File and t.Files to File instead of Blob
  • skip class instance merging
  • handle UnknownContextPassToFunction
  • #​157 WebSocket - added unit tests and fixed example & api by @​bogeychan
  • #​179 add github action to run bun test by @​arthurfiorette

Breaking Change:

  • remove ws plugin, migrate to core
  • rename addError to error

Change:

  • using single findDynamicRoute instead of inlining to static map
  • remove mergician
  • remove array routes due to problem with TypeScript

Bug fix:

  • strictly validate response by default
  • t.Numeric not working on headers / query / params
  • t.Optional(t.Object({ [name]: t.Numeric })) causing error
  • add null check before converting Numeric
  • inherits store to instance plugin
  • handle class overlapping
  • #​187 InternalServerError message fixed to "INTERNAL_SERVER_ERROR" instead of "NOT_FOUND" by @​bogeychan
  • #​167 mapEarlyResponse with aot on after handle

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from waghanza as a code owner September 25, 2023 13:33
@waghanza waghanza merged commit 720d3c4 into master Sep 25, 2023
@waghanza waghanza deleted the renovate/elysia-0.x branch September 25, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant