From 5659d37e8072a8aa2ca75831c7be7a7f80ae1a8a Mon Sep 17 00:00:00 2001 From: Rinse Date: Tue, 9 Jun 2026 04:01:19 +0000 Subject: [PATCH] chore(deps): upgrade kubo 0.41.0 -> 0.42.0 (issue #80) Reviewed the kubo v0.42.0 changelog against bitsocial-cli's usage (ipfs init / config profile apply server / repo migrate / daemon --enable-namesys-pubsub --migrate, plus Addresses/AutoTLS/Gateway config edits in src/ipfs/startIpfs.ts). No breaking changes affect us: - Provide.DHT.Interval=0 semantics change (the only breaking change) does not apply: we never set Provide.* in our config merge. - --enable-namesys-pubsub and --migrate remain valid, not deprecated. - ipfs repo migrate still works (now retries across gateways). Verified: build + build:test pass; full test:cli passes (259 passed, 1 skipped) driving the real kubo 0.42.0 binary. --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b484dc..252ffdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "env-paths": "2.2.1", "exit-hook": "4.0.0", "express": "4.19.2", - "kubo": "0.41.0", + "kubo": "0.42.0", "p-limit": "7.3.0", "strip-json-comments": "5.0.3", "tcp-port-used": "1.0.2", @@ -18615,9 +18615,9 @@ } }, "node_modules/kubo": { - "version": "0.41.0", - "resolved": "https://registry.npmjs.org/kubo/-/kubo-0.41.0.tgz", - "integrity": "sha512-r6t8kZ9/mgvtjZz/DTVE7fw206rcTAw8KrpQBmpc83lOZLxEmKG4m2KsNLHVENNtrSs/jj8FOi+9v9DHLiHrww==", + "version": "0.42.0", + "resolved": "https://registry.npmjs.org/kubo/-/kubo-0.42.0.tgz", + "integrity": "sha512-980G+BC9sLKJZIjaJ2hI6sWMkYP55Fo00BRcBaoIZ0uPUUuiHu7u69ZTSsWTyBA6MbkLPAWCgbCD9jh3GWN2yA==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 84ba2ad..c900219 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "env-paths": "2.2.1", "exit-hook": "4.0.0", "express": "4.19.2", - "kubo": "0.41.0", + "kubo": "0.42.0", "p-limit": "7.3.0", "strip-json-comments": "5.0.3", "tcp-port-used": "1.0.2",