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)!: update polkadot dependencies to v12 #749

Merged
merged 7 commits into from
Jun 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@polkadot/keyring (source) ^11.0.0 -> ^12.0.0 age adoption passing confidence
@polkadot/util (source) ^11.0.0 -> ^12.0.0 age adoption passing confidence
@polkadot/util-crypto (source) ^11.0.0 -> ^12.0.0 age adoption passing confidence

Release Notes

polkadot-js/common

v12.2.1

Compare Source

Changes:

  • Align u8aToBigInt tests with u8aToBn
  • Unroll loops on most-frequently used paths for u8aToBigInt
  • Add module to package.json export map (ESM-only)
  • Upgrade dependencies to latest stable versions

v12.1.2

Compare Source

Changes:

  • Adjust typing for isChildClass & Constructor usage

v12.1.1

Compare Source

Changes:

  • Add shareable identity & noop functions
  • Flatten Buffer | Uint8Array types (as used) to base-only Uint8Array
  • Apply readonly specifiers to private class fields where applicable
  • Adjust compilation output for __internal__ class fields
  • Remove unused types from util
  • Upgrade dependencies to latest stable versions

v12.0.1

Compare Source

Contributed:

Changes:

  • Swap secp256k1 functionality to @noble/curves
  • Swap ed25519 functionality to @noble/curves
  • Replace tweetnacl secretbox usage with slimmer local version
  • Adjust isCodec helper with closer API alignment
  • Initial steps to multi-language bip39 support
  • Use Node webcrypto for Node getRandomValues support
  • Upgrade dependencies to latest stable versions
  • Drop support for Node 14 (EOL 30 Apr 2023)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 22, 2023
@renovate renovate bot force-pushed the renovate/polkadot branch 7 times, most recently from f291f7e to 9e6d7d0 Compare May 23, 2023 21:17
@rflechtner rflechtner force-pushed the renovate/polkadot branch from 9e6d7d0 to 212f5e5 Compare May 31, 2023 16:58
@rflechtner rflechtner self-assigned this May 31, 2023
@rflechtner rflechtner requested a review from arty-name May 31, 2023 17:10
@rflechtner rflechtner mentioned this pull request May 31, 2023
@renovate
Copy link
Contributor Author

renovate bot commented May 31, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

.github/workflows/devpackpublish.yml Outdated Show resolved Hide resolved
.github/workflows/tests-polkadot-deps.yml Outdated Show resolved Hide resolved
packages/utils/src/Crypto.ts Outdated Show resolved Hide resolved
@rflechtner rflechtner merged commit f623265 into develop Jun 1, 2023
@rflechtner rflechtner deleted the renovate/polkadot branch June 1, 2023 11:40
rflechtner added a commit that referenced this pull request Jun 1, 2023
* chore: use v12 versions of polkadot/common libs
* chore: remove unused dependency websocket
* chore!: end support for node 14
* ci: use nvmrc for node version definition
* ci: test node v20 as well
---------

Co-authored-by: Raphael Flechtner <[email protected]>
@rflechtner rflechtner changed the title chore(deps): update polkadot dependencies to v12 chore(deps)!: update polkadot dependencies to v12 Jun 7, 2023
rflechtner added a commit that referenced this pull request Jul 26, 2023
* chore: use v12 versions of polkadot/common libs
* chore: remove unused dependency websocket
* chore!: end support for node 14
* ci: use nvmrc for node version definition
* ci: test node v20 as well
---------

Co-authored-by: Raphael Flechtner <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants