chore(deps): bump openclaw from 2026.5.7 to 2026.6.9#29
Conversation
Bumps [openclaw](https://github.com/openclaw/openclaw) from 2026.5.7 to 2026.6.9. - [Release notes](https://github.com/openclaw/openclaw/releases) - [Commits](openclaw/openclaw@v2026.5.7...v2026.6.9) --- updated-dependencies: - dependency-name: openclaw dependency-version: 2026.6.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 77b11e93dd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| }, | ||
| "engines": { | ||
| "node": ">=18.0.0" | ||
| "node": ">=22.19.0" |
There was a problem hiding this comment.
Raise the Node engine floor for this OpenClaw bump
This lockfile now resolves the peer OpenClaw to 2026.6.9, whose own engines.node is >=22.19.0, but the root package metadata still advertises support for Node >=22.14.0. In environments that honor engines strictly on Node 22.14–22.18, npm ci from this lock can fail even though the repo says those versions are supported; either raise the root engine floor or avoid resolving OpenClaw to a version that requires newer Node.
Useful? React with 👍 / 👎.
|
Superseded by #31. |
Bumps openclaw from 2026.5.7 to 2026.6.9.
Release notes
Sourced from openclaw's releases.
... (truncated)
Commits
c645ec4fix(release): terminate command descendants on signalc04126atest(release): align full validation workflow contract99f3728fix(ci): deduplicate release Telegram validationaee871bfix(plugins): restore StepFun ClawHub releaseb86293fdocs(changelog): finalize 2026.6.9 ledger55ee540test(release): stabilize validation contracts4ddd670docs(changelog): finalize 2026.6.9 ledger0fafe13merge: synchronize release branch with latest main437164cdocs(changelog): finalize 2026.6.9 ledger1988e1achore(deadcode): remove memory wiki helper shimsInstall script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.