generated from Blackprint/template-js
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update all dependencies #13
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1acf261
to
87e0d18
Compare
87e0d18
to
4eeb842
Compare
ee11799
to
f8968e5
Compare
57ca3f0
to
e388109
Compare
e082c3e
to
31fb396
Compare
3e7f229
to
679f3a0
Compare
7a9153a
to
c3fed45
Compare
c3fed45
to
2765787
Compare
4230328
to
73436dd
Compare
dd1c24f
to
d9ec25e
Compare
d9ec25e
to
ccb34b9
Compare
b58fdc5
to
17fdb1b
Compare
17fdb1b
to
9caf548
Compare
bf354ce
to
2679ef9
Compare
9105bda
to
c839104
Compare
c839104
to
8d760e5
Compare
8d760e5
to
033b263
Compare
033b263
to
1c6b9da
Compare
1c6b9da
to
2f2f902
Compare
2f2f902
to
12d1200
Compare
12d1200
to
c34c4c4
Compare
c34c4c4
to
bc14b43
Compare
bdf9444
to
c5524b5
Compare
5f61fe9
to
03500ad
Compare
03500ad
to
52cf483
Compare
52cf483
to
536c5aa
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.30
0.9.0
->0.9.1
^10.5.1
->^15.0.0
^0.46.2
->^0.58.0
^0.46.2
->^0.58.0
^12.1.2
->^13.0.0
^10.5.1
->^15.0.0
^12.1.2
->^13.0.0
^12.1.2
->^13.0.0
v3
->v4
v3
->v4
v3
->v4
^8.39.0
->^9.0.0
18-buster-slim
->20-buster-slim
Release Notes
Blackprint/cli-tools (@blackprint/cli-tools)
v0.3.30
Compare Source
Blackprint/Blackprint (@blackprint/sketch)
v0.9.1
Compare Source
Bug Fix
data.name
as node title (for internal node)Feature
Minor changes
polkadot-js/api (@polkadot/api)
v15.5.2
Compare Source
Changes:
class GenericExtrinsicPayloadV4
.v15.5.1
Compare Source
Contributed:
offchain_localStorageClear
RPC method (#6070) (Thanks to https://github.com/khssnv)Changes:
GenericAccountId
description (#6072)v15.4.1
Compare Source
Changes:
subs
to theDeriveAccountRegistration
output ofapi.derive.accounts.identity()
v15.3.1
Compare Source
Changes:
--metadataVer
topolkadot-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
Compare Source
Changes:
getSeparator
for nodejs 22.12v15.1.1
Compare Source
Changes:
v15.0.2
Compare Source
Changes:
v15.0.1
Compare Source
Breaking Changes:
allowCallDataAlteration
toSignatureOptions
, andSignerOptions
. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.Contributed:
Changes:
signed
functionality for ExtrinsicV5 since it is no longer supportedv14.3.1
Compare Source
Changes:
v14.2.3
Compare Source
Changes:
v14.2.2
Compare Source
Changes:
api.derive.staking.nextElected
to use erasStakersOverview (#6011)v14.2.1
Compare Source
Changes:
v14.1.1
Compare Source
Changes:
1003003
v14.0.1
Compare 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.1
Compare Source
Changes:
v13.1.1
Compare Source
Changes:
v13.0.1
Compare Source
Breaking Changes:
SignerPayloadJSON
to 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
assetId
field withtoPayload
will always be its true type now, which in this case isOption<TAssetConversion>
whereTAssetConversion
is equal toMultiLocation | AssetId
.Changes:
v12.4.2
Compare Source
Changes:
v12.4.1
Compare Source
Contributed:
Changes:
transferable
andframeSystemAccountInfo
to the output ofapi.derive.balance.all
v12.3.1
Compare Source
Contributed:
Changes:
v12.2.3
Compare Source
Contributed:
v12.2.2
Compare Source
Changes:
v12.2.1
Compare Source
Changes:
@polkadot/hw-ledger
. For more info please see (13.0.1)1002006
types-knownv12.1.1
Compare Source
Contributed:
Changes:
1002005
1002006
v12.0.2
Compare Source
Important Changes:
withSignedTransaction
: This option has been added toSignerOptions
. When usingsignAndSend
,signAsync
, anddryRun
you may now enable or disable the use of thesignedTransaction
field by adding thewithSignedTransaction
option. When withSignedTransaction is not enabled but the signer adds a signedTransaction the api will error.signPayload
.withSignedTransaction
has also been added to theSignerPayload
type which allows forpayload.toPayload()
to include the option.signAsync
: now accepts thesignedTransaction
field as well. This means that ifwithSignedTransaction
is enabled, andsignedTransaction
is 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.1
Compare Source
Important Changes:
signedTransaction
field to theSignerResult
response for injected signers. This only applies to thesignPayload
method exposed in theSigner
interface 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.mode
andmetadataHash
field for theCheckMetadataHash
signed extension.Changes:
system_accountNextIndex
with runtime api callaccountNonceApi
forapi.derive.tx.signingInfo
eras
forapi.derive.staking._stakerRewards
v11.3.1
Compare Source
Changes:
always be a minor bump since it can add, modify, remove augmented types.
v11.2.1
Compare Source
Contributed:
Changes:
v11.1.1
Compare Source
Changes
api.derive.staking.nextElected
toHuman
(Thanks to https://github.com/bee344)api.derive.accounts.{info && identity}
CheckMetadataHash
signedExtension (Thanks to https://github.com/bee344)v11.0.3
Compare Source
Changes
api.derive.staking.*
backwards compatibleclaimedRewards
regression inapi.derive.staking.queryMulti
v11.0.2
Compare Source
Changes
v11.0.1
Compare Source
Breaking Changes:
Note! The following breaking changes only refer to
@polkadot/api-derive
calls 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.staking
calls with breaking changes (#5860)claimedRewardsEra
to api.derive.staking.query for compatibility with legacyClaimedRewards (#5862)Contributed:
Changes:
v10.13.1
Compare Source
Changes:
1010000
1001003
v10.12.6
Compare Source
NOTE: Because of a broken CI build for 10.12.5 -> 10.12.6 is a replacement
Contributed:
Changes:
1009000
disableAscii
option for toHuman, and toPrimitiveassetId
getter field to to necessary ExtrinsicPayloadsv10.12.5
Compare Source
Contributed:
Changes:
1009000
disableAscii
option for toHuman, and toPrimitiveassetId
getter field to to necessary ExtrinsicPayloadsv10.12.4
Compare Source
Contributed:
v10.12.3
Compare Source
Contributed:
Changes:
v10.12.2
Compare Source
Contributed:
Changes:
v10.12.1
Compare Source
Contributed:
v10.11.3
Compare Source
Contributed:
Option
values and error on duplicates from BTreeSet/BTreeMap (Thanks to https://github.com/Neopallium)Changes:
cacheCapacity
option for theWsProvider
v10.11.2
Compare Source
Contributed:
chainIsEthereum
key toRegistry
interface (Thanks to https://github.com/fgamundi)ChargeAssetTxPayment
(Thanks to https://github.com/bee344)Changes:
[8a;32]
types in known keysv10.11.1
Compare Source
Contributed:
ChargeAssetTxPayment
(Thanks to https://github.com/bee344)beefy::subscribeJustifications()
(Thanks to https://github.com/serban300)Changes:
intrablockEntropy
storage keySkipCheckIfFeeless
signed extensionbalances.transfer
(in tests) have been removedv10.10.1
Compare Source
Contributed:
FungliblesApi
version 2 (Thanks to https://github.com/bkontur)EthereumApi
version 5 (Thanks to https://github.com/timbrinded)AssetConversionApi
(Thanks to https://github.com/jsidorenko)AssetConversionApi
(Thanks to https://github.com/jsidorenko)Int
conversions (Thanks to https://github.com/peetzweg)isEthereum
to chain properties (Thanks to https://github.com/fgamundi)Changes:
toJSON()
rpc-core
stats onapi.stats
getterBeefyApi
version 3ParachainHost
version 5chain.subscribeFinalizedBlocks
deriveimport.meta.url
inside testsUint/Int
tests for maintainabilityv10.9.1
Compare Source
Changes:
v10.8.1
Compare Source
Contributed:
Changes:
v10.7.3
Compare Source
Changes:
.paymentInfo
never mutates the underlying/existing signaturev10.7.2
Compare Source
Contributed:
api.setSigner(...)
to clear existing (Thanks to https://github.com/polymath-eric)Changes:
@polkadot/types-create
exports with no duplicatesv10.7.1
Compare Source
Changes:
module
topackage.json
export map (ESM-only)v10.6.1
Compare Source
Contributed:
Changes:
Scheduled
types for Kusama (as reported, non-comprehensive)WsProvider
polkadot-js/extension (@polkadot/extension-dapp)
v0.58.3
Compare Source
Changes:
v0.58.2
Compare Source
Changes:
v0.58.1
Compare Source
Contributed:
Changes:
@polkadot/api
-> 15.2.1@polkadot/common
-> 13.3.1@polkadot/phishing
-> 0.25.1@polkadot/ui
-> 3.12.1v0.57.1
Compare Source
Breaking Changes:
Contributed:
Changes:
v0.56.2
Compare Source
Changes:
v0.56.1
Compare Source
Changes:
v0.55.1
Compare Source
Changes:
v0.54.1
Compare Source
Changes:
v0.53.1
Compare Source
Contributed:
Changes:
toPayload
in the Signer interface.Option<TAssetConversion>
is now returned as a SCALE encoded hex.v0.52.3
Compare Source
Changes:
v0.52.2
Compare Source
NOTE: This is strictly a patch release for the store.
Changes:
v0.52.1
Compare Source
Contributed:
Changes:
v0.51.1
Compare Source
Contributed:
setupPort
wakeUpServiceWorker
ensurePortConnection
Changes:
v0.50.1
Compare Source
Contributed:
public udateCurrentTabsUrl
inclass State
in favor ofpublic updateCurrentTabsUrl
.Changes:
v0.49.3
Compare Source
Changes:
v0.49.2
Compare Source
Changes:
v0.49.1
Compare Source
Breaking Changes:
Note: These are very large breaking changes. Please review the following PR's to see exactly what has changed and for any additional information that can assist you in your migration.
(#1367)
(#1388)
(#1399)
Changes:
Configuration
📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 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.