fix: lh and carto docker + removed relayer adapter stale dependency#582
Merged
preethamr merged 2 commits intomainnet-stagingfrom Mar 13, 2026
Merged
fix: lh and carto docker + removed relayer adapter stale dependency#582preethamr merged 2 commits intomainnet-stagingfrom
preethamr merged 2 commits intomainnet-stagingfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts monorepo workspace dependencies/build inputs to resolve package resolution issues, including ensuring Docker builds have all required workspace manifests available during yarn install.
Changes:
- Removed the unused
@chimera-monorepo/relayerdependency (and TS project reference) from@chimera-monorepo/adapters-relayer. - Updated
yarn.lockto reflect the removed dependency and the resulting workspace locator consolidation. - Updated Docker build contexts (lighthouse + cartographer-handler images) to include the
@chimera-monorepo/mqclientworkspacepackage.jsonand source directory.
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 |
|---|---|
yarn.lock |
Removes adapter→agent relayer workspace dependency and updates workspace locator entries accordingly. |
packages/adapters/relayer/tsconfig.build.json |
Drops TS project reference to the relayer agent since it’s not used by the adapter. |
packages/adapters/relayer/package.json |
Removes the unused @chimera-monorepo/relayer workspace dependency. |
docker/lighthouse/Dockerfile |
Ensures mqclient workspace is present for Yarn resolution and build in the lighthouse image. |
docker/cartographer-handler/Dockerfile |
Ensures mqclient workspace is present for Yarn resolution and build in the cartographer-handler image. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
preethamr
approved these changes
Mar 13, 2026
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.
🤖 Linear
Closes CONG-XXX