fix(deps): update dependency effect to v3.13.12#18
Merged
Conversation
0730c9a to
406f1eb
Compare
406f1eb to
c7165a7
Compare
c7165a7 to
59246db
Compare
|
jpb06
approved these changes
Mar 20, 2025
This file contains hidden or 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
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:
3.13.8->3.13.12Release Notes
Effect-TS/effect (effect)
v3.13.12Compare Source
Patch Changes
#4610
0c4803fThanks @gcanti! - Preserve specific annotations (e.g.,arbitrary) when usingSchema.typeSchema, closes #4609.Previously, annotations such as
arbitrarywere lost when callingSchema.typeSchemaon a transformation. This update ensures that certain annotations, which depend only on the "to" side of the transformation, are preserved.Annotations that are now retained:
examplesdefaultjsonSchemaarbitraryprettyequivalenceExample
Before
After
#4607
6f65ac4Thanks @gcanti! - Add support forjsonSchemaannotations onSymbolFromSelfindex signatures.Before
After
v3.13.11Compare Source
Patch Changes
#4601
fad8ccaThanks @gcanti! - Schema: enhance the internalformatUnknownfunction to handle various types including iterables, classes, and additional edge cases.Before
After
#4606
4296293Thanks @gcanti! - Fix issue with generic filters when generating arbitraries, closes #4605.Previously, applying a
filterto a schema when generating arbitraries could cause aTypeErrordue to missing properties. This fix ensures that arbitraries are generated correctly when filters are used.Before
After
#4587
9c241abThanks @gcanti! - Schema: simplifyStructandRecordreturn types.#4591
082b0c1Thanks @IMax153! - Improve clarity of theTimeoutExceptionerror message#4604
be12983Thanks @gcanti! - Add support for refinements toSchema.omit, closes #4603.Before
After
#4593
de88127Thanks @gcanti! - Schema: exportFieldtype.Useful for creating a type that can be used to add custom constraints to the fields of a struct.
v3.13.10Compare Source
Patch Changes
#4578
527c964Thanks @gcanti! - AllowtoStringMethod to Be Overridden in Schema Classes, closes #4577.Previously, attempting to override the
toStringmethod in schema classes caused aTypeErrorin the browser because the property was set as read-only (writable: false). This fix makestoStringwritable, allowing developers to override it when needed.v3.13.9Compare Source
Patch Changes
2976e52Thanks @giuliobracci! - FixMatch.tagsthrowing exception onundefinedinput valueConfiguration
📅 Schedule: Branch creation - "before 4am" (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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.