Skip to content

chore(deps)(deps): bump @effect/platform-node from 0.59.1 to 0.104.0 - #162

Merged
PaulJPhilp merged 3 commits into
mainfrom
dependabot/npm_and_yarn/effect/platform-node-0.104.0
Dec 22, 2025
Merged

chore(deps)(deps): bump @effect/platform-node from 0.59.1 to 0.104.0#162
PaulJPhilp merged 3 commits into
mainfrom
dependabot/npm_and_yarn/effect/platform-node-0.104.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 22, 2025

Copy link
Copy Markdown
Contributor

Bumps @effect/platform-node from 0.59.1 to 0.104.0.

Release notes

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

@​effect/platform-node@​0.104.0

Patch Changes

@​effect/platform-node@​0.103.0

Patch Changes

  • Updated dependencies [811852a]:
    • @​effect/sql@​0.48.6
    • @​effect/cluster@​0.55.0
    • @​effect/platform-node-shared@​0.56.0

@​effect/platform-node@​0.102.0

Patch Changes

  • Updated dependencies []:
    • @​effect/cluster@​0.54.0
    • @​effect/platform-node-shared@​0.55.0

@​effect/platform-node@​0.101.2

Patch Changes

@​effect/platform-node@​0.101.1

Patch Changes

@​effect/platform-node@​0.101.0

Patch Changes

... (truncated)

Changelog

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

0.104.0

Patch Changes

0.103.0

Patch Changes

  • Updated dependencies [811852a]:
    • @​effect/sql@​0.48.6
    • @​effect/cluster@​0.55.0
    • @​effect/platform-node-shared@​0.56.0

0.102.0

Patch Changes

  • Updated dependencies []:
    • @​effect/cluster@​0.54.0
    • @​effect/platform-node-shared@​0.55.0

0.101.2

Patch Changes

0.101.1

Patch Changes

0.101.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​effect/platform-node since your current version.


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)

Note

Dependency alignment across workspace

  • Bump @effect/platform-node to ^0.104.0 in package.json, app/sm-cli/package.json, packages/cli/package.json, packages/toolkit/package.json, services/mcp-server/package.json, and services/mcp-server-stdio/package.json
  • Align @effect/platform to ^0.93.x (from ^0.94.x) across the same packages, including peer deps in packages/toolkit
  • Refresh bun.lock to reflect new versions (including @effect/platform-node-shared and related peer ranges)

No application/source code changes

Written by Cursor Bugbot for commit 3b44f97. This will update automatically on new commits. Configure here.

Bumps [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node) from 0.59.1 to 0.104.0.
- [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/platform-node@0.104.0/packages/platform-node)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Dec 22, 2025

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Dec 22, 2025

Copy link
Copy Markdown

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

Project Deployment Review Updated (UTC)
effect-patterns Ready Ready Preview, Comment Dec 22, 2025 8:19pm
effect-patterns-mcp-server Error Error Dec 22, 2025 8:19pm

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment thread app/sm-cli/package.json
"@effect/cli": "^0.40.8",
"@effect/platform": "^0.93.0",
"@effect/platform-node": "^0.59.1",
"@effect/platform-node": "^0.104.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Peer dependency mismatch: platform-node requires newer platform version

The @effect/platform-node@0.104.0 package declares a peer dependency on @effect/platform@^0.94.0, but all packages in this PR still specify @effect/platform@^0.93.x in their dependencies. This version mismatch could cause runtime compatibility issues if platform-node 0.104.0 relies on APIs only available in @effect/platform 0.94+. The @effect/platform dependency needs to be bumped to ^0.94.0 across all affected packages to satisfy the peer dependency requirements.

Additional Locations (2)

Fix in Cursor Fix in Web

@PaulJPhilp
PaulJPhilp merged commit 6a75c88 into main Dec 22, 2025
10 of 20 checks passed
@PaulJPhilp
PaulJPhilp deleted the dependabot/npm_and_yarn/effect/platform-node-0.104.0 branch December 22, 2025 20:19
PaulJPhilp added a commit that referenced this pull request Jan 18, 2026
…162)

* chore(deps)(deps): bump @effect/platform-node from 0.59.1 to 0.104.0

Bumps [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node) from 0.59.1 to 0.104.0.
- [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/platform-node@0.104.0/packages/platform-node)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix: resolve lint and TypeScript errors for @effect/platform-node 0.104.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PaulJPhilp <138239846+PaulJPhilp@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant