chore(deps)(deps): bump @effect/opentelemetry from 0.59.3 to 0.60.0 - #163
Conversation
Bumps [@effect/opentelemetry](https://github.com/Effect-TS/effect/tree/HEAD/packages/opentelemetry) from 0.59.3 to 0.60.0. - [Release notes](https://github.com/Effect-TS/effect/releases) - [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/opentelemetry/CHANGELOG.md) - [Commits](https://github.com/Effect-TS/effect/commits/@effect/opentelemetry@0.60.0/packages/opentelemetry) --- updated-dependencies: - dependency-name: "@effect/opentelemetry" dependency-version: 0.60.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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.
| "dependencies": { | ||
| "@effect-patterns/toolkit": "workspace:*", | ||
| "@effect/opentelemetry": "^0.59.2", | ||
| "@effect/opentelemetry": "^0.60.0", |
There was a problem hiding this comment.
Peer dependency version mismatch for @effect/platform
The updated @effect/opentelemetry@0.60.0 requires @effect/platform ^0.94.0 as a peer dependency, but services/mcp-server/package.json still declares @effect/platform: ^0.93.0. The lockfile resolves to version 0.93.8, which does not satisfy the ^0.94.0 requirement. This version mismatch may cause runtime errors if the new opentelemetry version uses APIs introduced in platform 0.94.0.
Additional Locations (1)
| "dependencies": { | ||
| "@effect-patterns/toolkit": "workspace:*", | ||
| "@effect/opentelemetry": "^0.60.0", | ||
| "@effect/platform": "^0.93.0", |
There was a problem hiding this comment.
Duplicate dependency entries corrupt lockfile state
The lockfile contains duplicate keys for both @effect/opentelemetry and @effect/platform in the services/mcp-server dependencies section. Having duplicate JSON keys creates an invalid/unpredictable state where only one value will be retained by parsers, leading to inconsistent dependency resolution across different environments.
…163) * chore(deps)(deps): bump @effect/opentelemetry from 0.59.3 to 0.60.0 Bumps [@effect/opentelemetry](https://github.com/Effect-TS/effect/tree/HEAD/packages/opentelemetry) from 0.59.3 to 0.60.0. - [Release notes](https://github.com/Effect-TS/effect/releases) - [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/opentelemetry/CHANGELOG.md) - [Commits](https://github.com/Effect-TS/effect/commits/@effect/opentelemetry@0.60.0/packages/opentelemetry) --- updated-dependencies: - dependency-name: "@effect/opentelemetry" dependency-version: 0.60.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/opentelemetry 0.60.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>
Bumps @effect/opentelemetry from 0.59.3 to 0.60.0.
Release notes
Sourced from
@effect/opentelemetry's releases.Changelog
Sourced from
@effect/opentelemetry's changelog.Commits
431c997Version Packages (#5909)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Updates dependencies for
services/mcp-server.@effect/opentelemetryto^0.60.0@effect/platformrange to^0.93.0bun.lockto reflect new versions (including@effect/opentelemetry@0.60.0entry and related peer metadata)Written by Cursor Bugbot for commit 75ab3e1. This will update automatically on new commits. Configure here.