-
Notifications
You must be signed in to change notification settings - Fork 47
chore: update waku dependencies #847
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: main
Are you sure you want to change the base?
Conversation
JulesFiliot
commented
Nov 10, 2025
- Closes part of this Update Waku dependencies #753
- Update waku dependencies
- Update to node 22 as required by new version of waku dependencies
- Upgrade all packages not compatible with node 22, especially those related to contentlayer (c.f. https://github.com/contentlayerdev/contentlayer?tab=readme-ov-file)
🦋 Changeset detectedLatest commit: 859cc95 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
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.
I wanted to release the update as a major update since we move from node 20 to 22 and it's a breaking change but we didn't publish any major release yet so I'm leaving this as minor for now.
|
@JulesFiliot please, do you plan to upgrade the actual Waku dependencies and use of their APIs in this one (in packages/status-js)? |
@felicio oh wow yes good catch thanks. I actually did all the work of updating to node 22 to be able to update the Waku dependencies in status-js but totally forgot to actually bump the Waku packages... I will handle it since it was the original goal. |
|
@status-im/web everything is building with node 22 and the new dependencies of waku, all test passes on status-js package. I tested |