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

build(deps): bump @polkadot/api from 10.12.4 to 11.0.2 in /cli #335

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps @polkadot/api from 10.12.4 to 11.0.2.

Release notes

Sourced from @​polkadot/api's releases.

v11.0.2

Changes

  • Fix type for TAssetConversion in Polkadot Asset hub

v11.0.1

Breaking Changes:

Note! The following breaking changes only refer to @polkadot/api-derive calls under api.derive.staking.* due to the most recent breaking changes in runtime version v1.2. Please refer to the link next to the bullet points for more information.

  • Update api.derive.staking calls with breaking changes (#5860)
  • Add claimedRewardsEra to api.derive.staking.query for compatibility with legacyClaimedRewards (#5862)

Contributed:

Changes:

  • Update polkadot types-known for latest runtime upgrades

v10.13.1

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

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

... (truncated)

Changelog

Sourced from @​polkadot/api's changelog.

11.0.2 Apr 24, 2024

Changes

  • Fix type for TAssetConversion in Polkadot Asset hub

11.0.1 Apr 23, 2024

Breaking Changes:

Note! The following breaking changes only refer to @polkadot/api-derive calls under api.derive.staking.* due to the most recent breaking changes in runtime version v1.2. Please refer to the link next to the bullet points for more information.

  • Update api.derive.staking calls with breaking changes (#5860)
  • Add claimedRewardsEra to api.derive.staking.query for compatibility with legacyClaimedRewards (#5862)

Contributed:

Changes:

  • Update polkadot types-known for latest runtime upgrades

10.13.1 Apr 16, 2024

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

10.12.6 Apr 2, 2024

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

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner April 26, 2024 15:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 26, 2024
@dependabot dependabot bot requested review from dave1374 and dlebee and removed request for a team April 26, 2024 15:32
@atodorov atodorov marked this pull request as draft April 29, 2024 09:18
@atodorov atodorov force-pushed the dependabot/npm_and_yarn/cli/polkadot/api-11.0.2 branch from 79ce311 to fe8ede7 Compare April 29, 2024 15:43
Copy link

For full LLVM coverage report click here!

dependabot bot and others added 3 commits April 30, 2024 14:54
Bumps [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) from 10.12.4 to 11.0.2.
- [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/v11.0.2/packages/api)

---
updated-dependencies:
- dependency-name: "@polkadot/api"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@atodorov atodorov force-pushed the dependabot/npm_and_yarn/cli/polkadot/api-11.0.2 branch from fe8ede7 to 122153a Compare April 30, 2024 11:56
b/c it contains a call to api.query.staking.currentEra() which seems to
be missing or has been removed, see
polkadot-js/api#2040
@atodorov atodorov force-pushed the dependabot/npm_and_yarn/cli/polkadot/api-11.0.2 branch from 9a1b368 to 6c88d7a Compare April 30, 2024 12:11
@atodorov
Copy link
Contributor

atodorov commented Apr 30, 2024

There are breaking changes in v11 -> https://github.com/polkadot-js/api/blob/master/CHANGELOG.md#1101-apr-23-2024

I've looked through the listed PRs but still can't quite figure out how do we solve the error we're seeing on our side.

Updated to the latest of the 10.x series in #345

atodorov added a commit that referenced this pull request Apr 30, 2024
atodorov added a commit that referenced this pull request May 1, 2024
atodorov added a commit that referenced this pull request May 2, 2024
@atodorov
Copy link
Contributor

atodorov commented May 2, 2024

@dependabot ignore this major version

@dependabot dependabot bot closed this May 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2024

OK, I won't notify you about version 11.x.x again, unless you re-open this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant