Skip to content

chore(deps-dev): bump effect from 4.0.0-rc.109 to 4.0.0-rc.111 - #1909

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/effect-4.0.0-rc.111
Open

chore(deps-dev): bump effect from 4.0.0-rc.109 to 4.0.0-rc.111#1909
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/effect-4.0.0-rc.111

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps effect from 4.0.0-rc.109 to 4.0.0-rc.111.

Release notes

Sourced from effect's releases.

effect@4.0.0-rc.111

Patch Changes

  • #7311 0ce3b00 Thanks @​fubhy! - Reject graph shortest-path calculations that overflow or underflow the finite number range.

  • #7352 d846331 Thanks @​nikhilsnayak! - Preserve the Context.mapUnsafe accessor when code is compiled with loose object spread transforms.

  • #7300 f93616f Thanks @​fubhy! - Fix graph index exhaustion, A* path consistency, snapshot validation, Mermaid line endings, and topological initials.

  • #7336 16bf1ef Thanks @​gcanti! - Compact JSON Schema check constraints when they can be safely merged without keyword collisions.

  • #7360 d568968 Thanks @​gcanti! - Add configurable schema representation reference policies and propagate them through JSON Schema and OpenAPI generation. By default, only schemas with resolved identifiers become references. Closes #7357.

  • #7304 bc06292 Thanks @​fubhy! - Add graph snapshots, low-link connectivity analysis, bipartite matching, maximum flow, and minimum cut APIs.

  • #7364 e03ea90 Thanks @​kitlangton! - Fix Deferred completion skipping waiters when an earlier waiter dies during resume. Completing a Deferred with an interrupt cause kills a suspended waiter synchronously inside its resume; the dying waiter's await cleanup spliced the shared resumes array mid-iteration, so the next waiter was never resumed and hung forever. Completion now clears resumes before resuming waiters.

  • #7347 9b10fc8 Thanks @​tim-smart! - Shut down the internal effects queue when ordered concurrent channel mapping closes.

  • #7335 770c6d0 Thanks @​tim-smart! - Fix Effect.fn binding the final transform as the generator body when using the { self } overload.

  • #7344 7425bcb Thanks @​tim-smart! - Ensure fiber observer cancellation during exit does not skip remaining observers.

  • #7301 563815a Thanks @​fubhy! - Preserve depth-first traversal order with finite radii and validate A* heuristics for trivial paths.

  • #7350 1e83ca1 Thanks @​tim-smart! - Align in-memory workflow interrupt finalization with the cluster workflow engine.

  • #7316 550a41a Thanks @​tim-smart! - Update dependencies across the Effect workspace.

  • #7306 45d79c7 Thanks @​fubhy! - Add bulk node and edge removal operations, and disallow graph mutations from callbacks that traverse or transform the same graph.

  • #7317 aac8584 Thanks @​tim-smart! - Fix Match.value terminal combinators failing to typecheck when the input contains a generic type parameter.

    The fifth type argument of Matcher for value matchers is now ValueFlavor, and ValueMatcher has a seventh flavor argument; update hand-written annotations accordingly.

  • #7361 7f87022 Thanks @​tim-smart! - Merge effect and finalizer failures during cleanup, preserving other failures alongside Cause.Done.

  • #7326 425457c Thanks @​tim-smart! - Emit mixed struct and record schema types as intersections, preventing optional properties in open OpenAPI objects from conflicting with their index signature.

  • #7324 008c423 Thanks @​tim-smart! - Allow path-level common parameters in OpenAPI generator input types.

  • #7359 4f6ae04 Thanks @​gcanti! - Add dual standalone functions for reading and updating values through optics, closes #7299.

  • #7250 b6b63e1 Thanks @​xianjianlf2! - Preserve JSON.rawJSON values when cloning cached OpenAPI specs.

  • #7351 92922ee Thanks @​tim-smart! - Preserve unsafe in-memory workflow interrupts across replay.

... (truncated)

