fix(deps): update dependency react-frame-component to v5.3.2#292
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency react-frame-component to v5.3.2#292renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
02a3c3b to
9c9b29c
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:
5.2.6→5.3.2Release Notes
ryanseddon/react-frame-component (react-frame-component)
v5.3.2Compare Source
Patch Changes
f191d58: Add types condition to package.json exports to fix TypeScript resolution with TSGo and modern ESM tools1820bc3: ## Fix race condition in getMountTarget() (issue #250)Fixed "Cannot read properties of null" errors when
initialContentchanges rapidly by adding null checks fordocanddoc.bodyingetMountTarget().Changes
getMountTarget()to handle cases when iframe document is temporarily unavailable during rapid rerendersv5.3.1Compare Source
Patch Changes
14c215c: Fix React 19 and Vite compatibility by externalizing react/jsx-runtimeThe ESM and UMD builds were incorrectly bundling react/jsx-runtime inline from CommonJS source,
which caused two issues:
__require("react")calls - This failed in browser ESM environmentswith "Could not dynamically require react" errors when using Vite.
__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-runtimeandreact/jsx-dev-runtimeto the external dependencies listin 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:
Fixes #280
v5.3.0Compare 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.7Compare Source
What's Changed
New Contributors
Full Changelog: ryanseddon/react-frame-component@v5.2.6...v5.2.7
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.