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 polkadot-api group with 9 updates #2664

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2025

Bumps the polkadot-api group with 9 updates:

Package From To
@polkadot-api/codegen 0.13.0 0.13.1
@polkadot-api/metadata-builders 0.10.1 0.10.2
@polkadot-api/metadata-compatibility 0.1.15 0.1.16
@polkadot-api/observable-client 0.8.0 0.8.2
@polkadot-api/signer 0.1.14 0.1.15
@polkadot-api/substrate-bindings 0.11.0 0.11.1
@polkadot-api/ws-provider 0.3.6 0.4.0
@polkadot-api/view-builder 0.4.2 0.4.3
polkadot-api 1.9.1 1.9.5

Updates @polkadot-api/codegen from 0.13.0 to 0.13.1

Commits

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

Commits

Updates @polkadot-api/metadata-compatibility from 0.1.15 to 0.1.16

Commits

Updates @polkadot-api/observable-client from 0.8.0 to 0.8.2

Commits

Updates @polkadot-api/signer from 0.1.14 to 0.1.15

Commits

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

Commits

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

Commits

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

Commits

Updates polkadot-api from 1.9.1 to 1.9.5

Release notes

Sourced from polkadot-api's releases.

polkadot-api@1.9.5

Fixed

  • Ensure System.Number storage keeps emitting after the first value.
  • Some cases with a mismatch between number and bigint types.

polkadot-api@1.9.4

Fixed

  • keyArgs for storage entries with concat hashes.

polkadot-api@1.9.3

Fixed

  • System.number waits for one block if requested promptly

polkadot-api@1.9.2

Fixed

  • Avoid gaps on finalizedBlock$ #943.
  • Make typings work with opaque storage
  • PolkadotSDK compat:
    • fix-unordered-blocks was preventing pruned blocks to be unpinned
  • WS Provider:
    • It switches endpoint/reconnects if the current endpoint doesn't support the critical methods.
  • Chains:
    • Add Polkadot coretime chainspec
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 polkadot-api group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@polkadot-api/codegen](https://github.com/polkadot-api/polkadot-api) | `0.13.0` | `0.13.1` |
| [@polkadot-api/metadata-builders](https://github.com/polkadot-api/polkadot-api) | `0.10.1` | `0.10.2` |
| [@polkadot-api/metadata-compatibility](https://github.com/polkadot-api/polkadot-api) | `0.1.15` | `0.1.16` |
| [@polkadot-api/observable-client](https://github.com/polkadot-api/polkadot-api) | `0.8.0` | `0.8.2` |
| [@polkadot-api/signer](https://github.com/polkadot-api/polkadot-api) | `0.1.14` | `0.1.15` |
| [@polkadot-api/substrate-bindings](https://github.com/polkadot-api/polkadot-api) | `0.11.0` | `0.11.1` |
| [@polkadot-api/ws-provider](https://github.com/polkadot-api/polkadot-api) | `0.3.6` | `0.4.0` |
| [@polkadot-api/view-builder](https://github.com/polkadot-api/polkadot-api) | `0.4.2` | `0.4.3` |
| [polkadot-api](https://github.com/polkadot-api/polkadot-api) | `1.9.1` | `1.9.5` |


Updates `@polkadot-api/codegen` from 0.13.0 to 0.13.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/polkadot-api@0.13.1)

Updates `@polkadot-api/metadata-builders` from 0.10.1 to 0.10.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/metadata-compatibility` from 0.1.15 to 0.1.16
- [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.0 to 0.8.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/signer` from 0.1.14 to 0.1.15
- [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.0 to 0.11.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/ws-provider` from 0.3.6 to 0.4.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/view-builder` from 0.4.2 to 0.4.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` from 1.9.1 to 1.9.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/compare/polkadot-api@1.9.1...polkadot-api@1.9.5)

---
updated-dependencies:
- dependency-name: "@polkadot-api/codegen"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/metadata-builders"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/metadata-compatibility"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/observable-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/signer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/substrate-bindings"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/ws-provider"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/view-builder"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: polkadot-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the automerge Instructs Mergify to queue this pull request for automatic merging label Mar 14, 2025
Copy link

changeset-bot bot commented Mar 14, 2025

🦋 Changeset detected

Latest commit: 2e468a9

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

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.

2 participants