build(deps): bump undici and openclaw#13
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Removes [undici](https://github.com/nodejs/undici). It's no longer used after updating ancestor dependency [openclaw](https://github.com/openclaw/openclaw). These dependencies need to be updated together. Removes `undici` Updates `openclaw` from 2026.6.1 to 2026.6.9 - [Release notes](https://github.com/openclaw/openclaw/releases) - [Commits](openclaw/openclaw@v2026.6.1...v2026.6.9) --- updated-dependencies: - dependency-name: undici dependency-version: dependency-type: indirect - dependency-name: openclaw dependency-version: 2026.6.9 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #16. |
josephismikhail
added a commit
that referenced
this pull request
Jun 29, 2026
…bump (#17) openclaw >= 2026.6.6 restructured its plugin-sdk type bundling, so the inferred return type of `definePluginEntry(...)` references an internal, non-exported hashed chunk (e.g. dist/plugin-sdk/types-*.js). With `declaration: true`, `tsc` cannot name that type portably and fails the build with TS2742 at plugins/ix-plugin.ts. Annotate the default export with `ReturnType<typeof definePluginEntry>`, which names the type via the imported symbol and is portable for declaration emit. Compiles against both the current (2026.6.1) and bumped (2026.6.9) openclaw; build + tests green. Unblocks Dependabot PRs #12/#13/#14. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes undici. It's no longer used after updating ancestor dependency openclaw. These dependencies need to be updated together.
Removes
undiciUpdates
openclawfrom 2026.6.1 to 2026.6.9Release 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 shimsDependabot 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.