Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2022

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@blackprint/cli-tools 0.3.29 -> 0.3.33 age confidence devDependencies patch
@blackprint/engine (source) 0.9.2 -> 0.10.0 age confidence devDependencies minor
@blackprint/engine (source) 0.9.x -> 0.10.x age confidence dependencies minor
@blackprint/sketch (source) 0.9.0 -> 0.10.0 age confidence devDependencies minor
@polkadot/api (source) ^10.5.1 -> ^16.0.0 age confidence dependencies major
@polkadot/extension-dapp (source) ^0.46.2 -> ^0.62.0 age confidence devDependencies minor 0.62.6
@polkadot/extension-inject (source) ^0.46.2 -> ^0.62.0 age confidence devDependencies minor 0.62.6
@polkadot/keyring (source) ^12.1.2 -> ^13.0.0 age confidence dependencies major
@polkadot/types (source) ^10.5.1 -> ^16.0.0 age confidence dependencies major
@polkadot/util (source) ^12.1.2 -> ^13.0.0 age confidence dependencies major
@polkadot/util-crypto (source) ^12.1.2 -> ^13.0.0 age confidence dependencies major
actions/cache v3 -> v4 age confidence action major
actions/checkout v3 -> v6 age confidence action major
actions/setup-node v3 -> v6 age confidence action major
dotenv ^16.0.3 -> ^17.0.0 age confidence devDependencies major
eslint (source) ^8.39.0 -> ^9.0.0 age confidence devDependencies major
jest (source) ^29.5.0 -> ^30.0.0 age confidence devDependencies major
jest-environment-jsdom (source) ^29.5.0 -> ^30.0.0 age confidence devDependencies major
jest-environment-node (source) ^29.5.0 -> ^30.0.0 age confidence devDependencies major
node 16 -> 24 age confidence uses-with major
node 18-buster-slim -> 20-buster-slim age confidence final major
pnpm (source) 6.0.2 -> 10.23.0 age confidence uses-with major 10.24.0
pnpm/action-setup v2 -> v4 age confidence action major

Release Notes

Blackprint/cli-tools (@​blackprint/cli-tools)

v0.3.33

Compare Source

v0.3.32

Compare Source

v0.3.31

Compare Source

v0.3.30

Compare Source

Blackprint/engine-js (@​blackprint/engine)

v0.10.0

Compare Source

Features
  • Add tools for export skeleton (node structures as JSON)
  • Add startIndex on import event
  • Add DepsLoader for loading external dependencies for browser and non-browser environment
  • Add direct invoke for a function node that can be called with plain code
  • Add .bpi loader support for Node.js and Bun
Improvement
  • Small performance optimization
  • Improve environment checker
  • Improve loader for bun and Node.js
Bug Fix
  • Fix event data on node deletion and error on union port
  • Fix events order and fields
  • Fix execution order when function node get updated
  • Fix port trigger for function node
  • Fix execution stop and improve cable flow visualization event
  • Fix bit operator for port switches
  • Fix remote node sync
  • Fix function node route execution
  • Fix route cable connection inside of function
  • Fix function node state sync
  • Fix cable position after deleting port
  • Fix output port connection to route port
  • Fix function node save when connecting route cable
  • Fix function port rename and deletion if the instance have function output more than one node
  • Fix execution flow cable and add do some optimization
  • Fix route port disconnection event
  • Prevent creating function input node more than once
  • Disable route out after returning data from function node
  • Throw error if the route cable is not created from route port
  • Remove unused code and emit destroy event when variable get destroyed
  • Remove port name check
  • Make sure event callback only have one parameter
Breaking Changes
  • Change json.imported event parameter field name
let instance = new Blackprint.Engine();

// Before
instance.on("json.imported", function({
    appendMode, startIndex, nodes, raw
}){ ... });

// After
instance.on("json.imported", function({
    appendMode, startIndex, nodes, data
}){ ... });
  • Blackprint.OrderedExecution renamed to Blackprint.ExecutionOrder

  • Remove "Function Output Variable" node BP/FnVar/Output

    • If you use this node before, it will be replaced with placeholder node and will be removed anytime in the future. Please use BP/Fn/Output instead.
Image replace it with Image

If you used "Function Output Variable" node before, it will be replaced with placeholder node like below: Image

