Skip to content

Commit 09755bd

Browse files
deps(dev): bump aegir from 39.0.13 to 40.0.1 (#585)
* deps(dev): bump aegir from 39.0.13 to 40.0.1 Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.1. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v39.0.13...v40.0.1) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: fix linting * chore: update aegir --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <[email protected]>
1 parent 77a9bcb commit 09755bd

File tree

12 files changed

+1
-12
lines changed

12 files changed

+1
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"@types/sinon": "^10.0.15",
190190
"@types/stats-lite": "^2.2.0",
191191
"@types/varint": "^6.0.0",
192-
"aegir": "^39.0.7",
192+
"aegir": "^40.0.2",
193193
"benchmark": "^2.1.4",
194194
"delay": "^6.0.0",
195195
"iso-random-stream": "^2.0.0",

src/utils/sorted-map.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/**
32
* SortedMap is a Map whose iterator order can be defined by the user
43
*/

src/want-manager/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { trackedMap } from '@libp2p/tracked-map'
32
import { base58btc } from 'multiformats/bases/base58'
43
import * as CONSTANTS from '../constants.js'

src/wantlist/entry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { base58btc } from 'multiformats/bases/base58'
32
import type { Message } from '../message/message'
43
import type { CID } from 'multiformats/cid'

src/wantlist/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { trackedMap } from '@libp2p/tracked-map'
32
import { base58btc } from 'multiformats/bases/base58'
43
import { Message } from '../message/message.js'

test/benchmarks/get-many.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* eslint-disable no-console */
32

43
import { EventEmitter } from 'events'

test/browser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
21
import './bitswap-mock-internals.js'
32
import './decision-engine/decision-engine.js'

test/swarms.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* eslint-env mocha */
32
/* eslint-disable no-console */
43

test/utils/connect-all.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// @ts-expect-error no types
32
import without from 'lodash.without'
43

test/utils/create-bitswap.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { MemoryBlockstore } from 'blockstore-core/memory'
32
import { DefaultBitswap } from '../../src/bitswap.js'
43
import { createLibp2pNode } from './create-libp2p-node.js'

test/utils/create-libp2p-node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { noise } from '@chainsafe/libp2p-noise'
32
import { type DualKadDHT, kadDHT } from '@libp2p/kad-dht'
43
import { mplex } from '@libp2p/mplex'

test/utils/distribution-test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { expect } from 'aegir/chai'
32
import range from 'lodash.range'
43
import { connectAll } from './connect-all.js'

0 commit comments

Comments
 (0)