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

Update all dependencies #13

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

Update all dependencies #13

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@blackprint/cli-tools 0.3.29 -> 0.3.30 age adoption passing confidence devDependencies patch
@blackprint/sketch (source) 0.9.0 -> 0.9.1 age adoption passing confidence devDependencies patch
@polkadot/api (source) ^10.5.1 -> ^15.0.0 age adoption passing confidence dependencies major
@polkadot/extension-dapp (source) ^0.46.2 -> ^0.58.0 age adoption passing confidence devDependencies minor
@polkadot/extension-inject (source) ^0.46.2 -> ^0.58.0 age adoption passing confidence devDependencies minor
@polkadot/keyring (source) ^12.1.2 -> ^13.0.0 age adoption passing confidence dependencies major
@polkadot/types (source) ^10.5.1 -> ^15.0.0 age adoption passing confidence dependencies major
@polkadot/util (source) ^12.1.2 -> ^13.0.0 age adoption passing confidence dependencies major
@polkadot/util-crypto (source) ^12.1.2 -> ^13.0.0 age adoption passing confidence dependencies major
actions/cache v3 -> v4 age adoption passing confidence action major
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
eslint (source) ^8.39.0 -> ^9.0.0 age adoption passing confidence devDependencies major
node 18-buster-slim -> 20-buster-slim age adoption passing confidence final major

Release Notes

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

v0.3.30

Compare Source

Blackprint/Blackprint (@​blackprint/sketch)

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)

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:

  • 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
      • mmr_leaf_count
    • Core v5
    • GenesisBuilder
    • MixnetApi

v10.12.5

Compare Source

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
      • mmr_leaf_count
    • Core v5
    • GenesisBuilder
    • MixnetApi

v10.12.4

Compare Source

Contributed:

v10.12.3

Compare Source

Contributed:

Changes:

  • Fix api.derive.staking.eraExposure for compatibility
  • Fix invalid Lookup assignment on augmentation and update polkadot and kusama metadata
  • Update polkadot runtime upgrade per block
  • Update kusama runtime upgrade per block
  • Update westend runtime upgrade per block

v10.12.2

Compare Source

Contributed:

Changes:

  • Update to latest Substrate metadata

v10.12.1

Compare Source

Contributed:

v10.11.3

Compare Source

Contributed:

Changes:

  • Bump dev w/ packageDetect adjustments
  • Update copyright year
  • Bump nock, and dev deps
  • Allow cacheCapacity option for the WsProvider
  • Bump yarn

v10.11.2

Compare Source

Contributed:

Changes:

  • Support [8a;32] types in known keys
  • Update to latest Substrate metadata

v10.11.1

Compare Source

Contributed:

Changes:

  • Add known intrablockEntropy storage key
  • Add support for SkipCheckIfFeeless signed extension
  • Ensure all usages of balances.transfer (in tests) have been removed
  • Drop support for Node 16 (EOL 11 Sep 2023)

v10.10.1

Compare Source

Contributed:

Changes:

  • Serialize any additional payload fields via toJSON()
  • Expose internal rpc-core stats on api.stats getter
  • Add support for latest/stable V15 metadata interfaces
  • Add runtime BeefyApi version 3
  • Add runtime ParachainHost version 5
  • Expose chain.subscribeFinalizedBlocks derive
  • Consistently use import.meta.url inside tests
  • Group Uint/Int tests for maintainability
  • Update to latest Polkadot, Kusama & Substrate metadata

v10.9.1

Compare Source

Changes:

  • Adjust object index access for stricter tsconfig settings
  • Update to latest Polkadot, Kusama & Substrate metadata

v10.8.1

Compare Source

Contributed:

Changes:

  • Update to latest Polkadot, Kusama & Substrate metadata
  • Cleanup (some) linting overrides

v10.7.3

Compare Source

Changes:

  • Ensure that .paymentInfo never mutates the underlying/existing signature

v10.7.2

Compare Source

Contributed:

Changes:

  • Adjust @polkadot/types-create exports with no duplicates

v10.7.1

Compare Source

Changes:

  • Update to latest Polkadot, Kusama & Substrate metadata
  • Add module to package.json export map (ESM-only)

v10.6.1

Compare Source

Contributed:

Changes:

  • Apply historic Scheduled types for Kusama (as reported, non-comprehensive)
  • Adjust Deno types inside WsProvider
  • Allow parsing of (experimental) metadata v15
  • Update to latest Polkadot, Kusama & Substrate metadata
polkadot-js/extension (@​polkadot/extension-dapp)

v0.58.3

Compare Source

Changes:

v0.58.2

Compare Source

