Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps @effect/platform-node from 0.88.11 to 0.89.2.

Release notes

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

@​effect/platform-node@​0.89.2

Patch Changes

  • Updated dependencies [678318d, 678318d]:
    • @​effect/platform@​0.87.10
    • @​effect/cluster@​0.41.14
    • @​effect/platform-node-shared@​0.42.14
    • @​effect/rpc@​0.64.11
    • @​effect/sql@​0.40.11

@​effect/platform-node@​0.89.1

Patch Changes

  • Updated dependencies [54514a2]:
    • @​effect/platform@​0.87.9
    • @​effect/cluster@​0.41.13
    • @​effect/platform-node-shared@​0.42.13
    • @​effect/rpc@​0.64.10
    • @​effect/sql@​0.40.10

@​effect/platform-node@​0.89.0

Minor Changes

  • #5168 2baddac Thanks @​fubhy! - Consistent naming of ClusterShardManager options between Bun and Node.

    If you are currently using NodeClusterShardManagerHttp, please rename options.protocol to options.transport:

    import * as NodeClusterShardManagerHttp from "@effect/platform-node/NodeClusterShardManagerHttp"
    // Before:
    const manager = new NodeClusterShardManagerHttp.layer({
    protocol: "http"
    // ...
    })
    // Before:
    const manager = new NodeClusterShardManagerHttp.layer({
    transport: "http"
    // ...
    })

Patch Changes

  • Updated dependencies [4ce4f82]:
    • @​effect/platform@​0.87.8
    • @​effect/cluster@​0.41.12
    • @​effect/platform-node-shared@​0.42.12
    • @​effect/rpc@​0.64.9

... (truncated)

Changelog

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

0.89.2

Patch Changes

  • Updated dependencies [678318d, 678318d]:
    • @​effect/platform@​0.87.10
    • @​effect/cluster@​0.41.14
    • @​effect/platform-node-shared@​0.42.14
    • @​effect/rpc@​0.64.11
    • @​effect/sql@​0.40.11

0.89.1

Patch Changes

  • Updated dependencies [54514a2]:
    • @​effect/platform@​0.87.9
    • @​effect/cluster@​0.41.13
    • @​effect/platform-node-shared@​0.42.13
    • @​effect/rpc@​0.64.10
    • @​effect/sql@​0.40.10

0.89.0

Minor Changes

  • #5168 2baddac Thanks @​fubhy! - Consistent naming of ClusterShardManager options between Bun and Node.

    If you are currently using NodeClusterShardManagerHttp, please rename options.protocol to options.transport:

    import * as NodeClusterShardManagerHttp from "@effect/platform-node/NodeClusterShardManagerHttp"
    // Before:
    const manager = new NodeClusterShardManagerHttp.layer({
    protocol: "http"
    // ...
    })
    // Before:
    const manager = new NodeClusterShardManagerHttp.layer({
    transport: "http"
    // ...
    })

Patch Changes

  • Updated dependencies [4ce4f82]:
    • @​effect/platform@​0.87.8

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node) from 0.88.11 to 0.89.2.
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/platform-node/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/[email protected]/packages/platform-node)

---
updated-dependencies:
- dependency-name: "@effect/platform-node"
  dependency-version: 0.89.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 7, 2025
@github-actions github-actions bot merged commit efe7028 into Current Jul 7, 2025
5 of 8 checks passed
@github-actions github-actions bot requested a review from NikolaRHristov July 7, 2025 10:51
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/effect/platform-node-0.89.2 branch July 7, 2025 10:51
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.

1 participant