Skip to content

fix(deps): re-sync yarn.lock with package.json#3191

Merged
drewstone merged 1 commit intomasterfrom
fix/yarn-lock-sync
May 7, 2026
Merged

fix(deps): re-sync yarn.lock with package.json#3191
drewstone merged 1 commit intomasterfrom
fix/yarn-lock-sync

Conversation

@drewstone
Copy link
Copy Markdown
Contributor

Production hotfix. CI's yarn install --immutable has been failing on master since the overhaul promotion at 22:07 UTC with:

YN0028: The lockfile would have been modified by this install, which is explicitly forbidden.

Stale entries for ethers / @ethersproject / @hyperlane-xyz / @Lifi / @livepeer were removed from package.json across PRs #3186-#3188 but yarn.lock kept them. The immutable check trips on the divergence.

This was also blocking Netlify — production hasn't redeployed since 10:27 UTC because Netlify runs the same immutable install before nx build and never reached the build step.

Pure lockfile regen via yarn install. -467 lines, zero source changes.

The lockfile carried stale entries for packages removed across the
overhaul series (ethers, @ethersproject, @hyperlane-xyz/*, @lifi/widget,
@livepeer/*, etc.) so CI's 'yarn install --immutable' check has been
failing since the staging→master merge with:

  YN0028: The lockfile would have been modified by this install,
  which is explicitly forbidden.

Same failure was blocking Netlify's production deploy — it runs the
same immutable install before invoking nx build, and the build never
ran on master since 22:07 UTC.

Plain regen via 'yarn install'. -467 lines, all dead-package entries.
@drewstone drewstone requested a review from AtelyPham as a code owner May 7, 2026 23:27
@netlify
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for tangle-cloud ready!

Name Link
🔨 Latest commit f925a25
🔍 Latest deploy log https://app.netlify.com/projects/tangle-cloud/deploys/69fd1fc73e775b000824e05c
😎 Deploy Preview https://deploy-preview-3191--tangle-cloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for tangle-dapp ready!

Name Link
🔨 Latest commit f925a25
🔍 Latest deploy log https://app.netlify.com/projects/tangle-dapp/deploys/69fd1fc75e566800086bc963
😎 Deploy Preview https://deploy-preview-3191--tangle-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for tangle-leaderboard ready!

Name Link
🔨 Latest commit f925a25
🔍 Latest deploy log https://app.netlify.com/projects/tangle-leaderboard/deploys/69fd1fc78d45460008fc8d50
😎 Deploy Preview https://deploy-preview-3191--tangle-leaderboard.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@drewstone drewstone merged commit d582750 into master May 7, 2026
15 of 19 checks passed
@drewstone drewstone deleted the fix/yarn-lock-sync branch May 7, 2026 23:27
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