Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2025

Bumps the polkadot-api group with 12 updates in the / directory:

Package From To
@polkadot-api/codegen 0.13.2 0.18.3
@polkadot-api/metadata-builders 0.10.2 0.13.4
@polkadot-api/metadata-compatibility 0.2.0 0.3.5
@polkadot-api/observable-client 0.8.6 0.14.1
@polkadot-api/signer 0.1.15 0.2.8
@polkadot-api/substrate-bindings 0.11.1 0.16.2
@polkadot-api/substrate-client 0.3.0 0.4.6
@polkadot-api/utils 0.1.2 0.2.0
@polkadot-api/ws-provider 0.4.0 0.5.0
@polkadot-api/sm-provider 0.1.7 0.1.9
@polkadot-api/view-builder 0.4.3 0.4.12
polkadot-api 1.9.11 1.17.1

Updates @polkadot-api/codegen from 0.13.2 to 0.18.3

Commits

Updates @polkadot-api/metadata-builders from 0.10.2 to 0.13.4

Release notes

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

[email protected]

Added

  • polkadot-api/smoldot/node-worker to create a smoldot worker in NodeJS.
  • polkadot-api/smoldot/from-node-worker to create a client from a node smoldot worker.
  • Add people chains for Kusama, Roccoco and Westend #617

Changed

  • ws-provider: rename WebSocketProvider => getWsProvider
  • polkadot-sdk-compat: replace default export with withPolkadotSdkCompat
  • Decode ModuleError from transactions DispatchError #615.

Fixed

  • Descriptors entry points when transaction and events have the same checksum.
  • Fixed correct ESM export for React Native.
  • chains: Update lightSyncState

[email protected]

Added

  • InvalidTxError: a new Error with all the information needed to determine what was the reason why the transaction is invlid. Its typings can be obtained via the TransactionValidityError type #589.
  • client: Add isCompatible(threshold: CompatibilityLevel, token?: CompatibilityToken) to every interaction.
  • chains: Add Polkadot People and Paseo AssetHub

Changed

  • cli: Commands add, remove and update run codegen by default after finishing #577.
  • cli: Move descriptors package out from node_modules #587.

Fixed

  • typedApi not being assignable to union of multiple chains.
  • descriptors: Whitelist entry for runtime apis
  • chains: Update bootnodes

Removed

  • client: Clean up leaked types from functions createTxEntry, submit, and submit$.

[email protected]

Changed

  • Replaced isCompatible() functions for getCompatibilityLevel(), for a more granular control of runtime upgrades #561
  • Replaced typedApi.runtime.latest() for typedApi.compatibilityToken #569

Added

... (truncated)

Commits

Updates @polkadot-api/metadata-compatibility from 0.2.0 to 0.3.5

Commits

Updates @polkadot-api/observable-client from 0.8.6 to 0.14.1

Release notes

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

[email protected]

Added

  • polkadot-api/smoldot/node-worker to create a smoldot worker in NodeJS.
  • polkadot-api/smoldot/from-node-worker to create a client from a node smoldot worker.
  • Add people chains for Kusama, Roccoco and Westend #617

Changed

  • ws-provider: rename WebSocketProvider => getWsProvider
  • polkadot-sdk-compat: replace default export with withPolkadotSdkCompat
  • Decode ModuleError from transactions DispatchError #615.

Fixed

  • Descriptors entry points when transaction and events have the same checksum.
  • Fixed correct ESM export for React Native.
  • chains: Update lightSyncState

[email protected]

Added

  • InvalidTxError: a new Error with all the information needed to determine what was the reason why the transaction is invlid. Its typings can be obtained via the TransactionValidityError type #589.
  • client: Add isCompatible(threshold: CompatibilityLevel, token?: CompatibilityToken) to every interaction.
  • chains: Add Polkadot People and Paseo AssetHub

Changed

  • cli: Commands add, remove and update run codegen by default after finishing #577.
  • cli: Move descriptors package out from node_modules #587.

