Skip to content

Update Effect v4 dependencies to beta.104 - #768

Merged
mattiamanzati merged 1 commit into
mainfrom
chore/effect-v4-beta-104
Aug 7, 2026
Merged

Update Effect v4 dependencies to beta.104#768
mattiamanzati merged 1 commit into
mainfrom
chore/effect-v4-beta-104

Conversation

@mattiamanzati

Copy link
Copy Markdown
Contributor

Summary

  • pin the Effect v4 harness and language-service development dependencies to 4.0.0-beta.104
  • update Schema class completions and fixtures for the renamed error constructors
  • adapt LayerGraph and the v3-to-v4 migration database to beta.104 API changes
  • normalize beta.104 Option type references emitted by the toggle type annotation refactor

Schema API changes

Before:

class MyError extends Schema.ErrorClass<MyError>("MyError")({}) {}
class Tagged extends Schema.TaggedErrorClass<Tagged>()("Tagged", {}) {}

After:

class MyError extends Schema.Error<MyError>("MyError")({}) {}
class Tagged extends Schema.TaggedError<Tagged>()("Tagged", {}) {}

Verification

  • pnpm codegen
  • pnpm lint-fix
  • pnpm check
  • pnpm test (649 passed, 2 skipped)
  • pnpm test:v4 (651 passed, 3 skipped)

@changeset-bot

changeset-bot Bot commented Aug 7, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 60d0968

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@effect/language-service Patch

Not sure what this means? Click here to learn what changesets are.

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

@mattiamanzati
mattiamanzati merged commit 15fb3c3 into main Aug 7, 2026
5 checks passed
@mattiamanzati
mattiamanzati deleted the chore/effect-v4-beta-104 branch August 7, 2026 08:25
@github-actions github-actions Bot mentioned this pull request Aug 7, 2026
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