Skip to content

fix(deps): update sanity packages (major) - #1850

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-sanity-packages
Open

fix(deps): update sanity packages (major)#1850
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-sanity-packages

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@portabletext/react 6.2.07.0.1 age confidence
@sanity/visual-editing (source) 5.4.56.0.1 age confidence

Release Notes

portabletext/react-portabletext (@​portabletext/react)

v7.0.1

Compare Source

Patch Changes
  • #​336 282c73d Thanks @​stipsan! - Give default Portable Text components proper function names for React DevTools and React Compiler coverage.

v7.0.0

Compare Source

Major Changes
  • #​333 87a9b1e Thanks @​stipsan! - <PortableText> now ships as two builds selected by export conditions: the default build is optimized with React Compiler auto-memoization, and an uncompiled build serves the react-server condition, since React Server Components refuse to load compiled output (facebook/react#31702):

    ".": {
      "types": "./dist/index.d.ts",
      "react-server": "./dist/index.react-server.js",
      "default": "./dist/index.js"
    }

    There are no API changes. Client components and SSR get the compiled build, with finer-grained memoization than the manual useMemo calls 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.react is ^19) — the compiled build loads react/compiler-runtime, which only exists in React 19. Stay on @portabletext/react@6 if you are on React 18.

sanity-io/visual-editing (@​sanity/visual-editing)

v6.0.1

Compare Source

Patch Changes

v6.0.0

Compare Source

Major Changes
  • #​3565 b6ced53 Thanks @​stipsan! - Upgrade to @sanity/ui@^4.0.0 and load its required static stylesheet.

    @sanity/ui@4 raises its engines.node to >=22.12, dropping Node 20. This package depends on it directly, so that requirement reaches consumers and its own engines.node moves from >=20.19 to >=22.12. The react, react-dom and styled-components peer ranges are unchanged — they already matched what v4 requires.

Patch Changes

v5.7.3

Compare Source

Patch Changes

v5.7.2

Compare Source

Patch Changes
  • #​3535 a31f1e7 Thanks @​stipsan! - fix(deps): update dependency @​sanity/ui to ^3.4.3, whose dist no longer pins unused components with displayName assignments — the standalone build's displayName-rewriting workaround plugin is removed

v5.7.1

Compare Source

Patch Changes

v5.7.0

Compare Source

Minor Changes
  • #​3510 380b473 Thanks @​stipsan! - Add a @sanity/visual-editing/enable-visual-editing export that exposes
    enableVisualEditing and its option types without going through the root
    entry point
Patch Changes

v5.6.0

Compare Source

Minor Changes
Patch Changes

v5.5.1

Compare Source

Patch Changes

v5.5.0

Compare Source

Minor Changes
  • #​3492 af8dfbe Thanks @​stipsan! - feat: strip stega from clipboard on copy, and report suspicious stega placements

    While Visual Editing is enabled, copy events 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 new keepStegaOnCopy option.

    Also adds an opt-in onSuspiciousStega callback that reports stega payloads found in places where they always cause bugs or bloat, such as class, href, src, id and 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

Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • "before 6am on Saturday"
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a preset from Obos. View repository job log here

@changeset-bot

changeset-bot Bot commented Aug 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1df2f97

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/major-sanity-packages branch from 3575c65 to c126465 Compare August 12, 2026 03:07
@renovate
renovate Bot force-pushed the renovate/major-sanity-packages branch from c126465 to 1df2f97 Compare August 14, 2026 21:40
@renovate renovate Bot changed the title fix(deps): update dependency @portabletext/react to v7 fix(deps): update sanity packages (major) Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants