chore(deps): update non-major - #353
Merged
Merged
Conversation
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/non-major
branch
3 times, most recently
from
August 31, 2026 19:33
6882ff1 to
8a76639
Compare
renovate
Bot
force-pushed
the
renovate/non-major
branch
from
September 1, 2026 16:51
8a76639 to
74ec18b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.2.0→^8.4.0^4.0.5→^4.0.7^19.2.4→^19.2.5^6.10.1→^6.12.0^0.145.0→^0.147.0^0.64.0→^0.66.0^1.79.0→^1.81.0^6.10.1→^6.12.0Release Notes
sanity-io/client (@sanity/client)
v8.4.0Compare Source
Minor Changes
Patch Changes
context.sources.list(#1306) (cd7a783)v8.3.0Compare Source
Minor Changes
invoke functions synchronously or asynchronously (#1295) (d1667c7)
client.functions.invoke()now takes anoptionsargument and acceptssanity.function.durableand
sanity.function.queuefunctions alongsidesanity.function.pubsub.By default the invocation is queued: the call resolves with
undefinedas soon as theservice accepts it, without waiting for the function to run. Pass
{sync: true}to keep therequest open until the function finishes and resolve with its return value — that adds a
?sync=truequery parameter to the invoke request, and remains limited tosanity.function.pubsub.The return type follows the option: a call with
{sync: true}resolves withR, while an asynccall resolves with
undefined. Callers who pass an explicit type argument without{sync: true}keep the previous
R | undefinedshape.collaboration: resolve comment
rangefrom optionalfieldValue(#1299) (88073e6)sanity-io/ui (@sanity/ui)
v4.0.7Compare Source
Patch Changes
#2792
7258b02Thanks @squiggler-app! - fix(deps): update dependency use-effect-event to ^2.0.4#2782
80d25c2Thanks @stipsan! - Fixed non-animatedPopoverandTooltipcards inheriting motion variants from an animated ancestor popover, which left them stuck atopacity: 0.MenuGroupsubmenus inside aMenuButtonwithpopover={{animate: true}}never became visible as a result.v4.0.6Compare Source
Patch Changes
#2753
2dc0627Thanks @squiggler-app! - fix(deps): update dependency motion to ^13.1.1#2750
63ed976Thanks @stipsan! - fix(popover): animate popovers with the same simplicity as tooltips — only the card fades and scales, the content is no longer animated separately, so it can never get stuck invisible (SAPP-4314)sanity-io/sanity (groq)
v6.12.0Compare Source
Sanity Studio v6.12.0
This release includes various improvements and bug fixes.
For the complete changelog with all details, please visit:
www.sanity.io/changelog/studio-Ni4xMS4w
Install or upgrade Sanity Studio
To upgrade to this version, run:
To initiate a new Sanity Studio project or learn more about upgrading, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.
📓 Full changelog
553179326d091ec8c9d4f54cb120db6dd10c7d3835231ea0e9cc15532922cde22557476429d43f3d7f29beae1bab3bd270eb710d908702eb773fdd885df1e51e0a3875e5b7751fb9eaa1e0efffd4aa7df7fb384104b3e4b04c4901ef42b24186543e29bba738c56f0a510c78225f90280bc142d4ce98c048ad0af4ad868197da45a25222e690723fe9546d79a3dd233ee27749e92ea70cb0e00470cd7a5ad0eeff29f2da77e241539967445f68d4d97825a4575c0a8be8e412b8018d43b47dc98a68b2b53ac5ebd74b3945f2d18943887d9ba8c0a84a94b3d84cbfbae58beea8610cd38fb2eb367db663ba0ad395393c97d6561a69a9c78567d64e8766e390d84f75ca207251b3a1e1a2fc14d20d2bb3ad0a9b51797b8437b28181da9a24b951f4486eead2d266489a3d42dd56283f16eb1c737a9bca5c8cbe900e0e4131de1fd85bbca987909e864022d821a2999b3d0d524f782fbef44d8b6081cd77f63e47892df297bced99de2bdf045a9c7b44951a88c3c06b0aa8f136b14e650c2b61e981ef46627991843735fc91acf88602v6.11.0Compare Source
Sanity Studio v6.11.0
This release includes various improvements and bug fixes.
For the complete changelog with all details, please visit:
www.sanity.io/changelog/studio-Ni4xMC4x
Install or upgrade Sanity Studio
To upgrade to this version, run:
To initiate a new Sanity Studio project or learn more about upgrading, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.
📓 Full changelog
Configuration
📅 Schedule: (UTC)
🚦 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 using a curated preset maintained by
. View repository job log here