Changes:

  • Upgrade polkadot-js api, and phishing (#​1501)
  • Bump dev to 0.83.2 (#​1500)

v0.58.1

Compare Source

Contributed:

Changes:

v0.57.1

Compare Source

Breaking Changes:

  • Upgrade polkadot-js/api to 15.0.1 (#​1483)
    • This contains breaking changes where the api now allows the signer to alter the call data. Please reference PR #​6030 for more information.
  • Upgrade polkadot-js/phishing to 0.24.4 (#​1483)

Contributed:

  • fix: extension does not get injected on page load (#​1486)

Changes:

v0.56.2

Compare Source

Changes:

  • Bump dev to 0.82.1 w/ tslib (#​1476)
  • Bump polkadot-js deps (#​1477)
    • polkadot/api -> 14.3.1
    • polkadot/common -> 13.2.3
    • polkadot/phishing -> 0.24.3
    • polkadot/ui -> 3.11.3
  • Bump typescript to 5.5.4 (#​1478)

v0.56.1

Compare Source

Changes:

  • Bump all polkadot deps (#​1473)
    • polkadot/api -> 14.2.1
    • polkadot/common -> 13.2.2
      • Gives support for Frequency, and Polimec
    • polkadot/ui -> 3.11.2
    • polkadot/phishing -> 0.24.2

v0.55.1

Compare Source

Changes:

  • Bump dev to 0.81.2 (#​1469)
    • Export CJS and ESM correctly
  • Bump all polkadot deps (#​1470)
    • polkadot/api -> 14.1.1
    • polkadot/common -> 13.2.1
    • polkadot/ui -> 3.11.1
    • polkadot/phishing -> 0.24.1
  • Bump yarn to 4.5.1 (#​1471)

v0.54.1

Compare Source

Changes:

  • Update polkadot-js deps (#​1466)
    • Polkadot-js api -> 14.0.1
      • NOTE: This adds support for Extrinsic V5.
    • Polkadot-js phishing -> 0.23.7
  • Bump yarn to 4.5.0 (#​1467)

v0.53.1

Compare Source

Contributed:

Changes:

  • Upgrade polkadot-js deps (#​1462)
    • This contains breaking changes in the API that was released in 13.0.1. The release changed the way AssetId is returned from toPayload in the Signer interface. Option<TAssetConversion> is now returned as a SCALE encoded hex.

v0.52.3

Compare Source

Changes:

  • Upgrade polkadot-js/api to 12.4.1
  • Upgrade polkadot-js/phishing to 0.23.4

v0.52.2

Compare Source

NOTE: This is strictly a patch release for the store.

Changes:

v0.52.1

Compare Source

Contributed:

Changes:

  • Bump yarn to 4.4.0 (#​1442)
  • Enable "Chain Specific App" setting (#​1445)
    • This allows for ledger apps that are not included in the Polkadot Generic App to work with their specific Ledger App
  • Fix setting rawMetadata as registry metadata (#​1446)

v0.51.1

Compare Source

Contributed:

Changes:

  • Bump yarn to 4.3.1 (#​1426)
  • Add CI script to check for diffs in src vs build for store release (#​1429) (#​1436)
  • Change Connected to Connect Accounts (#​1430)
  • Upgrade Polkadot-js deps (#​1434) (#​1435)
    • polkadot/api 12.3.1
    • polkadot/phishing 0.23.3
    • polkadot/ui 3.8.3

v0.50.1

Compare Source

Contributed:

  • Update subscribed accounts when connected site authorizations are modified (Thanks to https://github.com/F-OBrien)
    • Deprecates public udateCurrentTabsUrl in class State in favor of public updateCurrentTabsUrl.

Changes:

  • Add support for the Ledger Generic App (Thanks to https://github.com/bee344)
  • Add support for the Ledger Migration App (Thanks to https://github.com/bee344)
    • Note: In order to use the ledger migration app, you must toggle the setting inside of settings. That will enable the migration app for use.
  • Fix extension stuck in ... loading ... screen after service_worker got terminated (Thanks to https://github.com/bee344)

v0.49.3

Compare Source

Changes:

  • Fix ID used in manifest_firefox.json by adding brackets
    • The previous patch required brackets arount the ID...

v0.49.2

Compare Source

Changes:

  • Fix ID used in manifest_firefox.json
    • This is internal, and is only necessary for publishing to the store

v0.49.1

Compare Source

Breaking Changes:

  • Update from Manifest v2 to v3 for Chrome
  • Update from Manifest v2 to v3 for Firefox

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.


  • 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 2 times, most recently from 7a9153a to c3fed45 Compare November 26, 2023 13:02
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4230328 to 73436dd Compare February 22, 2024 15:52
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from dd1c24f to d9ec25e Compare March 22, 2024 14:18
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b58fdc5 to 17fdb1b Compare April 27, 2024 13:57
@renovate renovate bot force-pushed the renovate/all branch from 17fdb1b to 9caf548 Compare May 21, 2024 18:37
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bf354ce to 2679ef9 Compare July 1, 2024 02:07
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9105bda to c839104 Compare July 18, 2024 16:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bdf9444 to c5524b5 Compare November 2, 2024 17:01
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5f61fe9 to 03500ad Compare December 7, 2024 15:29
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.

0 participants