Fixed

  • typedApi not being assignable to union of multiple chains.
  • descriptors: Whitelist entry for runtime apis
  • chains: Update bootnodes

Removed

  • client: Clean up leaked types from functions createTxEntry, submit, and submit$.

[email protected]

Changed

  • Replaced isCompatible() functions for getCompatibilityLevel(), for a more granular control of runtime upgrades #561
  • Replaced typedApi.runtime.latest() for typedApi.compatibilityToken #569

Added

... (truncated)

Commits

Updates @polkadot-api/signer from 0.1.15 to 0.2.8

Commits

Updates @polkadot-api/substrate-bindings from 0.11.1 to 0.16.2

Release notes

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

[email protected]

Added

  • polkadot-api/smoldot/node-worker to create a smoldot worker in NodeJS.
  • polkadot-api/smoldot/from-node-worker to create a client from a node smoldot worker.
  • Add people chains for Kusama, Roccoco and Westend #617

Changed

  • ws-provider: rename WebSocketProvider => getWsProvider
  • polkadot-sdk-compat: replace default export with withPolkadotSdkCompat
  • Decode ModuleError from transactions DispatchError #615.

Fixed

  • Descriptors entry points when transaction and events have the same checksum.
  • Fixed correct ESM export for React Native.
  • chains: Update lightSyncState

[email protected]

Added

  • InvalidTxError: a new Error with all the information needed to determine what was the reason why the transaction is invlid. Its typings can be obtained via the TransactionValidityError type #589.
  • client: Add isCompatible(threshold: CompatibilityLevel, token?: CompatibilityToken) to every interaction.
  • chains: Add Polkadot People and Paseo AssetHub

Changed

  • cli: Commands add, remove and update run codegen by default after finishing #577.
  • cli: Move descriptors package out from node_modules #587.

Fixed

  • typedApi not being assignable to union of multiple chains.
  • descriptors: Whitelist entry for runtime apis
  • chains: Update bootnodes

Removed

  • client: Clean up leaked types from functions createTxEntry, submit, and submit$.

[email protected]

Changed

  • Replaced isCompatible() functions for getCompatibilityLevel(), for a more granular control of runtime upgrades #561
  • Replaced typedApi.runtime.latest() for typedApi.compatibilityToken #569

Added

... (truncated)

Commits

Updates @polkadot-api/substrate-client from 0.3.0 to 0.4.6

Commits

Updates @polkadot-api/utils from 0.1.2 to 0.2.0

Commits

Updates @polkadot-api/ws-provider from 0.4.0 to 0.5.0

Commits

Updates @polkadot-api/sm-provider from 0.1.7 to 0.1.9

Commits

Updates @polkadot-api/view-builder from 0.4.3 to 0.4.12

Commits

Updates polkadot-api from 1.9.11 to 1.17.1

Release notes

Sourced from polkadot-api's releases.

[email protected]

POTENTIAL BREAKING CHANGE

In [email protected] we introduced the blocks$ observable, allowing to listen to all new blocks that appear in the chain. This Observable came with an unintended behaviour, it was supposed to complete when the connectivity between blocks was lost (after a stop event). This was fixed in this release. To get the previous behaviour, the following code does the trick:

import { repeat } from "rxjs"
const oldBlocks$ = client.blocks$.pipe(repeat())

Other changes

Added

  • getMetadata$ and getMetadata client APIs to facilitate the retrieval of the most modern stable version of the metadata.
  • BlockInfo now exposes hasNewRuntime property.

Fixed

  • Improve validation logic prior to broadcast.
  • Update to Noble v2 libraries. This bumps the NodeJS required version to 20.19
  • blocks$ completes when there is no block continuity.
  • Smoldot:
    • Update smoldot to 2.0.38
  • Chains::
    • Update lightSyncState

[email protected]

Broken release - DEPRECATED

[email protected]

Fixed

  • Avoid BlockNotPinned runtime error caused by the initialized event not mutating the pinnedBlocks Object.
  • Ensure that body requests recover from OperationInacdessible errors.
  • Chains::
    • Update lightSyncState

[email protected]

Fixed

  • Fixed small memory leak on new-blocks.
  • Fixed an issue that happened sometimes when recovering from a stop event, because the first block from the initialized event was always deemed as carrying a new runtime with it.
  • CLI
    • Support WS with legacy RPCs.
  • Chains::
    • Update lightSyncState and Westend bootnodes

... (truncated)

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

…pdates

Bumps the polkadot-api group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@polkadot-api/codegen](https://github.com/polkadot-api/polkadot-api) | `0.13.2` | `0.18.3` |
| [@polkadot-api/metadata-builders](https://github.com/polkadot-api/polkadot-api) | `0.10.2` | `0.13.4` |
| [@polkadot-api/metadata-compatibility](https://github.com/polkadot-api/polkadot-api) | `0.2.0` | `0.3.5` |
| [@polkadot-api/observable-client](https://github.com/polkadot-api/polkadot-api) | `0.8.6` | `0.14.1` |
| [@polkadot-api/signer](https://github.com/polkadot-api/polkadot-api) | `0.1.15` | `0.2.8` |
| [@polkadot-api/substrate-bindings](https://github.com/polkadot-api/polkadot-api) | `0.11.1` | `0.16.2` |
| [@polkadot-api/substrate-client](https://github.com/polkadot-api/polkadot-api) | `0.3.0` | `0.4.6` |
| [@polkadot-api/utils](https://github.com/polkadot-api/polkadot-api) | `0.1.2` | `0.2.0` |
| [@polkadot-api/ws-provider](https://github.com/polkadot-api/polkadot-api) | `0.4.0` | `0.5.0` |
| [@polkadot-api/sm-provider](https://github.com/polkadot-api/polkadot-api) | `0.1.7` | `0.1.9` |
| [@polkadot-api/view-builder](https://github.com/polkadot-api/polkadot-api) | `0.4.3` | `0.4.12` |
| [polkadot-api](https://github.com/polkadot-api/polkadot-api) | `1.9.11` | `1.17.1` |



Updates `@polkadot-api/codegen` from 0.13.2 to 0.18.3
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/metadata-builders` from 0.10.2 to 0.13.4
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/metadata-compatibility` from 0.2.0 to 0.3.5
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/observable-client` from 0.8.6 to 0.14.1
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/signer` from 0.1.15 to 0.2.8
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/substrate-bindings` from 0.11.1 to 0.16.2
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/substrate-client` from 0.3.0 to 0.4.6
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/utils` from 0.1.2 to 0.2.0
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/ws-provider` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/sm-provider` from 0.1.7 to 0.1.9
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/view-builder` from 0.4.3 to 0.4.12
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `polkadot-api` from 1.9.11 to 1.17.1
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/compare/[email protected]@1.17.1)

---
updated-dependencies:
- dependency-name: "@polkadot-api/codegen"
  dependency-version: 0.18.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/metadata-builders"
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/metadata-compatibility"
  dependency-version: 0.3.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/observable-client"
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/signer"
  dependency-version: 0.2.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/substrate-bindings"
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/substrate-client"
  dependency-version: 0.4.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/utils"
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/ws-provider"
  dependency-version: 0.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/sm-provider"
  dependency-version: 0.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/view-builder"
  dependency-version: 0.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: polkadot-api
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
...

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

changeset-bot bot commented Sep 5, 2025

🦋 Changeset detected

Latest commit: a1590ef

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

This PR includes changesets to release 5 packages
Name Type
@substrate/light-client-extension-helpers Patch
@substrate/ws-provider Patch
@substrate/extension Patch
@substrate/wallet-template Patch
@substrate/smoldot-discovery-connector 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

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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