Skip to content

chore(deps): bump react-native-webview from 13.16.1 to 14.0.1#576

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-webview-14.0.1
Open

chore(deps): bump react-native-webview from 13.16.1 to 14.0.1#576
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-webview-14.0.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps react-native-webview from 13.16.1 to 14.0.1.

Release notes

Sourced from react-native-webview's releases.

v14.0.1

14.0.1 (2026-06-20)

Bug Fixes

  • deps: move native TypeScript preview to dev dependency (#3966) (019f636)

v14.0.0

14.0.0 (2026-06-20)

  • feat(android)!: drop support below Android N (#3965) (abad108)

BREAKING CHANGES

  • Android now requires API 24 (Android 7.0 Nougat) or newer. Legacy native file upload paths and compatibility code for older Android versions have been removed.

v13.17.0

13.17.0 (2026-06-20)

Features

v13.16.2

13.16.2 (2026-06-20)

Bug Fixes

Commits
  • 8b0779c chore(release): 14.0.1 [skip ci]
  • 019f636 fix(deps): move native TypeScript preview to dev dependency (#3966)
  • d777611 chore(release): 14.0.0 [skip ci]
  • abad108 feat(android)!: drop support below Android N (#3965)
  • 386df1d chore(release): 13.17.0 [skip ci]
  • 1145fca feat(ios): add removeIosKeyboardObserver prop (#3948)
  • 6a284cd chore(release): 13.16.2 [skip ci]
  • 23d7a58 fix: thread safe decision manager (#3916)
  • eb8ccac Remove jamonholmgren from CODEOWNERS (#3941)
  • 8b50af5 chore: fix publish flow (semantic release needs node)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 6, 2026
@vercel

vercel Bot commented Jul 6, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
drafto Ready Ready Preview, Comment Jul 6, 2026 10:11pm

@JakubAnderwald

Copy link
Copy Markdown
Owner

Major version bump — impact analysis (CI is fully green, but flagged for human review per major-bump policy).

  • Package: react-native-webview, 13.16.1 → 14.0.1 (direct dep in apps/mobile ^13.16.0 and apps/desktop ^13.12.5, both → ^14.0.1).

Breaking changes relevant to this codebase

  • None. The only breaking change in 14.0.0 is feat(android)!: drop support below Android N — Android now requires API 24 (7.0 Nougat) and legacy pre-N native file-upload/compat code was removed. This codebase is already on React Native 0.86.0, which itself mandates minSdk 24; there is no expo-build-properties/gradle override lowering it (minSdkVersion rootProject.ext.minSdkVersion resolves to the RN default). So the raised floor is already satisfied and no device coverage is lost.

Breaking changes NOT relevant

  • Removal of legacy Android <N file-upload paths — we never targeted below API 24.
  • No JS/TS component API removals: our usages are JS-level only — apps/desktop WebView (mocked in jest.setup.js, used by note-editor.tsx) and apps/mobile via TenTap's editor bundle. 13.17.0 merely adds the iOS removeIosKeyboardObserver prop (additive), 13.16.2 is an internal thread-safety fix — no signatures we call changed.

Peer dependency impacts

  • None. react-native-webview@14 peers are react + react-native, both satisfied by our current versions. No cascading updates required.
  • Note: this version's prepare install script was flagged by Dependabot ("modifies prepare script") — reviewed; it's 19f636/upstream release tooling, not a code path we execute at runtime.

CI status: all checks pass — Mobile Checks, Desktop Checks, E2E Tests, Lint & Typecheck, Unit & Integration, Scripts Tests, SonarCloud, Vercel.

Recommendation: Safe to merge. Only breaking change is already satisfied by RN 0.86 (minSdk 24); no API surface we use changed; full CI green across mobile + desktop. Held from auto-merge solely because it is a major version bump.

Bumps [react-native-webview](https://github.com/react-native-webview/react-native-webview) from 13.16.1 to 14.0.1.
- [Release notes](https://github.com/react-native-webview/react-native-webview/releases)
- [Commits](react-native-webview/react-native-webview@v13.16.1...v14.0.1)

---
updated-dependencies:
- dependency-name: react-native-webview
  dependency-version: 14.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-webview-14.0.1 branch from a3a8098 to 16c85c4 Compare July 6, 2026 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code needs-review Needs manual review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant