Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @polkadot/util-crypto from 12.6.2 to 13.4.1 #170

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps @polkadot/util-crypto from 12.6.2 to 13.4.1.

Release notes

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

v13.4.1

Changes:

  • Enable KeyringPair Creation with Custom Mnemonic Wordlists (#1974)
  • Use ws library in Node.js 22+ for Better WebSocket Error Handling (#1976)
  • Fix Misclassification of ECDSA Signatures in verifyMultisig (#1973)
  • Bump dev to 0.83.2 (#1972)
  • Bump yarn to 4.6.0 (#1967)

v13.3.1

Changes:

  • Give compatibility for nodejs v22
    • Fix getSeparator which fixes toLocaleString (#1965)
  • 2025 Headers (#1963)

v13.2.3

Contributed:

Changes:

  • Bump Dev to 0.82.1 (#1959)

v13.2.2

Contributed:

Changes:

  • Bump yarn to 4.5.1 (#1953)

v13.2.1

Contributed:

Changes:

  • Fix Deno CI Build (#1947)
  • Bump yarn to 4.5.0 (#1946)
  • Update Ledger Deps (#1948)
  • Update WS and deps (#1949)
  • Bump polkadot/wasm to 7.4.1 (#1950)
  • Bump dev to 0.81.2 (#1951)
    • Allows for CJS target in build

... (truncated)

Changelog

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

13.4.1 Feb 16, 2025

Changes:

  • Enable KeyringPair Creation with Custom Mnemonic Wordlists (#1974)
  • Use ws library in Node.js 22+ for Better WebSocket Error Handling (#1976)
  • Fix Misclassification of ECDSA Signatures in verifyMultisig (#1973)
  • Bump dev to 0.83.2 (#1972)
  • Bump yarn to 4.6.0 (#1967)

13.3.1 Jan 6, 2025

Changes:

  • Give compatibility for nodejs v22
    • Fix getSeparator which fixes toLocaleString (#1965)
  • 2025 Headers (#1963)

13.2.3 Nov 11, 2024

Contributed:

Changes:

  • Bump Dev to 0.82.1 (#1959)

13.2.2 Oct 28, 2024

Contributed:

Changes:

  • Bump yarn to 4.5.1 (#1953)

13.2.1 Oct 21, 2024

Contributed:

Changes:

... (truncated)

Commits
  • 0f7954a [CI Skip] release/stable 13.4.1
  • e056618 13.4.1 (#1977)
  • 82a485c [CI Skip] bump/beta 13.3.2-4-x
  • 2cbea7b Fix Misclassification of ECDSA Signatures in verifyMultisig() (#1973)
  • 748f670 [CI Skip] bump/beta 13.3.2-3-x
  • a328ab4 [CI Skip] bump/beta 13.3.2-2-x
  • e25bb48 Allow keyringPair to create using a mnemonic wordlist (#1974)
  • 8456870 [CI Skip] bump/beta 13.3.2-1-x
  • 25fe5f4 [CI Skip] bump/beta 13.3.2-0-x
  • eb7b24f [CI Skip] release/stable 13.3.1
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@polkadot/util-crypto](https://github.com/polkadot-js/common/tree/HEAD/packages/util-crypto) from 12.6.2 to 13.4.1.
- [Release notes](https://github.com/polkadot-js/common/releases)
- [Changelog](https://github.com/polkadot-js/common/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/common/commits/v13.4.1/packages/util-crypto)

---
updated-dependencies:
- dependency-name: "@polkadot/util-crypto"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 17, 2025
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 13.55%. Comparing base (eff9795) to head (591980e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #170   +/-   ##
=======================================
  Coverage   13.55%   13.55%           
=======================================
  Files          35       35           
  Lines        2265     2265           
  Branches      496      498    +2     
=======================================
  Hits          307      307           
  Misses       1958     1958           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2025

Superseded by #171.

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/polkadot/util-crypto-13.4.1 branch February 24, 2025 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants