Skip to content

Update dependency react-native-webview to v13.15.0 #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-webview 13.12.5 -> 13.15.0 age adoption passing confidence

Release Notes

react-native-webview/react-native-webview (react-native-webview)

v13.15.0

Compare Source

Features

v13.14.2

Compare Source

Bug Fixes
  • android: suppressMenuItems native view config name with extra space (#​3780) (5a73948)

v13.14.1

Compare Source

Bug Fixes

v13.14.0

Compare Source

Features

v13.13.5

Compare Source

Bug Fixes

v13.13.4

Compare Source

Bug Fixes
  • ios, new-arch: Fixed regression caused by new defaults applied (#​3731) (964ffcc)

v13.13.3

Compare Source

Bug Fixes
  • newArch: Set correct default values for "true" booleans (#​3726) (a2e1e4d)

v13.13.2

Compare Source

Bug Fixes

v13.13.1

Compare Source

Bug Fixes
  • android,ios: Sending correct url in onMessage callback (#​3609) (2c5096d)

v13.13.0

Compare Source

Features

Configuration

📅 Schedule: 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.

Copy link

sourcery-ai bot commented Feb 3, 2025

Reviewer's Guide by Sourcery

This PR updates the react-native-webview dependency from v13.12.5 to v13.13.2. This update includes bug fixes for iOS and Android, and adds support for React Native 0.77.

Sequence diagram for WebView message handling improvements

sequenceDiagram
    participant App
    participant WebView
    participant NativeModule

    Note over App,NativeModule: Fixed onMessage callback URL
    App->>WebView: Send message
    WebView->>NativeModule: Process message
    NativeModule-->>App: onMessage callback with correct URL
Loading

Sequence diagram for iOS navigation state handling

sequenceDiagram
    participant App
    participant WebView

    Note over App,WebView: Fixed canGoForward value
    App->>WebView: Check navigation state
    WebView-->>App: Return correct canGoForward value
Loading

File-Level Changes

Change Details Files
Updated react-native-webview dependency to v13.13.2
  • Updated react-native-webview version in pnpm-lock.yaml.
  • Updated react-native-webview version in package.json.
pnpm-lock.yaml
package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate bot force-pushed the renovate/react-native-webview-13.x branch 2 times, most recently from 0e4e6e8 to 9a6f90d Compare February 4, 2025 10:16
@renovate renovate bot changed the title Update dependency react-native-webview to v13.13.2 Update dependency react-native-webview to v13.13.3 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/react-native-webview-13.x branch 2 times, most recently from a4e1254 to 087a4ea Compare March 12, 2025 23:47
@renovate renovate bot changed the title Update dependency react-native-webview to v13.13.3 Update dependency react-native-webview to v13.13.4 Mar 12, 2025
@renovate renovate bot changed the title Update dependency react-native-webview to v13.13.4 Update dependency react-native-webview to v13.13.5 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/react-native-webview-13.x branch from 087a4ea to d41cd7d Compare March 29, 2025 11:14
@renovate renovate bot changed the title Update dependency react-native-webview to v13.13.5 Update dependency react-native-webview to v13.14.0 Jun 1, 2025
@renovate renovate bot force-pushed the renovate/react-native-webview-13.x branch 2 times, most recently from 5c913b6 to b47f06c Compare June 5, 2025 04:12
@renovate renovate bot changed the title Update dependency react-native-webview to v13.14.0 Update dependency react-native-webview to v13.14.1 Jun 5, 2025
@renovate renovate bot force-pushed the renovate/react-native-webview-13.x branch from b47f06c to bbbe77f Compare June 7, 2025 20:16
@renovate renovate bot changed the title Update dependency react-native-webview to v13.14.1 Update dependency react-native-webview to v13.14.2 Jun 7, 2025
@renovate renovate bot changed the title Update dependency react-native-webview to v13.14.2 Update dependency react-native-webview to v13.15.0 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/react-native-webview-13.x branch from bbbe77f to 4897f5a Compare June 9, 2025 00:06
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