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.10 #148

Open
wants to merge 1 commit into
base: master
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.27 -> >= 1.2.10 age adoption passing confidence
elysia ^1.1.27 -> ^1.2.10 age adoption passing confidence

Release Notes

elysiajs/elysia (elysia)

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

Bug fix:

  • conditional import for fs
  • object macro parameter maybe array
  • optional return for macro

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

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 these updates 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 enabled auto-merge (squash) December 23, 2024 16:48
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from d286074 to 0e68612 Compare December 23, 2024 18:49
@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 0e68612 to 5fff3f9 Compare December 24, 2024 18:47
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.2.2 chore(deps): update dependency elysia to v1.2.3 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from 5fff3f9 to 3a33f32 Compare December 24, 2024 23:05
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.2.3 chore(deps): update dependency elysia to v1.2.6 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from 3a33f32 to c7eb3e3 Compare December 27, 2024 14:11
@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 from c7eb3e3 to 9b14473 Compare December 27, 2024 19:49
@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 9b14473 to 1c63fe8 Compare December 28, 2024 08:16
@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 1c63fe8 to 9d68043 Compare December 28, 2024 15:15
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from 9d68043 to 593ba3c Compare January 5, 2025 13:37
@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 5 times, most recently from 653f65e to bb1449f Compare January 15, 2025 09:44
@renovate renovate bot force-pushed the renovate/elysia-1.x branch 7 times, most recently from 40f156e to a02971b Compare January 22, 2025 22:07
@renovate renovate bot force-pushed the renovate/elysia-1.x branch 2 times, most recently from e820e3c to cf216fc Compare January 26, 2025 13:54
@renovate renovate bot force-pushed the renovate/elysia-1.x branch from cf216fc to 8b91661 Compare January 26, 2025 20:22
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.

0 participants