fix(deps): update sanity packages (major) - #1850
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/major-sanity-packages
branch
from
August 12, 2026 03:07
3575c65 to
c126465
Compare
renovate
Bot
force-pushed
the
renovate/major-sanity-packages
branch
from
August 14, 2026 21:40
c126465 to
1df2f97
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:
6.2.0→7.0.15.4.5→6.0.1Release Notes
portabletext/react-portabletext (@portabletext/react)
v7.0.1Compare Source
Patch Changes
282c73dThanks @stipsan! - Give default Portable Text components proper function names for React DevTools and React Compiler coverage.v7.0.0Compare Source
Major Changes
#333
87a9b1eThanks @stipsan! -<PortableText>now ships as two builds selected by export conditions: thedefaultbuild is optimized with React Compiler auto-memoization, and an uncompiled build serves thereact-servercondition, since React Server Components refuse to load compiled output (facebook/react#31702):There are no API changes. Client components and SSR get the compiled build, with finer-grained memoization than the manual
useMemocalls it replaces, and server components render the same source uncompiled — they render exactly once, so memoization can never pay off there.BREAKING: React 19 is now required (
peerDependencies.reactis^19) — the compiled build loadsreact/compiler-runtime, which only exists in React 19. Stay on@portabletext/react@6if you are on React 18.sanity-io/visual-editing (@sanity/visual-editing)
v6.0.1Compare Source
Patch Changes
#3560
30ddf14Thanks @squiggler-app! - fix(deps): update dependency @sanity/client to ^7.26.2#3572
46291d1Thanks @squiggler-app! - fix(deps): update dependency @sanity/comlink to ^4.0.3#3573
6e88eccThanks @squiggler-app! - fix(deps): update dependency @sanity/presentation-comlink to ^2.2.3#3587
af1c91eThanks @stipsan! - fix(deps): update dependency @sanity/presentation-comlink to ^2.2.3#3566
7dc9605Thanks @stipsan! - Fix overlay spacing and sizing lost in the@sanity/ui@4upgrade@sanity/ui@4replaced thespaceprop withgapand dropped"fill"as awidthvalue, so thespaceandwidth="fill"props still passed by the overlay UI (context menu, insert menu, element overlay and the theme wrapper) were no longer applied. Those call sites now usegapand an explicit full width, restoring the intended layout.Updated dependencies [
30ddf14]:v6.0.0Compare Source
Major Changes
#3565
b6ced53Thanks @stipsan! - Upgrade to@sanity/ui@^4.0.0and load its required static stylesheet.@sanity/ui@4raises itsengines.nodeto>=22.12, dropping Node 20. This package depends on it directly, so that requirement reaches consumers and its ownengines.nodemoves from>=20.19to>=22.12. Thereact,react-domandstyled-componentspeer ranges are unchanged — they already matched what v4 requires.Patch Changes
#3567
957dcf6Thanks @stipsan! - Build with@sanity/pkg-utilsv12 (tsdown). Internal build-tooling change; export paths for consumers are unchanged aside from dropping a brokentypescondition on the./svelteexport that pointed at a non-existentdist-svelte/index.d.ts.Updated dependencies [
84c76e8,957dcf6]:v5.7.3Compare Source
Patch Changes
#3548
e98a4a2Thanks @stipsan! - fix(deps): bump shared dependencies to latest (sanity ^6.6.0, react ^19.2.8, typescript 6.0.3, @sanity/pkg-utils ^11.0.13, styled-components ^6.4.4)Updated dependencies [
e98a4a2]:v5.7.2Compare Source
Patch Changes
a31f1e7Thanks @stipsan! - fix(deps): update dependency @sanity/ui to ^3.4.3, whose dist no longer pins unused components withdisplayNameassignments — the standalone build's displayName-rewriting workaround plugin is removedv5.7.1Compare Source
Patch Changes
#3526
fb82f68Thanks @squiggler-app! - fix(deps): update dependency @sanity/icons to ^5.2.0#3527
ebd718dThanks @squiggler-app! - fix(deps): update dependency @sanity/ui to ^3.4.0v5.7.0Compare Source
Minor Changes
380b473Thanks @stipsan! - Add a@sanity/visual-editing/enable-visual-editingexport that exposesenableVisualEditingand its option types without going through the rootentry point
Patch Changes
a38e573]:v5.6.0Compare Source
Minor Changes
12a7ed2Thanks @pedrobonamin! - Pass editing variants through loaders and visual editing alongside perspective.Patch Changes
de13256Thanks @renovate! - fix(deps): update dependency styled-components to ^6.4.4v5.5.1Compare Source
Patch Changes
e979583]:v5.5.0Compare Source
Minor Changes
#3492
af8dfbeThanks @stipsan! - feat: strip stega from clipboard on copy, and report suspicious stega placementsWhile Visual Editing is enabled,
copyevents are now intercepted and stega-encoded metadata (invisible characters) is stripped from the clipboard, so content copied from a preview can be pasted into other tools without the hidden characters tagging along. Copies without stega are left untouched, and the behavior can be disabled with the newkeepStegaOnCopyoption.Also adds an opt-in
onSuspiciousStegacallback that reports stega payloads found in places where they always cause bugs or bloat, such asclass,href,src,idand other attributes, inside<head>(e.g.<title>),<script>or<style>contents, form values, or the page URL. Reports are deduped, batched, and include the decoded edit info when available so the source field can be tracked down.Patch Changes
#3490
5f90d36Thanks @stipsan! - Inline@sanity/insert-menuinstead of depending on the standalone packageUpdated dependencies []:
Configuration
📅 Schedule: (in timezone Europe/Oslo)
🚦 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 preset from
. View repository job log here