Skip to content

Commit

Permalink
deps(dev): bump aegir from 39.0.13 to 40.0.1 (#585)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and achingbrain authored Jul 27, 2023
1 parent 77a9bcb commit 09755bd
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"@types/sinon": "^10.0.15",
"@types/stats-lite": "^2.2.0",
"@types/varint": "^6.0.0",
"aegir": "^39.0.7",
"aegir": "^40.0.2",
"benchmark": "^2.1.4",
"delay": "^6.0.0",
"iso-random-stream": "^2.0.0",
Expand Down
1 change: 0 additions & 1 deletion src/utils/sorted-map.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/**
* SortedMap is a Map whose iterator order can be defined by the user
*/
Expand Down
1 change: 0 additions & 1 deletion src/want-manager/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { trackedMap } from '@libp2p/tracked-map'
import { base58btc } from 'multiformats/bases/base58'
import * as CONSTANTS from '../constants.js'
Expand Down
1 change: 0 additions & 1 deletion src/wantlist/entry.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { base58btc } from 'multiformats/bases/base58'
import type { Message } from '../message/message'
import type { CID } from 'multiformats/cid'
Expand Down
1 change: 0 additions & 1 deletion src/wantlist/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { trackedMap } from '@libp2p/tracked-map'
import { base58btc } from 'multiformats/bases/base58'
import { Message } from '../message/message.js'
Expand Down
1 change: 0 additions & 1 deletion test/benchmarks/get-many.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/* eslint-disable no-console */

import { EventEmitter } from 'events'
Expand Down
1 change: 0 additions & 1 deletion test/browser.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

import './bitswap-mock-internals.js'
import './decision-engine/decision-engine.js'
1 change: 0 additions & 1 deletion test/swarms.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/* eslint-env mocha */
/* eslint-disable no-console */

Expand Down
1 change: 0 additions & 1 deletion test/utils/connect-all.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// @ts-expect-error no types
import without from 'lodash.without'

Expand Down
1 change: 0 additions & 1 deletion test/utils/create-bitswap.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { MemoryBlockstore } from 'blockstore-core/memory'
import { DefaultBitswap } from '../../src/bitswap.js'
import { createLibp2pNode } from './create-libp2p-node.js'
Expand Down
1 change: 0 additions & 1 deletion test/utils/create-libp2p-node.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { noise } from '@chainsafe/libp2p-noise'
import { type DualKadDHT, kadDHT } from '@libp2p/kad-dht'
import { mplex } from '@libp2p/mplex'
Expand Down
1 change: 0 additions & 1 deletion test/utils/distribution-test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { expect } from 'aegir/chai'
import range from 'lodash.range'
import { connectAll } from './connect-all.js'
Expand Down

0 comments on commit 09755bd

Please sign in to comment.