Skip to content

feat: bump effect from 4.0.0-beta.94 to 4.0.0-beta.99#1675

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

feat: bump effect from 4.0.0-beta.94 to 4.0.0-beta.99#1675
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/effect-4.0.0-beta.98

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps effect from 4.0.0-beta.94 to 4.0.0-beta.99.

Release notes

Sourced from effect's releases.

effect@4.0.0-beta.99

Patch Changes

  • #6397 8ce4795 Thanks @​IMax153! - Add a scoped CliConfig service for customizing the built-in global flags used by CLI command runners.

    For example, provide an explicit list that omits GlobalFlag.LogLevel to remove the built-in --log-level flag:

    import { Effect } from "effect";
    import { CliConfig, Command, GlobalFlag } from "effect/unstable/cli";
    const program = Command.run(command, { version: "1.0.0" }).pipe(
    Effect.provide(
    CliConfig.layer({
    builtIns: [GlobalFlag.Help, GlobalFlag.Version, GlobalFlag.Completions],
    }),
    ),
    );

  • #6409 80b539f Thanks @​IMax153! - Reintroduce interactive CLI wizard mode through the --wizard flag and Command.wizard.

  • #6394 88a54cc Thanks @​lloydrichards! - add a radius option to Graph search configuration, allowing dfs, bfs, and dfsPostOrder traversals to limit returned nodes by edge distance from the configured start nodes. Traversals can also use direction: "undirected" to follow edges in either direction.

  • #6457 e6e6dba Thanks @​fubhy! - Improve Graph.dijkstra and Graph.astar priority queue performance.

  • #6468 bfb203e Thanks @​gcanti! - Distribute HttpApiBuilder handler requirements per service so request middleware layers can provide them, closes #6464.

  • #6389 2e9a34a Thanks @​IMax153! - Report an error when a CLI flag, including --completions, is provided without its required value.

  • #6359 55d4eb3 Thanks @​evermake! - - Fix Command.withSubcommands collapsing the inferred requirements type to never when given more than one subcommand

    • Export a Command.Services utility type to extract the required services from a Command
  • #6462 bddb010 Thanks @​fubhy! - Fix immutable Graph equality and hashing to include future node and edge identifier allocation.

  • #6425 a328835 Thanks @​fubhy! - Fix Graph.bellmanFord to detect reachable negative cycles when the source and target are the same node.

  • #6454 5560d05 Thanks @​fubhy! - Fix standalone data-last Graph.getNode and Graph.getEdge inference.

  • #6418 8f6e3ad Thanks @​fubhy! - Fix Graph.mapEdges and Graph.filterMapEdges to preserve Graph.Edge instances when transforming edge data.

  • #6426 46997fa Thanks @​fubhy! - Reject NaN and -Infinity edge weights in Graph shortest-path algorithms.

  • #6461 9e6e12d Thanks @​fubhy! - Fix mutable Graph equality and hashing to use reference identity while preserving structural semantics for immutable graphs.

  • #6456 3394b93 Thanks @​fubhy! - Fix topological walkers silently completing with an incomplete order when a mutable graph becomes cyclic after walker creation.

  • #6460 febeabc Thanks @​fubhy! - Restrict Graph.topo to directed graphs at the type level while retaining runtime validation for unsafe undirected inputs.

  • #6455 54161c9 Thanks @​fubhy! - Fix Graph.Walker to create a fresh iterable for each direct iteration.

... (truncated)

Changelog

Sourced from effect's changelog.

4.0.0-beta.99

