raulfdm / raulmelo-studio

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

Update Sanity #2693

Closed raulfdm closed 3 months ago

raulfdm commented 4 months ago

This PR contains the following updates:

Package Type Update Change
@sanity/client (source) dependencies patch 6.15.1 -> 6.15.3
@sanity/vision (source) dependencies minor 3.30.1 -> 3.32.0
groq (source) dependencies minor 3.30.1 -> 3.32.0
sanity (source) dependencies minor 3.30.1 -> 3.32.0

Release Notes

sanity-io/client (@​sanity/client) ### [`v6.15.3`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#6153-2024-03-07) [Compare Source](https://togithub.com/sanity-io/client/compare/v6.15.2...v6.15.3) ##### Bug Fixes - resolve turbopack regression ([#​627](https://togithub.com/sanity-io/client/issues/627)) ([fdb999a](https://togithub.com/sanity-io/client/commit/fdb999a468a09dede5e450da88542ddfeb1fbd83)) ### [`v6.15.2`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#6152-2024-03-07) [Compare Source](https://togithub.com/sanity-io/client/compare/v6.15.1...v6.15.2) ##### Bug Fixes - remove `module` export condition ([#​625](https://togithub.com/sanity-io/client/issues/625)) ([2a7e81d](https://togithub.com/sanity-io/client/commit/2a7e81d7f3eab858c827cdf8a763d258d9b08468))
sanity-io/sanity (@​sanity/vision) ### [`v3.32.0`](https://togithub.com/sanity-io/sanity/releases/tag/v3.32.0) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.31.0...v3.32.0) ##### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade your Sanity Studio, run this command in its project folder:** npm install sanity@latest ##### ✨ Highlights ##### Inline commenting in Blocks ![inline comments screenshot](https://togithub.com/sanity-io/sanity/assets/15094168/c8dec990-dcb0-4368-ac03-8add532b924d) Enhance editorial collaboration with the ability to attach comments directly to specific text selections. This feature includes highlight capabilities and ensures a seamless experience with updates and scrolling interactions. Comments is available on [the Growth plan](https://www.sanity.io/pricing#compare-plans) (30-day free trial on new projects). You can learn more about [comments in the documentation](https://www.sanity.io/docs/comments). ##### 🐛 Notable bugfixes ##### Fixes sluggish document list due to lingering listeners We've implemented a cleanup mechanism for edit state listeners to resolve issues that caused the document lists to become sluggish. Prior to this fix, open connections weren't being closed properly, leading to slow performance and potential crashes. If you've been experiencing delays or stability problems in your document lists, this update addresses those concerns. ##### 📓 Full changelog | Author | Message | Commit | | -------------------- | -------------------------------------------------------------------------- | --------- | | renovate\[bot] | fix(deps): update dependency [@​sanity/client](https://togithub.com/sanity/client) to ^6.15.1 ([#​5913](https://togithub.com/sanity-io/sanity/issues/5913)) | [`3b741a1`](https://togithub.com/sanity-io/sanity/commit/3b741a182) | | renovate\[bot] | chore(lockfile): update dependency [@​sanity/react-loader](https://togithub.com/sanity/react-loader) to v1.9.2 ([#​5912](https://togithub.com/sanity-io/sanity/issues/5912)) | [`124570d`](https://togithub.com/sanity-io/sanity/commit/124570d5d) | | renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://togithub.com/sanity/presentation) to v1.11.3 ([#​5914](https://togithub.com/sanity-io/sanity/issues/5914)) | [`2bebf24`](https://togithub.com/sanity-io/sanity/commit/2bebf2477) | | renovate\[bot] | chore(deps): update dependency [@​sanity/visual-editing](https://togithub.com/sanity/visual-editing) to v1.6.0 ([#​5915](https://togithub.com/sanity-io/sanity/issues/5915)) | [`b625213`](https://togithub.com/sanity-io/sanity/commit/b62521316) | | Rico Kahler | fix(core): clean up edit state listeners ([#​5911](https://togithub.com/sanity-io/sanity/issues/5911)) | [`4acc11e`](https://togithub.com/sanity-io/sanity/commit/4acc11e6c) | | Per-Kristian Nordnes | chore(comments): enable inline comments ([#​5883](https://togithub.com/sanity-io/sanity/issues/5883)) | [`7d3f33d`](https://togithub.com/sanity-io/sanity/commit/7d3f33d1e) | | Tommy Petty | fix(core): update placeholder text to be more clear and accessible ([#​5910](https://togithub.com/sanity-io/sanity/issues/5910)) | [`9978095`](https://togithub.com/sanity-io/sanity/commit/997809589) | ### [`v3.31.0`](https://togithub.com/sanity-io/sanity/releases/tag/v3.31.0) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.30.1...v3.31.0) ##### 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 ##### Portable Text Editor improvements - Inline references and objects will now render with increased default sizes in the Portable Text Editor for easier interaction. - Original content keys are now preserved during undo/redo operations in the Portable Text Editor. This change makes for more robust content integrity. ##### 🐛 Notable bugfixes - Fixes an issue that allowed files to be dropped behind the open modal, leading to potentially adding files to the wrong input. - Fixes a problem where temporary network disruptions could cause the form editor to reload and lose unsaved edits. Now, the form becomes read-only during reconnection, preserving state and changes. - Fixes an issue where initial value templates would not accept a target dataset for cross-dataset references. - Fixes an issue where the "disabled" state was shown indefinitely for cross-dataset references. - Resolves a UI problem where the "cannot upload" message was incorrectly shown for extension-restricted file types during hover. - Fixes a bug where certain selections within the Portable Text Editor were being mishandled. - Fixes an issue where Comments would show a loading state while the form was reconnecting, preserving user comments during network issues. ##### 📓 Full changelog | Author | Message | Commit | | -------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | Robin Neatherway | docs: show backup command in help ([#​5865](https://togithub.com/sanity-io/sanity/issues/5865)) | [`5d060af`](https://togithub.com/sanity-io/sanity/commit/5d060afc1) | | Nina Andal Aarvik | fix(core): change modalWidth of inlineObjects to 1 by default ([#​5839](https://togithub.com/sanity-io/sanity/issues/5839)) | [`6e551b0`](https://togithub.com/sanity-io/sanity/commit/6e551b09d) | | Per-Kristian Nordnes | feat(portable-text-editor): preserve keys on undo/redo ([#​5805](https://togithub.com/sanity-io/sanity/issues/5805)) | [`f83e8e4`](https://togithub.com/sanity-io/sanity/commit/f83e8e401) | | Herman Wikner | feat(portable-text-editor): implement `isSelectionOverlapping` method ([#​5870](https://togithub.com/sanity-io/sanity/issues/5870)) | [`1d41af7`](https://togithub.com/sanity-io/sanity/commit/1d41af7c8) | | renovate\[bot] | chore(deps): update dependency get-random-values-esm to v1.0.2 ([#​5856](https://togithub.com/sanity-io/sanity/issues/5856)) | [`16a5434`](https://togithub.com/sanity-io/sanity/commit/16a5434fd) | | Ash | fix(form): prevent drop event propagating outside of EditPortal component ([#​5813](https://togithub.com/sanity-io/sanity/issues/5813)) | [`fc73437`](https://togithub.com/sanity-io/sanity/commit/fc73437ae) | | Per-Kristian Nordnes | fix(portable-text-editor): check that path is lengthy ([#​5875](https://togithub.com/sanity-io/sanity/issues/5875)) | [`2deebb1`](https://togithub.com/sanity-io/sanity/commit/2deebb189) | | Herman Wikner | feat(core): add ` onFullScreenChange ` to Portable Text Input ([#​5879](https://togithub.com/sanity-io/sanity/issues/5879)) | [`84a0c90`](https://togithub.com/sanity-io/sanity/commit/84a0c9028) | | Rupert Dunk | feat(structure): support closing first collapsed `DocumentPanel` ([#​5867](https://togithub.com/sanity-io/sanity/issues/5867)) | [`6d61e94`](https://togithub.com/sanity-io/sanity/commit/6d61e9402) | | cngonzalez | fix(core): check if previous state is null for unmounted component ([#​5724](https://togithub.com/sanity-io/sanity/issues/5724)) | [`9ed5cca`](https://togithub.com/sanity-io/sanity/commit/9ed5cca51) | | Tommy Petty | fix(structure): provide better error handling if orderings contain invalid field ([#​5709](https://togithub.com/sanity-io/sanity/issues/5709)) | [`4926b78`](https://togithub.com/sanity-io/sanity/commit/4926b78e4) | | Per-Kristian Nordnes | feat(portable-text-editor): range decorations ([#​5871](https://togithub.com/sanity-io/sanity/issues/5871)) | [`fa330a0`](https://togithub.com/sanity-io/sanity/commit/fa330a0ba) | | Herman Wikner | feat(comments): introduce inline commenting ([#​5606](https://togithub.com/sanity-io/sanity/issues/5606)) | [`7ed2b0f`](https://togithub.com/sanity-io/sanity/commit/7ed2b0f65) | | Tommy Petty | fix(core): updates to not show "cannot upload" on hover when using extension based accepts settings ([#​5881](https://togithub.com/sanity-io/sanity/issues/5881)) | [`023e7e6`](https://togithub.com/sanity-io/sanity/commit/023e7e646) | | Bjørge Næss | fix(sanity): preserve form (as readOnly) when reconnecting ([#​5884](https://togithub.com/sanity-io/sanity/issues/5884)) | [`ed87e2a`](https://togithub.com/sanity-io/sanity/commit/ed87e2a40) | | Per-Kristian Nordnes | fix(portable-text-editor): all paths must be checked ([#​5891](https://togithub.com/sanity-io/sanity/issues/5891)) | [`4ae88a0`](https://togithub.com/sanity-io/sanity/commit/4ae88a028) | | Per-Kristian Nordnes | fix(comments): allow ranges to be collapsed ([#​5892](https://togithub.com/sanity-io/sanity/issues/5892)) | [`eb5cd50`](https://togithub.com/sanity-io/sanity/commit/eb5cd5020) | | Ash | feat(ci): cache release dependencies ([#​5834](https://togithub.com/sanity-io/sanity/issues/5834)) | [`75ac3cf`](https://togithub.com/sanity-io/sanity/commit/75ac3cfb1) | | Rostislav Melkumyan | feat(cli): --quickstart flag for ejecting server schemas ([#​5797](https://togithub.com/sanity-io/sanity/issues/5797)) | [`174a616`](https://togithub.com/sanity-io/sanity/commit/174a61641) | | Pedro Bonamin | feat(core): export useWorkspaceLoader from core ([#​5898](https://togithub.com/sanity-io/sanity/issues/5898)) | [`3670459`](https://togithub.com/sanity-io/sanity/commit/367045963) | | Pedro Bonamin | chore(search): refactor search to export necessary components and providers. ([#​5900](https://togithub.com/sanity-io/sanity/issues/5900)) | [`4159bca`](https://togithub.com/sanity-io/sanity/commit/4159bcabe) | | Espen Hovlandsdal | chore(deps): upgrade archiver, split2 dependencies ([#​5880](https://togithub.com/sanity-io/sanity/issues/5880)) | [`c9a1dd6`](https://togithub.com/sanity-io/sanity/commit/c9a1dd667) | | Espen Hovlandsdal | fix(core): allow `_dataset` for cross-dataset references in templates ([#​5889](https://togithub.com/sanity-io/sanity/issues/5889)) | [`9fc34a2`](https://togithub.com/sanity-io/sanity/commit/9fc34a25e) |

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 Renovate Bot.

vercel[bot] commented 4 months ago

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

Name Status Preview Comments Updated (UTC)
raulmelo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 22, 2024 0:18am