raulfdm / raulmelo-studio

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

Update Sanity #2634

Closed raulfdm closed 7 months ago

raulfdm commented 8 months ago

This PR contains the following updates:

Package Type Update Change
@sanity/client (source) dependencies minor 6.8.6 -> 6.9.1
@sanity/vision (source) dependencies patch 3.20.1 -> 3.20.2
groq (source) dependencies patch 3.20.1 -> 3.20.2
sanity (source) devDependencies patch 3.20.1 -> 3.20.2
sanity (source) dependencies patch 3.20.1 -> 3.20.2

Release Notes

sanity-io/client (@​sanity/client) ### [`v6.9.1`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#691-2023-11-28) [Compare Source](https://togithub.com/sanity-io/client/compare/v6.9.0...v6.9.1) ##### Bug Fixes - **stega:** revert allow setting `stega` options on `client.fetch` ([#​424](https://togithub.com/sanity-io/client/issues/424)) ([fdbb57a](https://togithub.com/sanity-io/client/commit/fdbb57a438c6df26e21cd0b5c9d195ca0935ede9)) ### [`v6.9.0`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#690-2023-11-28) [Compare Source](https://togithub.com/sanity-io/client/compare/v6.8.6...v6.9.0) ##### Features - **stega:** allow setting `stega` options on `client.fetch` ([#​419](https://togithub.com/sanity-io/client/issues/419)) ([d38afd8](https://togithub.com/sanity-io/client/commit/d38afd8535e287678445b5bb64d83166fb8a602b))
sanity-io/sanity (@​sanity/vision) ### [`v3.20.2`](https://togithub.com/sanity-io/sanity/releases/tag/v3.20.2) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.20.1...v3.20.2) ##### 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 ##### 🐛 Notable bugfixes - Improves the Portable Text Editors backspace handling on text blocks that follows a non-text block - Fixes an issue where the Portable Text Editor would crash if a block with its `children` property set to `undefined` was inserted - Ensures that `StudioLayout` utilizes the components API when used in isolation - Fixes some performance issues related to entering text into all compatible Studio inputs. Typing in Studio inputs should now be noticably faster, in particular for schema types with a lot of deeply nested fields. - Adds `node.module` to `package.json` which improves compatibility with Webpack, Astro, Svelte and Vue ##### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Fred Carlsen | fix(portable-text-editor): improve backspace handling on text blocks ([#​5252](https://togithub.com/sanity-io/sanity/issues/5252)) | [`1f7dc76`](https://togithub.com/sanity-io/sanity/commit/1f7dc76abb) Fred Carlsen | fix(portable-text-editor): values util: ensure children value ([#​5253](https://togithub.com/sanity-io/sanity/issues/5253)) | [`99244d8`](https://togithub.com/sanity-io/sanity/commit/99244d8985) Herman Wikner | fix(form): pte activate overlay ([#​5266](https://togithub.com/sanity-io/sanity/issues/5266)) | [`9bc643e`](https://togithub.com/sanity-io/sanity/commit/9bc643ec0e) Bjørge Næss | feat(perf): add cli flag for excluding patch releases ([#​5268](https://togithub.com/sanity-io/sanity/issues/5268)) | [`df6b45d`](https://togithub.com/sanity-io/sanity/commit/df6b45de8a) Bjørge Næss | perf(form): improve form state reconciliation ([#​5269](https://togithub.com/sanity-io/sanity/issues/5269)) | [`a0f93cb`](https://togithub.com/sanity-io/sanity/commit/a0f93cba74) renovate\[bot] | chore(deps): update dependency lerna to v5 ([#​5099](https://togithub.com/sanity-io/sanity/issues/5099)) | [`5d8e0ad`](https://togithub.com/sanity-io/sanity/commit/5d8e0addb7) Per-Kristian Nordnes | fix(form/inputs): optimize rendering of member inputs ([#​5205](https://togithub.com/sanity-io/sanity/issues/5205)) | [`53359c8`](https://togithub.com/sanity-io/sanity/commit/53359c846a) Herman Wikner | fix(core): ensure that `StudioLayout` utilizes the components API ([#​5264](https://togithub.com/sanity-io/sanity/issues/5264)) | [`a417dce`](https://togithub.com/sanity-io/sanity/commit/a417dced3f) Bjørge Næss | fix(form): various typing speed improvements ([#​5270](https://togithub.com/sanity-io/sanity/issues/5270)) | [`0d0c7d1`](https://togithub.com/sanity-io/sanity/commit/0d0c7d1121) Herman Wikner | fix(comments): performance issue in `CommentField` ([#​5275](https://togithub.com/sanity-io/sanity/issues/5275)) | [`b305a8f`](https://togithub.com/sanity-io/sanity/commit/b305a8f634) ecospark\[bot] | chore(deps): dedupe yarn.lock ([#​5272](https://togithub.com/sanity-io/sanity/issues/5272)) | [`f1209d1`](https://togithub.com/sanity-io/sanity/commit/f1209d1e70) ecospark\[bot] | chore(prettier): fix unformatted files 🤖 ✨ ([#​5273](https://togithub.com/sanity-io/sanity/issues/5273)) | [`7dbe376`](https://togithub.com/sanity-io/sanity/commit/7dbe376ca3) renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://togithub.com/sanity/presentation) to v1.0.8 ([#​5279](https://togithub.com/sanity-io/sanity/issues/5279)) | [`d2132b3`](https://togithub.com/sanity-io/sanity/commit/d2132b3c69) Cody Olsen | fix: add `node.module` export condition ([#​4798](https://togithub.com/sanity-io/sanity/issues/4798)) | [`50ee66e`](https://togithub.com/sanity-io/sanity/commit/50ee66e772) Binoy Patel | fix(deps): downgrade lerna to v4 ([#​5287](https://togithub.com/sanity-io/sanity/issues/5287)) | [`c38a0a9`](https://togithub.com/sanity-io/sanity/commit/c38a0a9569)

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 8 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 Dec 13, 2023 0:21am
raulmelo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 13, 2023 0:21am
netlify[bot] commented 8 months ago

Deploy Preview for raulfdm-utilities canceled.

Name Link
Latest commit b82eab9994ed9a97e04f76e1ca71237ff6166fe4
Latest deploy log https://app.netlify.com/sites/raulfdm-utilities/deploys/6578f824c42294000839ad8d
netlify[bot] commented 8 months ago

Deploy Preview for twin-xls-parser failed.

Name Link
Latest commit b82eab9994ed9a97e04f76e1ca71237ff6166fe4
Latest deploy log https://app.netlify.com/sites/twin-xls-parser/deploys/6578f824d76a21000845403b