Bump fastlane from 2.235.0 to 2.236.0#1775
Merged
Merged
Conversation
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.235.0 to 2.236.0. - [Release notes](https://github.com/fastlane/fastlane/releases) - [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md) - [Commits](fastlane/fastlane@fastlane/2.235.0...fastlane/2.236.0) --- updated-dependencies: - dependency-name: fastlane dependency-version: 2.236.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
tonidero
approved these changes
Jun 9, 2026
RCGitBot
added a commit
that referenced
this pull request
Jun 12, 2026
**This is an automatic release.** ## RevenueCat SDK ### 📦 Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.14.1 (#1777) via RevenueCat Git Bot (@RCGitBot) * [Android 10.9.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.9.0) * [iOS 5.78.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.78.0) * [iOS 5.77.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.77.0) * [Web 1.42.3](https://github.com/RevenueCat/purchases-js/releases/tag/1.42.3) * [Web 1.42.2](https://github.com/RevenueCat/purchases-js/releases/tag/1.42.2) * [Web 1.42.1](https://github.com/RevenueCat/purchases-js/releases/tag/1.42.1) ### 🔄 Other Changes * Bump fastlane from 2.236.0 to 2.236.1 (#1779) via dependabot[bot] (@dependabot[bot]) * Bump fastlane from 2.235.0 to 2.236.0 (#1775) via dependabot[bot] (@dependabot[bot]) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Bumps native billing SDKs via hybrid-common (purchase/subscription paths); no Dart API changes in the diff, but downstream store behavior follows Android/iOS/Web release notes. > > **Overview** > **Automatic release 10.2.3** bumps the Flutter SDK and `purchases_ui_flutter` from **10.2.2** to **10.2.3**, and refreshes release metadata (`CHANGELOG`, `VERSIONS.md`, `.version`). > > The functional dependency change is **`purchases-hybrid-common` 18.10.0 → 18.14.1** on Android (`common_version` in both `android/build.gradle` and `purchases_ui_flutter/android/build.gradle`), which pulls in **Android 10.9.0**, **iOS 5.77.0/5.78.0**, and **Web 1.42.1–1.42.3**. Reported plugin version strings are updated on Android, iOS/macOS podspecs, and the web plugin; `purchases_ui_flutter` now depends on **`purchases_flutter: ^10.2.3`**. > > Changelog also notes **fastlane** bumps (2.235.0 → 2.236.1) from Dependabot; those are not in this diff snippet beyond the changelog lines. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit b370b21. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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.
Bumps fastlane from 2.235.0 to 2.236.0.
Release notes
Sourced from fastlane's releases.
Commits
0c70b67Version bump to 2.236.0 (#30064)4a6c792[core] fix: add 'multi_json' as direct dep due to upstream googleapis bug. (#...e979ad4[spaceauth] Fix --copy_to_clipboard flag for spaceauth command (#29888)274a470[transporter] Decode Base64 key content for .p8 file generation in (#30057)efa4cab[ci] remove xcode 16.3 as CircleCI dropped it (#30058)3f73c21[action] Add update_app_age_rating action for standalone age rating updates (...c30e449[core] Set ruby-jwt gem to v2.10.3 minimum. (#30056)57a2d0d[snapshot] run simulator using Rosetta2 for Apple Silicon (#21559)43dc4fa[snapshot] use simulator UDIDs for destinations (#30054)5f94ef3[spaceship] remove dots (.) from names (#30052)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Lockfile-only but fastlane powers release and E2E/API CI; minor version includes auth/JWT and App Store tooling changes that could affect pipelines.
Overview
Bumps fastlane from
2.235.0to2.236.0viaGemfile.lockonly (Dependabot). The resolved tree also moves several fastlane-related gems (AWS S3 stack, Google Play/Storage APIs,googleauth,signet,json,retriable).Upstream 2.236.0 tightens
jwtto>= 2.10.3, addsmulti_jsonas a direct dependency (workaround for a googleapis issue), and includes App Store / transporter / snapshot / spaceship fixes plus a newupdate_app_age_ratingaction. This repo drives CI and release flows throughbundle exec fastlane(API tests, Maestro iOS/Android, hybrid-common updates, releases), so behavior changes land in those lanes rather than application code.Reviewed by Cursor Bugbot for commit 732b44e. Bugbot is set up for automated code reviews on this repo. Configure here.