Skip to content

Commit fbc637b

Browse files
chore: bump aegir from 46.0.5 to 47.0.19 (#59)
Bumps [aegir](https://github.com/ipfs/aegir) from 46.0.5 to 47.0.19. - [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.19) --- updated-dependencies: - dependency-name: aegir dependency-version: 47.0.19 dependency-type: direct:development 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 4fba7a3 commit fbc637b

File tree

7 files changed

+13
-29
lines changed

7 files changed

+13
-29
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4-
directories:
5-
- "/"
6-
- "/benchmarks/*"
7-
- "/docs/*"
8-
- "/examples/*"
9-
- "/interop/*"
10-
- "/packages/*"
4+
directory: "/"
115
schedule:
126
interval: daily
137
time: "10:00"
@@ -16,16 +10,14 @@ updates:
1610
prefix: "deps"
1711
prefix-development: "chore"
1812
groups:
19-
helia-deps: # group all deps that should be updated when Helia deps need updated
13+
interplanetary-deps: # Helia/libp2p deps
2014
patterns:
2115
- "*helia*"
2216
- "*libp2p*"
2317
- "*multiformats*"
24-
store-deps: # group all blockstore and datastore updates (interface & impl)
25-
patterns:
2618
- "*blockstore*"
2719
- "*datastore*"
28-
kubo-deps: # group kubo, kubo-rpc-client, and ipfsd-ctl updates
20+
kubo-deps: # kubo deps
2921
patterns:
3022
- "*kubo*"
3123
- "ipfsd-ctl"

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99

1010
jobs:
1111
main:
12-
uses: pl-strflt/.github/.github/workflows/reusable-semantic-pull-request.yml@v0.3
12+
uses: ipdxco/unified-github-workflows/.github/workflows/reusable-semantic-pull-request.yml@v1

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Close Stale Issues
1+
name: Close and mark stale issue
22

33
on:
44
schedule:

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@
5252
"import": "./dist/src/utils.js"
5353
}
5454
},
55-
"eslintConfig": {
56-
"extends": "ipfs",
57-
"parserOptions": {
58-
"project": true,
59-
"sourceType": "module"
60-
}
61-
},
6255
"release": {
6356
"branches": [
6457
"main"
@@ -174,6 +167,6 @@
174167
"multiformats": "^13.0.0"
175168
},
176169
"devDependencies": {
177-
"aegir": "^46.0.1"
170+
"aegir": "^47.0.19"
178171
}
179172
}

test/index.spec.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('multiaddr matcher', () => {
5656

5757
const goodTCP = [
5858
...exactTCP,
59-
'/ip4/0.0.7.6/tcp/wss',
59+
'/ip4/0.0.7.6/tcp/0/wss',
6060
'/ip6/::/tcp/0/p2p/QmTysQQiTGMdfRsDQp516oZ9bR3FiSCDnicUnqny2q1d79/p2p-circuit/p2p/QmSoLV4Bbm51jM9C4gDYZQ9Cy3U6aXMJDAbzgu2fzaDs64',
6161
'/dns4/protocol.ai/tcp/80/webrtc'
6262
]
@@ -98,7 +98,7 @@ describe('multiaddr matcher', () => {
9898

9999
const badQUIC = [
100100
'/ip4/0.0.0.0/tcp/12345/quic',
101-
'/ip6/1.2.3.4/ip4/0.0.0.0/udp/1234/quic',
101+
'/ip6/fc00::/ip4/0.0.0.0/udp/1234/quic',
102102
'/quic'
103103
]
104104

@@ -117,7 +117,7 @@ describe('multiaddr matcher', () => {
117117

118118
const badQUICv1 = [
119119
'/ip4/0.0.0.0/tcp/12345/quic-v1',
120-
'/ip6/1.2.3.4/ip4/0.0.0.0/udp/1234/quic-v1',
120+
'/ip6/fc00::/ip4/0.0.0.0/udp/1234/quic-v1',
121121
'/quic-v1',
122122
'/quic',
123123
'/ip4/1.2.3.4/udp/1234/quic',
@@ -264,7 +264,7 @@ describe('multiaddr matcher', () => {
264264
]
265265

266266
const badWebRTC = [
267-
'/ip4/0.0.0.0/udp/webrtc',
267+
'/ip4/0.0.0.0/udp/0/webrtc',
268268
'/ip4/0.0.0.0/tcp/12345/udp/2222/wss/webrtc'
269269
]
270270

@@ -296,7 +296,7 @@ describe('multiaddr matcher', () => {
296296
const badIPorDomain = [
297297
'/webrtc/p2p/12D3KooWQF6Q3i1QkziJQ9mkNNcyFD8GPQz6R6oEvT75wgsVXm4v',
298298
'/quic',
299-
'/unix/var/log'
299+
'/unix/var%2Flog'
300300
]
301301

302302
const exactHTTP = [

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"extends": "aegir/src/config/tsconfig.aegir.json",
33
"compilerOptions": {
4-
"outDir": "dist",
5-
"emitDeclarationOnly": false,
6-
"module": "ES2020"
4+
"outDir": "dist"
75
},
86
"include": [
97
"src",

typedoc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"readme": "none",
23
"entryPoints": [
34
"./src/index.ts",
45
"./src/utils.ts"

0 commit comments

Comments
 (0)