Skip to content

chore(deps-dev): bump the effect-ecosystem group across 1 directory with 2 updates - #25

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/effect-ecosystem-26fa386e61
Open

chore(deps-dev): bump the effect-ecosystem group across 1 directory with 2 updates#25
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/effect-ecosystem-26fa386e61

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the effect-ecosystem group with 2 updates in the / directory: @effect/platform-bun and effect.

Updates @effect/platform-bun from 4.0.0-beta.74 to 4.0.0-beta.99

Release notes

Sourced from @​effect/platform-bun's releases.

@​effect/platform-bun@​4.0.0-beta.99

Patch Changes

Changelog

Sourced from @​effect/platform-bun's changelog.

4.0.0-beta.99

Patch Changes

4.0.0-beta.98

Patch Changes

4.0.0-beta.97

Patch Changes

  • Updated dependencies []:
    • effect@4.0.0-beta.97
    • @​effect/platform-node-shared@​4.0.0-beta.97

4.0.0-beta.96

Patch Changes

4.0.0-beta.95

Patch Changes

4.0.0-beta.94

Patch Changes

... (truncated)

Commits

Updates effect from 4.0.0-beta.74 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 7, 2026
@dependabot dependabot Bot changed the title chore(deps-dev): bump the effect-ecosystem group with 2 updates chore(deps-dev): bump the effect-ecosystem group across 1 directory with 2 updates Jul 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-ecosystem-26fa386e61 branch from d1047ac to a3d04b7 Compare July 8, 2026 02:21
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-ecosystem-26fa386e61 branch 5 times, most recently from 22372ee to 90833c1 Compare July 13, 2026 13:15
…ith 2 updates

Bumps the effect-ecosystem group with 2 updates in the / directory: [@effect/platform-bun](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-bun) and [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect).


Updates `@effect/platform-bun` from 4.0.0-beta.74 to 4.0.0-beta.99
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/platform-bun/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform-bun@4.0.0-beta.99/packages/platform-bun)

Updates `effect` from 4.0.0-beta.74 to 4.0.0-beta.99
- [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-beta.99/packages/effect)

---
updated-dependencies:
- dependency-name: "@effect/platform-bun"
  dependency-version: 4.0.0-beta.93
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: effect-ecosystem
- dependency-name: effect
  dependency-version: 4.0.0-beta.93
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: effect-ecosystem
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-ecosystem-26fa386e61 branch from 90833c1 to 9bfee78 Compare July 20, 2026 13:18
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