fix(deps): update dependency effect to v3.21.0#629
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency effect to v3.21.0#629renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
✅ Deploy Preview for angry-raman-7c44f6 canceled.
|
2df89fc to
e453f3f
Compare
e453f3f to
21e6f7b
Compare
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.19.19→3.21.0Release Notes
Effect-TS/effect (effect)
v3.21.0Compare Source
Minor Changes
#5780
f7bb09bThanks @kitlangton! - AddCron.prevand reverse iteration support, aligning next/prev lookup tables, fixing DST handling symmetry, and expanding cron backward/forward test coverage.#5780
bd7552aThanks @mattiamanzati! - Add type-level utils to asserting layer types#5780
ad1a7ebThanks @schickling! - RcMap: support dynamicidleTimeToLivevalues per keyThe
idleTimeToLiveoption can now be a function that receives the key and returns a duration, allowing different TTL values for different resources.#5780
0d32048Thanks @mikearnaldi! - Fix annotateCurrentSpan, add Effect.currentPropagatedSpanPatch Changes
#5780
0d32048Thanks @mikearnaldi! - Add logs to first propagated span, in the following case before this fix the log would not be added to thepspan becauseEffect.fnadds a fake span for the purpose of adding a stack frame.v3.20.1Compare Source
Patch Changes
#6133
add06f4Thanks @aniravi24! - FixEqual.equalscrash when comparingnullvalues insidestructuralRegion. Added null guard beforeObject.getPrototypeOfcalls to preventTypeError: Cannot convert undefined or null to object.#6093
a03b6a2Thanks @luchersou! - avoid class for PrettyError to preserve error.namev3.20.0Compare Source
Minor Changes
8798a84Thanks @mikearnaldi! - Fix scheduler task draining to isolateAsyncLocalStorageacross fibers.Patch Changes
#6107
fc82e81Thanks @gcanti! - BackportTypes.VoidIfEmptyto 3.x#6088
82996bcThanks @taylorOntologize! - Schema: fixSchema.omitproducing wrong result on Struct withoptionalWith({ default })and index signaturesgetIndexSignaturesnow handlesTransformationAST nodes by delegating toast.to, matching the existing behavior ofgetPropertyKeysandgetPropertyKeyIndexedAccess. Previously,Schema.omiton a struct combiningSchema.optionalWith(with{ default },{ as: "Option" }, etc.) andSchema.Recordwould silently take the wrong code path, returning a Transformation with property signatures instead of a TypeLiteral with index signatures.#6086
4d97a61Thanks @taylorOntologize! - Schema: fixgetPropertySignaturescrash on Struct withoptionalWith({ default })and other Transformation-producing variantsSchemaAST.getPropertyKeyIndexedAccessnow handlesTransformationAST nodes by delegating toast.to, matching the existing behavior ofgetPropertyKeys. Previously, callinggetPropertySignatureson aSchema.StructcontainingSchema.optionalWithwith{ default },{ as: "Option" },{ nullable: true }, or similar options would throw"Unsupported schema (Transformation)".#6097
f6b0960Thanks @gcanti! - Fix TupleWithRest post-rest validation to check each tail index sequentially.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 is behind base branch, 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.