Changelog

Sourced from effect's changelog.

4.0.0-rc.111

Patch Changes

  • #7311 0ce3b00 Thanks @​fubhy! - Reject graph shortest-path calculations that overflow or underflow the finite number range.

  • #7352 d846331 Thanks @​nikhilsnayak! - Preserve the Context.mapUnsafe accessor when code is compiled with loose object spread transforms.

  • #7300 f93616f Thanks @​fubhy! - Fix graph index exhaustion, A* path consistency, snapshot validation, Mermaid line endings, and topological initials.

  • #7336 16bf1ef Thanks @​gcanti! - Compact JSON Schema check constraints when they can be safely merged without keyword collisions.

  • #7360 d568968 Thanks @​gcanti! - Add configurable schema representation reference policies and propagate them through JSON Schema and OpenAPI generation. By default, only schemas with resolved identifiers become references. Closes #7357.

  • #7304 bc06292 Thanks @​fubhy! - Add graph snapshots, low-link connectivity analysis, bipartite matching, maximum flow, and minimum cut APIs.

  • #7364 e03ea90 Thanks @​kitlangton! - Fix Deferred completion skipping waiters when an earlier waiter dies during resume. Completing a Deferred with an interrupt cause kills a suspended waiter synchronously inside its resume; the dying waiter's await cleanup spliced the shared resumes array mid-iteration, so the next waiter was never resumed and hung forever. Completion now clears resumes before resuming waiters.

  • #7347 9b10fc8 Thanks @​tim-smart! - Shut down the internal effects queue when ordered concurrent channel mapping closes.

  • #7335 770c6d0 Thanks @​tim-smart! - Fix Effect.fn binding the final transform as the generator body when using the { self } overload.

  • #7344 7425bcb Thanks @​tim-smart! - Ensure fiber observer cancellation during exit does not skip remaining observers.

  • #7301 563815a Thanks @​fubhy! - Preserve depth-first traversal order with finite radii and validate A* heuristics for trivial paths.

  • #7350 1e83ca1 Thanks @​tim-smart! - Align in-memory workflow interrupt finalization with the cluster workflow engine.

  • #7316 550a41a Thanks @​tim-smart! - Update dependencies across the Effect workspace.

  • #7306 45d79c7 Thanks @​fubhy! - Add bulk node and edge removal operations, and disallow graph mutations from callbacks that traverse or transform the same graph.

  • #7317 aac8584 Thanks @​tim-smart! - Fix Match.value terminal combinators failing to typecheck when the input contains a generic type parameter.

    The fifth type argument of Matcher for value matchers is now ValueFlavor, and ValueMatcher has a seventh flavor argument; update hand-written annotations accordingly.

  • #7361 7f87022 Thanks @​tim-smart! - Merge effect and finalizer failures during cleanup, preserving other failures alongside Cause.Done.

  • #7326 425457c Thanks @​tim-smart! - Emit mixed struct and record schema types as intersections, preventing optional properties in open OpenAPI objects from conflicting with their index signature.

  • #7324 008c423 Thanks @​tim-smart! - Allow path-level common parameters in OpenAPI generator input types.

  • #7359 4f6ae04 Thanks @​gcanti! - Add dual standalone functions for reading and updating values through optics, closes #7299.

  • #7250 b6b63e1 Thanks @​xianjianlf2! - Preserve JSON.rawJSON values when cloning cached OpenAPI specs.

... (truncated)

Commits
  • 648f566 Version Packages (rc) (#7297)
  • e03ea90 fix(Deferred): clear resumes before resuming waiters on completion (#7364)
  • a47cbf1 Add Match.fn selector matchers (#7363)
  • 39b55f8 Preserve encoded AI tool parameters for manual resolution (#7362)
  • 7f87022 Merge resource usage and finalizer failures (#7361)
  • d846331 Preserve Context accessor with loose object spread (#7352)
  • ffc8235 Add RPC HTTP stream backpressure (#7358)
  • d568968 Add configurable schema reference policies, closes #7357 (#7360)
  • 4f6ae04 Add standalone dual Optic functions, closes #7299 (#7359)
  • b44636f Schema: avoid projecting checks and annotations through artificial JSON encod...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 21, 2026
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
orpc Error Error Aug 24, 2026 1:44pm

@pkg-pr-new

pkg-pr-new Bot commented Aug 21, 2026

Copy link
Copy Markdown
More templates

@orpc/ai-sdk

npm i https://pkg.pr.new/@orpc/ai-sdk@1909

@orpc/arktype

npm i https://pkg.pr.new/@orpc/arktype@1909

@orpc/bun

npm i https://pkg.pr.new/@orpc/bun@1909

@orpc/client

npm i https://pkg.pr.new/@orpc/client@1909

@orpc/cloudflare

npm i https://pkg.pr.new/@orpc/cloudflare@1909

@orpc/contract

npm i https://pkg.pr.new/@orpc/contract@1909

@orpc/experimental-effect

npm i https://pkg.pr.new/@orpc/experimental-effect@1909

@orpc/evlog

npm i https://pkg.pr.new/@orpc/evlog@1909

@orpc/hibernation

npm i https://pkg.pr.new/@orpc/hibernation@1909

@orpc/json-schema

npm i https://pkg.pr.new/@orpc/json-schema@1909

@orpc/experimental-msw

npm i https://pkg.pr.new/@orpc/experimental-msw@1909

@orpc/nest

npm i https://pkg.pr.new/@orpc/nest@1909

@orpc/next

npm i https://pkg.pr.new/@orpc/next@1909

@orpc/node

npm i https://pkg.pr.new/@orpc/node@1909

@orpc/openapi

npm i https://pkg.pr.new/@orpc/openapi@1909

@orpc/opentelemetry

npm i https://pkg.pr.new/@orpc/opentelemetry@1909

@orpc/pinia-colada

npm i https://pkg.pr.new/@orpc/pinia-colada@1909

@orpc/pino

npm i https://pkg.pr.new/@orpc/pino@1909

@orpc/publisher

npm i https://pkg.pr.new/@orpc/publisher@1909

@orpc/ratelimit

npm i https://pkg.pr.new/@orpc/ratelimit@1909

@orpc/server

npm i https://pkg.pr.new/@orpc/server@1909

@orpc/shared

npm i https://pkg.pr.new/@orpc/shared@1909

@orpc/swr

npm i https://pkg.pr.new/@orpc/swr@1909

@orpc/tanstack-query

npm i https://pkg.pr.new/@orpc/tanstack-query@1909

@orpc/trpc

npm i https://pkg.pr.new/@orpc/trpc@1909

@orpc/valibot

npm i https://pkg.pr.new/@orpc/valibot@1909

@orpc/zod

npm i https://pkg.pr.new/@orpc/zod@1909

commit: 9720449

@codspeed-hq

codspeed-hq Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 30 untouched benchmarks


Comparing dependabot/npm_and_yarn/effect-4.0.0-rc.111 (9720449) with main (e81bf30)

Open in CodSpeed

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-4.0.0-rc.111 branch from 80d432c to caa1cc1 Compare August 21, 2026 11:36
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-4.0.0-rc.111 branch from caa1cc1 to dab1e7a Compare August 21, 2026 11:42
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-4.0.0-rc.111 branch from dab1e7a to 370c57b Compare August 23, 2026 14:13
Bumps [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) from 4.0.0-rc.109 to 4.0.0-rc.111.
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/effect@4.0.0-rc.111/packages/effect)

---
updated-dependencies:
- dependency-name: effect
  dependency-version: 4.0.0-rc.111
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-4.0.0-rc.111 branch from 370c57b to 9720449 Compare August 24, 2026 13:41
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 24, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
🚫 Deployment cancelled
View logs
orpc 9720449 Aug 24 2026, 01:48 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants