chore(deps): bump go-libp2p-kad-dht to v0.41.0#11377
Merged
Merged
Conversation
Cuts peak memory during reprovides on nodes announcing many CIDs, so low-memory consumer devices are less likely to be out-of-memory killed (libp2p/go-libp2p-kad-dht#1259). Pulls quic-go v0.59.1 transitively.
The .aegir.js restored upstream in ipfs/helia#1066 globs the TypeScript sources, which node refuses to run from inside node_modules, so the inject-if-missing workaround skipped it and the job failed. Replace the config whenever it is missing or globs .ts files, and leave a usable one untouched so the step self-heals once upstream ships a node_modules-safe config. Also drop the IPIP-499 --grep/--invert exclusion: helia implemented the missing MFS features (ipfs/helia#972) and the test passes now.
lidel
commented
Jul 2, 2026
Comment on lines
+117
to
+119
| elif grep -qE "files:.*\.spec\.ts" "$config"; then | ||
| echo "export default { test: { files: './dist/src/*.spec.js' } }" > "$config" | ||
| echo "replaced $config: shipped config globs .ts sources, which node cannot run from node_modules" |
Member
Author
There was a problem hiding this comment.
@achingbrain fysa we now have different regression due to .ts being on this list -- errors like this: https://github.com/ipfs/kubo/actions/runs/28576634007/job/84726956371#step:11:9
I worked around it here by swaping to .aegir.js that does not have .ts on the list (if present) so this will be no-op once fixed upstream i think (merging this workaround for now to unblock other PRs)
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.
Cuts peak memory during reprovides on nodes announcing many CIDs, so low-memory consumer devices are less likely to be out-of-memory killed (libp2p/go-libp2p-kad-dht#1259). Pulls quic-go v0.59.1 transitively but the trailer fix there is not used by Kubo, so no-op
-https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.41.0