Skip to content

Commit bc3d557

Browse files
deps: bump aegir from 46.0.5 to 47.0.6 (#236)
Bumps [aegir](https://github.com/ipfs/aegir) from 46.0.5 to 47.0.6. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/main/CHANGELOG.md) - [Commits](ipfs/aegir@v46.0.5...v47.0.6) --- updated-dependencies: - dependency-name: aegir dependency-version: 47.0.6 dependency-type: direct:production update-type: version-update:semver-major ... --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <[email protected]>
1 parent 58bd5b8 commit bc3d557

File tree

16 files changed

+59
-98
lines changed

16 files changed

+59
-98
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ updates:
33
- package-ecosystem: npm
44
directories:
55
- "/"
6-
- "/benchmarks/*"
7-
- "/docs/*"
8-
- "/examples/*"
9-
- "/interop/*"
10-
- "/packages/*"
116
schedule:
127
interval: daily
138
time: "10:00"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"docs:no-publish": "aegir docs --publish false"
3939
},
4040
"devDependencies": {
41-
"aegir": "^46.0.1",
41+
"aegir": "^47.0.10",
4242
"npm-run-all": "^4.1.5"
4343
},
4444
"type": "module",

packages/gateway-conformance/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ errors: `DEBUG="-mocha*,*,*:trace" npm run test`
8686
$ npm i @helia/verified-fetch-gateway-conformance
8787
```
8888

89-
> [Gateway Conformance](https://github.com/ipfs/gateway-conformance) tests for @helia/verified-fetch
90-
9189
# License
9290

9391
Licensed under either of

packages/gateway-conformance/package.json

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
"import": "./dist/src/index.js"
3737
}
3838
},
39-
"eslintConfig": {
40-
"extends": "ipfs",
41-
"parserOptions": {
42-
"project": true,
43-
"sourceType": "module"
44-
}
45-
},
4639
"release": {
4740
"branches": [
4841
"main"
@@ -152,12 +145,12 @@
152145
"@helia/interface": "^5.3.1",
153146
"@helia/routers": "^3.1.1",
154147
"@helia/verified-fetch": "^2.0.0",
155-
"@libp2p/interface": "^2.9.0",
156-
"@libp2p/kad-dht": "^15.0.2",
157-
"@libp2p/logger": "^5.1.15",
158-
"@libp2p/peer-id": "^5.1.2",
148+
"@libp2p/interface": "^2.10.1",
149+
"@libp2p/kad-dht": "^15.1.1",
150+
"@libp2p/logger": "^5.1.17",
151+
"@libp2p/peer-id": "^5.1.4",
159152
"@multiformats/dns": "^1.0.6",
160-
"aegir": "^46.0.1",
153+
"aegir": "^47.0.10",
161154
"blockstore-core": "^5.0.2",
162155
"datastore-core": "^10.0.2",
163156
"execa": "^9.5.3",
@@ -167,9 +160,9 @@
167160
"ipfsd-ctl": "^15.0.2",
168161
"kubo": "^0.34.1",
169162
"kubo-rpc-client": "^5.1.0",
170-
"multiformats": "^13.3.3",
163+
"multiformats": "^13.3.6",
171164
"uint8arrays": "^5.1.0",
172-
"undici": "^7.9.0"
165+
"undici": "^7.10.0"
173166
},
174167
"browser": {
175168
"./dist/src/fixtures/create-kubo.js": "./dist/src/fixtures/create-kubo.browser.js",

packages/interop/package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@
3535
"import": "./dist/src/index.js"
3636
}
3737
},
38-
"eslintConfig": {
39-
"extends": "ipfs",
40-
"parserOptions": {
41-
"project": true,
42-
"sourceType": "module"
43-
}
44-
},
4538
"release": {
4639
"branches": [
4740
"main"
@@ -153,14 +146,14 @@
153146
"dependencies": {
154147
"@helia/delegated-routing-v1-http-api-server": "^4.0.6",
155148
"@helia/verified-fetch": "^2.0.0",
156-
"aegir": "^46.0.1",
149+
"aegir": "^47.0.10",
157150
"execa": "^9.5.3",
158151
"glob": "^11.0.2",
159152
"ipfsd-ctl": "^15.0.2",
160153
"kubo": "^0.34.1",
161154
"kubo-rpc-client": "^5.1.0",
162155
"magic-bytes.js": "^1.12.1",
163-
"multiformats": "^13.3.3",
156+
"multiformats": "^13.3.6",
164157
"sinon-ts": "^2.0.0",
165158
"wherearewe": "^2.0.1"
166159
},

packages/verified-fetch/package.json

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@
5454
"import": "./dist/src/plugins/plugins.js"
5555
}
5656
},
57-
"eslintConfig": {
58-
"extends": "ipfs",
59-
"parserOptions": {
60-
"project": true,
61-
"sourceType": "module"
62-
}
63-
},
6457
"release": {
6558
"branches": [
6659
"main"
@@ -180,17 +173,16 @@
180173
"@helia/unixfs": "^5.0.2",
181174
"@ipld/dag-cbor": "^9.2.3",
182175
"@ipld/dag-json": "^10.2.4",
183-
"@ipld/dag-pb": "^4.1.4",
184-
"@libp2p/interface": "^2.9.0",
185-
"@libp2p/kad-dht": "^15.0.2",
186-
"@libp2p/logger": "^5.1.15",
187-
"@libp2p/peer-id": "^5.1.2",
188-
"@libp2p/webrtc": "^5.2.12",
189-
"@libp2p/websockets": "^9.2.10",
176+
"@ipld/dag-pb": "^4.1.5",
177+
"@libp2p/interface": "^2.10.1",
178+
"@libp2p/kad-dht": "^15.1.1",
179+
"@libp2p/logger": "^5.1.17",
180+
"@libp2p/peer-id": "^5.1.4",
181+
"@libp2p/webrtc": "^5.2.14",
182+
"@libp2p/websockets": "^9.2.12",
190183
"@multiformats/dns": "^1.0.6",
191-
"cborg": "^4.2.10",
184+
"cborg": "^4.2.11",
192185
"file-type": "^20.5.0",
193-
"hashlru": "^2.3.0",
194186
"helia": "^5.4.1",
195187
"interface-blockstore": "^5.3.1",
196188
"interface-datastore": "^8.3.1",
@@ -200,10 +192,10 @@
200192
"it-pipe": "^3.0.1",
201193
"it-tar": "^6.0.5",
202194
"it-to-browser-readablestream": "^2.0.11",
203-
"libp2p": "^2.8.5",
204-
"lru-cache": "^11.1.0",
205-
"multiformats": "^13.3.3",
195+
"libp2p": "^2.8.7",
196+
"multiformats": "^13.3.6",
206197
"progress-events": "^1.0.1",
198+
"quick-lru": "^7.0.1",
207199
"uint8arrays": "^5.1.0"
208200
},
209201
"devDependencies": {
@@ -212,9 +204,9 @@
212204
"@helia/http": "^2.1.1",
213205
"@helia/json": "^4.0.5",
214206
"@ipld/car": "^5.4.1",
215-
"@libp2p/crypto": "^5.1.1",
207+
"@libp2p/crypto": "^5.1.3",
216208
"@types/sinon": "^17.0.4",
217-
"aegir": "^46.0.1",
209+
"aegir": "^47.0.10",
218210
"blockstore-core": "^5.0.2",
219211
"browser-readablestream-to-it": "^2.0.9",
220212
"datastore-core": "^10.0.2",

packages/verified-fetch/src/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -591,18 +591,18 @@
591591
*
592592
* #### Unsupported response types
593593
*
594-
* * Returning IPLD nodes or DAGs as JS objects is not supported, as there is no currently well-defined structure for representing this data in an [HTTP Response](https://developer.mozilla.org/en-US/docs/Web/API/Response). Instead, users should request `aplication/vnd.ipld.car` or use the [`helia`](https://github.com/ipfs/helia) library directly for this use case.
595-
* * Others? Open an issue or PR!
594+
* - Returning IPLD nodes or DAGs as JS objects is not supported, as there is no currently well-defined structure for representing this data in an [HTTP Response](https://developer.mozilla.org/en-US/docs/Web/API/Response). Instead, users should request `aplication/vnd.ipld.car` or use the [`helia`](https://github.com/ipfs/helia) library directly for this use case.
595+
* - Others? Open an issue or PR!
596596
*
597597
* ### Response headers
598598
*
599599
* This library will set the [HTTP Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) headers to the appropriate values for the content type according to the appropriate [IPFS Specifications](https://specs.ipfs.tech/).
600600
*
601601
* Some known header specifications:
602602
*
603-
* * https://specs.ipfs.tech/http-gateways/path-gateway/#response-headers
604-
* * https://specs.ipfs.tech/http-gateways/trustless-gateway/#response-headers
605-
* * https://specs.ipfs.tech/http-gateways/subdomain-gateway/#response-headers
603+
* - https://specs.ipfs.tech/http-gateways/path-gateway/#response-headers
604+
* - https://specs.ipfs.tech/http-gateways/trustless-gateway/#response-headers
605+
* - https://specs.ipfs.tech/http-gateways/subdomain-gateway/#response-headers
606606
*
607607
* #### Server Timing headers
608608
*

packages/verified-fetch/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export type RequestFormatShorthand = 'raw' | 'car' | 'tar' | 'ipns-record' | 'dag-json' | 'dag-cbor' | 'json' | 'cbor'
22

3-
export type SupportedBodyTypes = string | ArrayBuffer | Blob | ReadableStream<Uint8Array> | null
3+
export type SupportedBodyTypes = string | Uint8Array | ArrayBuffer | Blob | ReadableStream<Uint8Array> | null
44

55
/**
66
* A ContentTypeParser attempts to return the mime type of a given file. It

packages/verified-fetch/src/utils/dir-index-html.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import type { UnixFSEntry } from 'ipfs-unixfs-exporter'
44
/**
55
* Types taken from:
66
*
7-
* * https://github.com/ipfs/boxo/blob/09b0013e1c3e09468009b02dfc9b2b9041199d5d/gateway/assets/assets.go#L92C1-L96C2
8-
* * https://github.com/ipfs/boxo/blob/09b0013e1c3e09468009b02dfc9b2b9041199d5d/gateway/assets/assets.go#L114C1-L135C2
7+
* - https://github.com/ipfs/boxo/blob/09b0013e1c3e09468009b02dfc9b2b9041199d5d/gateway/assets/assets.go#L92C1-L96C2
8+
* - https://github.com/ipfs/boxo/blob/09b0013e1c3e09468009b02dfc9b2b9041199d5d/gateway/assets/assets.go#L114C1-L135C2
99
*/
1010

1111
interface GlobalData {

packages/verified-fetch/src/utils/libp2p-defaults.browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { webRTCDirect } from '@libp2p/webrtc'
22
import { webSockets } from '@libp2p/websockets'
33
import { libp2pDefaults } from 'helia'
4-
import type { ServiceFactoryMap } from './libp2p-types'
4+
import type { ServiceFactoryMap } from './libp2p-types.js'
55
import type { DefaultLibp2pServices } from 'helia'
66
import type { Libp2pOptions } from 'libp2p'
77

0 commit comments

Comments
 (0)