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

chore(deps): update dependency elysia to v1.2.12 #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
elysia 1.1.26 -> 1.2.12 age adoption passing confidence

Release Notes

elysiajs/elysia (elysia)

v1.2.12

Compare Source

Bug fix:

  • warn when non-existing macro is used
  • parser doesn't generate optimize instruction

v1.2.11

Compare Source

Feature:

  • Reduce memory usage:
    • Compressed lifecycle event
    • Avoid unnecessary declaration in compose.ts
    • Lazily build radix tree for dynamic router

Change:

  • Update TypeBox to 0.34.15

Bug fix:

  • #​1039 Elysia fails to start with an error inside its own code when using decorate twice with Object.create(null)
  • #​1005 Parsing malformed body with NODE_ENV 'production' results in UNKNOWN error
  • #​1037 Validation errors in production throw undefined is not an object (evaluating 'error2.schema')
  • #​1036 Support Bun HTML import

v1.2.10

Compare Source

Feature:

  • add shorthand property for macro function

Improvement:

  • use deuri instead of fast-decode-uri-component
  • #​985 MaybeEmpty and Nullable should have options args

Bug fix:

  • Macro function doesn't inherits local/scoped derive and resolve in type-level

v1.2.9

Compare Source

Bug fix:

  • Resolve macro unintentionally return instead of assign new context

v1.2.8

Compare Source

Bug fix:

  • #​966 generic error somehow return 200

v1.2.7

Compare Source

Bug fix:

  • macro doesn't work with guard
  • #​981 unable to deference schema, create default, and coerce value
  • #​966 error's value return as-if when thrown
  • #​964 InvalidCookieSignature errors are not caught by onError
  • #​952 onAfterResponse does not provide mapped response value unless aot is disabled
  • mapResponse.response is {} if no response schema is provided
  • Response doesn't reconcile when handler return Response is used with mapResponse
  • onError now accepts error as number when Elysia.error is thrown (but not returned)

v1.2.6

Compare Source

Bug fix:

  • mapResponse with onError caused compilation error

v1.2.5

Compare Source

Bug fix:

  • define universal/file in package export

v1.2.4

Compare Source

Bug fix:

  • performance regression from eager access abortSignal

v1.2.3

Compare Source

Bug fix:

  • #​973 Parsing malformed body results in UNKNOWN-Error instead of ParseError
  • #​971 remove top level import, use dynamic import instead
  • #​969 Invalid context on .onStart, .onStop
  • #​965 [Composer] failed to generate optimized handler. Unexpected identifier 'mapCompactResponse'
  • #​962 fix schema default value when AOT is of
  • decorator name with space is not working

v1.2.2

Compare Source

Bug fix:

  • conditional import and require

v1.2.1

Compare Source

Feature:

  • Compressed lifecycle event
  • Lazily build radix tree for dynamic router

v1.2.0

Compare Source

Feature:

  • Commitment to Universal Runtime Support
    • Node Adapter
    • Web Standard Adapter
    • Bun Adapter
    • Universal Utilities
  • Name parser
  • Add resolve support to Macro
  • Improve WebSocket
    • Support ping, pong and latest Bun feature
    • Match type declaration with Bun
    • Support for return, yield
    • Match Context type
    • Performance Improvement
      • Entire rewrite
      • bind over getter return
  • Infer 422 validation
  • Compilation minification
  • Validation Stuff
    • t.MaybeArray
  • Typebox Module & Nested model
    • Inline module

Improvement:

  • Memory Usage
    • [Internal] Register loosePath in compilation process to reduce memory usage and reduce registration time from O(2n) to O(n)
  • Try to accept and coerce different version of Elysia plugin
  • Event Listener now infers path parameter automatically based on scope
  • Add ‘scoped’ to bulk as for casting type to ‘scoped’ similar to ‘plugin’

Change:

  • Update cookie to 1.0.1
  • Update TypeBox to 0.33
  • content-length now accept number

Breaking Change:

  • [Internal] Remove router internal property static.http.staticHandlers
  • [Internal] Router history compile now link with history composed

v1.1.27

Compare Source

Bug fix:

  • #​963 array parser on query string when AOT is off
  • #​961 literal handler when AOT is off

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the bump label Dec 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.1.27 chore(deps): update dependency elysia to v1.2.0 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch 2 times, most recently from e526d6e to 7837fe1 Compare December 23, 2024 18:29
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.2.0 chore(deps): update dependency elysia to v1.2.2 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from 7837fe1 to 2d81bad Compare December 24, 2024 20:14
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.2.2 chore(deps): update dependency elysia to v1.2.5 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from 2d81bad to 11e2b2d Compare December 25, 2024 02:08
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.2.5 chore(deps): update dependency elysia to v1.2.6 Dec 25, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from 11e2b2d to a54f430 Compare December 26, 2024 22:48
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.2.6 chore(deps): update dependency elysia to v1.2.7 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch 2 times, most recently from ddbd5bc to ef99eda Compare December 27, 2024 18:03
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.2.7 chore(deps): update dependency elysia to v1.2.8 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from ef99eda to c144e57 Compare December 28, 2024 09:11
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.2.8 chore(deps): update dependency elysia to v1.2.9 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from c144e57 to 0ffa13f Compare December 30, 2024 12:30
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.2.9 chore(deps): update dependency elysia to v1.2.10 Jan 5, 2025
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from 0ffa13f to 5ebd06b Compare January 5, 2025 13:35
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from 5ebd06b to 69fc9e5 Compare February 1, 2025 20:38
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.2.10 chore(deps): update dependency elysia to v1.2.11 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from 69fc9e5 to ec8f92c Compare February 4, 2025 17:50
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.2.11 chore(deps): update dependency elysia to v1.2.12 Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants