chore(deps): update dependency elysia to v1.0.22 #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>= 1.0.0
->>= 1.0.22
^1.0.20
->^1.0.22
Release Notes
elysiajs/elysia (elysia)
v1.0.22
Compare Source
Breaking Change:
/
Feature:
form
utility for returning explicit formdataformdata
Bug fix:
Bun.file
by specifyingt.File()
andt.Object({ any: t.File() })
as a responsev1.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 })
acceptsstring | number | boolean | Object
instead ofstring
t.type({ error })
returnstring | number | boolean | Object | void
instead ofstring
errors: ValueError[]
tot.type({ error({ errors }) {} })
Bug fix:
aot: false
aot: true
onError
v1.0.20
Compare Source
Bug fix:
v1.0.19
Compare Source
Bug fix:
v1.0.18
Compare Source
Feature:
Bug fix:
v1.0.17
Compare Source
Improvement:
v1.0.16
Compare Source
Bug fix:
v1.0.15
Compare Source
Feature:
redirect
function toContext
Improvement:
Change:
isArrowReturn
toseparateFunction
query
is not foundChange:
type
is specifiedcontentType
to contextcontentType
as 2ndparse
parameterBug fix:
parse
,type
,body
generate invalid syntaxv1.0.14
Compare Source
Improvement:
Bug fix:
v1.0.13
Compare Source
v1.0.12
Compare Source
Improvement:
InferContext
andInferHandler
Bug fix:
console.log
incompile
v1.0.11
Compare Source
Bug fix:
v1.0.10
Compare Source
Bug fix:
v1.0.9
Compare Source
Feature:
Elysia.config.detail
constructorElysia.tags
to constructor,LocalHook
Bug fix:
precompile: false
creating unnecessary instructionv1.0.8
Compare Source
Feature:
normalize
configImprovement:
Bug fix:
v1.0.7
Compare Source
Feature:
Improvement:
Bug fix:
v1.0.6
Compare Source
Bug fix:
v1.0.5
Compare Source
Improvement:
mapResponse
to MacroManagerBug fix:
v1.0.4
Compare Source
Improvement:
v1.0.3
Compare Source
Improvement:
Bug fix:
error
doesn't accept the responsev1.0.2
Compare Source
Breaking Change:
/
Feature:
form
utility for returning explicit formdataformdata
Bug fix:
Bun.file
by specifyingt.File()
andt.Object({ any: t.File() })
as a responsev1.0.1
Compare Source
Bug fix:
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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.