Skip to content
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

deps: bump aegir from 43.0.3 to 44.0.1 #569

Merged
merged 5 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"docs:no-publish": "aegir docs --publish false"
},
"devDependencies": {
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"npm-run-all": "^4.1.5"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitswap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"@libp2p/interface-compliance-tests": "^5.1.3",
"@libp2p/peer-id-factory": "^4.0.5",
"@types/sinon": "^17.0.3",
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"blockstore-core": "^4.3.10",
"delay": "^6.0.0",
"it-all": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/block-brokers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@multiformats/uri-to-multiaddr": "^8.0.0",
"@types/polka": "^0.5.7",
"@types/sinon": "^17.0.3",
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"cors": "^2.8.5",
"polka": "^0.5.2",
"sinon": "^18.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class TrustlessGateway {
* only one request per CID is made to a given gateway at a time, and that we
* don't make multiple in-flight requests for the same CID to the same gateway.
*/
#pendingResponses = new Map<string, Promise<Uint8Array>>()
readonly #pendingResponses = new Map<string, Promise<Uint8Array>>()

private readonly log: Logger

Expand Down
2 changes: 1 addition & 1 deletion packages/car/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"devDependencies": {
"@helia/unixfs": "^3.0.6",
"@ipld/dag-pb": "^4.1.0",
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0",
"ipfs-unixfs-importer": "^15.2.4",
"it-to-buffer": "^4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/dag-cbor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/dag-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/helia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"devDependencies": {
"@multiformats/mafmt": "^12.1.6",
"@multiformats/multiaddr": "^12.1.14",
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"it-all": "^3.0.4",
"it-drain": "^3.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"devDependencies": {
"@libp2p/interface": "^1.1.4",
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"interface-datastore": "^8.2.11",
"multiformats": "^13.1.0",
"sinon": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"aegir": "^43.0.1"
"aegir": "^44.0.1"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@libp2p/peer-id-factory": "^4.0.7",
"@libp2p/websockets": "^8.0.16",
"@multiformats/sha3": "^3.0.2",
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"helia": "^4.2.4",
"ipfs-unixfs-importer": "^15.2.4",
"ipfsd-ctl": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"devDependencies": {
"@libp2p/peer-id-factory": "^4.0.7",
"@types/dns-packet": "^5.6.5",
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"datastore-core": "^9.2.9",
"it-drain": "^3.0.5",
"sinon": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipns/src/dnslink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async function recursiveResolveDomain (domain: string, depth: number, dns: DNS,
}

// If this throws then we propagate the error
return await recursiveResolveDnslink(domain, depth, dns, log, options)
return recursiveResolveDnslink(domain, depth, dns, log, options)
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/mfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
},
"devDependencies": {
"@ipld/dag-pb": "^4.1.0",
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0",
"datastore-core": "^9.2.9",
"delay": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/routers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@libp2p/peer-id": "^4.0.7",
"@libp2p/peer-id-factory": "^4.0.7",
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"it-all": "^3.0.4",
"it-drain": "^3.0.5",
"sinon-ts": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/strings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"uint8arrays": "^5.0.2"
},
"devDependencies": {
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"uint8arrays": "^5.0.2"
},
"devDependencies": {
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0",
"delay": "^6.0.0",
"iso-url": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/unixfs/src/utils/glob-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export async function * globSource (cwd: string, pattern: string, options: GlobS
onlyFiles: false,
absolute: true,
dot: Boolean(options.hidden),
followSymbolicLinks: options.followSymlinks != null ? options.followSymlinks : true
followSymbolicLinks: options.followSymlinks ?? true
}

for await (const p of glob(cwd, pattern, globOptions)) {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"devDependencies": {
"@libp2p/peer-id-factory": "^4.0.9",
"@types/sinon": "^17.0.3",
"aegir": "^43.0.1",
"aegir": "^44.0.1",
"datastore-core": "^9.2.9",
"delay": "^6.0.0",
"it-all": "^3.0.4",
Expand Down
Loading