Skip to content

chore(deps-dev): bump effect from 4.0.0-rc.108 to 4.0.0-rc.111 in /npm/packages/comment-checker - #53

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm/packages/comment-checker/effect-4.0.0-rc.111
Open

chore(deps-dev): bump effect from 4.0.0-rc.108 to 4.0.0-rc.111 in /npm/packages/comment-checker#53
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm/packages/comment-checker/effect-4.0.0-rc.111

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps effect from 4.0.0-rc.108 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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) from 4.0.0-rc.108 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 23, 2026
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