Skip to content

chore: migrate effect to v4-beta#9

Closed
lloydrichards wants to merge 7 commits into
mainfrom
chore/v4-migrate
Closed

chore: migrate effect to v4-beta#9
lloydrichards wants to merge 7 commits into
mainfrom
chore/v4-migrate

Conversation

@lloydrichards

@lloydrichards lloydrichards commented Mar 19, 2026

Copy link
Copy Markdown
Owner

Goals/Scope

  • Migrate packages, servers, and client to effect v4-beta
  • Bump effect language service
  • Update documentation for effect v4-beta

Description

This PR updates the codebase to use effect v4-beta across all components (packages, servers, client), upgrades the effect language service, and refreshes the documentation accordingly.

Comment

This PR is for those wanting to quickly migrate to Effect v4-beta when using the template. Just make sure to copy the branches and you can rebase/squash this into the new repo to get started.

git fetch origin
new_commit=$(printf "Initial commit\n" | git commit-tree "$(git rev-parse origin/chore/v4-migrate^{tree})")
git branch -f main "$new_commit"
git push origin "$new_commit":refs/heads/main --force
git push origin :refs/heads/chore/v4-migrate
git fetch origin --prune

@lloydrichards lloydrichards force-pushed the chore/v4-migrate branch 10 times, most recently from d399baa to 7940a16 Compare March 24, 2026 08:40
@lloydrichards lloydrichards force-pushed the chore/v4-migrate branch 2 times, most recently from 96fffb3 to 60221c7 Compare April 24, 2026 14:03
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