chore(deps): upgrade hedgehog-extras from 0.8 to 0.10.0.0 #951
+7
−7
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.
Changelog
Context
This PR upgrades the
hedgehog-extras
dependency from version^>=0.8
to^>=0.10
across the project's test suites. Thehedgehog-extras
library provides additional utilities for property-based testing with Hedgehog, and this upgrade brings in the latest testing utilities and improvements.The upgrade affects both the
cardano-api
andcardano-wasm
packages' test dependencies, ensuring compatibility with the latest hedgehog-extras features and maintaining up-to-date testing dependencies.How to trust this PR
This is a straightforward dependency upgrade with the following changes:
Dependency constraints updated: Changed
hedgehog-extras ^>=0.8
tohedgehog-extras ^>=0.10
in:cardano-api/cardano-api.cabal
(cardano-api-golden test suite)cardano-wasm/cardano-wasm.cabal
(cardano-wasm-golden test suite)Hackage index updated: Updated
cabal.project
index-state from2025-06-22T20:18:27Z
to2025-09-10T10:05:13Z
to include the newer hedgehog-extras versionFlake lockfile refreshed: Updated
flake.lock
with the corresponding Hackage snapshot changesTo verify this change:
Checklist