-
Notifications
You must be signed in to change notification settings - Fork 245
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 driver adapters directory (patch) #4829
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WASM Query Engine file Size
|
CodSpeed Performance ReportMerging #4829 will not alter performanceComparing Summary
|
✅ WASM query-engine performance won't change substantially (1.015x)Full benchmark report
After changes in 7c5dfa8 |
renovate
bot
force-pushed
the
renovate/patch-driver-adapters-directory
branch
2 times, most recently
from
April 20, 2024 01:20
9e132f4
to
df5cae0
Compare
renovate
bot
force-pushed
the
renovate/patch-driver-adapters-directory
branch
from
April 23, 2024 13:36
df5cae0
to
7c5dfa8
Compare
Jolg42
approved these changes
Apr 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
0.64.18
->0.64.20
20.12.3
->20.12.7
5.1.0
->5.1.1
4.7.1
->4.7.2
5.4.3
->5.4.5
Release Notes
Effect-TS/effect (@effect/schema)
v0.64.20
Compare Source
Patch Changes
#2483
42b3651
Thanks @gcanti! - AddParseIssueTitle
annotation, closes #2482When a decoding or encoding operation fails, it's useful to have additional details in the default error message returned by
TreeFormatter
to understand exactly which value caused the operation to fail. To achieve this, you can set an annotation that depends on the value undergoing the operation and can return an excerpt of it, making it easier to identify the problematic value. A common scenario is when the entity being validated has anid
field. TheParseIssueTitle
annotation facilitates this kind of analysis during error handling.The type of the annotation is:
If you set this annotation on a schema and the provided function returns a
string
, then that string is used as the title byTreeFormatter
, unless amessage
annotation (which has the highest priority) has also been set. If the function returnsundefined
, then the default title used byTreeFormatter
is determined with the following priorities:identifier
title
description
ast.toString()
Example
In the examples above, we can see how the
parseIssueTitle
annotation helps provide meaningful error messages when decoding fails.v0.64.19
Compare Source
Patch Changes
#2471
58f66fe
Thanks @gcanti! - Class API: Added defaulttitle
annotation to the encoded side.Before:
After:
#2465
3cad21d
Thanks @gcanti! -length
now allows expressing a rangeExample
Updated dependencies [
dadc690
]:gvergnaud/ts-pattern (ts-pattern)
v5.1.1
Compare Source
What's Changed
Full Changelog: gvergnaud/ts-pattern@v5.1.0...v5.1.1
privatenumber/tsx (tsx)
v4.7.2
Compare Source
Microsoft/TypeScript (typescript)
v5.4.5
: TypeScript 5.4.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.4
: TypeScript 5.4.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.