-
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
chore(deps): update dependency effect to v3.10.15 #120
Conversation
🦋 Changeset detectedLatest commit: 50fae4c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
1e250aa
to
e7974c3
Compare
e7974c3
to
b476af9
Compare
Upgraded the package manager to pnpm 9.14.2 from 9.13.2. This ensures compatibility with the latest engine requirements and improvements. Signed-off-by: suddenlyGiovanni <[email protected]>
Upgrade @types/node from version 22.9.0 to 22.9.1 in package.json and pnpm-lock.yaml. This ensures compatibility and includes the latest type definitions. Signed-off-by: suddenlyGiovanni <[email protected]>
Upgraded @changesets/cli to version 2.27.10 and updated related dependencies to latest versions. This ensures compatibility and leverages recent improvements and bug fixes. Signed-off-by: suddenlyGiovanni <[email protected]>
Updated vitest dependencies from 2.1.4 to 2.1.5, and rollup from 4.24 .0 to 4.27.3. This ensures compatibility with the latest features and bug fixes. Signed-off-by: suddenlyGiovanni <[email protected]>
Signed-off-by: suddenlyGiovanni <[email protected]>
Updated the effect peer dependency from version 3.10.4 to 3.10.15. This ensures compatibility with the latest features and fixes in the effect library. Signed-off-by: suddenlyGiovanni <[email protected]>
Updates the `effect` dependency to version 3.10.15 in the `@suddenlygiovanni/resume` package. This change ensures compatibility with the latest features and fixes. Signed-off-by: suddenlyGiovanni <[email protected]>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
3.10.4
->3.10.15
Release Notes
Effect-TS/effect (effect)
v3.10.15
Compare Source
Patch Changes
#3936
8398b32
Thanks @tim-smart! - allow DateTime.makeZoned to default to the local time zone#3917
72e55b7
Thanks @SuttonKyle! - Allow Stream.split to use refinement for better type inferencev3.10.14
Compare Source
Patch Changes
#3920
f983946
Thanks @gcanti! - remove redundant check inJSONNumber
declaration#3924
2d8a750
Thanks @tim-smart! - ensure a ManagedRuntime can be built synchronouslyv3.10.13
Compare Source
Patch Changes
995bbdf
Thanks @arijoon! - Schema.BigDecimal Arbitrary's scale limited to the range 0-18v3.10.12
Compare Source
Patch Changes
dd14efe
Thanks @tim-smart! - allow pool items te be used while being acquiredv3.10.11
Compare Source
Patch Changes
5eef499
Thanks @tim-smart! - cache Schema.Class AST once generatedv3.10.10
Compare Source
Patch Changes
#3893
cd720ae
Thanks @tim-smart! - support "dropping" & "sliding" strategies in Mailbox#3893
cd720ae
Thanks @tim-smart! - add Mailbox.fromStream api#3886
b631f40
Thanks @fubhy! - OptimizedBase64.decode
by not capturing the padding characters in the underlying array buffer.Previously, the implementation first captured the padding characters in the underlying array buffer and
then returned a new subarray view of the buffer with the padding characters removed.
By not capturing the padding characters, we avoid the creation of another typed array instance for the
subarray view.
v3.10.9
Compare Source
Patch Changes
#3883
a123e80
Thanks @tim-smart! - add FromIterator primitive to improve Effect.gen performance#3880
bd5fcd3
Thanks @tim-smart! - refactor Effect.gen to improve performance#3881
0289d3b
Thanks @tim-smart! - implement Effect.suspend using OP_COMMIT#3862
7386b71
Thanks @furrycatherder! - fix the type signature ofuse
in Effect.Service#3879
4211a23
Thanks @IMax153! - Return a sequential cause when both theuse
andrelease
fail inEffect.acquireUseRelease
v3.10.8
Compare Source
Patch Changes
#3868
68b5c9e
Thanks @tim-smart! - move _op check out of the fiber hot path#3849
9c9928d
Thanks @patroza! - improve: use literalkey
on Service#3872
6306e66
Thanks @KhraksMamtsov! - FixConfig.integer
&Config.number
#3869
361c7f3
Thanks @KhraksMamtsov! - jsdoc-examples for class-based APIs have been added, e.g.Schema.TaggedError
,Effect.Service
and othersv3.10.7
Compare Source
Patch Changes
#3867
33f5b9f
Thanks @tim-smart! - ensure Channel.mergeWith fibers can be interrupted#3865
50f0281
Thanks @tim-smart! - fix memory leak in Stream.retryv3.10.6
Compare Source
Patch Changes
ce1c21f
Thanks @KhraksMamtsov! - fixTag.Proxy
typev3.10.5
Compare Source
Patch Changes
#3841
3a6d757
Thanks @KhraksMamtsov! - Support union of parameters in functions inEffect.Tag.Proxy
type#3845
59d813a
Thanks @tim-smart! - ensure fiber refs are not inherited by ManagedRuntimeConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (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.