Skip to content

feat: upgrade effect to 4.0.0-beta.93#223

Open
godu wants to merge 1 commit into
floydspace:betafrom
godu:chore/effect-beta93
Open

feat: upgrade effect to 4.0.0-beta.93#223
godu wants to merge 1 commit into
floydspace:betafrom
godu:chore/effect-beta93

Conversation

@godu

@godu godu commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Upgrade effect and @effect/* from 4.0.0-beta.484.0.0-beta.93 (via projen) and migrate to the API shape introduced in effect@4.0.0-beta.66 — see Effect-TS/effect-smol#2159 (Yieldable removal; underlying change Effect-TS/effect-smol#2163).

Changes

  • beta.66 Yieldable removal migration:
    • drop .asEffect()Context.Service/Reference and Config now extend Effect directly (powertools-logger, powertools-tracer, dynamodb, s3, and the ssm/secrets-manager ConfigProvider tests)
    • yield* OptionEffect.fromOption (s3 multipartUpload)
    • fix TS4023 in commons/Service.ts via explicit return-type annotations
  • raise the effect peer range floor to >=4.0.0-beta.66 <5.0.0 across all 70 packages, since the migrated code relies on the beta.66 shape and would fail on older effect.

Verification

  • pnpm -r --filter './packages/*' compile — green
  • full test suite — 409 tests passing
  • generator (scripts/generate-client.ts) emits byte-identical output for un-drifted clients under beta.93

🤖 Generated with Claude Code

Bump effect and @effect/* deps from beta.48 to beta.93 (via projen) and
migrate to the beta.66 API shape after the Yieldable interface removal
(Effect-TS/effect-smol#2163):

- drop .asEffect() — Context.Service/Reference and Config now extend
  Effect directly (powertools-logger, powertools-tracer, dynamodb, s3,
  and the ssm/secrets-manager ConfigProvider tests)
- yield* Option -> Effect.fromOption (s3 multipartUpload)
- fix TS4023 in commons/Service.ts via explicit return-type annotations
- raise the effect peer range floor to >=4.0.0-beta.66 <5.0.0

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jul 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 21a3e0c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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