Closed renovate[bot] closed 2 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm WARN deprecated read-package-tree@5.3.1: The functionality that this package provided is now in @npmcli/arborist
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated mkdirp-promise@5.0.1: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
npm WARN @octokit/plugin-request-log@1.0.4 requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
lerna notice cli v3.22.1
lerna notice cli v3.22.1
lerna info Bootstrapping 2 packages
lerna info Installing external dependencies
lerna ERR! npm install --ignore-scripts --ignore-scripts --no-audit --package-lock-only exited 1 in 'sanity-kitchen-sink-studio'
lerna ERR! npm install --ignore-scripts --ignore-scripts --no-audit --package-lock-only stderr:
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: sanity-kitchen-sink-studio@1.0.8
npm ERR! Found: sanity-plugin-mux-input@0.2.1
npm ERR! node_modules/sanity-plugin-mux-input
npm ERR! sanity-plugin-mux-input@"^1.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! sanity-plugin-mux-input@"^1.0.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @sanity/base@2.27.2
npm ERR! node_modules/@sanity/base
npm ERR! peer @sanity/base@"^2.11.0" from sanity-plugin-mux-input@1.1.0
npm ERR! node_modules/sanity-plugin-mux-input
npm ERR! sanity-plugin-mux-input@"^1.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2022-03-07T08_59_03_754Z-debug-0.log
lerna ERR! npm install --ignore-scripts --ignore-scripts --no-audit --package-lock-only exited 1 in 'sanity-kitchen-sink-studio'
This PR contains the following updates:
^2.0.7
->^3.0.0
^2.1.0
->^3.0.0
^0.140.19
->^1.0.0
^0.2.1
->^1.0.0
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.sanity-io/client
### [`v3.3.2`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.3.1...v3.3.2) - fix(typings): add missing `operation` property on mutation result ### [`v3.3.1`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.3.0...v3.3.1) - docs: fix typo in readme ([#10](https://togithub.com/sanity-io/client/issues/10)) - chore: upgrade eventsource dependency ### [`v3.3.0`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.2.2...v3.3.0) - feat: add `dryRun`, `autoGenerateArrayKeys` mutation options ### [`v3.2.2`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#322) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.2.1...v3.2.2) - fix: use named import for `@sanity/generate-help-url` module ### [`v3.2.1`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#321) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.2.0...v3.2.1) - chore(deps): upgrade dependencies ### [`v3.2.0`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#320) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.1.0...v3.2.0) - fix(typings): add missing `timeout` config option - feat: support passing custom headers to http methods ([#5](https://togithub.com/sanity-io/client/issues/5)) ### [`v3.1.0`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#310) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.0.6...v3.1.0) - feat: add new polyfill for event source ([#2](https://togithub.com/sanity-io/client/issues/2)) ### [`v3.0.6`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#306) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.0.5...v3.0.6) - feat: make `request()` return value generic - feat: add `skipCrossDatasetReferenceValidation` flag to mutations ### [`v3.0.5`](https://togithub.com/sanity-io/client/compare/v3.0.4...v3.0.5) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.0.4...v3.0.5) ### [`v3.0.4`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#304) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.0.3...v3.0.4) - fix(typings): add missing `clone()` method on requester ### [`v3.0.3`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#303) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.0.2...v3.0.3) - feat(http): request compressed responses ### [`v3.0.2`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#302) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.0.1...v3.0.2) - fix(typings): add missing `maxRedirects` option ### [`v3.0.1`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#301) [Compare Source](https://togithub.com/sanity-io/client/compare/v3.0.0...v3.0.1) - fix(typings): use rxjs for observable type ### [`v3.0.0`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://togithub.com/sanity-io/client/compare/4d49b83a987d5097064d567f75d21b268a410cbf...v3.0.0) - BREAKING: Passing a `token` *and* `useCdn: true` will now use the API CDN for queries, where it previously used the uncached, "live" API - BREAKING: Client now only supports Node.js v12 and higher - BREAKING: Remove deprecated `merge` patch operator - BREAKING: Remove deprecated `document` property on `assets.upload` response - BREAKING: Make sure `client.observable.fetch()` returns a cold observable [3.3.2]: https://togithub.com/sanity-io/client/compare/v3.3.1...v3.3.2 [3.3.1]: https://togithub.com/sanity-io/client/compare/v3.3.0...v3.3.1 [3.3.0]: https://togithub.com/sanity-io/client/compare/v3.2.2...v3.3.0 [3.2.2]: https://togithub.com/sanity-io/client/compare/v3.2.1...v3.2.2 [3.2.1]: https://togithub.com/sanity-io/client/compare/v3.2.0...v3.2.1 [3.2.0]: https://togithub.com/sanity-io/client/compare/v3.1.0...v3.2.0 [3.1.0]: https://togithub.com/sanity-io/client/compare/v3.0.6...v3.1.0 [3.0.6]: https://togithub.com/sanity-io/client/compare/v3.0.4...v3.0.6 [3.0.4]: https://togithub.com/sanity-io/client/compare/v3.0.3...v3.0.4 [3.0.3]: https://togithub.com/sanity-io/client/compare/v3.0.2...v3.0.3 [3.0.2]: https://togithub.com/sanity-io/client/compare/v3.0.1...v3.0.2 [3.0.1]: https://togithub.com/sanity-io/client/compare/v3.0.0...v3.0.1 [3.0.0]: https://togithub.com/sanity-io/client/compare/v2.23.2...v3.0.0 ### [`v2.23.2`](https://togithub.com/sanity-io/client/compare/3e1066159c73ffd9020200626a1e48860dc2d0ef...4d49b83a987d5097064d567f75d21b268a410cbf) [Compare Source](https://togithub.com/sanity-io/client/compare/3e1066159c73ffd9020200626a1e48860dc2d0ef...4d49b83a987d5097064d567f75d21b268a410cbf) ### [`v2.23.1`](https://togithub.com/sanity-io/client/compare/f24c67594507a023c8d2b2e6086bf3fbd192881f...3e1066159c73ffd9020200626a1e48860dc2d0ef) [Compare Source](https://togithub.com/sanity-io/client/compare/f24c67594507a023c8d2b2e6086bf3fbd192881f...3e1066159c73ffd9020200626a1e48860dc2d0ef) ### [`v2.23.0`](https://togithub.com/sanity-io/client/compare/3e7d474f5ca24c97cfc33f6fc038996e33ccbac9...f24c67594507a023c8d2b2e6086bf3fbd192881f) [Compare Source](https://togithub.com/sanity-io/client/compare/3e7d474f5ca24c97cfc33f6fc038996e33ccbac9...f24c67594507a023c8d2b2e6086bf3fbd192881f) ### [`v2.22.3`](https://togithub.com/sanity-io/client/compare/9a0270c7c886a2913fd83b54c1963ae0cd8e75d0...3e7d474f5ca24c97cfc33f6fc038996e33ccbac9) [Compare Source](https://togithub.com/sanity-io/client/compare/9a0270c7c886a2913fd83b54c1963ae0cd8e75d0...3e7d474f5ca24c97cfc33f6fc038996e33ccbac9) ### [`v2.21.10`](https://togithub.com/sanity-io/client/compare/682dc95b41e56841ab63d7f95643aa2534069fb9...9a0270c7c886a2913fd83b54c1963ae0cd8e75d0) [Compare Source](https://togithub.com/sanity-io/client/compare/682dc95b41e56841ab63d7f95643aa2534069fb9...9a0270c7c886a2913fd83b54c1963ae0cd8e75d0) ### [`v2.21.7`](https://togithub.com/sanity-io/client/compare/17d11cff269fa547e352f7f0be3e04c31cffe4f8...682dc95b41e56841ab63d7f95643aa2534069fb9) [Compare Source](https://togithub.com/sanity-io/client/compare/17d11cff269fa547e352f7f0be3e04c31cffe4f8...682dc95b41e56841ab63d7f95643aa2534069fb9) ### [`v2.21.3`](https://togithub.com/sanity-io/client/compare/4a3574b5555aae86237265a94b4058625e8bdaf3...17d11cff269fa547e352f7f0be3e04c31cffe4f8) [Compare Source](https://togithub.com/sanity-io/client/compare/4a3574b5555aae86237265a94b4058625e8bdaf3...17d11cff269fa547e352f7f0be3e04c31cffe4f8) ### [`v2.21.0`](https://togithub.com/sanity-io/client/compare/1ff5ac5a90d72596c44eb8368e7ed22c85923991...4a3574b5555aae86237265a94b4058625e8bdaf3) [Compare Source](https://togithub.com/sanity-io/client/compare/1ff5ac5a90d72596c44eb8368e7ed22c85923991...4a3574b5555aae86237265a94b4058625e8bdaf3) ### [`v2.19.0`](https://togithub.com/sanity-io/client/compare/a9faf039eb66156b89e33744d340f641af1b57ee...1ff5ac5a90d72596c44eb8368e7ed22c85923991) [Compare Source](https://togithub.com/sanity-io/client/compare/a9faf039eb66156b89e33744d340f641af1b57ee...1ff5ac5a90d72596c44eb8368e7ed22c85923991) ### [`v2.18.0`](https://togithub.com/sanity-io/client/compare/a8c9435bb8deab4c75deff1653289c20632bf8e1...a9faf039eb66156b89e33744d340f641af1b57ee) [Compare Source](https://togithub.com/sanity-io/client/compare/a8c9435bb8deab4c75deff1653289c20632bf8e1...a9faf039eb66156b89e33744d340f641af1b57ee) ### [`v2.16.0`](https://togithub.com/sanity-io/client/compare/e27824fad5c3940b0e72bca213444da349501c9f...a8c9435bb8deab4c75deff1653289c20632bf8e1) [Compare Source](https://togithub.com/sanity-io/client/compare/e27824fad5c3940b0e72bca213444da349501c9f...a8c9435bb8deab4c75deff1653289c20632bf8e1) ### [`v2.15.0`](https://togithub.com/sanity-io/client/compare/d2c4cba0760d3ca2b5ed9c2e9fe517b044af112e...e27824fad5c3940b0e72bca213444da349501c9f) [Compare Source](https://togithub.com/sanity-io/client/compare/d2c4cba0760d3ca2b5ed9c2e9fe517b044af112e...e27824fad5c3940b0e72bca213444da349501c9f) ### [`v2.14.0`](https://togithub.com/sanity-io/client/compare/09766044c3e853fbea6d2b6bd17165a57602e26c...d2c4cba0760d3ca2b5ed9c2e9fe517b044af112e) [Compare Source](https://togithub.com/sanity-io/client/compare/09766044c3e853fbea6d2b6bd17165a57602e26c...d2c4cba0760d3ca2b5ed9c2e9fe517b044af112e) ### [`v2.13.0`](https://togithub.com/sanity-io/client/compare/9bb9220b5697d99885f2878470fd42e61a337d08...09766044c3e853fbea6d2b6bd17165a57602e26c) [Compare Source](https://togithub.com/sanity-io/client/compare/9bb9220b5697d99885f2878470fd42e61a337d08...09766044c3e853fbea6d2b6bd17165a57602e26c) ### [`v2.11.0`](https://togithub.com/sanity-io/client/compare/67c0d1ac54f2f214279a6d3107ac789e80fa8809...9bb9220b5697d99885f2878470fd42e61a337d08) [Compare Source](https://togithub.com/sanity-io/client/compare/67c0d1ac54f2f214279a6d3107ac789e80fa8809...9bb9220b5697d99885f2878470fd42e61a337d08) ### [`v2.10.5`](https://togithub.com/sanity-io/client/compare/f20ee861cb4b398b7db5c025cdee9c6bfc7ecaaf...67c0d1ac54f2f214279a6d3107ac789e80fa8809) [Compare Source](https://togithub.com/sanity-io/client/compare/f20ee861cb4b398b7db5c025cdee9c6bfc7ecaaf...67c0d1ac54f2f214279a6d3107ac789e80fa8809) ### [`v2.8.0`](https://togithub.com/sanity-io/client/compare/14a5dc19878ff57845c6f911e9cef59cd22e8bea...f20ee861cb4b398b7db5c025cdee9c6bfc7ecaaf) [Compare Source](https://togithub.com/sanity-io/client/compare/14a5dc19878ff57845c6f911e9cef59cd22e8bea...f20ee861cb4b398b7db5c025cdee9c6bfc7ecaaf) ### [`v2.7.1`](https://togithub.com/sanity-io/client/compare/ce563345ba7bd2abf646f71b1dfcacd39c632721...14a5dc19878ff57845c6f911e9cef59cd22e8bea) [Compare Source](https://togithub.com/sanity-io/client/compare/ce563345ba7bd2abf646f71b1dfcacd39c632721...14a5dc19878ff57845c6f911e9cef59cd22e8bea) ### [`v2.7.0`](https://togithub.com/sanity-io/client/compare/bb09b0cc911039f5b3a1c9bf5fb8eda520d411f6...ce563345ba7bd2abf646f71b1dfcacd39c632721) [Compare Source](https://togithub.com/sanity-io/client/compare/bb09b0cc911039f5b3a1c9bf5fb8eda520d411f6...ce563345ba7bd2abf646f71b1dfcacd39c632721) ### [`v2.2.6`](https://togithub.com/sanity-io/client/compare/21c1a2005f7baa57b4272893246eaf70dd0ffa52...bb09b0cc911039f5b3a1c9bf5fb8eda520d411f6) [Compare Source](https://togithub.com/sanity-io/client/compare/21c1a2005f7baa57b4272893246eaf70dd0ffa52...bb09b0cc911039f5b3a1c9bf5fb8eda520d411f6) ### [`v2.1.4`](https://togithub.com/sanity-io/client/compare/1521783f5aea8e8e63c72070c70f306212ba17b2...21c1a2005f7baa57b4272893246eaf70dd0ffa52) [Compare Source](https://togithub.com/sanity-io/client/compare/1521783f5aea8e8e63c72070c70f306212ba17b2...21c1a2005f7baa57b4272893246eaf70dd0ffa52)sanity-io/image-url
### [`v1.0.1`](https://togithub.com/sanity-io/image-url/compare/v1.0.0...v1.0.1) [Compare Source](https://togithub.com/sanity-io/image-url/compare/v1.0.0...v1.0.1) ### [`v1.0.0`](https://togithub.com/sanity-io/image-url/blob/HEAD/CHANGELOG.md#100---2021-09-01) [Compare Source](https://togithub.com/sanity-io/image-url/compare/v0.140.22...v1.0.0) ##### BREAKING - Throw error when passing invalid source instead of returning `null` ### [`v0.140.22`](https://togithub.com/sanity-io/image-url/compare/v0.140.21...v0.140.22) [Compare Source](https://togithub.com/sanity-io/image-url/compare/v0.140.21...v0.140.22) ### [`v0.140.21`](https://togithub.com/sanity-io/image-url/compare/v0.140.20...v0.140.21) [Compare Source](https://togithub.com/sanity-io/image-url/compare/v0.140.20...v0.140.21) ### [`v0.140.20`](https://togithub.com/sanity-io/image-url/compare/v0.140.19...v0.140.20) [Compare Source](https://togithub.com/sanity-io/image-url/compare/v0.140.19...v0.140.20)sanity-io/sanity-plugin-mux-input
### [`v1.1.7`](https://togithub.com/sanity-io/sanity-plugin-mux-input/releases/tag/v1.1.7) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v1.1.6...v1.1.7) ##### Bug Fixes - button-collection is deprecated ([7b9cc4b](https://togithub.com/sanity-io/sanity-plugin-mux-input/commit/7b9cc4bfa3a58d9c789cc44dc1781ed2f1e0802f)) - change default per page from 200 to 20 ([10f5c70](https://togithub.com/sanity-io/sanity-plugin-mux-input/commit/10f5c70ddd491b6267230d9b5072e050699dd765)) - crazy loop if pasting/dropping while uploading ([e5695c7](https://togithub.com/sanity-io/sanity-plugin-mux-input/commit/e5695c72baa7870b20b24cfef4a55db905dc2230)) - only show Load more when there's more to load ([2cf97a6](https://togithub.com/sanity-io/sanity-plugin-mux-input/commit/2cf97a6f417b612d710944ce4a5af0c580b9d14b)) - optionsFromFile didn't resolve correctly ([d9524d1](https://togithub.com/sanity-io/sanity-plugin-mux-input/commit/d9524d1c3d76a67cd10d3e5d18d8cc2b9ce629d9)) - set chunkSize to the mux recommended value for optimal upload perf ([90c4bd0](https://togithub.com/sanity-io/sanity-plugin-mux-input/commit/90c4bd03626e3030866ba3e5d1968549e50c6247)) - update SelectAssets to modern sanity ui ([4fe31a2](https://togithub.com/sanity-io/sanity-plugin-mux-input/commit/4fe31a291fc9df3d187c7d001956912ab5f3a992)) ### [`v1.1.6`](https://togithub.com/sanity-io/sanity-plugin-mux-input/releases/tag/v1.1.6) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v1.1.5...v1.1.6) ##### Bug Fixes - also publish to "latest" ([b4be8e1](https://togithub.com/sanity-io/sanity-plugin-mux-input/commit/b4be8e11447d52fc617bfce5e9267d05a78ab346)) ### [`v1.1.5`](https://togithub.com/sanity-io/sanity-plugin-mux-input/releases/tag/v1.1.5) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v1.1.4...v1.1.5) ##### Bug Fixes - also publish to "latest" ([5b349a7](https://togithub.com/sanity-io/sanity-plugin-mux-input/commit/5b349a7b3820b6839907808cb562c1365b5c3a4c)) ### [`v1.1.4`](https://togithub.com/sanity-io/sanity-plugin-mux-input/releases/tag/v1.1.4) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v1.1.3...v1.1.4) ##### Bug Fixes - set \_type: reference on assets ([29a6bbf](https://togithub.com/sanity-io/sanity-plugin-mux-input/commit/29a6bbf4acdf016dd3129f4a47e35f785f86e602)) ### [`v1.1.3`](https://togithub.com/sanity-io/sanity-plugin-mux-input/releases/tag/v1.1.3) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v1.1.1...v1.1.3) ##### Bug Fixes - setup semantic release ([4e2a3eb](https://togithub.com/sanity-io/sanity-plugin-mux-input/commit/4e2a3eb6deb1de647d544b3b34a2ec5a2978721f)) ### [`v1.1.1`](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v1.1.0...v1.1.1) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v1.1.0...v1.1.1) ### [`v1.1.0`](https://togithub.com/sanity-io/sanity-plugin-mux-input/releases/tag/v1.1.0) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v1.0.1...v1.1.0) [#45](https://togithub.com/sanity-io/sanity-plugin-mux-input/issues/45) Adds mp4 support - thanks [@robinpyon](https://togithub.com/robinpyon)! Closes [#10](https://togithub.com/sanity-io/sanity-plugin-mux-input/issues/10) ### [`v1.0.1`](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v1.0.0...v1.0.1) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v1.0.0...v1.0.1) ### [`v1.0.0`](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v0.3.4...v1.0.0) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v0.3.4...v1.0.0) ### [`v0.3.4`](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v0.3.3...v0.3.4) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v0.3.3...v0.3.4) ### [`v0.3.3`](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v0.3.2...v0.3.3) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v0.3.2...v0.3.3) ### [`v0.3.2`](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v0.3.1...v0.3.2) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v0.3.1...v0.3.2) ### [`v0.3.1`](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v0.3.0...v0.3.1) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/v0.3.0...v0.3.1) ### [`v0.3.0`](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/afdf5ddeff6767b8d607405d9bfa7f88d02db509...v0.3.0) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-mux-input/compare/afdf5ddeff6767b8d607405d9bfa7f88d02db509...v0.3.0)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.