Patch Changes

  • #6397 8ce4795 Thanks @​IMax153! - Add a scoped CliConfig service for customizing the built-in global flags used by CLI command runners.

    For example, provide an explicit list that omits GlobalFlag.LogLevel to remove the built-in --log-level flag:

    import { Effect } from "effect";
    import { CliConfig, Command, GlobalFlag } from "effect/unstable/cli";
    const program = Command.run(command, { version: "1.0.0" }).pipe(
    Effect.provide(
    CliConfig.layer({
    builtIns: [GlobalFlag.Help, GlobalFlag.Version, GlobalFlag.Completions],
    }),
    ),
    );

  • #6409 80b539f Thanks @​IMax153! - Reintroduce interactive CLI wizard mode through the --wizard flag and Command.wizard.

  • #6394 88a54cc Thanks @​lloydrichards! - add a radius option to Graph search configuration, allowing dfs, bfs, and dfsPostOrder traversals to limit returned nodes by edge distance from the configured start nodes. Traversals can also use direction: "undirected" to follow edges in either direction.

  • #6457 e6e6dba Thanks @​fubhy! - Improve Graph.dijkstra and Graph.astar priority queue performance.

  • #6468 bfb203e Thanks @​gcanti! - Distribute HttpApiBuilder handler requirements per service so request middleware layers can provide them, closes #6464.

  • #6389 2e9a34a Thanks @​IMax153! - Report an error when a CLI flag, including --completions, is provided without its required value.

  • #6359 55d4eb3 Thanks @​evermake! - - Fix Command.withSubcommands collapsing the inferred requirements type to never when given more than one subcommand

    • Export a Command.Services utility type to extract the required services from a Command
  • #6462 bddb010 Thanks @​fubhy! - Fix immutable Graph equality and hashing to include future node and edge identifier allocation.

  • #6425 a328835 Thanks @​fubhy! - Fix Graph.bellmanFord to detect reachable negative cycles when the source and target are the same node.

  • #6454 5560d05 Thanks @​fubhy! - Fix standalone data-last Graph.getNode and Graph.getEdge inference.

  • #6418 8f6e3ad Thanks @​fubhy! - Fix Graph.mapEdges and Graph.filterMapEdges to preserve Graph.Edge instances when transforming edge data.

  • #6426 46997fa Thanks @​fubhy! - Reject NaN and -Infinity edge weights in Graph shortest-path algorithms.

  • #6461 9e6e12d Thanks @​fubhy! - Fix mutable Graph equality and hashing to use reference identity while preserving structural semantics for immutable graphs.

  • #6456 3394b93 Thanks @​fubhy! - Fix topological walkers silently completing with an incomplete order when a mutable graph becomes cyclic after walker creation.

  • #6460 febeabc Thanks @​fubhy! - Restrict Graph.topo to directed graphs at the type level while retaining runtime validation for unsafe undirected inputs.

... (truncated)

Commits

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

vercel Bot commented Jul 15, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
orpc Ready Ready Preview, Comment Jul 20, 2026 1:31am

@pkg-pr-new

pkg-pr-new Bot commented Jul 15, 2026

Copy link
Copy Markdown
More templates

@orpc/arktype

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

@orpc/bun

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

@orpc/client

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

@orpc/cloudflare

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

@orpc/contract

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

@orpc/experimental-effect

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

@orpc/evlog

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

@orpc/json-schema

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

@orpc/nest

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

@orpc/next

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

@orpc/openapi

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

@orpc/opentelemetry

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

@orpc/pinia-colada

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

@orpc/pino

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

@orpc/publisher

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

@orpc/ratelimit

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

@orpc/server

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

@orpc/shared

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

@orpc/tanstack-query

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

@orpc/trpc

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

@orpc/valibot

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

@orpc/zod

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

commit: 73348f0

@codecov

codecov Bot commented Jul 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot dependabot Bot changed the title chore(deps-dev): bump effect from 4.0.0-beta.94 to 4.0.0-beta.98 feat: bump effect from 4.0.0-beta.94 to 4.0.0-beta.98 Jul 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-4.0.0-beta.98 branch from a893232 to a9bdf28 Compare July 16, 2026 13:45
@codspeed-hq

codspeed-hq Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 18 untouched benchmarks


Comparing dependabot/npm_and_yarn/effect-4.0.0-beta.98 (c29fcfc) with main (b84477d)

Open in CodSpeed

@dependabot dependabot Bot changed the title feat: bump effect from 4.0.0-beta.94 to 4.0.0-beta.98 feat: bump effect from 4.0.0-beta.94 to 4.0.0-beta.99 Jul 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-4.0.0-beta.98 branch from a9bdf28 to c29fcfc Compare July 19, 2026 03:42
Bumps [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) from 4.0.0-beta.94 to 4.0.0-beta.99.
- [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-beta.99/packages/effect)

---
updated-dependencies:
- dependency-name: effect
  dependency-version: 4.0.0-beta.98
  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-beta.98 branch from c29fcfc to 73348f0 Compare July 20, 2026 00:58
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