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

fix(deps): update polkadot #453

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update polkadot #453

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@polkadot/api (source) ^10.11.1 -> ^10.13.1 age adoption passing confidence
@polkadot/extension-dapp (source) ^0.46.6 -> ^0.52.3 age adoption passing confidence
@polkadot/util-crypto (source) ^12.6.1 -> ^12.6.2 age adoption passing confidence

Release Notes

polkadot-js/api (@​polkadot/api)

v10.13.1

Compare Source

Changes:

  • Update CI actions and setup_node to v4
  • Update substrate metadata to latest
  • Support ParachainHost runtime api v6, 7, 8, 9, 10
  • Resolve correct module for council derive
  • Update westend types-known for 1010000
  • Update kusama types-known for 1001003

v10.12.6

Compare Source

NOTE: Because of a broken CI build for 10.12.5 -> 10.12.6 is a replacement

Contributed:

Changes:

  • Upgrade westend types-known for 1009000
  • Add disableAscii option for toHuman, and toPrimitive
  • V14 Update substrate latest metadata
  • V15 Update substrate latest metadata
  • Bump yarn to 4.1.1
  • Add assetId getter field to to necessary ExtrinsicPayloads
  • Add Updated Runtime Defintions
    • ValidateStatement
    • MMRApi
      • mmr_root
      • mmr_leaf_count
    • Core v5
    • GenesisBuilder
    • MixnetApi

v10.12.5

Compare Source

Contributed:

Changes:

  • Upgrade westend types-known for 1009000
  • Add disableAscii option for toHuman, and toPrimitive
  • V14 Update substrate latest metadata
  • V15 Update substrate latest metadata
  • Bump yarn to 4.1.1
  • Add assetId getter field to to necessary ExtrinsicPayloads
  • Add Updated Runtime Defintions
    • ValidateStatement
    • MMRApi
      • mmr_root
      • mmr_leaf_count
    • Core v5
    • GenesisBuilder
    • MixnetApi

v10.12.4

Compare Source

Contributed:

v10.12.3

Compare Source

Contributed:

Changes:

  • Fix api.derive.staking.eraExposure for compatibility
  • Fix invalid Lookup assignment on augmentation and update polkadot and kusama metadata
  • Update polkadot runtime upgrade per block
  • Update kusama runtime upgrade per block
  • Update westend runtime upgrade per block

v10.12.2

Compare Source

Contributed:

Changes:

  • Update to latest Substrate metadata

v10.12.1

Compare Source

Contributed:

v10.11.3

Compare Source

Contributed:

Changes:

  • Bump dev w/ packageDetect adjustments
  • Update copyright year
  • Bump nock, and dev deps
  • Allow cacheCapacity option for the WsProvider
  • Bump yarn
polkadot-js/extension (@​polkadot/extension-dapp)

v0.52.3

Compare Source

Changes:

  • Upgrade polkadot-js/api to 12.4.1
  • Upgrade polkadot-js/phishing to 0.23.4

v0.52.2

Compare Source

NOTE: This is strictly a patch release for the store.

Changes:

v0.52.1

Compare Source

Contributed:

