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 across 1 directory with 5 updates #2555

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 Nov 15, 2024

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

Package From To
@polkadot-api/codegen 0.12.7 0.12.8
@polkadot-api/observable-client 0.5.14 0.6.2
@polkadot-api/substrate-client 0.2.2 0.3.0
@polkadot-api/sm-provider 0.1.3 0.1.6
polkadot-api 1.6.7 1.7.4

Updates @polkadot-api/codegen from 0.12.7 to 0.12.8

Commits

Updates @polkadot-api/observable-client from 0.5.14 to 0.6.2

Release notes

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

[email protected]

Breaking

  • client: rename watchBlockBlody to watchBlockBody
  • getEstimatedFee takes as input the sender's address and optionally the "hinted-sign-extensions"
  • tx: now transactions are mortal by default with a 64 blocks period
  • codegen: deduplicate equivalent known types
  • Move the is and as methods from enum values to Enum: Enum.is(value, tag), Enum.as(value, tag).

Changed

  • performance optimization: avoid creating a storage operation on System.Number storage entry.

Fixed

  • properly export FixedSizeBinary (only the type was being exported).
  • json-rpc-proxy: Ensure that the proxy works with all the known versions of the JSON-RPC spec
  • cli/codegen: Anonymize is now able to properly distinguish Binary types, which were previously being anonymized asFixedSizeBinary<number>
  • getEstimatedFee now uses the more comon runtime-call: TransactionPaymentApi_query_info
  • pjs-signer: Ensure blockNumber in SignerPayloadJSON
Commits

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

Commits

Updates @polkadot-api/sm-provider from 0.1.3 to 0.1.6

Commits

Updates polkadot-api from 1.6.7 to 1.7.4

Release notes

Sourced from polkadot-api's releases.

[email protected]

Fixed

  • WS Provider:

    • Address issues with certain RPC providers where misconfigured middlewares incorrectly trigger errors on chainHead_v1_follow requests, even though the client hasn't reached the 2-subscription limit.
  • SM Provider:

    • Prevent the smoldot provider from entering in an infinite loop when either smoldot or the chain crashes.
  • ink

    • Add missing metadata source type.

[email protected]

Fixed

  • Patch dependencies (smoldot)

[email protected]

Fixed

  • Patch @polkadot-api/observable-client connectable bug
  • Update dependencies (smoldot-patched)

[email protected]

Fixed

  • Patch @polkadot-api/observable-client bug

[email protected]

Added

  • New sub-package polkadot-api/ink for ink! contracts Details on how to use ink! in polkadot-api with a few examples are available in the docs

Fixed

  • Known Chains:
    • Use correct ss58Format on Paseo chainspecs
  • Update dependencies.
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

…dates

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

| Package | From | To |
| --- | --- | --- |
| [@polkadot-api/codegen](https://github.com/polkadot-api/polkadot-api) | `0.12.7` | `0.12.8` |
| [@polkadot-api/observable-client](https://github.com/polkadot-api/polkadot-api) | `0.5.14` | `0.6.2` |
| [@polkadot-api/substrate-client](https://github.com/polkadot-api/polkadot-api) | `0.2.2` | `0.3.0` |
| [@polkadot-api/sm-provider](https://github.com/polkadot-api/polkadot-api) | `0.1.3` | `0.1.6` |
| [polkadot-api](https://github.com/polkadot-api/polkadot-api) | `1.6.7` | `1.7.4` |



Updates `@polkadot-api/codegen` from 0.12.7 to 0.12.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/observable-client` from 0.5.14 to 0.6.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.2.2 to 0.3.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.3 to 0.1.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` from 1.6.7 to 1.7.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/compare/[email protected]@1.7.4)

---
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/observable-client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/substrate-client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/sm-provider"
  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-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 Nov 15, 2024
Copy link

changeset-bot bot commented Nov 15, 2024

🦋 Changeset detected

Latest commit: 739658a

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

This PR includes changesets to release 4 packages
Name Type
@substrate/light-client-extension-helpers 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.

1 participant