raulfdm / raulmelo-studio

A monorepo for handling all my website infrastructure
https://raulmelo.me
MIT License
30 stars 1 forks source link

Update Sanity to v3.20.1 #2613

Closed raulfdm closed 10 months ago

raulfdm commented 10 months ago

This PR contains the following updates:

Package Type Update Change
@sanity/vision (source) dependencies patch 3.20.0 -> 3.20.1
groq (source) dependencies patch 3.20.0 -> 3.20.1
sanity (source) devDependencies patch 3.20.0 -> 3.20.1
sanity (source) dependencies patch 3.20.0 -> 3.20.1

Release Notes

sanity-io/sanity (@​sanity/vision) ### [`v3.20.1`](https://togithub.com/sanity-io/sanity/releases/tag/v3.20.1) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.20.0...v3.20.1) ##### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ##### ✨ Highlights ##### Improved support for non-Latin1 characters in URLs Sanity Studio now handles characters outside of the Latin1 range in intent or structure tool pane payloads without crashing. This fix ensures better support for multilingual content and enhances worldwide usability. ##### Comments feature improvements Continued improvements for the comments feature include a resolution to the layering issue that caused popovers to render behind the document pane. The comments feature also received a quality-of-life enhancement by ensuring that the comment discard dialog appears above the document pane footer and headers, making it fully visible and accessible. Lastly, we fixed a focus behavior where the reply comment input would unintentionally gain focus when clicking outside of it. Sanity Studio now maintains focus appropriately, only triggering when the comment input field is deliberately selected. ##### 🐛 Notable bugfixes - Fixes the PTE toolbar menu behavior, ensuring only one menu can be open at a time. - Resolves the odd focusing issue around comment reply inputs. - Corrects the visual layering of the comment discard dialog to avoid it being hidden by other elements. ##### 📓 Full changelog | Author | Message | Commit | | ----------------- | ------------------------------------------------------------------------------ | --------- | | Rico Kahler | test(cli): disable exploding CI tests ([#​5223](https://togithub.com/sanity-io/sanity/issues/5223)) | [`114114c`](https://togithub.com/sanity-io/sanity/commit/114114cac) | | Espen Hovlandsdal | fix(router): use base64url for encoding parameter payloads ([#​5221](https://togithub.com/sanity-io/sanity/issues/5221)) | [`457d3da`](https://togithub.com/sanity-io/sanity/commit/457d3daa4) | | Herman Wikner | fix(comments): context menu layer issue ([#​5203](https://togithub.com/sanity-io/sanity/issues/5203)) | [`465ad45`](https://togithub.com/sanity-io/sanity/commit/465ad4523) | | renovate\[bot] | chore(deps): update dependency [@​sanity/presentation](https://togithub.com/sanity/presentation) to v1.0.6 ([#​5230](https://togithub.com/sanity-io/sanity/issues/5230)) | [`bc51e64`](https://togithub.com/sanity-io/sanity/commit/bc51e64f6) | | ecospark\[bot] | chore(deps): dedupe yarn.lock ([#​5204](https://togithub.com/sanity-io/sanity/issues/5204)) | [`d4d41e4`](https://togithub.com/sanity-io/sanity/commit/d4d41e41f) | | renovate\[bot] | chore(deps): update dependency [@​sanity/pkg-utils](https://togithub.com/sanity/pkg-utils) to ^3.2.3 ([#​5191](https://togithub.com/sanity-io/sanity/issues/5191)) | [`f1756be`](https://togithub.com/sanity-io/sanity/commit/f1756be0e) | | renovate\[bot] | chore(deps): update dependency prettier-plugin-packagejson to ^2.4.6 ([#​5192](https://togithub.com/sanity-io/sanity/issues/5192)) | [`7100552`](https://togithub.com/sanity-io/sanity/commit/710055271) | | renovate\[bot] | chore(lockfile): update dependency [@​sanity/google-maps-input](https://togithub.com/sanity/google-maps-input) to v3.0.2 ([#​5195](https://togithub.com/sanity-io/sanity/issues/5195)) | [`f08df5b`](https://togithub.com/sanity-io/sanity/commit/f08df5be6) | | renovate\[bot] | chore(lockfile): update dependency [@​sanity/assist](https://togithub.com/sanity/assist) to v1.2.15 ([#​5193](https://togithub.com/sanity-io/sanity/issues/5193)) | [`8f7a614`](https://togithub.com/sanity-io/sanity/commit/8f7a61463) | | renovate\[bot] | chore(deps): update dependency styled-components to ^6.1.1 ([#​5198](https://togithub.com/sanity-io/sanity/issues/5198)) | [`f121b17`](https://togithub.com/sanity-io/sanity/commit/f121b17b2) | | Cody Olsen | chore: update styled-components snapshot | [`13e5ced`](https://togithub.com/sanity-io/sanity/commit/13e5ced6b) | | renovate\[bot] | chore(deps): update linters ([#​5194](https://togithub.com/sanity-io/sanity/issues/5194)) | [`f992968`](https://togithub.com/sanity-io/sanity/commit/f9929682c) | | ecospark\[bot] | chore(prettier): fix unformatted files 🤖 ✨ ([#​5233](https://togithub.com/sanity-io/sanity/issues/5233)) | [`8dd27dc`](https://togithub.com/sanity-io/sanity/commit/8dd27dc76) | | Cody Olsen | chore: set semantic commit scope for `@sanity/presentation` to `fix` | [`f399c34`](https://togithub.com/sanity-io/sanity/commit/f399c34cc) | | renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://togithub.com/sanity/presentation) to v1.0.7 ([#​5240](https://togithub.com/sanity-io/sanity/issues/5240)) | [`ec5520f`](https://togithub.com/sanity-io/sanity/commit/ec5520f46) | | Herman Wikner | fix(comments): discard dialog z-offset ([#​5238](https://togithub.com/sanity-io/sanity/issues/5238)) | [`2796ec7`](https://togithub.com/sanity-io/sanity/commit/2796ec78d) | | Herman Wikner | fix(comments): reply input focus issue ([#​5232](https://togithub.com/sanity-io/sanity/issues/5232)) | [`d4d51d8`](https://togithub.com/sanity-io/sanity/commit/d4d51d8a9) | | Herman Wikner | fix(form): only allow one PTE toolbar menu to be open ([#​5249](https://togithub.com/sanity-io/sanity/issues/5249)) | [`47c865d`](https://togithub.com/sanity-io/sanity/commit/47c865d49) |

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.

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



This PR has been generated by Renovate Bot.

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fitness-buddy ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 26, 2023 0:21am
raulmelo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 26, 2023 0:21am
netlify[bot] commented 10 months ago

Deploy Preview for twin-xls-parser ready!

Name Link
Latest commit 75a9de6e7a8e4a84d3f5a7b11c5f4b89b6bf5294
Latest deploy log https://app.netlify.com/sites/twin-xls-parser/deploys/65628ee03c4465000857bc82
Deploy Preview https://deploy-preview-2613--twin-xls-parser.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 10 months ago

Deploy Preview for raulfdm-utilities ready!

Name Link
Latest commit 75a9de6e7a8e4a84d3f5a7b11c5f4b89b6bf5294
Latest deploy log https://app.netlify.com/sites/raulfdm-utilities/deploys/65628ee044996b00088c5a3d
Deploy Preview https://deploy-preview-2613--raulfdm-utilities.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 73
Accessibility: 81
Best Practices: 92
SEO: 82
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.