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 the pjs group across 1 directory with 9 updates #2518

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2024

Bumps the pjs group with 9 updates in the / directory:

Package From To
@polkadot/api 10.13.1 14.1.1
@polkadot/api-augment 12.0.2 14.1.1
@polkadot/keyring 13.1.1 13.2.1
@polkadot/react-identicon 3.6.6 3.11.1
@polkadot/rpc-provider 12.1.1 14.1.1
@polkadot/types 14.0.1 14.1.1
@polkadot/util 13.1.1 13.2.1
@polkadot/util-crypto 12.6.2 13.2.1
@polkadot/extension-inject 0.53.1 0.54.1

Updates @polkadot/api from 10.13.1 to 14.1.1

Release notes

Sourced from @​polkadot/api's releases.

v14.1.1

Changes:

  • Fix deno build in CI to version 1.42.x (#5999)
  • Add LRU TTL cache implementation (#5997)
    • This focuses on performance advancements and less memory usage
  • Update non-pjs deps (#6000)
  • Set static metadata to v15 and update typegen to generate runtime apis and use v15 metadata (#5987)
    • Additionally: This does update the static types to be inline with polkadot 1003003
  • Bump dev to 0.81.2 (#6001)
    • Allows for correct CJS targetting
  • Bump common to 13.2.1 (#6002)

v14.0.1

Changes:

  • TransactionExtension, ExtrinsicV5 (#5995)
    • This is a very large feature that gives support for Extrinsic V5. This is not a breaking change, but because of the impact it has it is a Major bump.
    • This PR acts as a forward compatible feature that still focuses on v4, but allows for the use of v5 when: a: The metadata extrinsic version is set to 5 b: The extrinsic version is set to 5 when manually constructing transactions.
    • The PR allows the decoding of all v4, and v5 extrinsics including {bare, signed, general} transactions.
  • Address parsing issues for H160 accounts in api.derive.accounts.{*} (#5991)

v13.2.1

Changes:

  • Generate Runtime Apis Dynamically (#5986)
  • Fix logging for older runtimes for runtime-api decoration (#5988)

v13.1.1

Changes:

  • Upgrade polkadot/common to 13.1.1 (#5982)
  • Implement xcm dryRunApi (#5970)
  • Initialize the API with metadata V15 (#5941)
  • Bump yarn to 4.5.0 (#5983)

v13.0.1

Breaking Changes:

  • Change assetId type in SignerPayloadJSON to HexString (#5967)
  • Keep assetId hex as an Option for toPayload (#5968)

NOTE: This is part of the current change to generalize the SignerPayloadJSON in order to simplify its integration across other tools. The return value of assetId field with toPayload will always be its true type now, which in this case is Option<TAssetConversion> where TAssetConversion is equal to MultiLocation | AssetId.

Changes:

  • Bump dev and typescript (#5964)
  • Bump yarn to 4.1.1 (#5978)

... (truncated)

Changelog

Sourced from @​polkadot/api's changelog.

14.1.1 Oct 21, 2024

Changes:

  • Fix deno build in CI to version 1.42.x (#5999)
  • Add LRU TTL cache implementation (#5997)
    • This focuses on performance advancements and less memory usage
  • Update non-pjs deps (#6000)
  • Set static metadata to v15 and update typegen to generate runtime apis and use v15 metadata (#5987)
    • Additionally: This does update the static types to be inline with polkadot 1003003
  • Bump dev to 0.81.2 (#6001)
    • Allows for correct CJS targetting
  • Bump common to 13.2.1 (#6002)

14.0.1 Oct 2, 2024

Changes:

  • TransactionExtension, ExtrinsicV5
    • This is a very large feature that gives support for Extrinsic V5. This is not a breaking change, but because of the impact it has it is a Major bump.
    • This PR acts as a forward compatible feature that still focuses on v4, but allows for the use of v5 when: a: The metadata extrinsic version is set to 5 b: The extrinsic version is set to 5 when manually constructing transactions.
    • The PR allows the decoding of all v4, and v5 extrinsics including {bare, signed, general} transactions.
  • Address parsing issues for H160 accounts in api.derive.accounts.{*} (#5991)

13.2.1 Sep 23, 2024

Changes:

  • Generate Runtime Apis Dynamically (#5986)
  • Fix logging for older runtimes for runtime-api decoration (#5988)

13.1.1 Sep 17, 2024

Changes:

  • Upgrade polkadot/common to 13.1.1 (#5982)
  • Implement xcm dryRunApi (#5970)
  • Initialize the API with metadata V15 (#5941)
  • Bump yarn to 4.5.0 (#5983)

13.0.1 Sep 10, 2024

Breaking Changes:

... (truncated)

Commits

Updates @polkadot/api-augment from 12.0.2 to 14.1.1

Release notes

Sourced from @​polkadot/api-augment's releases.

v14.1.1

Changes:

  • Fix deno build in CI to version 1.42.x (#5999)
  • Add LRU TTL cache implementation (#5997)
    • This focuses on performance advancements and less memory usage
  • Update non-pjs deps (#6000)
  • Set static metadata to v15 and update typegen to generate runtime apis and use v15 metadata (#5987)
    • Additionally: This does update the static types to be inline with polkadot 1003003
  • Bump dev to 0.81.2 (#6001)
    • Allows for correct CJS targetting
  • Bump common to 13.2.1 (#6002)

v14.0.1

Changes:

  • TransactionExtension, ExtrinsicV5 (#5995)
    • This is a very large feature that gives support for Extrinsic V5. This is not a breaking change, but because of the impact it has it is a Major bump.
    • This PR acts as a forward compatible feature that still focuses on v4, but allows for the use of v5 when: a: The metadata extrinsic version is set to 5 b: The extrinsic version is set to 5 when manually constructing transactions.
    • The PR allows the decoding of all v4, and v5 extrinsics including {bare, signed, general} transactions.
  • Address parsing issues for H160 accounts in api.derive.accounts.{*} (#5991)

v13.2.1

Changes:

  • Generate Runtime Apis Dynamically (#5986)
  • Fix logging for older runtimes for runtime-api decoration (#5988)

v13.1.1

Changes:

  • Upgrade polkadot/common to 13.1.1 (#5982)
  • Implement xcm dryRunApi (#5970)
  • Initialize the API with metadata V15 (#5941)
  • Bump yarn to 4.5.0 (#5983)

v13.0.1

Breaking Changes:

  • Change assetId type in SignerPayloadJSON to HexString (#5967)
  • Keep assetId hex as an Option for toPayload (#5968)

NOTE: This is part of the current change to generalize the SignerPayloadJSON in order to simplify its integration across other tools. The return value of assetId field with toPayload will always be its true type now, which in this case is Option<TAssetConversion> where TAssetConversion is equal to MultiLocation | AssetId.

Changes:

  • Bump dev and typescript (#5964)
  • Bump yarn to 4.1.1 (#5978)

... (truncated)

Changelog

Sourced from @​polkadot/api-augment's changelog.

14.1.1 Oct 21, 2024

Changes:

  • Fix deno build in CI to version 1.42.x (#5999)
  • Add LRU TTL cache implementation (#5997)
    • This focuses on performance advancements and less memory usage
  • Update non-pjs deps (#6000)
  • Set static metadata to v15 and update typegen to generate runtime apis and use v15 metadata (#5987)
    • Additionally: This does update the static types to be inline with polkadot 1003003
  • Bump dev to 0.81.2 (#6001)
    • Allows for correct CJS targetting
  • Bump common to 13.2.1 (#6002)

14.0.1 Oct 2, 2024

Changes:

  • TransactionExtension, ExtrinsicV5
    • This is a very large feature that gives support for Extrinsic V5. This is not a breaking change, but because of the impact it has it is a Major bump.
    • This PR acts as a forward compatible feature that still focuses on v4, but allows for the use of v5 when: a: The metadata extrinsic version is set to 5 b: The extrinsic version is set to 5 when manually constructing transactions.
    • The PR allows the decoding of all v4, and v5 extrinsics including {bare, signed, general} transactions.
  • Address parsing issues for H160 accounts in api.derive.accounts.{*} (#5991)

13.2.1 Sep 23, 2024

Changes:

  • Generate Runtime Apis Dynamically (#5986)
  • Fix logging for older runtimes for runtime-api decoration (#5988)

13.1.1 Sep 17, 2024

Changes:

  • Upgrade polkadot/common to 13.1.1 (#5982)
  • Implement xcm dryRunApi (#5970)
  • Initialize the API with metadata V15 (#5941)
  • Bump yarn to 4.5.0 (#5983)

13.0.1 Sep 10, 2024

Breaking Changes:

... (truncated)

Commits

Updates @polkadot/keyring from 13.1.1 to 13.2.1

Release notes

Sourced from @​polkadot/keyring's releases.

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
Changelog

Sourced from @​polkadot/keyring's changelog.

13.2.1 Oct 21, 2024

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
Commits

Updates @polkadot/react-identicon from 3.6.6 to 3.11.1

Release notes

Sourced from @​polkadot/react-identicon's releases.

v3.11.1

Changes:

  • Upgrade polkadot/common to 13.2.1 (#811)
  • Bump yarn to 4.5.1 (#812)
  • Bump dev 0.81.2 (#810)
    • Correctly exports CJS and ESM

v3.10.1

Changes:

  • Upgrade polkadot/common to 13.1.1 (#808)
  • Bump yarn to 4.4.0 (#806)

v3.9.1

Changes:

  • Upgrade @​polkadot/dev to 0.79.3 (#803)
  • Add chainSpecific option for ledger (#804)

v3.8.3

Changes:

v3.8.2

Changes:

  • Fix ledgerApp bug, and remove legacy

v3.8.1

Changes:

  • Add new ledger app settings

v3.7.1

Changes:

  • Upgrade polkadot/common 13.0.2
  • Bump yarn to 4.3.1
Changelog

Sourced from @​polkadot/react-identicon's changelog.

3.11.1 Oct 23, 2024

Changes:

  • Upgrade polkadot/common to 13.2.1 (#811)
  • Bump yarn to 4.5.1 (#812)
  • Bump dev 0.81.2 (#810)
    • Correctly exports CJS and ESM

3.10.1 Sep 20, 2024

Changes:

  • Upgrade polkadot/common to 13.1.1 (#808)
  • Bump yarn to 4.4.0 (#806)

3.9.1 Aug 13, 2024

Changes:

  • Upgrade @​polkadot/dev to 0.79.3 (#803)
  • Add chainSpecific option for ledger (#804)

3.8.3 July 31, 2024

Changes:

3.8.2 July 22, 2024

Changes:

  • Fix ledgerApp bug, and remove legacy

3.8.1 July 22, 2024

Changes:

  • Add new ledger app settings

3.7.1 July 13, 2024

Changes:

... (truncated)

Commits

Updates @polkadot/rpc-provider from 12.1.1 to 14.1.1

Release notes

Sourced from @​polkadot/rpc-provider's releases.

v14.1.1

Changes:

  • Fix deno build in CI to version 1.42.x (#5999)
  • Add LRU TTL cache implementation (#5997)
    • This focuses on performance advancements and less memory usage
  • Update non-pjs deps (#6000)
  • Set static metadata to v15 and update typegen to generate runtime apis and use v15 metadata (#5987)
    • Additionally: This does update the static types to be inline with polkadot 1003003
  • Bump dev to 0.81.2 (#6001)
    • Allows for correct CJS targetting
  • Bump common to 13.2.1 (#6002)

v14.0.1

Changes:

  • TransactionExtension, ExtrinsicV5 (#5995)
    • This is a very large feature that gives support for Extrinsic V5. This is not a breaking change, but because of the impact it has it is a Major bump.
    • This PR acts as a forward compatible feature that still focuses on v4, but allows for the use of v5 when: a: The metadata extrinsic version is set to 5 b: The extrinsic version is set to 5 when manually constructing transactions.
    • The PR allows the decoding of all v4, and v5 extrinsics including {bare, signed, general} transactions.
  • Address parsing issues for H160 accounts in api.derive.accounts.{*} (#5991)

v13.2.1

Changes:

  • Generate Runtime Apis Dynamically (#5986)
  • Fix logging for older runtimes for runtime-api decoration (#5988)

v13.1.1

Changes:

  • Upgrade polkadot/common to 13.1.1 (#5982)
  • Implement xcm dryRunApi (#5970)
  • Initialize the API with metadata V15 (#5941)
  • Bump yarn to 4.5.0 (#5983)

v13.0.1

Breaking Changes:

  • Change assetId type in SignerPayloadJSON to HexString (#5967)
  • Keep assetId hex as an Option for toPayload (#5968)

NOTE: This is part of the current change to generalize the SignerPayloadJSON in order to simplify its integration across other tools. The return value of assetId field with toPayload will always be its true type now, which in this case is Option<TAssetConversion> where TAssetConversion is equal to MultiLocation | AssetId.

Changes:

  • Bump dev and typescript (#5964)
  • Bump yarn to 4.1.1 (#5978)

... (truncated)

Changelog

Sourced from @​polkadot/rpc-provider's changelog.

14.1.1 Oct 21, 2024

Changes:

  • Fix deno build in CI to version 1.42.x (#5999)
  • Add LRU TTL cache implementation (#5997)
    • This focuses on performance advancements and less memory usage
  • Update non-pjs deps (#6000)
  • Set static metadata to v15 and update typegen to generate runtime apis and use v15 metadata (#5987)
    • Additionally: This does update the static types to be inline with polkadot 1003003
  • Bump dev to 0.81.2 (#6001)
    • Allows for correct CJS targetting
  • Bump common to 13.2.1 (#6002)

14.0.1 Oct 2, 2024

Changes:

  • TransactionExtension, ExtrinsicV5
    • This is a very large feature that gives support for Extrinsic V5. This is not a breaking change, but because of the impact it has it is a Major bump.
    • This PR acts as a forward compatible feature that still focuses on v4, but allows for the use of v5 when: a: The metadata extrinsic version is set to 5 b: The extrinsic version is set to 5 when manually constructing transactions.
    • The PR allows the decoding of all v4, and v5 extrinsics including {bare, signed, general} transactions.
  • Address parsing issues for H160 accounts in api.derive.accounts.{*} (#5991)

13.2.1 Sep 23, 2024

Changes:

  • Generate Runtime Apis Dynamically (#5986)
  • Fix logging for older runtimes for runtime-api decoration (#5988)

13.1.1 Sep 17, 2024

Changes:

  • Upgrade polkadot/common to 13.1.1 (#5982)
  • Implement xcm dryRunApi (#5970)
  • Initialize the API with metadata V15 (#5941)
  • Bump yarn to 4.5.0 (#5983)

13.0.1 Sep 10, 2024

Breaking Changes:

... (truncated)

Commits

Updates @polkadot/types from 14.0.1 to 14.1.1

Release notes

Sourced from @​polkadot/types's releases.

v14.1.1

Changes:

  • Fix deno build in CI to version 1.42.x (#5999)
  • Add LRU TTL cache implementation (#5997)
    • This focuses on performance advancements and less memory usage
  • Update non-pjs deps (#6000)
  • Set static metadata to v15 and update typegen to generate runtime apis and use v15 metadata (#5987)
    • Additionally: This does update the static types to be inline with polkadot 1003003
  • Bump dev to 0.81.2 (#6001)
    • Allows for correct CJS targetting
  • Bump common to 13.2.1 (#6002)
Changelog

Sourced from @​polkadot/types's changelog.

14.1.1 Oct 21, 2024

Changes:

  • Fix deno build in CI to version 1.42.x (#5999)
  • Add LRU TTL cache implementation (#5997)
    • This focuses on performance advancements and less memory usage
  • Update non-pjs deps (#6000)
  • Set static metadata to v15 and update typegen to generate runtime apis and use v15 metadata (#5987)
    • Additionally: This does update the static types to be inline with polkadot 1003003
  • Bump dev to 0.81.2 (#6001)
    • Allows for correct CJS targetting
  • Bump common to 13.2.1 (#6002)
Commits

Updates @polkadot/util from 13.1.1 to 13.2.1

Release notes

Sourced from @​polkadot/util's releases.

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
Changelog

Sourced from @​polkadot/util's changelog.

13.2.1 Oct 21, 2024

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
Commits

Updates @polkadot/util-crypto from 12.6.2 to 13.2.1

Release notes

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

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

v13.1.1

Contributed:

HydraDx - Hydration Rebrand Thanks to (https://github.com/jak-pan) (#1923)

Changes:

  • Update all deps that have patch releases (#1934)
  • Bump yarn to 4.4.1 (#1940)
  • Update ss58-registry to 1.50.0 (#1937)
  • Update dev and typescript (#1936)
  • Add Encointer and Integritee to Ledger, and adjust tests (#1939)
    • This PR added the addition of genericLedgerApps and prevLedgerRecord objects. They both combine into ledgerApps in hw-ledger/defaults.

v13.0.2

Contributed:

v13.0.1

Breaking Changes:

  • Add Support for latest Ledger App
    • This deprecates class Ledger in favor of class LedgerGeneric
    • More info in the following PR (#1925)

Changes:

  • Bump dev to 0.79.1
  • Comments around pair encode/decode 1-3
  • Bump ws, react-native, ss58Registry
  • Bump yarn to 4.3.1
  • Update CI to checkout and setup_node v4
Changelog

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

13.2.1 Oct 21, 2024

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

13.1.1 Sep 16, 2024

Contributed:

HydraDx - Hydration Rebrand Thanks to (https://github.com/jak-pan) (#1923)

Changes:

  • Update all deps that have patch releases (#1934)
  • Bump yarn to 4.4.1 (#1940)
  • Update ss58-registry to 1.50.0 (#1937)
  • Update dev and typescript (#1936)
  • Add Encointer and Integritee to Ledger, and adjust tests (#1939)
    • This PR added the addition of genericLedgerApps and prevLedgerRecord objects. They both combine into ledgerApps in hw-ledger/defaults.

13.0.2 July 12, 2024

Contributed:

13.0.1 July 12, 2024

Breaking Changes:

  • Add Support for latest Ledger App
    • This deprecates class Ledger in favor of class LedgerGeneric
    • More info in the following PR (#1925)

Changes:

... (truncated)

Commits

Updates @polkadot/extension-inject from 0.53.1 to 0.54.1

Release notes

Sourced from @​polkadot/extension-inject's releases.

v0.54.1

Changes:

  • Update polkadot-js deps (#1466)
    • Polkadot-js api -> 14.0.1
      • NOTE: This adds support for Extrinsic V5.
    • Polkadot-js phishing -> 0.23.7
  • Bump yarn to 4.5.0 (#1467)
Changelog

Sourced from @​polkadot/extension-inject's changelog.

0.54.1 Oct 14, 2024

Changes:

  • Update polkadot-js deps (#1466)
    • Polkadot-js api -> 14.0.1
      • NOTE: This adds support for Extrinsic V5.
    • Polkadot-js phishing -> 0.23.7
  • Bump yarn to 4.5.0 (#1467)
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pjs group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) | `10.13.1` | `14.1.1` |
| [@polkadot/api-augment](https://github.com/polkadot-js/api/tree/HEAD/packages/api-augment) | `12.0.2` | `14.1.1` |
| [@polkadot/keyring](https://github.com/polkadot-js/common/tree/HEAD/packages/keyring) | `13.1.1` | `13.2.1` |
| [@polkadot/react-identicon](https://github.com/polkadot-js/ui/tree/HEAD/packages/react-identicon) | `3.6.6` | `3.11.1` |
| [@polkadot/rpc-provider](https://github.com/polkadot-js/api/tree/HEAD/packages/rpc-provider) | `12.1.1` | `14.1.1` |
| [@polkadot/types](https://github.com/polkadot-js/api/tree/HEAD/packages/types) | `14.0.1` | `14.1.1` |
| [@polkadot/util](https://github.com/polkadot-js/common/tree/HEAD/packages/util) | `13.1.1` | `13.2.1` |
| [@polkadot/util-crypto](https://github.com/polkadot-js/common/tree/HEAD/packages/util-crypto) | `12.6.2` | `13.2.1` |
| [@polkadot/extension-inject](https://github.com/polkadot-js/extension/tree/HEAD/packages/extension-inject) | `0.53.1` | `0.54.1` |



Updates `@polkadot/api` from 10.13.1 to 14.1.1
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v14.1.1/packages/api)

Updates `@polkadot/api-augment` from 12.0.2 to 14.1.1
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v14.1.1/packages/api-augment)

Updates `@polkadot/keyring` from 13.1.1 to 13.2.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.2.1/packages/keyring)

Updates `@polkadot/react-identicon` from 3.6.6 to 3.11.1
- [Release notes](https://github.com/polkadot-js/ui/releases)
- [Changelog](https://github.com/polkadot-js/ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/ui/commits/v3.11.1/packages/react-identicon)

Updates `@polkadot/rpc-provider` from 12.1.1 to 14.1.1
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v14.1.1/packages/rpc-provider)

Updates `@polkadot/types` from 14.0.1 to 14.1.1
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v14.1.1/packages/types)

Updates `@polkadot/util` from 13.1.1 to 13.2.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.2.1/packages/util)

Updates `@polkadot/util-crypto` from 12.6.2 to 13.2.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.2.1/packages/util-crypto)

Updates `@polkadot/extension-inject` from 0.53.1 to 0.54.1
- [Release notes](https://github.com/polkadot-js/extension/releases)
- [Changelog](https://github.com/polkadot-js/extension/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/extension/commits/v0.54.1/packages/extension-inject)

---
updated-dependencies:
- dependency-name: "@polkadot/api"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pjs
- dependency-name: "@polkadot/api-augment"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pjs
- dependency-name: "@polkadot/keyring"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pjs
- dependency-name: "@polkadot/react-identicon"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pjs
- dependency-name: "@polkadot/rpc-provider"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pjs
- dependency-name: "@polkadot/types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pjs
- dependency-name: "@polkadot/util"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pjs
- dependency-name: "@polkadot/util-crypto"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pjs
- dependency-name: "@polkadot/extension-inject"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pjs
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the automerge Instructs Mergify to queue this pull request for automatic merging label Oct 23, 2024
Copy link

changeset-bot bot commented Oct 23, 2024

🦋 Changeset detected

Latest commit: 0b2ae6f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@substrate/wallet-template Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Instructs Mergify to queue this pull request for automatic merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant