Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

chore(deps-dev): bump @polkadot/util and @polkadot/util-crypto#41

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/polkadot/util-and-polkadot/util-crypto-6.3.1
Closed

chore(deps-dev): bump @polkadot/util and @polkadot/util-crypto#41
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/polkadot/util-and-polkadot/util-crypto-6.3.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2021

Bumps @polkadot/util and @polkadot/util-crypto. These dependencies needed to be updated together.
Updates @polkadot/util from 6.0.5 to 6.3.1

Release notes

Sourced from @​polkadot/util's releases.

v6.3.1

Changes:

  • Added stringify util to correctly handle JSON.stringify with BigInt values
  • Additional input asserts for non-convertible values in u8aToU8a
  • Adapt @polkadot/x-global to return globalThis as available
  • Minor readability cleanups
  • BN manipulation via in-place shifts (as applicable)
  • Add explicit engines config to package.json

v6.2.1

Contributed:

Changes:

  • Add isAddress and validateAddress functions (the latter will throw if invalid)
  • Check @polkadot/hw-ledger against @polkadot/networks for discrepancies (test-only)
  • Align ss58 registry with upstream Substrate

v6.1.1

Contributed:

Changes:

  • Remove @polkadot/networks code duplication, manages data via script from upstream
  • Align ss58 registry with upstream Substrate
Changelog

Sourced from @​polkadot/util's changelog.

6.3.1 Apr 25, 2021

Changes:

  • Added stringify util to correctly handle JSON.stringify with BigInt values
  • Additional input asserts for non-convertible values in u8aToU8a
  • Adapt @polkadot/x-global to return globalThis as available
  • Minor readability cleanups
  • BN manipulation via in-place shifts (as applicable)
  • Add explicit engines config to package.json

6.2.1 Apr 18, 2021

Contributed:

Changes:

  • Add isAddress and validateAddress functions (the latter will throw if invalid)
  • Check @polkadot/hw-ledger against @polkadot/networks for discrepancies (test-only)
  • Align ss58 registry with upstream Substrate

6.1.1 Apr 11, 2021

Contributed:

Changes:

  • Remove @polkadot/networks code duplication, manages data via script from upstream
  • Align ss58 registry with upstream Substrate
Commits

Updates @polkadot/util-crypto from 6.0.5 to 6.3.1

Release notes

Sourced from @​polkadot/util-crypto's releases.

v6.3.1

Changes:

  • Added stringify util to correctly handle JSON.stringify with BigInt values
  • Additional input asserts for non-convertible values in u8aToU8a
  • Adapt @polkadot/x-global to return globalThis as available
  • Minor readability cleanups
  • BN manipulation via in-place shifts (as applicable)
  • Add explicit engines config to package.json

v6.2.1

Contributed:

Changes:

  • Add isAddress and validateAddress functions (the latter will throw if invalid)
  • Check @polkadot/hw-ledger against @polkadot/networks for discrepancies (test-only)
  • Align ss58 registry with upstream Substrate

v6.1.1

Contributed:

Changes:

  • Remove @polkadot/networks code duplication, manages data via script from upstream
  • Align ss58 registry with upstream Substrate
Changelog

Sourced from @​polkadot/util-crypto's changelog.

6.3.1 Apr 25, 2021

Changes:

  • Added stringify util to correctly handle JSON.stringify with BigInt values
  • Additional input asserts for non-convertible values in u8aToU8a
  • Adapt @polkadot/x-global to return globalThis as available
  • Minor readability cleanups
  • BN manipulation via in-place shifts (as applicable)
  • Add explicit engines config to package.json

6.2.1 Apr 18, 2021

Contributed:

Changes:

  • Add isAddress and validateAddress functions (the latter will throw if invalid)
  • Check @polkadot/hw-ledger against @polkadot/networks for discrepancies (test-only)
  • Align ss58 registry with upstream Substrate

6.1.1 Apr 11, 2021

Contributed:

Changes:

  • Remove @polkadot/networks code duplication, manages data via script from upstream
  • Align ss58 registry with upstream Substrate
Commits

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 dependabot bot added the dependencies Pull requests that update a dependency file label Apr 26, 2021
@dependabot dependabot bot requested a review from anvie April 26, 2021 10:37
Bumps [@polkadot/util](https://github.com/polkadot-js/common) and [@polkadot/util-crypto](https://github.com/polkadot-js/common). These dependencies needed to be updated together.

Updates `@polkadot/util` from 6.0.5 to 6.3.1
- [Release notes](https://github.com/polkadot-js/common/releases)
- [Changelog](https://github.com/polkadot-js/common/blob/master/CHANGELOG.md)
- [Commits](polkadot-js/common@v6.0.5...v6.3.1)

Updates `@polkadot/util-crypto` from 6.0.5 to 6.3.1
- [Release notes](https://github.com/polkadot-js/common/releases)
- [Changelog](https://github.com/polkadot-js/common/blob/master/CHANGELOG.md)
- [Commits](polkadot-js/common@v6.0.5...v6.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/polkadot/util-and-polkadot/util-crypto-6.3.1 branch from f4d8c66 to 7a36bae Compare April 30, 2021 18:51
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2021

Superseded by #69.

@dependabot dependabot bot closed this Jun 20, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/polkadot/util-and-polkadot/util-crypto-6.3.1 branch June 20, 2021 09:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant