Skip to content

fix(deps): re-sync yarn.lock with package.json (develop backport)#3193

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

fix(deps): re-sync yarn.lock with package.json (develop backport)#3193
drewstone merged 1 commit intodevelopfrom
fix/yarn-lock-sync-develop

Conversation

@drewstone
Copy link
Copy Markdown
Contributor

Backport of #3191. Same lockfile drift hit develop after the overhaul series merged but the master hotfix landed via a cherry-pick. Keeping develop clean so the next promote doesn't reintroduce the YN0028 failure.

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:28
@drewstone drewstone merged commit a5bcc6b into develop May 7, 2026
6 of 7 checks passed
@drewstone drewstone deleted the fix/yarn-lock-sync-develop branch May 7, 2026 23:28
@netlify
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for tangle-dapp ready!

Name Link
🔨 Latest commit 0e44ce6
🔍 Latest deploy log https://app.netlify.com/projects/tangle-dapp/deploys/69fd201e7eb2170008d28350
😎 Deploy Preview https://deploy-preview-3193--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 0e44ce6
🔍 Latest deploy log https://app.netlify.com/projects/tangle-leaderboard/deploys/69fd201f9d70f40007c705a4
😎 Deploy Preview https://deploy-preview-3193--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.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for tangle-cloud ready!

Name Link
🔨 Latest commit 0e44ce6
🔍 Latest deploy log https://app.netlify.com/projects/tangle-cloud/deploys/69fd201f2a3cf50008ed5937
😎 Deploy Preview https://deploy-preview-3193--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.

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