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.8.0 #101

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, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
elysia ^0.7.15 -> ^0.8.0 age adoption passing confidence

Release Notes

elysiajs/elysia (elysia)

v0.8.17

Compare Source

Feature:

  • #​474 Numeric Cookie with length >= 16 cant be parsed to number
  • #​476 Using a query key that contains a hyphen or a dot raises a SyntaxError
  • #​460
    • #​458 Multiple scoped plugins do not register routes
    • #​457 Elysia arguments scoped and prefix do not work at the same time

Change:

  • #​472 Move documentation issue template to documentation repository

v0.8.16

Compare Source

Feature:

Bug fix:

  • #​451 handle spread operator use on possible null or undefined
  • #​460
    • #​457 scoped plugin instances now respect the prefix property
    • #​458 adding a second scoped plugin does not unmount the route handler of a previously added scoped instance anymore.

v0.8.15

Compare Source

Bug fix:

  • #​451 macro does not run when it should (macro deduplication)
  • #​450 Local hook parse doesn't get executed with aot: false

v0.8.14

Compare Source

Bug fix:

  • types are missing in exports.*
  • #​441 Vite doesn't get bundle without main

v0.8.13

Compare Source

Bug fix:

  • types is not import
  • bun build regression on export * from '@​sinclair/typebox/system'
  • update memoirist to use mjs

v0.8.12

Compare Source

Change:

  • using .mjs for es module

v0.8.11

Compare Source

Change:

  • using tsup instead of swc
  • #​441 remove nanoid, using web crypto randomInt instead

Bug fix:

  • #​446 numeric string check to use Number instead of parseInt
  • #​445 empty body custom response when set.headers is empty

v0.8.10

Compare Source

Bug fix:

  • #​440 query params with + sign did not get converted
  • #​433 remove crypto, unblock vite bundling, cloudflare worker support
  • #​422 add check for instanceof if constructor.name doesn't match

v0.8.9

Compare Source

Bug fix:

  • macro panic

v0.8.8

Compare Source

Bug fix:

  • Add TypeBox back to Bun bundle

v0.8.7

Compare Source

Improvement:

  • #​385 If error is instanceof Response, respond with it

Bug fix:

  • onRequest doesn't early return
  • handle thrown error function
  • #​373 cookie is not set when File is return
  • #​379 WebSocket: Sending a space character ' ' receives 0
  • #​317 Exclude TypeBox from bundling

v0.8.6

Compare Source

Bug fix:

  • body without default value thrown Object.assign error

v0.8.5

Compare Source

Bug fix:

  • Bun entry point

v0.8.4

Compare Source

Bug fix:

  • macro caused an Object.entries cannot be undefined
  • mapResponse and afterHandle missing decorators

v0.8.3

Compare Source

Bug fix:

  • add early return on isContextPassToFunction for static content to prevent invalid regex

v0.8.2

Compare Source

Bug fix:

  • ctx.path and ctx.qi is missing when using onRequest

v0.8.1

Compare Source

Feature:

  • #​474 Numeric Cookie with length >= 16 cant be parsed to number
  • #​476 Using a query key that contains a hyphen or a dot raises a SyntaxError
  • #​460
    • #​458 Multiple scoped plugins do not register routes
    • #​457 Elysia arguments scoped and prefix do not work at the same time

Change:

  • #​472 Move documentation issue template to documentation repository

v0.8.0

Compare Source

Feature:

  • headers initialization function
  • macro
  • static content
  • default property
  • error function
  • add stack trace to plugin checksum configurable by config.analytic (default to false)
  • new life-cycle
    • resolve: derive after validation
    • mapResponse: custom response mapping

Improvement:

  • lazy query reference
  • add content-range header to File and Blob by default if etag is not used
  • update TypeBox to 0.32
  • override lifecycle response of be and af

Breaking Change:

  • afterHandle no longer early return

Change:

  • change validation response to JSON
  • differentiate derive from decorator['request'] as decorator['derive']
  • derive now don't show infer type in onRequest

Bug fix:

  • remove headers, path from PreContext
  • remove derive from PreContext
  • Elysia type doesn't output custom error
  • onStart doesn't reflect server

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/elysia-0.x branch 2 times, most recently from 26a7410 to 419c78c Compare March 30, 2024 06:06
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