Skip to content

chore(studio-deps): bump @portabletext/react from 6.2.0 to 7.0.1 in /studio - #351

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/studio/portabletext/react-7.0.1
Open

chore(studio-deps): bump @portabletext/react from 6.2.0 to 7.0.1 in /studio#351
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/studio/portabletext/react-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps @portabletext/react from 6.2.0 to 7.0.1.

Release notes

Sourced from @​portabletext/react's releases.

v7.0.1

Patch Changes

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

v7.0.0

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.

Changelog

Sourced from @​portabletext/react's changelog.

7.0.1

Patch Changes

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

7.0.0

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.

Commits
  • 567ce07 Version Packages (#337)
  • 282c73d refactor: use named functions for all default components (#336)
  • 874f775 Version Packages (#334)
  • 87a9b1e feat!: compile with React Compiler, ship an uncompiled react-server build for...
  • 652d552 chore: enable react compiler linter (#332)
  • b705d5b chore(deps): lock file maintenance (#330)
  • b319ce2 chore(deps): update non-major (#331)
  • a64dd5d chore(deps): update dependency typescript to v7 (#329)
  • 14b6b07 chore(deps): update non-major (#328)
  • 9f2fa6b chore(deps): update dependency esbuild to v0.28.1 [security] (#319)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@portabletext/react](https://github.com/portabletext/react-portabletext) from 6.2.0 to 7.0.1.
- [Release notes](https://github.com/portabletext/react-portabletext/releases)
- [Changelog](https://github.com/portabletext/react-portabletext/blob/main/CHANGELOG.md)
- [Commits](portabletext/react-portabletext@v6.2.0...v7.0.1)

---
updated-dependencies:
- dependency-name: "@portabletext/react"
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies, studio. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mash-ecommerce-web Error Error Jul 27, 2026 2:19am
mashmarket Ready Ready Preview, Comment Jul 27, 2026 2:19am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants