-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
fix(proto-extract): regenerate corrupted yarn.lock to restore install process #1981
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
base: master
Are you sure you want to change the base?
Conversation
|
Thanks for opening this pull request and contributing to the project! The next step is for the maintainers to review your changes. If everything looks good, it will be approved and merged into the main branch. In the meantime, anyone in the community is encouraged to test this pull request and provide feedback. ✅ How to confirm it worksIf you’ve tested this PR, please comment below with: This helps us speed up the review and merge process. 📦 To test this PR locally:If you encounter any issues or have feedback, feel free to comment as well. |
…tibility with new WhatsApp JS syntax
- Regenerate corrupted yarn.lock in proto-extract - Fix proto-extract install process - Update WAProto dependencies - Update baileys-version.json 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
Resolve conflicts and should merge |
…ets#1969 to latest Baileys Applied PRs: - WhiskeySockets#2067: libsignal wasm - WhiskeySockets#2057: emit setting events - WhiskeySockets#1969: improve retry logic Note: PRs WhiskeySockets#1991, WhiskeySockets#1981, WhiskeySockets#1906, WhiskeySockets#1892 have conflicts with latest Baileys version and were skipped. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
This PR is stale because it has been open for 14 days with no activity. Remove the stale label or comment or this will be closed in 14 days |
Fix invalid syntax in
proto-extract/yarn.lockcausing install failureResolved installation issues by repairing the corrupted
proto-extract/yarn.lockfile.Changes:
yarn.lockwith syntax errors.yarn --cwd proto-extract install --immutable.Result:
Yarn installation now completes without syntax or workspace errors.