Skip to content

fix(deps): update dependency react-frame-component to v5.3.2#292

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-frame-component-5.x
Open

fix(deps): update dependency react-frame-component to v5.3.2#292
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-frame-component-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 27, 2026

This PR contains the following updates:

Package Change Age Confidence
react-frame-component 5.2.65.3.2 age confidence

Release Notes

ryanseddon/react-frame-component (react-frame-component)

v5.3.2

Compare Source

Patch Changes
  • f191d58: Add types condition to package.json exports to fix TypeScript resolution with TSGo and modern ESM tools

  • 1820bc3: ## Fix race condition in getMountTarget() (issue #​250)

    Fixed "Cannot read properties of null" errors when initialContent changes rapidly by adding null checks for doc and doc.body in getMountTarget().

Changes
  • src/Frame.jsx: Added null check in getMountTarget() to handle cases when iframe document is temporarily unavailable during rapid rerenders

v5.3.1

Compare Source

Patch Changes
  • 14c215c: Fix React 19 and Vite compatibility by externalizing react/jsx-runtime

    The ESM and UMD builds were incorrectly bundling react/jsx-runtime inline from CommonJS source,
    which caused two issues:

    1. ESM builds contained __require("react") calls - This failed in browser ESM environments
      with "Could not dynamically require react" errors when using Vite.
    2. UMD builds referenced __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner -
      This internal API was removed in React 19, causing "Cannot read properties of undefined" errors.

    The fix adds react/jsx-runtime and react/jsx-dev-runtime to the external dependencies list
    in the Vite configuration. This ensures the JSX transform is loaded from the proper module format
    rather than being bundled inline from CJS source.

    Bundle size improvements:

    • ESM: 35.7 KB → 4.6 KB (-87%)
    • UMD: 37.9 KB → 6.8 KB (-82%)

    Fixes #​280

v5.3.0

Compare Source

Minor Changes
  • 8d922c3: Add fallback to document.write() for initial frame rendering via dangerouslyUseDocWrite prop to support libraries like Repcaptcha and Google Maps that depend on the frame's location/origin.

v5.2.7

Compare Source

What's Changed

New Contributors

Full Changelog: ryanseddon/react-frame-component@v5.2.6...v5.2.7


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-frame-component-5.x branch from 02a3c3b to 9c9b29c Compare March 29, 2026 05:12
@renovate renovate bot changed the title fix(deps): update dependency react-frame-component to v5.3.1 fix(deps): update dependency react-frame-component to v5.3.2 Mar 29, 2026
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