Fix root yarn.lock needing to be updated on release PRs#11962
Merged
mergify[bot] merged 1 commit intomasterfrom Sep 19, 2025
Merged
Fix root yarn.lock needing to be updated on release PRs#11962mergify[bot] merged 1 commit intomasterfrom
yarn.lock needing to be updated on release PRs#11962mergify[bot] merged 1 commit intomasterfrom
Conversation
Member
Author
|
@Mergifyio rebase |
uses workspace protocol in packages/boot for fast-usdc-deploy
Contributor
✅ Branch has been successfully rebased |
71c0c3b to
f50e020
Compare
Deploying agoric-sdk with
|
| Latest commit: |
f50e020
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://95e0389d.agoric-sdk.pages.dev |
| Branch Preview URL: | https://mk-use-workspace-in-boot-for.agoric-sdk.pages.dev |
Member
Contributor
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You may have to fix your CI before adding the pull request to the queue again. |
Member
|
Bypassing flake test:staking |
Member
|
@Mergifyio refresh |
Contributor
✅ Pull request refreshed |
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.
Description
On release PR after the lerna commit, we have had to update the root lockfile every time an rc PR was created. This PR addresses that by adopting the workspace protocol in packages/boot specifically for the "@aglocal/fast-usdc-deploy" package. This will allow us to enforce frozen-lockfile in the docker build step when pushing sdk tag.
Security Considerations
None that I know of.
Scaling Considerations
None
Documentation Considerations
None
Testing Considerations
CI should still pass.
Upgrade Considerations
Allows us to go back to single commit rc PRs for releases.