fix(deps): update dependency @sanity/ui to ^3.5.2 - #3559
Open
squiggler-app[bot] wants to merge 2 commits into
Open
fix(deps): update dependency @sanity/ui to ^3.5.2#3559squiggler-app[bot] wants to merge 2 commits into
squiggler-app[bot] wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
6 Skipped Deployments
|
🦋 Changeset detectedLatest commit: ecf386e The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
squiggler-app
Bot
force-pushed
the
renovate/sanity-ui-3.x
branch
from
July 25, 2026 16:18
a64627e to
c96ec91
Compare
squiggler-app
Bot
force-pushed
the
renovate/sanity-ui-3.x
branch
from
July 28, 2026 08:55
79ca4a5 to
82f1dcf
Compare
squiggler-app
Bot
force-pushed
the
renovate/sanity-ui-3.x
branch
from
July 31, 2026 09:00
1ff3484 to
e9767f9
Compare
squiggler-app
Bot
force-pushed
the
renovate/sanity-ui-3.x
branch
from
August 5, 2026 20:15
f55eb53 to
481f8a6
Compare
squiggler-app
Bot
force-pushed
the
renovate/sanity-ui-3.x
branch
from
August 7, 2026 18:16
0a8c34a to
77a5f29
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:
^3.4.3→^3.5.2Release Notes
sanity-io/ui (@sanity/ui)
v3.5.2Compare Source
Patch Changes
#2637
df34007Thanks @squiggler-app! - fix(deps): update dependency vite to ^8.2.1#2609
c3726c9Thanks @stipsan! - fix(deps): update dependency motion to ^13.0.0Motion 13 no longer loads the optional
@emotion/is-prop-validdependency to decide which props amotioncomponent forwards to the DOM; it now only does so when anisValidPropfunction is passedto
MotionConfig.@sanity/uicomposes motion the way the upgrade guide recommends(
motion.create(StyledComponent), neverstyled(motion.div)), so its own components are unaffected:for custom components motion still forwards every non-motion prop and lets the styled component
filter, exactly as before. Apps that wrap a DOM-level motion component in a CSS-in-JS factory —
styled(motion.div)— may need to passisValidProptoMotionConfig, use transient props, orreverse the composition.
#2632
5207572Thanks @stipsan! - fix(deps): update dependency styled-components to ^6.5.0styled-components 6.5 tightens polymorphic call-site and
styleprop typing. Adjust@sanity/uifor the new checks: narrowasatBox/VirtualListcall sites to avoid TS2589, alignCard's$tone/$mutedwith the values actually passed, and drop now-unnecessary assertions onmotion.create(Card)wrappers.v3.5.1Compare Source
Patch Changes
1ecf846Thanks @squiggler-app! - fix(deps): update dependency motion to ^12.43.0v3.5.0Compare Source
Minor Changes
#2457
834c3d6Thanks @stipsan! -TreeItemaccepts a newlinkPropsprop with additional props for the link element that is rendered whenhrefis set — for examplenext/link'sprefetch:<TreeItem linkAs={Link} linkProps={{prefetch: true}} href="…">. Props controlled byTreeItemitself (href,role,tabIndex,aria-expandedand the ref) take precedence.#2440
e72e56bThanks @stipsan! - Ship a'use client'directive on the@sanity/uiand@sanity/ui/_visual-editingentrypoints so React Compiler output loads correctly under Next.js App Router / RSC. Components can now be rendered directly from Server Components without a hand-written client wrapper.@sanity/ui/themeis left unmarked — it remains a pure theme-token export safe for Server Components.Patch Changes
#2461
cf1a9d0Thanks @stipsan! - fix: replace deprecated external APIs instead of suppressing themToastnow orchestrates its child animations withdelayChildren: stagger(interval)instead ofmotion's deprecatedstaggerChildren.useForwardedRefand the internal menu controller type refs asRefObjectinstead of React's deprecatedMutableRefObject(identical shape, so no API change).ToastandAutocompletepassgapinstead of the deprecatedspaceprop internally.#2457
834c3d6Thanks @stipsan! -TreeItemnow renders custom link components passed vialinkAscorrectly. Previously the internal styled wrapper forwarded a strayas="a"prop to the custom component — breaking components likenext/link, which interpretasas a URL override — and dropped thedisplay: block/text-decoration: nonestyles from the rendered link.<TreeItem linkAs={Link} href="…">now behaves like<Button as={Link} href="…">.v3.4.5Compare Source
Patch Changes
f4766f9Thanks @stipsan! - Makereact-isa regular dependency instead of a peer dependencyv3.4.4Compare Source
Patch Changes
#2408
3989592Thanks @stipsan! - The package now declares"type": "module". It continues to ship both ESM (import) and CJS (require) builds with identical entry points and named exports — only the file extensions indistchanged: the ESM build is now.js/.d.ts(was.mjs/.d.mts) and the CJS build is now.cjs/.d.cts(was.js/.d.ts).Updated dependencies [
3989592]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 Mend Renovate using a curated preset maintained by
. View repository job log here