-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Sync Endo versions 2025-01-24 #10889
Conversation
Deploying agoric-sdk with Cloudflare Pages
|
4c6ea9e
to
c2b2f78
Compare
This is ready for review. There will be a test failure for documentation, which is expected and not required to merge. That failure will continue on master until I follow-up with a change to the documentation repository. |
c2b2f78
to
41ed444
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like some of the yarn.lock
files were not deduped correctly.
41ed444
to
247e971
Compare
For future reference, the root lockfile is on yarn 1 and all others are on yarn 4. To dedupe yarn 1 requires git ls-tree HEAD . -r | cut -d$'\t' -f2 | grep yarn.lock'$' | xargs -n1 dirname | while read dir; do (cd $dir; pwd; npx yarn-deduplicate || yarn dedupe); done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.