chore(deps): bump effect to 4.0.0-beta.66#880
Draft
RhysSullivan wants to merge 1 commit into
Draft
Conversation
Bump effect, @effect/platform-bun, @effect/platform-node, @effect/atom-react, @effect/vitest, and @effect/opentelemetry from beta.59 to beta.66 (via catalog). The only breaking change across this range is the removal of `.asEffect()` on Context.Service tags: a service tag is now directly yieldable and usable as its own Effect. Migrated all 20 call sites (`X.asEffect()` -> `X`), e.g. `HttpServerRequest.HttpServerRequest.asEffect()` -> `HttpServerRequest.HttpServerRequest`. Verified: typecheck green across all 38 packages, lint (0/0), format, and sdk/api/execution/host-mcp test suites pass.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 2070705 | Commit Preview URL Branch Preview URL |
Jun 02 2026, 05:38 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | 2070705 | Jun 02 2026, 05:38 AM |
@executor-js/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
@executor-js/codemode-core
@executor-js/runtime-quickjs
@executor-js/plugin-file-secrets
@executor-js/plugin-graphql
@executor-js/plugin-keychain
@executor-js/plugin-mcp
@executor-js/plugin-onepassword
@executor-js/plugin-openapi
executor
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the
effect/@effect/*catalog frombeta.59→beta.66.The only breaking change across this range is the removal of
.asEffect()onContext.Servicetags — a tag is now directly yieldable/usable as its own Effect. Migrated all 20 call sites (X.asEffect()→X), e.g.HttpServerRequest.HttpServerRequest.asEffect()→HttpServerRequest.HttpServerRequest.Base of a small stack standardizing our Effect patterns (tracing/observability, error model, consistency).
Verified: typecheck (all 38 packages), lint (
--deny-warnings, 0/0), format, and core test suites (sdk 254 / api 29 / execution / host-mcp).Draft — changeset + full e2e still to come.