-
Notifications
You must be signed in to change notification settings - Fork 0
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 dependency effect to v3.12.7 - autoclosed #1210
Conversation
|
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
119150f
to
0b6c800
Compare
0b6c800
to
952d657
Compare
952d657
to
c75cf42
Compare
c75cf42
to
813e04d
Compare
813e04d
to
b2b3903
Compare
b2b3903
to
e74844f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 472 in e74844f
'@babel/helper-optimise-call-expression@7.25.9': |
e74844f
to
6d77a79
Compare
6d77a79
to
f03edec
Compare
f03edec
to
e5c941d
Compare
e5c941d
to
ba13f5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5860 in ba13f5c
'@babel/helper-optimise-call-expression': 7.25.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5891 in ba13f5c
'@babel/helper-optimise-call-expression@7.25.9': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5901 in ba13f5c
'@babel/helper-optimise-call-expression': 7.25.9 |
This PR contains the following updates:
3.12.4
->3.12.7
Release Notes
Effect-TS/effect (effect)
v3.12.7
Compare Source
Patch Changes
8dff1d1
Thanks @KhraksMamtsov! - Fix: Cannot find name 'MissingSelfGeneric'.v3.12.6
Compare Source
Patch Changes
#4307
289c13b
Thanks @gcanti! - Schema: Enhance error messages for discriminated unions.Before
After
#4298
8b4e75d
Thanks @KhraksMamtsov! - Added type-level validation for theEffect.Service
function to ensure theSelf
generic parameter is provided. If the generic is missing, theMissingSelfGeneric
type will be returned, indicating that the generic parameter must be specified. This improves type safety and prevents misuse of theEffect.Service
function.#4292
fc5e0f0
Thanks @gcanti! - ImproveUnknownException
error messagesUnknownException
error messages now include the name of the Effect api thatcreated the error.
#4309
004fd2b
Thanks @gcanti! - Schema: Enforce Finite Durations inDurationFromNanos
.This update ensures that
DurationFromNanos
only accepts finite durations. Previously, the schema did not explicitly enforce this constraint.A filter has been added to validate that the duration is finite.
#4314
b2a31be
Thanks @gcanti! - Duration: makeDurationValue
properties readonly.#4287
5514d05
Thanks @gcanti! - Array: FixEither
import and correctpartition
example.#4301
bf5f0ae
Thanks @gcanti! - Schema: FixBigIntFromNumber
to enforce upper and lower bounds.This update ensures the
BigIntFromNumber
schema adheres to safe integer limits by applying the following bounds:#4228
3b19bcf
Thanks @fubhy! - Fixed conflictingParseError
tags betweenCron
andSchema
#4294
b064b3b
Thanks @tim-smart! - ensure cause is rendered in FiberFailure#4307
289c13b
Thanks @gcanti! - Schema: Add Support for Infinity inDuration
.This update adds support for encoding
Duration.infinity
inSchema.Duration
.Before
Attempting to encode
Duration.infinity
resulted in aParseError
due to the lack of support forInfinity
inSchema.Duration
:After
The updated behavior successfully encodes
Duration.infinity
as[ -1, 0 ]
:#4300
f474678
Thanks @gcanti! - Schema: updatepluck
type signature to respect optional fields.Before
After
#4296
ee187d0
Thanks @gcanti! - fix: updateCause.isCause
type from 'never' to 'unknown'v3.12.5
Compare Source
Patch Changes
#4273
a8b0ddb
Thanks @gcanti! - Arbitrary: Fix bug adjusting array constraints for schemas with fixed and rest elementsThis fix ensures that when a schema includes both fixed elements and a rest element, the constraints for the array are correctly adjusted. The adjustment now subtracts the number of values generated by the fixed elements from the overall constraints.
#4259
507d546
Thanks @gcanti! - Schema: improve error messages for invalid transformationsBefore
After
#4273
a8b0ddb
Thanks @gcanti! - Schema: Extend Support for Array filters, closes #4269.Added support for
minItems
,maxItems
, anditemsCount
to all schemas whereA
extendsReadonlyArray
, includingNonEmptyArray
.Example
#4257
8db239b
Thanks @gcanti! - Schema: CorrectBigInt
andBigIntFromNumber
identifier annotations to follow naming conventions#4276
84a0911
Thanks @tim-smart! - fix formatting of time zone offsets that round to 60 minutes#4276
84a0911
Thanks @tim-smart! - ensure DateTimeZonedFromSelf arbitrary generates in the range supported by the time zone database#4267
3179a9f
Thanks @tim-smart! - ensure DateTime.Zoned produces valid dates#4264
6cb9b76
Thanks @gcanti! - Relocate theIssue
definition fromplatform/HttpApiError
toSchema
(renamed asArrayFormatterIssue
).#4266
1fcbe55
Thanks @gcanti! - Schema: Replace theTimeZoneFromSelf
interface with a class definition and fix the arbitraries forDateTimeUtcFromSelf
andDateTimeZonedFromSelf
(fc.date({ noInvalidDate: true })
).#4279
d9a63d9
Thanks @tim-smart! - improve performance of Effect.forkInConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.