sanity-io / sanity-template-kitchen-sink

A collection of demo examples
105 stars 24 forks source link

fix(deps): update dependency @sanity/block-content-to-react to v3 #50

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/block-content-to-react ^2.0.7 -> ^3.0.0 age adoption passing confidence

Release Notes

sanity-io/block-content-to-react ### [`v3.0.0`](https://togithub.com/sanity-io/block-content-to-react/blob/HEAD/CHANGELOG.md#​300---2021-05-14) [Compare Source](https://togithub.com/sanity-io/block-content-to-react/compare/v2.0.7...v3.0.0) ##### BREAKING - When encountering unknown block types, the serializer will no longer throw by default - instead if will render a hidden `div` with a message noting that a serializer is missing. A message will also be logged to the console. To use the old behavior of throwing un known types, pass `ignoreUnknownTypes: false` as a property. - The `markFallback` serializer has been renamed to `unknownMark` to align with the new `unknownType` serializer for blocks.

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate using a preset from Sanity. View repository job log here