From 345f45d327c6f9af59e8fe3dfbbc5f2fa578eade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 22:33:23 +0800 Subject: [PATCH] chore: bump up @capgo/inappbrowser version to v8 (#14346) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@capgo/inappbrowser](https://capgo.app/docs/plugins/inappbrowser/) ([source](https://redirect.github.com/Cap-go/capacitor-inappbrowser)) | [`^7.1.0` → `^8.0.0`](https://renovatebot.com/diffs/npm/@capgo%2finappbrowser/7.29.4/8.1.11) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@capgo%2finappbrowser/8.1.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@capgo%2finappbrowser/7.29.4/8.1.11?slim=true) | --- ### Release Notes
Cap-go/capacitor-inappbrowser (@​capgo/inappbrowser) ### [`v8.1.11`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.11) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.1.10...8.1.11) #### 🆕 Changelog #### Changed - Added Capacitor version compatibility table to README documentation clarifying which plugin versions work with which Capacitor versions and their maintenance status *** 🔗 **Full Changelog**: ### [`v8.1.10`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.10) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.1.9...8.1.10) #### 🆕 Changelog #### Fixed - Corrected `addEventListener` usage in `messageFromWebview` example documentation *** 🔗 **Full Changelog**: ### [`v8.1.9`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.9) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.1.8...8.1.9) #### 🆕 Changelog #### Changed - Locked capacitor-swift-pm dependency to version 8.0.0 for improved stability *** 🔗 **Full Changelog**: ### [`v8.1.8`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.8) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.1.7...8.1.8) #### 🆕 Changelog #### Fixed - Prevent race condition in `setHidden()` async path that could cause visibility state inconsistencies *** 🔗 **Full Changelog**: ### [`v8.1.7`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.7) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.1.6...8.1.7) #### 🆕 Changelog #### Fixed - Fixed show/hide functionality for Android that was not working correctly *** 🔗 **Full Changelog**: ### [`v8.1.6`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.6) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.1.5...8.1.6) #### 🆕 Changelog #### Fixed - Fixed `show()` method not properly displaying hidden WebView on iOS *** 🔗 **Full Changelog**: ### [`v8.1.5`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.5) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.1.4...8.1.5) #### 🆕 Changelog #### Added - Exposed `mobileApp` interface on Android platform, providing access to mobile app functionality and metadata *** 🔗 **Full Changelog**: ### [`v8.1.4`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.4) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.1.3...8.1.4) #### 🆕 Changelog #### Fixed - Fixed safe bottom inset calculation for devices using gesture navigation *** 🔗 **Full Changelog**: ### [`v8.1.3`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.3) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.1.2...8.1.3) #### 🆕 Changelog #### Added - WebView visibility control from JavaScript via `window.mobileApp.hide()` and `window.mobileApp.show()` methods (requires `allowWebViewJsVisibilityControl: true` in CapacitorConfig) - Native `hide()` and `show()` methods to the plugin API for programmatic WebView visibility control #### Fixed - Configuration accessors for JavaScript visibility control - Null guard checks in hide/show functionality to prevent crashes - State management to properly restore hidden mode after snapshots *** 🔗 **Full Changelog**: ### [`v8.1.2`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.2) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.1.1...8.1.2) #### 🆕 Changelog #### Changed - Updated Gradle to v8.14.4 *** 🔗 **Full Changelog**: ### [`v8.1.1`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.1) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.1.0...8.1.1) #### 🆕 Changelog #### Changed - Updated `capacitor-swift-pm` dependency from version 8.0.1 to a newer version for improved Swift Package Manager integration *** 🔗 **Full Changelog**: ### [`v8.1.0`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.1.0) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.0.6...8.1.0) #### 🆕 Changelog #### Added - Hidden webview mode allowing the browser to operate invisibly in the background without displaying UI - Support for hidden webview functionality on both iOS and Android platforms #### Changed - Updated Capacitor Swift PM dependency to version 8.0.0 - Updated Vite to version 7.3.1 in example project *** 🔗 **Full Changelog**: ### [`v8.0.6`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.0.6) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.0.5...8.0.6) #### 🆕 Changelog #### Changed - Updated dependency lock files to latest compatible versions - Updated mistricky/ccc GitHub Action to v0.2.6 *** 🔗 **Full Changelog**: ### [`v8.0.5`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.0.5) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.0.4...8.0.5) #### 🆕 Changelog #### Changed - Updated lock files to maintain dependency integrity and improve package resolution *** 🔗 **Full Changelog**: ### [`v8.0.4`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.0.4) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.0.3...8.0.4) #### 🆕 Changelog #### Fixed - Updated `androidx.webkit:webkit` dependency to v1.15.0 - Updated `androidx.core:core-splashscreen` dependency to v1.2.0 *** 🔗 **Full Changelog**: ### [`v8.0.3`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.0.3) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.0.2...8.0.3) #### 🆕 Changelog #### Added - New `disableOverscroll` option for iOS to control bounce effect behavior #### Fixed - Updated `androidx.window:window` dependency to version 1.5.1 for improved Android window management #### Changed - Migrated build system to use Bun instead of npm for Android builds - Updated `mistricky/ccc` action to version 0.2.5 *** 🔗 **Full Changelog**: ### [`v8.0.2`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.0.2) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/8.0.1...8.0.2) #### 🆕 Changelog #### Changed - Updated Capacitor Camera and Splash Screen dependencies to version 8.0.0 for improved compatibility - Simplified safe area insets calculation in iOS WebView height management for better code maintainability - Removed redundant Android version check for mixed content mode in WebView settings - Improved variable naming throughout the codebase for better code clarity and consistency - Added homepage field to package metadata pointing to plugin documentation *** 🔗 **Full Changelog**: ### [`v8.0.1`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/releases/tag/8.0.1) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/5dcab1715849de4b6bdf72f7e8019992a2f23295...8.0.1) #### 🆕 Changelog #### Changed - Updated package to support Capacitor 8.0.0 #### Fixed - Improved checkout performance significantly - Enhanced fetch speed *** 🔗 **Full Changelog**: ### [`v8.0.0`](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/7.29.4...5dcab1715849de4b6bdf72f7e8019992a2f23295) [Compare Source](https://redirect.github.com/Cap-go/capacitor-inappbrowser/compare/7.29.4...5dcab1715849de4b6bdf72f7e8019992a2f23295)
--- ### 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/frontend/apps/android/package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/frontend/apps/android/package.json b/packages/frontend/apps/android/package.json index 370b2aaabe..73fc73be70 100644 --- a/packages/frontend/apps/android/package.json +++ b/packages/frontend/apps/android/package.json @@ -24,7 +24,7 @@ "@capacitor/core": "^7.0.0", "@capacitor/keyboard": "^7.0.0", "@capacitor/status-bar": "^7.0.0", - "@capgo/inappbrowser": "^7.1.0", + "@capgo/inappbrowser": "^8.0.0", "@sentry/react": "^9.47.1", "@toeverything/infra": "workspace:*", "async-call-rpc": "^6.4.2", diff --git a/yarn.lock b/yarn.lock index 74ddf61839..f4f8db6401 100644 --- a/yarn.lock +++ b/yarn.lock @@ -260,7 +260,7 @@ __metadata: "@capacitor/core": "npm:^7.0.0" "@capacitor/keyboard": "npm:^7.0.0" "@capacitor/status-bar": "npm:^7.0.0" - "@capgo/inappbrowser": "npm:^7.1.0" + "@capgo/inappbrowser": "npm:^8.0.0" "@sentry/react": "npm:^9.47.1" "@toeverything/infra": "workspace:*" "@types/react": "npm:^19.0.1" @@ -3998,12 +3998,12 @@ __metadata: languageName: node linkType: hard -"@capgo/inappbrowser@npm:^7.1.0": - version: 7.29.4 - resolution: "@capgo/inappbrowser@npm:7.29.4" +"@capgo/inappbrowser@npm:^8.0.0": + version: 8.1.11 + resolution: "@capgo/inappbrowser@npm:8.1.11" peerDependencies: - "@capacitor/core": ">=7.0.0" - checksum: 10/9b46d4b27f4ed09cfc19e7b4d3df80449a5f521ca6f5466d43b272a1b2fe66cd7df115a1cda2495a63a70fc4849ac75819ccebe04dad5d3135771fc1330f8f5f + "@capacitor/core": ">=8.0.0" + checksum: 10/50f6ae52da60aede8eda1717c53869548b8ea44379469f817f482747f7ad72e0d460edede8aff27f208c781560b01fc65a9c24269d19755870161e0718586ad8 languageName: node linkType: hard