Changes:

  • Bump yarn to 4.4.0 (#​1442)
  • Enable "Chain Specific App" setting (#​1445)
    • This allows for ledger apps that are not included in the Polkadot Generic App to work with their specific Ledger App
  • Fix setting rawMetadata as registry metadata (#​1446)

v0.51.1

Compare Source

Contributed:

Changes:

  • Bump yarn to 4.3.1 (#​1426)
  • Add CI script to check for diffs in src vs build for store release (#​1429) (#​1436)
  • Change Connected to Connect Accounts (#​1430)
  • Upgrade Polkadot-js deps (#​1434) (#​1435)
    • polkadot/api 12.3.1
    • polkadot/phishing 0.23.3
    • polkadot/ui 3.8.3

v0.50.1

Compare Source

Contributed:

  • Update subscribed accounts when connected site authorizations are modified (Thanks to https://github.com/F-OBrien)
    • Deprecates public udateCurrentTabsUrl in class State in favor of public updateCurrentTabsUrl.

Changes:

  • Add support for the Ledger Generic App (Thanks to https://github.com/bee344)
  • Add support for the Ledger Migration App (Thanks to https://github.com/bee344)
    • Note: In order to use the ledger migration app, you must toggle the setting inside of settings. That will enable the migration app for use.
  • Fix extension stuck in ... loading ... screen after service_worker got terminated (Thanks to https://github.com/bee344)

v0.49.3

Compare Source

Changes:

  • Fix ID used in manifest_firefox.json by adding brackets
    • The previous patch required brackets arount the ID...

v0.49.2

Compare Source

Changes:

  • Fix ID used in manifest_firefox.json
    • This is internal, and is only necessary for publishing to the store

v0.49.1

Compare Source

Breaking Changes:

  • Update from Manifest v2 to v3 for Chrome
  • Update from Manifest v2 to v3 for Firefox

Note: These are very large breaking changes. Please review the following PR's to see exactly what has changed and for any additional information that can assist you in your migration.

(#​1367)
(#​1388)
(#​1399)

Changes:

v0.48.2

Compare Source

Contributed:

Changes:

  • Adjust ui imports for deterministic bundling

v0.48.1

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

  • Bump @​polkadot/api to 12.0.2
    • NOTE: We are doing a minor bump because the api in this version now gives the option
      to modify payloads for signAndSend, signAsync, and dryRun which the extension does not use. That being said, for any user that digests that package it will be available to use as a feature.
  • Bump @​polkadot/phishing to 0.22.10

v0.47.6

Compare Source

Changes:

  • Bump @​polkadot/api to 11.3.1
  • Bump @​polkadot/phishing to 0.22.9
  • Update build process to enable review by Firefox store
    • Adds corepack enable to CI process
    • Removes hardcoded path to .yarn/release in .yarnrc.yml
    • Updates zip script to ensure correct compression

v0.47.5

Compare Source

  • Important Published only to Chrome store.

Changes:

v0.47.4

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

v0.47.3

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

  • Bump polkadot/api to 11.0.2

v0.47.2

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Contributed:

Changes:

  • Update polkadot/api and polkadot/phishing

v0.47.1

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Contributed:

Changes:

  • Update nvmrc version
  • Bump yarn to 4.1.1
  • Update the README with library notice
  • Fix typos
  • Update CI checkout and setup_node to v4
  • Update polkadot/* deps

v0.46.9

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Contributed:

Changes:

  • Upgrade to @polkadot/api 10.12.4
  • Upgrade to @polkadot/phishing 0.22.4

v0.46.8

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

  • Upgrade to @polkadot/api 10.12.2
  • Upgrade to @polkadot/phishing 0.22.3

v0.46.7

Compare Source

  • Important Not published to the stores, aligns with latest released packages.

Changes:

  • Upgrade to @polkadot/api 10.11.2
  • Upgrade to @polkadot/ui 3.6.5
  • Upgrade to @polkadot/phishing 0.22.2

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-453.dwo3t819w2m3x.amplifyapp.com

@renovate renovate bot force-pushed the renovate/polkadot branch 5 times, most recently from 2b8e0ae to 4a40695 Compare March 4, 2024 14:07
@renovate renovate bot force-pushed the renovate/polkadot branch 2 times, most recently from c6eaa2e to 8c846cf Compare March 14, 2024 03:27
@renovate renovate bot force-pushed the renovate/polkadot branch 4 times, most recently from 7daaf00 to 14f3ec0 Compare March 24, 2024 13:37
@renovate renovate bot force-pushed the renovate/polkadot branch 2 times, most recently from 2118350 to eb92ed8 Compare April 3, 2024 06:52
@renovate renovate bot force-pushed the renovate/polkadot branch 3 times, most recently from 80dbbec to 0262d44 Compare April 18, 2024 14:50
@renovate renovate bot force-pushed the renovate/polkadot branch 5 times, most recently from c7fe2eb to 9b8ed02 Compare April 27, 2024 22:00
@renovate renovate bot force-pushed the renovate/polkadot branch 2 times, most recently from 034a36c to 98b65f2 Compare July 3, 2024 16:28
@renovate renovate bot force-pushed the renovate/polkadot branch 2 times, most recently from 619c339 to c04ae81 Compare July 19, 2024 16:25
@renovate renovate bot force-pushed the renovate/polkadot branch 2 times, most recently from 27e42c8 to fc10a45 Compare August 16, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants