Skip to content

Release v7.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 10:01
1d7508f
1) Bump minimist from 1.2.0 to 1.2.6 (#131)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
(SHA: 25f9cb8c4847d0dd0c52df7d441f45339c723487)

2) Bump pathval from 1.1.0 to 1.1.1 (#111)

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/chaijs/pathval/releases)
- [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: pathval
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
(SHA: fbe7e363551043d6b6f83b0c36535e39151284d4)

3) Bump path-parse from 1.0.6 to 1.0.7 (#101)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
(SHA: e3ba38c9387881a810200a5f1370b173be352472)

4) Updated code example that has since diverged from implementation (#133)

* updated code example that has since diverged from implementation

* using default export in example in readme. (dadepo)
(SHA: 6057e932085db67ccfe52c276332f8c8ab8a8817)

5) Update stalebot options and funding url (#135)

* Update stale.yml

* Update funding.yml

* Update to tag with meta-stable label

* Removed extra https in funding url (philknows)
(SHA: 710e7f9f5e5c9ab79ac08460a3d7d5a937b379f1)

6) Add tests for empty message case (#138) (dapplion)
(SHA: c4ea70afd02e46933dac907437c2224be5e97604)

7) Use explicit chai statements (#140) (dapplion)
(SHA: 86078f9b6dce8c86829fb44be48280d60f86c410)

8) Bump test deps (#139) (dapplion)
(SHA: 902896968f09ca53026ace2d8197ae688351cf82)

9) build(npm): Mark the `@chainsafe/blst` peer dependency as optional (#149)

NPM v7 implemented NPM RFC 0025 [1], which makes it install all peer
dependencies even if users of libraries with peer dependencies haven't
included these peer dependencies in their `package.json` files.

Since we have support for the Herumi backend, the `@chainsafe/blst` lib
shouldn't be a required dependency.

To mark it as optional, we're using the `peerDependenciesMeta` option
introduced by NPM RFC 0030 [2].

[1]: https://github.com/npm/rfcs/blob/main/implemented/0025-install-peer-deps.md
[2]: https://github.com/npm/rfcs/blob/main/implemented/0030-no-install-optional-peer-deps.md (PetarKirov)
(SHA: 800a08734723bb9e4f6239dc23cceac71e4457e7)

10) v7.1.2 (#150) (wemeetagain)
(SHA: 1d7508f60a07a7afd02716b1526ddb0c8484fd5a)