Blackprint/Blackprint (@​blackprint/sketch)

v0.10.0

Compare Source

Bug Fix
  • Fix cable flow animation
  • Fix route cable connection after being moved from other port
  • Fix cable detach for route port
  • Fix error when container offset is not defined
  • Fix skeleton check and error handler
  • Fix route cable connection inside of a function node
  • Fix node movement for different dpi
  • Skip copying fields that start with specific character
  • Prevent creating function input node more than once
Feature
  • Add tools for import skeleton
  • Add button port component and add startIndex on import event
  • Add support to extract Blackprint docs from .sf file
  • Add support to move container with Macbook's trackpad
  • Allow move connected route cable with Shift + Drag
Breaking Changes
  • Blackprint Engine v0.10 is required (for more information please see the changelog)

v0.9.1

Compare Source

Bug Fix
  • Fix error when calculating container on initialization
  • Fix node suggestion and cable rect
  • Fix missing input component on first function node
  • Throw error when trying to reset offset on detached container
  • Watch changes of data.name as node title (for internal node)
Feature
  • Add support for moving/scaling container using script
  • Add function to select/deselect node/cable in the container space
  • Improve TypeScript definition file
Minor changes
  • Rename some internal property name
polkadot-js/api (@​polkadot/api)

v16.5.3

Compare Source

