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 7 updates #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

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

Package From To
@polkadot/api 14.3.1 15.3.1
@polkadot/api-augment 14.3.1 15.3.1
@polkadot/api-contract 14.3.1 15.3.1
@polkadot/types 14.3.1 15.3.1
@polkadot/types-codec 14.3.1 15.3.1
@polkadot/util 13.2.3 13.3.1
@polkadot/util-crypto 13.2.3 13.3.1

Updates @polkadot/api from 14.3.1 to 15.3.1

Release notes

Sourced from @​polkadot/api's releases.

v15.3.1

  • Set typegen scripts for Docs to use v15 (#6060)
  • Add Asset hub options to polkadot-types-internal-metadata (#6062)
  • Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 (#6063)
    • This adds --metadataVer to polkadot-types-internal-metadata. It is meant to be used along side --endpoint which will allow for the use of metadata versions above v14.

v15.2.1

  • Give compatibility for nodejs v22
    • Update common to 13.3.1 (#6057)
      • Fixes an issue with getSeparator for nodejs 22.12
  • Bump dev to 0.82.4 (#6056)
  • Update Headers to 2025 (#6052)
  • Bump yarn to 4.6.0 (#6050)

v15.1.1

Changes:

  • Update AssetHub types-support metadata (#6046)
  • Update Polkadot and Kusama types-support metadata (#6047)
  • Update Substrate types with polkadot-stable2412 (#6048)

v15.0.2

Changes:

  • Fix metadata on init when its value is u32 max (#6043)
    • This ensures runtime api information is correctly generated and the correct metadata is used as part of the registry. At the moment this is only an issue on westend asset hub, as reported by users.

v15.0.1

Breaking Changes:

  • Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
    • Add allowCallDataAlteration to SignatureOptions, and SignerOptions. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.

Contributed:

Changes:

  • Adjust ExtrinsicV5 to fit current spec (#6029)
    • This removes the signed functionality for ExtrinsicV5 since it is no longer supported
  • Update docs for WsProvider, and RpcCore (#6031)
  • Add testing for assetId access from ExtrinsicPayload (#6033)
  • Update Substrate types to 1.16.2 (#6034)
Changelog

Sourced from @​polkadot/api's changelog.

15.3.1 Jan 11, 2024

  • Set typegen scripts for Docs to use v15 (#6060)
  • Add Asset hub options to polkadot-types-internal-metadata (#6062)
  • Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 (#)
    • This adds --metadataVer to polkadot-types-internal-metadata. It is meant to be used along side --endpoint which will allow for the use of metadata versions above v14.

15.2.1 Jan 6, 2024

  • Give compatibility for nodejs v22
    • Update common to 13.3.1 (#6057)
      • Fixes an issue with getSeparator for nodejs 22.12
  • Bump dev to 0.82.4 (#6056)
  • Update Headers to 2025 (#6052)
  • Bump yarn to 4.6.0 (#6050)

15.1.1 Dec 30, 2024

Changes:

  • Update AssetHub types-support metadata (#6046)
  • Update Polkadot and Kusama types-support metadata (#6047)
  • Update Substrate types with polkadot-stable2412 (#6048)

15.0.2 Dec 13, 2024

Changes:

  • Fix metadata on init when its value is u32 max (#6043)
    • This ensures runtime api information is correctly generated and the correct metadata is used as part of the registry. At the moment this is only an issue on westend asset hub, as reported by users.

15.0.1 Nov 27, 2024

Breaking Changes:

  • Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
    • Add allowCallDataAlteration to SignatureOptions, and SignerOptions. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.

Contributed:

Changes:

  • Adjust ExtrinsicV5 to fit current spec (#6029)
    • This removes the signed functionality for ExtrinsicV5 since it is no longer supported

... (truncated)

Commits

Updates @polkadot/api-augment from 14.3.1 to 15.3.1

Release notes

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

v15.3.1

  • Set typegen scripts for Docs to use v15 (#6060)
  • Add Asset hub options to polkadot-types-internal-metadata (#6062)
  • Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 (#6063)
    • This adds --metadataVer to polkadot-types-internal-metadata. It is meant to be used along side --endpoint which will allow for the use of metadata versions above v14.

v15.2.1

  • Give compatibility for nodejs v22
    • Update common to 13.3.1 (#6057)
      • Fixes an issue with getSeparator for nodejs 22.12
  • Bump dev to 0.82.4 (#6056)
  • Update Headers to 2025 (#6052)
  • Bump yarn to 4.6.0 (#6050)

v15.1.1

Changes:

  • Update AssetHub types-support metadata (#6046)
  • Update Polkadot and Kusama types-support metadata (#6047)
  • Update Substrate types with polkadot-stable2412 (#6048)

v15.0.2

Changes:

  • Fix metadata on init when its value is u32 max (#6043)
    • This ensures runtime api information is correctly generated and the correct metadata is used as part of the registry. At the moment this is only an issue on westend asset hub, as reported by users.

v15.0.1

Breaking Changes:

  • Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
    • Add allowCallDataAlteration to SignatureOptions, and SignerOptions. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.

Contributed:

Changes:

  • Adjust ExtrinsicV5 to fit current spec (#6029)
    • This removes the signed functionality for ExtrinsicV5 since it is no longer supported
  • Update docs for WsProvider, and RpcCore (#6031)
  • Add testing for assetId access from ExtrinsicPayload (#6033)
  • Update Substrate types to 1.16.2 (#6034)
Changelog

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

15.3.1 Jan 11, 2024

  • Set typegen scripts for Docs to use v15 (#6060)
  • Add Asset hub options to polkadot-types-internal-metadata (#6062)
  • Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 (#)
    • This adds --metadataVer to polkadot-types-internal-metadata. It is meant to be used along side --endpoint which will allow for the use of metadata versions above v14.

15.2.1 Jan 6, 2024

  • Give compatibility for nodejs v22
    • Update common to 13.3.1 (#6057)
      • Fixes an issue with getSeparator for nodejs 22.12
  • Bump dev to 0.82.4 (#6056)
  • Update Headers to 2025 (#6052)
  • Bump yarn to 4.6.0 (#6050)

15.1.1 Dec 30, 2024

Changes:

  • Update AssetHub types-support metadata (#6046)
  • Update Polkadot and Kusama types-support metadata (#6047)
  • Update Substrate types with polkadot-stable2412 (#6048)

15.0.2 Dec 13, 2024

Changes:

  • Fix metadata on init when its value is u32 max (#6043)
    • This ensures runtime api information is correctly generated and the correct metadata is used as part of the registry. At the moment this is only an issue on westend asset hub, as reported by users.

15.0.1 Nov 27, 2024

Breaking Changes:

  • Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
    • Add allowCallDataAlteration to SignatureOptions, and SignerOptions. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.

Contributed:

Changes:

  • Adjust ExtrinsicV5 to fit current spec (#6029)
    • This removes the signed functionality for ExtrinsicV5 since it is no longer supported

... (truncated)

Commits

Updates @polkadot/api-contract from 14.3.1 to 15.3.1

Release notes

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

v15.3.1

  • Set typegen scripts for Docs to use v15 (#6060)
  • Add Asset hub options to polkadot-types-internal-metadata (#6062)
  • Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 (#6063)
    • This adds --metadataVer to polkadot-types-internal-metadata. It is meant to be used along side --endpoint which will allow for the use of metadata versions above v14.

v15.2.1

  • Give compatibility for nodejs v22
    • Update common to 13.3.1 (#6057)
      • Fixes an issue with getSeparator for nodejs 22.12
  • Bump dev to 0.82.4 (#6056)
  • Update Headers to 2025 (#6052)
  • Bump yarn to 4.6.0 (#6050)

v15.1.1

Changes:

  • Update AssetHub types-support metadata (#6046)
  • Update Polkadot and Kusama types-support metadata (#6047)
  • Update Substrate types with polkadot-stable2412 (#6048)

v15.0.2

Changes:

  • Fix metadata on init when its value is u32 max (#6043)
    • This ensures runtime api information is correctly generated and the correct metadata is used as part of the registry. At the moment this is only an issue on westend asset hub, as reported by users.

v15.0.1

Breaking Changes:

  • Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
    • Add allowCallDataAlteration to SignatureOptions, and SignerOptions. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.

Contributed:

Changes:

  • Adjust ExtrinsicV5 to fit current spec (#6029)
    • This removes the signed functionality for ExtrinsicV5 since it is no longer supported
  • Update docs for WsProvider, and RpcCore (#6031)
  • Add testing for assetId access from ExtrinsicPayload (#6033)
  • Update Substrate types to 1.16.2 (#6034)
Changelog

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

15.3.1 Jan 11, 2024

  • Set typegen scripts for Docs to use v15 (#6060)
  • Add Asset hub options to polkadot-types-internal-metadata (#6062)
  • Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 (#)
    • This adds --metadataVer to polkadot-types-internal-metadata. It is meant to be used along side --endpoint which will allow for the use of metadata versions above v14.

15.2.1 Jan 6, 2024

  • Give compatibility for nodejs v22
    • Update common to 13.3.1 (#6057)
      • Fixes an issue with getSeparator for nodejs 22.12
  • Bump dev to 0.82.4 (#6056)
  • Update Headers to 2025 (#6052)
  • Bump yarn to 4.6.0 (#6050)

15.1.1 Dec 30, 2024

Changes:

  • Update AssetHub types-support metadata (#6046)
  • Update Polkadot and Kusama types-support metadata (#6047)
  • Update Substrate types with polkadot-stable2412 (#6048)

15.0.2 Dec 13, 2024

Changes:

  • Fix metadata on init when its value is u32 max (#6043)
    • This ensures runtime api information is correctly generated and the correct metadata is used as part of the registry. At the moment this is only an issue on westend asset hub, as reported by users.

15.0.1 Nov 27, 2024

Breaking Changes:

  • Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
    • Add allowCallDataAlteration to SignatureOptions, and SignerOptions. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.

Contributed:

Changes:

  • Adjust ExtrinsicV5 to fit current spec (#6029)
    • This removes the signed functionality for ExtrinsicV5 since it is no longer supported

... (truncated)

Commits

Updates @polkadot/types from 14.3.1 to 15.3.1

Release notes

Sourced from @​polkadot/types's releases.

v15.3.1

  • Set typegen scripts for Docs to use v15 (#6060)
  • Add Asset hub options to polkadot-types-internal-metadata (#6062)
  • Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 (#6063)
    • This adds --metadataVer to polkadot-types-internal-metadata. It is meant to be used along side --endpoint which will allow for the use of metadata versions above v14.

v15.2.1

  • Give compatibility for nodejs v22
    • Update common to 13.3.1 (#6057)
      • Fixes an issue with getSeparator for nodejs 22.12
  • Bump dev to 0.82.4 (#6056)
  • Update Headers to 2025 (#6052)
  • Bump yarn to 4.6.0 (#6050)

v15.1.1

Changes:

  • Update AssetHub types-support metadata (#6046)
  • Update Polkadot and Kusama types-support metadata (#6047)
  • Update Substrate types with polkadot-stable2412 (#6048)

v15.0.2

Changes:

  • Fix metadata on init when its value is u32 max (#6043)
    • This ensures runtime api information is correctly generated and the correct metadata is used as part of the registry. At the moment this is only an issue on westend asset hub, as reported by users.

v15.0.1

Breaking Changes:

  • Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
    • Add allowCallDataAlteration to SignatureOptions, and SignerOptions. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.

Contributed:

Changes:

  • Adjust ExtrinsicV5 to fit current spec (#6029)
    • This removes the signed functionality for ExtrinsicV5 since it is no longer supported
  • Update docs for WsProvider, and RpcCore (#6031)
  • Add testing for assetId access from ExtrinsicPayload (#6033)
  • Update Substrate types to 1.16.2 (#6034)
Changelog

Sourced from @​polkadot/types's changelog.

15.3.1 Jan 11, 2024

  • Set typegen scripts for Docs to use v15 (#6060)
  • Add Asset hub options to polkadot-types-internal-metadata (#6062)
  • Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 (#)
    • This adds --metadataVer to polkadot-types-internal-metadata. It is meant to be used along side --endpoint which will allow for the use of metadata versions above v14.

15.2.1 Jan 6, 2024

  • Give compatibility for nodejs v22
    • Update common to 13.3.1 (#6057)
      • Fixes an issue with getSeparator for nodejs 22.12
  • Bump dev to 0.82.4 (#6056)
  • Update Headers to 2025 (#6052)
  • Bump yarn to 4.6.0 (#6050)

15.1.1 Dec 30, 2024

Changes:

  • Update AssetHub types-support metadata (#6046)
  • Update Polkadot and Kusama types-support metadata (#6047)
  • Update Substrate types with polkadot-stable2412 (#6048)

15.0.2 Dec 13, 2024

Changes:

  • Fix metadata on init when its value is u32 max (#6043)
    • This ensures runtime api information is correctly generated and the correct metadata is used as part of the registry. At the moment this is only an issue on westend asset hub, as reported by users.

15.0.1 Nov 27, 2024

Breaking Changes:

  • Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
    • Add allowCallDataAlteration to SignatureOptions, and SignerOptions. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.

Contributed:

Changes:

  • Adjust ExtrinsicV5 to fit current spec (#6029)
    • This removes the signed functionality for ExtrinsicV5 since it is no longer supported

... (truncated)

Commits

Updates @polkadot/types-codec from 14.3.1 to 15.3.1

Release notes

Sourced from @​polkadot/types-codec's releases.

v15.3.1

  • Set typegen scripts for Docs to use v15 (#6060)
  • Add Asset hub options to polkadot-types-internal-metadata (#6062)
  • Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 (#6063)
    • This adds --metadataVer to polkadot-types-internal-metadata. It is meant to be used along side --endpoint which will allow for the use of metadata versions above v14.

v15.2.1

  • Give compatibility for nodejs v22
    • Update common to 13.3.1 (#6057)
      • Fixes an issue with getSeparator for nodejs 22.12
  • Bump dev to 0.82.4 (#6056)
  • Update Headers to 2025 (#6052)
  • Bump yarn to 4.6.0 (#6050)

v15.1.1

Changes:

  • Update AssetHub types-support metadata (#6046)
  • Update Polkadot and Kusama types-support metadata (#6047)
  • Update Substrate types with polkadot-stable2412 (#6048)

v15.0.2

Changes:

  • Fix metadata on init when its value is u32 max (#6043)
    • This ensures runtime api information is correctly generated and the correct metadata is used as part of the registry. At the moment this is only an issue on westend asset hub, as reported by users.

v15.0.1

Breaking Changes:

  • Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
    • Add allowCallDataAlteration to SignatureOptions, and SignerOptions. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.

Contributed:

Changes:

  • Adjust ExtrinsicV5 to fit current spec (#6029)
    • This removes the signed functionality for ExtrinsicV5 since it is no longer supported
  • Update docs for WsProvider, and RpcCore (#6031)
  • Add testing for assetId access from ExtrinsicPayload (#6033)
  • Update Substrate types to 1.16.2 (#6034)
Changelog

Sourced from @​polkadot/types-codec's changelog.

15.3.1 Jan 11, 2024

  • Set typegen scripts for Docs to use v15 (#6060)
  • Add Asset hub options to polkadot-types-internal-metadata (#6062)
  • Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 (#)
    • This adds --metadataVer to polkadot-types-internal-metadata. It is meant to be used along side --endpoint which will allow for the use of metadata versions above v14.

15.2.1 Jan 6, 2024

  • Give compatibility for nodejs v22
    • Update common to 13.3.1 (#6057)
      • Fixes an issue with getSeparator for nodejs 22.12
  • Bump dev to 0.82.4 (#6056)
  • Update Headers to 2025 (#6052)
  • Bump yarn to 4.6.0 (#6050)

15.1.1 Dec 30, 2024

Changes:

  • Update AssetHub types-support metadata (#6046)
  • Update Polkadot and Kusama types-support metadata (#6047)
  • Update Substrate types with polkadot-stable2412 (#6048)

15.0.2 Dec 13, 2024

Changes:

  • Fix metadata on init when its value is u32 max (#6043)
    • This ensures runtime api information is correctly generated and the correct metadata is used as part of the registry. At the moment this is only an issue on westend asset hub, as reported by users.

15.0.1 Nov 27, 2024

Breaking Changes:

  • Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
    • Add allowCallDataAlteration to SignatureOptions, and SignerOptions. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.

Contributed:

Changes:

  • Adjust ExtrinsicV5 to fit current spec (#6029)
    • This removes the signed functionality for ExtrinsicV5 since it is no longer supported

... (truncated)

Commits

Updates @polkadot/util from 13.2.3 to 13.3.1

Release notes

Sourced from @​polkadot/util's releases.

v13.3.1

Changes:

  • Give compatibility for nodejs v22
    • Fix getSeparator which fixes toLocaleString (#1965)
  • 2025 Headers (#1963)
Changelog

Sourced from @​polkadot/util's changelog.

13.3.1 Jan 6, 2025

Changes:

  • Give compatibility for nodejs v22
    • Fix getSeparator which fixes toLocaleString (#1965)
  • 2025 Headers (#1963)
Commits

Updates @polkadot/util-crypto from 13.2.3 to 13.3.1

Release notes

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

v13.3.1

Changes:

  • Give compatibility for nodejs v22
    • Fix getSeparator which fixes toLocaleString (#1965)
  • 2025 Headers (#1963)
Changelog

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

13.3.1 Jan 6, 2025

Changes:

  • Give compatibility for nodejs v22
    • Fix getSeparator which fixes toLocaleString (#1965)
  • 2025 Headers (#1963)
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 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) | `14.3.1` | `15.3.1` |
| [@polkadot/api-augment](https://github.com/polkadot-js/api/tree/HEAD/packages/api-augment) | `14.3.1` | `15.3.1` |
| [@polkadot/api-contract](https://github.com/polkadot-js/api/tree/HEAD/packages/api-contract) | `14.3.1` | `15.3.1` |
| [@polkadot/types](https://github.com/polkadot-js/api/tree/HEAD/packages/types) | `14.3.1` | `15.3.1` |
| [@polkadot/types-codec](https://github.com/polkadot-js/api/tree/HEAD/packages/types-codec) | `14.3.1` | `15.3.1` |
| [@polkadot/util](https://github.com/polkadot-js/common/tree/HEAD/packages/util) | `13.2.3` | `13.3.1` |
| [@polkadot/util-crypto](https://github.com/polkadot-js/common/tree/HEAD/packages/util-crypto) | `13.2.3` | `13.3.1` |



Updates `@polkadot/api` from 14.3.1 to 15.3.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/v15.3.1/packages/api)

Updates `@polkadot/api-augment` from 14.3.1 to 15.3.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/v15.3.1/packages/api-augment)

Updates `@polkadot/api-contract` from 14.3.1 to 15.3.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/v15.3.1/packages/api-contract)

Updates `@polkadot/types` from 14.3.1 to 15.3.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/v15.3.1/packages/types)

Updates `@polkadot/types-codec` from 14.3.1 to 15.3.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/v15.3.1/packages/types-codec)

Updates `@polkadot/util` from 13.2.3 to 13.3.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.3.1/packages/util)

Updates `@polkadot/util-crypto` from 13.2.3 to 13.3.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.3.1/packages/util-crypto)

---
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/api-contract"
  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-major
  dependency-group: pjs
- dependency-name: "@polkadot/types-codec"
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-minor
  dependency-group: pjs
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jan 20, 2025

The following labels could not be found: D0 - Dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants