Upgrade effect libraries to latest versions#98
Merged
Conversation
Co-authored-by: wewelll <6950802+wewelll@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade effect libraries to their latest version
Upgrade effect libraries to latest versions
Dec 9, 2025
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Pull request overview
This PR upgrades the Effect ecosystem libraries to their latest stable versions, updating effect from 3.19.8 to 3.19.10 and @effect/language-service from 0.58.3 to 0.61.0. The changes maintain consistency by updating both devDependencies and peerDependencies across all workspace packages.
- Updated effect library to version 3.19.10 across root and all workspace packages
- Updated @effect/language-service to version 0.61.0 in root package
- Included lockfile regeneration and patch-level changesets for both workspace packages
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates effect from 3.19.8 to 3.19.10 and @effect/language-service from 0.58.3 to 0.61.0 in root devDependencies |
| packages/core/package.json | Updates effect from 3.19.8 to 3.19.10 in both devDependencies and peerDependencies |
| packages/amqp/package.json | Updates effect from 3.19.8 to 3.19.10 in both devDependencies and peerDependencies |
| pnpm-lock.yaml | Regenerates lockfile with new package versions and updated dependency resolution |
| .changeset/upgrade-effect-libraries.md | Adds patch-level changeset documenting the library upgrades for both workspace packages |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Updates effect ecosystem libraries to their latest stable versions.
Changes
Updated across all package manifests (root,
@effect-messaging/amqp,@effect-messaging/core) in bothdevDependenciesandpeerDependenciesto maintain consistency.Includes lockfile update and patch-level changeset for both workspace packages.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Note
Bumps effect and @effect/language-service versions and aligns peer/dev deps across packages with lockfile and changeset updates.
effectto^3.19.10across root and packages (packages/amqp,packages/core) indevDependenciesandpeerDependencies.@effect/language-serviceto^0.61.0in rootdevDependencies.pnpm-lock.yamlto reflect new versions..changeset/upgrade-effect-libraries.mdmarking patch releases for@effect-messaging/amqpand@effect-messaging/core.Written by Cursor Bugbot for commit 6ff9fb2. Configure here.