Changes:

  • Bump polkadot dependencies (#​6232)
  • fix: resolve incorrect author caused by multiple preRuntime logs (#​6230)
  • fix: filter contract events by address before decoding (#​6224)

v16.5.2

Compare Source

Changes:

v16.5.1

Compare Source

Changes:

v16.4.9

Compare Source

Changes:

Contributions:

  • Ensure rpc-core can correctly decode types, even if multiple types share the same name (#​6089)

v16.4.8

Compare Source

Changes:

  • refactor: retrieve contract address from Instantiated event (#​6210)

v16.4.7

Compare Source

Changes:

  • fix: Set Statemint xcm types to v4 to patch decoding (#​6208)
  • fix: Handle optional chaining for claimed rewards in staker rewards functions (#​6205)

v16.4.6

Compare Source

Changes:

v16.4.5

Compare Source

Changes:

  • Fix transferable balance calculation (#​6197)

v16.4.4

Compare Source

Changes:

  • bump polkadot/common to 13.5.5 (#​6195)

v16.4.3

Compare Source

Changes:

v16.4.2

Compare Source

Changes:

  • Add validation for cache capacity and TTL in LRUCache (#​6187)

v16.4.1

Compare Source

Changes:

  • Update Kusama types to 1.6.0 (#​6175)
  • fix(api-contracts): correctly decode pallet_revive events (#​6181)

v16.3.1

Compare Source

Changes:

  • Update Substrate types to Polkadot stable2503-5 (#​6172)
  • Update Polkadot types to polkadot-fellows/runtimes release 1.6.0 (#​6173)
  • Update AssetHub Polkadot types to 1.6.0 (#​6174)
  • Update AssetHub Kusama types to 1.6.0 (#​6176)
  • Fix signature issue in signAsync + send flow #​6177
  • Bump @​polkadot/common to 13.5.2 (#​6179)

v16.2.2

Compare Source

Changes:

  • feat(types-codec): Add maximum depth limit in decodeU8a functions (#​6168)
  • bump polkadotjs/common to 13.5.2 (#​6170)

v16.2.1

Compare Source

Contributed:

  • feat(api-contract): add support for ink! v6 and pallet-revive compatibility (#​6158)

v16.1.2

Compare Source

Changes:

v16.1.1

Compare Source

Changes:

  • Update AssetHub types to 1.5.1 release (#​6155)
  • fix: correct BitVec length calculation from bytes to bits in codec (#​6152)
  • Update README with metadata retrieval instructions and testing caveats (#​6156)
  • Initialize RpcCore with configured ttl (#​6160)

v16.0.1

Compare Source

Breaking Changes:

  • With the upgrade to Metadata v16, several fields have been removed or replaced. The following fields no longer exist in the updated metadata definitions:
    • type: This field has been completely removed in Metadata.
    • version: Previously part of ExtrinsicMetadata. Replaced by versions, which now holds an array Vec<u8> of supported extrinsic versions instead of a single value.
    • extraType: This field has been completely removed in ExtrinsicMetadata.
    • signedExtensions: Previously part of ExtrinsicMetadata. Replaced by transactionExtensions, which provides a more structured definition of extensions, and transactionExtensionsByVersion, mapping versions to active extensions.

Changes:

v15.10.2

Compare Source

Changes:

  • Fix StagingXcmV5Junctions generation (#​6145)

v15.10.1

Compare Source

Changes:

  • Update Substrate types for polkadot-sdk v2503-2-rc1 (#​6137)
  • Upgrade Kusama types to 1.5.0 (#​6139)
  • Upgrade Polkadot types to 1.5.0 (#​6140)
  • Improve Xcm V5 support (#​6142)

v15.9.3

Compare Source

Contributed:

  • Throws detailed error information (#​6116)

v15.9.2

Compare Source

Changes:

  • Enhance property access validation in Struct decoding (#​6126)
  • Improve type registry known defaults implementation to a Map (#​6127)
  • bump polkadot/common to 13.4.4 (#​6128)

v15.9.1

Compare Source

Changes:

  • Fix signAsync() docs (#​6121)
  • Make TTL configurable on WsProvider & HttpProvider (#​6123)

v15.8.1

Compare Source

Changes:

  • Add derives to obtain Extrinsic Information (#​6113)

v15.7.2

Compare Source

Changes:

  • Update asset-hub type-support metadata files for v1.4.0 (#​6105)
  • Document available Api Derives (#​6106)
  • Fix derives base path in typegen (#​6107)

v15.7.1

Compare Source

Changes:

  • Upgrade Kusama types to 1.4.0 (#​6098)
  • Api-Derives documentation generator (#​6099)
  • Upgrade Polkadot types to v1.4.0 (#​6100)
  • Add WeightReclaim transaction extension to known extensions (#​6102)
  • Add westend code upgrades (#​6103 )

v15.6.1

Compare Source

Changes:

  • Log Http/Ws request on error #​6091
  • Only identify Struct as empty when it has no keys. #​6092
  • Check for api.query.identity in getSubIdentities #​6093
  • Upgrade common to 13.4.3 #​6095

v15.5.2

Compare Source

Changes:

  • Ensure assetId is handled correctly when addSignature is used (#​6083)
    • NOTE: This is specific to signers but also extends to class GenericExtrinsicPayloadV4.
  • Fix typegen adding invalid imports (#​6082)
  • Include missing known keys (#​6084)

v15.5.1

Compare Source

Contributed:

Changes:

  • Update polkadot, kusama types-support for rpc, and ver (#​6078)
  • Update Asset-Hub types-support rpc, and ver (#​6077)
  • Patch typegen query to prevent it from adding invalid import (#​6073)
  • Extend GenericAccountId description (#​6072)

v15.4.1

Compare Source

Changes:

  • Allow api.derive.accounts.identity() to obtain SubIdentities (#​6066)
    • Adds a new field subs to the DeriveAccountRegistration output of api.derive.accounts.identity()
  • Add ElectionResult type override (#​6067)
  • Bump dev to 0.83.2 (#​6069)
    • Increases performance of the test-runner, both locally, and in the CI

v15.3.1

Compare Source

Changes:

  • 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.

v15.2.1

Compare Source

Changes:

  • 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

Compare Source

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

Compare Source

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

Compare Source

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)

v14.3.1

Compare Source

Changes:

  • Add rpcCacheCapacity option to ApiOptions (#​6020)
  • Update metadata script for types-support (#​6021)
  • Add AssetHub to types-support and test generation (#​6022)
  • Fix node v22 testing compatibility w/ dev bump (#​6024)
  • Fix isClaimed for edgecase with non validator Ids (#​6027)
  • Fix isClaimed in api.derive.staking.{stakerRewards, stakerRewardsMultiEras, stakerRewardsMulti} (#​6026)
  • Upgrade common to 13.2.3 (#​6025)

v14.2.3

Compare Source

Changes:

  • Increase RPC-CORE default cache capacity (#​6016)
  • Set CI to use Node.js Iron (v20) (#​6018)

v14.2.2

Compare Source

Changes:

  • fix: update LRUcache to not keep thread (#​6013)
  • Adjust api.derive.staking.nextElected to use erasStakersOverview (#​6011)

v14.2.1

Compare Source

Changes:

  • Add isClaimed field to api.derive.staking._stakerRewards (#​6007)
  • Upgrade polkadot/common to 13.1.2 (#​6008)
  • Bump yarn to 4.5.1 (#​6005)

v14.1.1

Compare Source

Changes:

  • Fix deno build in CI to version 1.42.x (#​5999)
  • Add LRU TTL cache implementation (#​5997)
    • This focuses on performance advancements and less memory usage
  • Update non-pjs deps (#​6000)
  • Set static metadata to v15 and update typegen to generate runtime apis and use v15 metadata (#​5987)
    • Additionally: This does update the static types to be inline with polkadot 1003003
  • Bump dev to 0.81.2 (#​6001)
    • Allows for correct CJS targetting
  • Bump common to 13.2.1 (#​6002)

v14.0.1

Compare Source

Changes:

  • TransactionExtension, ExtrinsicV5
    • This is a very large feature that gives support for Extrinsic V5. This is not a breaking change, but because of the impact it has it is a Major bump.
    • This PR acts as a forward compatible feature that still focuses on v4, but allows for the use of v5 when:
      a: The metadata extrinsic version is set to 5
      b: The extrinsic version is set to 5 when manually constructing transactions.
    • The PR allows the decoding of all v4, and v5 extrinsics including {bare, signed, general} transactions.
  • Address parsing issues for H160 accounts in api.derive.accounts.{*} (#​5991)

v13.2.1

Compare Source

Changes:

  • Generate Runtime Apis Dynamically (#​5986)
  • Fix logging for older runtimes for runtime-api decoration (#​5988)

v13.1.1

Compare Source

Changes:

v13.0.1

Compare Source

Breaking Changes:

  • Change assetId type in SignerPayloadJSON to HexString (#​5967)
  • Keep assetId hex as an Option for 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 with toPayload will always be its true type now, which in this case is Option<TAssetConversion> where TAssetConversion is equal to MultiLocation | AssetId.

Changes:

  • Bump dev and typescript (#​5964)
  • Bump yarn to 4.1.1 (#​5978)
  • Add kusama types-known v1.3.0 upgrade (#​5971)
  • Update Kusama augmented types to 1.3.0 (#​5972)
    • Please reference the PR above to view any changes in the runtime types

v12.4.2

Compare Source

Changes:

  • Fix derive.balances.all when data is undefined (#​5961)

v12.4.1

Compare Source

Contributed:

Changes:

  • Bump yarn to 4.4.0 (#​5952)
  • Update General Deps (patch only) (#​5954)
  • Rework api.derive.balance.{account, all} to work with the new frame account data (#​5955)
    • Adds transferable and frameSystemAccountInfo to the output of api.derive.balance.all
  • Revise api.derive.balances.all to include ED when necessary (#​5957)
    • Fixes the formula used for transferable balance

v12.3.1

Compare Source

Contributed:

Changes:

  • Upgrade known Polkadot and Westend CodeUpdated blocks (#​5948)
  • Update substrate types via metadata (#​5949)
    • Note: Please review the above PR for any changes to the augmented types.
  • Support for BeefyApi v4 (#​5950)

v12.2.3

Compare Source

Contributed:

v12.2.2

Compare Source

Changes:

  • Fix toHuman error on mode

v12.2.1

Compare Source

Changes:

  • Bump polkadot/common to 13.0.2
    • This contains the latest changes to the Ledger interface in @polkadot/hw-ledger. For more info please see (13.0.1)
  • Bump Substrate Metadata to Latest
    • This includes additions and removals to the api's type augmentation. For more info please see (#​5936)
  • Update Polkadot 1002006 types-known
  • Bump yarn to 4.3.1

v12.1.1

Compare Source

Contributed:

Changes:

  • Update Augmented types for polkadot 1002005
  • Update Augmented types for kusama 1002006
    • Note: This removes type support for the Identity pallet for Kusama, and stateTrieMigration
  • Update upgrade blocks for {Kusama, Polkadot}

v12.0.2

Compare Source

Important Changes:

  • withSignedTransaction: This option has been added to SignerOptions. When using signAndSend, signAsync, and dryRun you may now enable or disable the use of the signedTransaction field by adding the withSignedTransaction option. When withSignedTransaction is not enabled but the signer adds a signedTransaction the api will error.
    • Always disabled by default.
    • This ensures no big breaking changes happen to the interface of signPayload.
    • withSignedTransaction has also been added to the SignerPayload type which allows for payload.toPayload() to include the option.
  • signAsync: now accepts the signedTransaction field as well. This means that if withSignedTransaction is enabled, and signedTransaction 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:

  • Addition of an optional signedTransaction field to the SignerResult response for injected signers. This only applies to the signPayload method exposed in the Signer 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.
    • This is very useful for signers that want to adjust the mode and metadataHash field for the CheckMetadataHash signed extension.
    • Note that this is not your traditional breaking change since it more-so acts as an addition, but since this is a high magnitude change it is going to be considered a MAJOR bump.
    • For more info please review the following PR (#​5914)

Changes:

  • Replace system_accountNextIndex with runtime api call accountNonceApi for api.derive.tx.signingInfo
  • Sanitize eras for api.derive.staking._stakerRewards

v11.3.1

Compare Source

Changes:

  • Fix period assumption on signingInfo (derive)
  • Bump dev to 0.79.3
  • Update {Polkadot, Kusama, Westend} types-known
  • Bump Substrate metadata to latest
    • NOTE: Moving forward when bumping the metadata for {Polkadot, Kusama, Substrate} the version will
      always be a minor bump since it can add, modify, remove augmented types.

v11.2.1

Compare Source

Contributed:

Changes:

  • Add support for AuraUnincludedSegmentApi (Thanks to https://github.com/bee344)
  • Add support for ParachainHost v11 Api
  • Update Kusama and Westend block upgrades
  • Update Substrate metadata to latest

v11.1.1

Compare Source

Changes

  • Dedupe nextElected accountIds in api.derive.staking.nextElected
  • Bump @​polkadot/dev to 0.79.1 w/ topo sort
  • Bump yarn to 4.2.2
  • fix: updated extrinsics' assetId toHuman (Thanks to https://github.com/bee344)
  • fix api.derive.accounts.{info && identity}
  • feat: Add support for CheckMetadataHash signedExtension (Thanks to https://github.com/bee344)

v11.0.3

Compare Source

Changes

  • Make api.derive.staking.* backwards compatible
  • Fix claimedRewards regression in api.derive.staking.queryMulti
  • Update Substrate to latest

v11.0.2

Compare Source

Changes

  • Fix type for TAssetConversion in Polkadot Asset hub

v11.0.1

Compare Source

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

Compare Source

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

Compare Source

NOTE: Because of a broken CI build for 10.12.5 -> 10.12.6 is a replacement

Contributed:

Changes:


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency @blackprint/sketch to v0.6.5 Update dependency @blackprint/sketch to v0.6.5 - autoclosed Mar 19, 2022
@renovate renovate bot closed this Mar 19, 2022
@renovate renovate bot deleted the renovate/all branch March 19, 2022 14:27
@renovate renovate bot changed the title Update dependency @blackprint/sketch to v0.6.5 - autoclosed Update dependency @blackprint/sketch to v0.6.5 Mar 20, 2022
@renovate renovate bot reopened this Mar 20, 2022
@renovate renovate bot restored the renovate/all branch March 20, 2022 10:23
@renovate renovate bot changed the title Update dependency @blackprint/sketch to v0.6.5 Update Node.js to v17 Mar 20, 2022
@renovate renovate bot changed the title Update Node.js to v17 Update all dependencies Mar 21, 2022
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ee11799 to f8968e5 Compare March 29, 2022 10:28
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 57ca3f0 to e388109 Compare April 9, 2022 09:52
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from e082c3e to 31fb396 Compare April 11, 2022 18:31
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 3e7f229 to 679f3a0 Compare April 27, 2022 05:28
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 2065239 to 7809798 Compare October 9, 2025 14:35
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 7cc8c70 to 515f617 Compare October 17, 2025 10:02
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 8646b4e to 9aac9fb Compare October 28, 2025 02:07
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 7344d64 to 4716d0c Compare November 6, 2025 23:59
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from df5fa79 to 305abb3 Compare November 16, 2025 04:59
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from fc67982 to 41e9d44 Compare November 23, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant