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.0.22 #79

Merged
merged 1 commit into from
May 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
elysia 1.0.6 -> 1.0.22 age adoption passing confidence

Release Notes

elysiajs/elysia (elysia)

v1.0.22

Compare Source

Breaking Change:

  • set default cookie path to /

Feature:

  • add form utility for returning explicit formdata
  • add object with image to return as formdata

Bug fix:

  • return Bun.file by specifying t.File() and t.Object({ any: t.File() }) as a response

v1.0.21

Compare Source

Breaking Change:

  • t.type({ error }) now accepts (error: ({ type, validator, value, errors }) => unknown) instead of (error: (type, validator, value) => unknown)

Improvement:

  • t.type({ error }) accepts string | number | boolean | Object instead of string
  • t.type({ error }) return string | number | boolean | Object | void instead of string
  • add errors: ValueError[] to t.type({ error({ errors }) {} })

Bug fix:

  • #​644 redirect doesn't work with aot: false
  • #​641 cookie schema validation doesn't work with aot: true
  • #​615 highlight derive and resolve when using onError

v1.0.20

Compare Source

Bug fix:

  • macro is not inherits inside group

v1.0.19

Compare Source

Bug fix:

  • remove set.clone spread operator for mapping Response

v1.0.18

Compare Source

Feature:

  • add support for partitioned cookie

Bug fix:

  • recursive MacroToProperty type on unknown macro

v1.0.17

Compare Source

Improvement:

  • add context.url to get full URL string (including query)
  • reduce query parsing instruction

v1.0.16

Compare Source

Bug fix:

  • ratelimit#28 trace hang when using server-timing with rate-limit plugin

v1.0.15

Compare Source

Feature:

  • add redirect function to Context

Improvement:

  • sucrose: remove unreachable query bracket check, reduce bracket instruction
  • sucrose: query accessor keyword check at initialization instead of in loop
  • sucrose: remove accessor check
  • sucrose: skip query check for immediate return

Change:

  • sucrose: add isArrowReturn to separateFunction
  • sucrose: skip inference queries check if query is not found

Change:

  • allow custom parser when type is specified
  • add contentType to context
  • soft deprecate contentType as 2nd parse parameter

Bug fix:

  • #​622 sucrose: mistake cookie for query
  • duplicate format found
  • using parse, type, body generate invalid syntax

v1.0.14

Compare Source

Improvement:

  • #​596 account for 20x response status schemas for type safety

Bug fix:

  • #​615
  • 588 separate async derive/resolve function doesn't get await
  • primitive thrown result in invalid type

v1.0.13

Compare Source

v1.0.12

Compare Source

Improvement:

  • export InferContext and InferHandler

Bug fix:

  • remove accidental console.log in compile

v1.0.11

Compare Source

Bug fix:

  • possibly fix for "Duplicate type kind 'Files' detected"
  • add ajv-formats
  • #​562 %26 (&) to be interpreted as & (query separator)

v1.0.10

Compare Source

Bug fix:

  • ServerTiming#1 late beforeHandle on set trace inference doesn't produce exit instruction

v1.0.9

Compare Source

Feature:

  • Elysia.config.detail constructor
  • shorthand Elysia.tags to constructor, LocalHook
  • guard inherits detail

Bug fix:

  • inference link on precompile: false creating unnecessary instruction

v1.0.8

Compare Source

Feature:

Improvement:

  • Scope cookie instruction to route level instead of global config
  • #​557 cache tsc buildinfo for running faster
  • #​551 use AnyElysia instead of inline Elysia

Bug fix:

  • #​564 Fixing "ReadableStream is locked"
  • #​552 fix: shift promise in PromiseGroup even when rejected

v1.0.7

Compare Source

Feature:

  • add Elysia.propagate to propagate hook type from 'local' to 'scoped'

Improvement:

  • remove function.$elysia
  • remove function extension

Bug fix:

  • duplicate macro call
  • #​548 additional case for "accessing all query params using property name (ctx.query) doesn't work anymore"
  • #​599 plugin with scoped settings not functioning correctly

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am" (UTC).

🚦 Automerge: Enabled.

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 added the bump bump deps label Mar 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.7 chore(deps): update dependency elysia to v1.0.9 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch 2 times, most recently from 2983d2e to 6166632 Compare March 29, 2024 20:02
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.9 chore(deps): update dependency elysia to v1.0.10 Mar 29, 2024
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.10 chore(deps): update dependency elysia to v1.0.11 Apr 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.11 chore(deps): update dependency elysia to v1.0.13 Apr 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.13 chore(deps): update dependency elysia to v1.0.14 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch 2 times, most recently from 669f355 to 3936038 Compare April 26, 2024 20:34
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.14 chore(deps): update dependency elysia to v1.0.15 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch 2 times, most recently from 78941a3 to c800471 Compare May 2, 2024 09:56
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.15 chore(deps): update dependency elysia to v1.0.16 May 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.16 chore(deps): update dependency elysia to v1.0.17 May 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.17 chore(deps): update dependency elysia to v1.0.18 May 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.18 chore(deps): update dependency elysia to v1.0.19 May 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.19 chore(deps): update dependency elysia to v1.0.20 May 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.20 chore(deps): update dependency elysia to v1.0.21 May 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency elysia to v1.0.21 chore(deps): update dependency elysia to v1.0.22 May 23, 2024
@renovate renovate bot force-pushed the renovate/elysia-1.x branch 2 times, most recently from c0c04c1 to 3396c64 Compare May 23, 2024 14:18
@kravetsone kravetsone merged commit f16736d into main May 23, 2024
@renovate renovate bot deleted the renovate/elysia-1.x branch May 23, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump bump deps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant