libp2p / js-peer-id

peer-id implementation in JavaScript. Deprecated; use https://github.com/libp2p/js-libp2p-peer-id instead.
https://github.com/libp2p/js-libp2p-peer-id
MIT License
80 stars 44 forks source link

chore(deps-dev): bump aegir from 36.2.3 to 37.0.6 #167

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps aegir from 36.2.3 to 37.0.6.

Release notes

Sourced from aegir's releases.

v37.0.6

37.0.6 (2022-04-07)

Bug Fixes

  • set correct semantic-release config for files with aegir release (#954) (93136ff)

v37.0.5

37.0.5 (2022-04-07)

Bug Fixes

  • add semantic-release-monorepo to release command (#953) (28c25f5)

v37.0.4

37.0.4 (2022-04-07)

Bug Fixes

v37.0.3

37.0.3 (2022-04-07)

Bug Fixes

  • export utils and add tests for testing projects (#951) (46b7f07)

v37.0.2

37.0.2 (2022-04-07)

Bug Fixes

  • exclude .ts files from electron test (#950) (1a28e68)

v37.0.1

37.0.1 (2022-04-07)

Bug Fixes

  • remove ora and use listr instead, make tests run on node (#949) (dd5583a)

v37.0.0

37.0.0 (2022-04-07)

... (truncated)

Changelog

Sourced from aegir's changelog.

37.0.6 (2022-04-07)

Bug Fixes

  • set correct semantic-release config for files with aegir release (#954) (93136ff)

37.0.5 (2022-04-07)

Bug Fixes

  • add semantic-release-monorepo to release command (#953) (28c25f5)

37.0.4 (2022-04-07)

Bug Fixes

37.0.3 (2022-04-07)

Bug Fixes

  • export utils and add tests for testing projects (#951) (46b7f07)

37.0.2 (2022-04-07)

Bug Fixes

  • exclude .ts files from electron test (#950) (1a28e68)

37.0.1 (2022-04-07)

Bug Fixes

  • remove ora and use listr instead, make tests run on node (#949) (dd5583a)

37.0.0 (2022-04-07)

⚠ BREAKING CHANGES

  • ESM modules are now published as ESM and not dual-ESM/CJS

Features

... (truncated)

Commits
  • fd81230 chore(release): 37.0.6 [skip ci]
  • 93136ff fix: set correct semantic-release config for files with aegir release (#954)
  • ebb6d02 chore(release): 37.0.5 [skip ci]
  • 28c25f5 fix: add semantic-release-monorepo to release command (#953)
  • 67f973b chore(release): 37.0.4 [skip ci]
  • aa0d44d fix: types and deps (#952)
  • b52aec0 chore(release): 37.0.3 [skip ci]
  • 46b7f07 fix: export utils and add tests for testing projects (#951)
  • f020e66 chore(release): 37.0.2 [skip ci]
  • 1a28e68 fix: exclude .ts files from electron test (#950)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #168.