Update all dependencies #13
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.29->0.3.330.9.2->0.10.00.9.x->0.10.x0.9.0->0.10.0^10.5.1->^16.0.0^0.46.2->^0.62.00.62.6^0.46.2->^0.62.00.62.6^12.1.2->^13.0.0^10.5.1->^16.0.0^12.1.2->^13.0.0^12.1.2->^13.0.0v3->v4v3->v6v3->v6^16.0.3->^17.0.0^8.39.0->^9.0.0^29.5.0->^30.0.0^29.5.0->^30.0.0^29.5.0->^30.0.016->2418-buster-slim->20-buster-slim6.0.2->10.23.010.24.0v2->v4Release Notes
Blackprint/cli-tools (@blackprint/cli-tools)
v0.3.33Compare Source
v0.3.32Compare Source
v0.3.31Compare Source
v0.3.30Compare Source
Blackprint/engine-js (@blackprint/engine)
v0.10.0Compare Source
Features
DepsLoaderfor loading external dependencies for browser and non-browser environment.bpiloader support for Node.js and BunImprovement
Bug Fix
Breaking Changes
json.importedevent parameter field nameBlackprint.OrderedExecutionrenamed toBlackprint.ExecutionOrderRemove "Function Output Variable" node
BP/FnVar/OutputBP/Fn/Outputinstead.If you used "Function Output Variable" node before, it will be replaced with placeholder node like below:
Blackprint/Blackprint (@blackprint/sketch)
v0.10.0Compare Source
Bug Fix
Feature
.sffileBreaking Changes
v0.9.1Compare Source
Bug Fix
data.nameas node title (for internal node)Feature
Minor changes
polkadot-js/api (@polkadot/api)
v16.5.3Compare Source
Changes:
v16.5.2Compare Source
Changes:
v16.5.1Compare Source
Changes:
2000000(#6219)1009003(#6218)v16.4.9Compare Source
Changes:
Contributions:
v16.4.8Compare Source
Changes:
v16.4.7Compare Source
Changes:
v16.4.6Compare Source
Changes:
v16.4.5Compare Source
Changes:
v16.4.4Compare Source
Changes:
v16.4.3Compare Source
Changes:
v16.4.2Compare Source
Changes:
v16.4.1Compare Source
Changes:
v16.3.1Compare Source
Changes:
v16.2.2Compare Source
Changes:
v16.2.1Compare Source
Contributed:
v16.1.2Compare Source
Changes:
v16.1.1Compare Source
Changes:
v16.0.1Compare Source
Breaking Changes:
type: This field has been completely removed in Metadata.version: Previously part ofExtrinsicMetadata. Replaced byversions, which now holds an arrayVec<u8>of supported extrinsic versions instead of a single value.extraType: This field has been completely removed inExtrinsicMetadata.signedExtensions: Previously part ofExtrinsicMetadata. Replaced bytransactionExtensions, which provides a more structured definition of extensions, andtransactionExtensionsByVersion, mapping versions to active extensions.Changes:
v15.10.2Compare Source
Changes:
v15.10.1Compare Source
Changes:
v15.9.3Compare Source
Contributed:
v15.9.2Compare Source
Changes:
v15.9.1Compare Source
Changes:
v15.8.1Compare Source
Changes:
v15.7.2Compare Source
Changes:
v15.7.1Compare Source
Changes:
v15.6.1Compare Source
Changes:
v15.5.2Compare Source
Changes:
class GenericExtrinsicPayloadV4.v15.5.1Compare Source
Contributed:
offchain_localStorageClearRPC method (#6070) (Thanks to https://github.com/khssnv)Changes:
GenericAccountIddescription (#6072)v15.4.1Compare Source
Changes:
substo theDeriveAccountRegistrationoutput ofapi.derive.accounts.identity()v15.3.1Compare Source
Changes:
--metadataVertopolkadot-types-internal-metadata. It is meant to be used along side--endpointwhich will allow for the use of metadata versions above v14.v15.2.1Compare Source
Changes:
getSeparatorfor nodejs 22.12v15.1.1Compare Source
Changes:
v15.0.2Compare Source
Changes:
v15.0.1Compare Source
Breaking Changes:
allowCallDataAlterationtoSignatureOptions, andSignerOptions. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.Contributed:
Changes:
signedfunctionality for ExtrinsicV5 since it is no longer supportedv14.3.1Compare Source
Changes:
v14.2.3Compare Source
Changes:
v14.2.2Compare Source
Changes:
api.derive.staking.nextElectedto use erasStakersOverview (#6011)v14.2.1Compare Source
Changes:
v14.1.1Compare Source
Changes:
1003003v14.0.1Compare Source
Changes:
a: The metadata extrinsic version is set to 5
b: The extrinsic version is set to 5 when manually constructing transactions.
v13.2.1Compare Source
Changes:
v13.1.1Compare Source
Changes:
v13.0.1Compare Source
Breaking Changes:
SignerPayloadJSONto HexString (#5967)toPayload(#5968)NOTE: This is part of the current change to generalize the SignerPayloadJSON in order to simplify its integration across other tools. The return value of
assetIdfield withtoPayloadwill always be its true type now, which in this case isOption<TAssetConversion>whereTAssetConversionis equal toMultiLocation | AssetId.Changes:
v12.4.2Compare Source
Changes:
v12.4.1Compare Source
Contributed:
Changes:
transferableandframeSystemAccountInfoto the output ofapi.derive.balance.allv12.3.1Compare Source
Contributed:
Changes:
v12.2.3Compare Source
Contributed:
v12.2.2Compare Source
Changes:
v12.2.1Compare Source
Changes:
@polkadot/hw-ledger. For more info please see (13.0.1)1002006types-knownv12.1.1Compare Source
Contributed:
Changes:
10020051002006v12.0.2Compare Source
Important Changes:
withSignedTransaction: This option has been added toSignerOptions. When usingsignAndSend,signAsync, anddryRunyou may now enable or disable the use of thesignedTransactionfield by adding thewithSignedTransactionoption. When withSignedTransaction is not enabled but the signer adds a signedTransaction the api will error.signPayload.withSignedTransactionhas also been added to theSignerPayloadtype which allows forpayload.toPayload()to include the option.signAsync: now accepts thesignedTransactionfield as well. This means that ifwithSignedTransactionis enabled, andsignedTransactionis present the api will adjust the current payload attached to the SubmittableExtrinsic, and add the signature. Then the user can call.send()as they please.dryRun: All steps will be the same as signAsync with the exception that .send() has never needed to be called.Contributed:
v12.0.1Compare Source
Important Changes:
signedTransactionfield to theSignerResultresponse for injected signers. This only applies to thesignPayloadmethod exposed in theSignerinterface for polkadot-js. As the name suggests the field expects a signed transaction (extrinsic) when inputted. When its present, the api will not add the signature to the payload, but instead broadcast the inputted signed transaction. This means the signer may modify the payload it's given. The only part of the payload that may not be modified is the call data. This is verified on the api, and will throw an error if it does not match the initial payloads call data.modeandmetadataHashfield for theCheckMetadataHashsigned extension.Changes:
system_accountNextIndexwith runtime api callaccountNonceApiforapi.derive.tx.signingInfoerasforapi.derive.staking._stakerRewardsv11.3.1Compare Source
Changes:
always be a minor bump since it can add, modify, remove augmented types.
v11.2.1Compare Source
Contributed:
Changes:
v11.1.1Compare Source
Changes
api.derive.staking.nextElectedtoHuman(Thanks to https://github.com/bee344)api.derive.accounts.{info && identity}CheckMetadataHashsignedExtension (Thanks to https://github.com/bee344)v11.0.3Compare Source
Changes
api.derive.staking.*backwards compatibleclaimedRewardsregression inapi.derive.staking.queryMultiv11.0.2Compare Source
Changes
v11.0.1Compare Source
Breaking Changes:
Note! The following breaking changes only refer to
@polkadot/api-derivecalls underapi.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.api.derive.stakingcalls with breaking changes (#5860)claimedRewardsErato api.derive.staking.query for compatibility with legacyClaimedRewards (#5862)Contributed:
Changes:
v10.13.1Compare Source
Changes:
10100001001003v10.12.6Compare Source
NOTE: Because of a broken CI build for 10.12.5 -> 10.12.6 is a replacement
Contributed:
Changes:
1009000](https://redirect.Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.