Skip to content

Bump fastlane from 2.232.2 to 2.233.0#1731

Merged
tonidero merged 1 commit into
mainfrom
dependabot/bundler/fastlane-2.233.0
Apr 20, 2026
Merged

Bump fastlane from 2.232.2 to 2.233.0#1731
tonidero merged 1 commit into
mainfrom
dependabot/bundler/fastlane-2.233.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps fastlane from 2.232.2 to 2.233.0.

Release notes

Sourced from fastlane's releases.

2.233.0 Improvements

  • [scan] Fix default_os_version when xcodebuild sdkVersion differs from simctl sdkVersion (#29977) via Felix Lisczyk (@​FelixLisczyk)
  • [core] build: move to fastlane-sirp 1.1.0 (#29973) via Connor Tumbleson (@​iBotPeaches)
  • fix: use certificate id param on match (#29966) via James Collins (@​java-james)
  • [action][swiftlint] Adds '--progress' flag (#21922) via Erik Lippmann (@​ObjectiveCesar)
  • [sigh, match] Pass keychain_path through Sigh::Manager to ProvisioningProfile (#29963) via Dmitry Pchelintsev (@​Pchol)
  • Support individual api tokens in altool (#29961) via Oliver Fox (@​foxware00)
  • [spaceship] Fix getting App Preview Sets with new endpoint (#29960) via Cristian Caruceru (@​ccaruceru)
  • [frameit] Change the default iPhone 14 Pro/Pro Max frame colors from PURPLE to BLACK. (#21927) via Michael Lenaghan (@​michaellenaghan)
  • [gym] Add app_name parameter to skip xcodebuild -showBuildSettings (#29953) via 정고은 (@​Goeun1001)
  • [deliver, pilot] Add provider_public_id option for altool uploads (#29898) via Hasancan Akgündüz (@​hasancanakgunduz)
  • [sigh] add: introduce ability to control codesign page_size (#29952) via Aliaksei Siauko (@​asevko)
  • build: assert bin/* contents in built gem to prevent global pollution. (#29915) via Connor Tumbleson (@​iBotPeaches)
  • [match] feat(s3_storage): add support for AWS STS credentials (#22139) via monholm (@​monholm)
  • [deliver] Initial App Preview (video) upload support for iPhone and iPad (#29831) via Cristian Caruceru (@​ccaruceru)
  • [scan] output_remove_retry_attempts should also remove retries when the test is skipped (#29887) via Oliver Fox (@​foxware00)
  • [precheck] add 'nsfw' as blocklisted term (#29937) via Jamie (@​jtlthe2)
  • [scan] Fix simulator selection when runtime build is missing from installed runtimes (#29894) via Felix Lisczyk (@​FelixLisczyk)
  • [gem] move to faraday-retry 1.0.4 (#29944) via Connor Tumbleson (@​iBotPeaches)
  • [precheck] document rules/rules_data/curse_word_hashes (#29941) via Jamie (@​jtlthe2)
  • Add RSpec tests for resign.sh bash functions (#29934) via Sergei Selivanov (@​cergfix)
  • build(deps): bump actions/download-artifact from 7 to 8 (#29930) via dependabot[bot] (@​dependabot[bot])
  • build(deps): bump actions/upload-artifact from 6 to 7 (#29931) via dependabot[bot] (@​dependabot[bot])
  • [ci] remove AppVeyor for Windows tests on GitHub Actions (#29876) via Connor Tumbleson (@​iBotPeaches)
Commits
  • a193313 Version bump to 2.233.0 (#29978)
  • 9a9b6ed [scan] Fix scan simulator lookup when sdkVersion and productVersion differ (#...
  • 3166625 [core] build: move to fastlane-sirp 1.1.0 (#29973)
  • c584b8e [match] fix: use certificate id param on match (#29966)
  • c32cb71 [action][swiftlint] Adds '--progress' flag (#21922)
  • 09e0f76 [sigh, match] Pass keychain_path through Sigh::Manager to ProvisioningProfile...
  • 9e09d5f [core] Support individual api tokens in altool (#29961)
  • 2fb58b8 [spaceship] Fix get App Preview Sets (#29960)
  • 8e1532d [frameit] Change the default iPhone 14 Pro/Pro Max frame colors from PURPLE t...
  • e35c12d [gym] Add app_name parameter to skip xcodebuild -showBuildSettings (#29953)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Low Risk
Low risk dependency-only update to iOS/Android release tooling (fastlane) and transitive gems; main risk is CI/release pipeline behavior changes from the new fastlane version.

Overview
Updates bundler lockfile to bump fastlane from 2.232.2 to 2.233.0, along with related transitive gem upgrades (notably fastlane-sirp to 1.1.0, AWS SDK gems, Google API/storage gems, and utilities like rake, json, multi_json, and retriable).

Reviewed by Cursor Bugbot for commit 383ec8d. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.232.2 to 2.233.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.232.2...fastlane/2.233.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-version: 2.233.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Apr 20, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 20, 2026 19:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Apr 20, 2026
@tonidero tonidero merged commit ae17bc5 into main Apr 20, 2026
21 checks passed
@tonidero tonidero deleted the dependabot/bundler/fastlane-2.233.0 branch April 20, 2026 20:12
RCGitBot added a commit that referenced this pull request May 7, 2026
**This is an automatic release.**

## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.4.0 (#1744) via
RevenueCat Git Bot (@RCGitBot)
* [Android
10.3.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.3.1)
* [Android
10.3.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.3.0)
* [Android
10.2.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.2.1)
* [iOS
5.70.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.70.0)
* [iOS
5.69.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.69.0)
* [Web
1.38.0](https://github.com/RevenueCat/purchases-js/releases/tag/1.38.0)
* [Web
1.37.0](https://github.com/RevenueCat/purchases-js/releases/tag/1.37.0)
* [Web
1.36.0](https://github.com/RevenueCat/purchases-js/releases/tag/1.36.0)
* [Web
1.35.1](https://github.com/RevenueCat/purchases-js/releases/tag/1.35.1)
* [Web
1.35.0](https://github.com/RevenueCat/purchases-js/releases/tag/1.35.0)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.3.0 (#1741) via
RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.2.0 (#1739) via
RevenueCat Git Bot (@RCGitBot)

### 🔄 Other Changes
* Bump fastlane-plugin-revenuecat_internal from `21e02ec` to `af7bb5c`
(#1743) via dependabot[bot] (@dependabot[bot])
* Bump fastlane-plugin-revenuecat_internal from `2d11430` to `21e02ec`
(#1742) via dependabot[bot] (@dependabot[bot])
* Bump fastlane-plugin-revenuecat_internal from `d24ab26` to `2d11430`
(#1740) via dependabot[bot] (@dependabot[bot])
* Replace unauthenticated SDKMAN install with SHA-pinned orb command
(#1736) via Rick (@rickvdl)
* Bump fastlane from 2.233.0 to 2.233.1 (#1737) via dependabot[bot]
(@dependabot[bot])
* Bump fastlane-plugin-revenuecat_internal from `b822f01` to `d24ab26`
(#1734) via dependabot[bot] (@dependabot[bot])
* Add web SDK to release automations (#1732) via Toni Rico (@tonidero)
* Bump fastlane-plugin-revenuecat_internal from `58cccc8` to `b822f01`
(#1730) via dependabot[bot] (@dependabot[bot])
* Bump fastlane from 2.232.2 to 2.233.0 (#1731) via dependabot[bot]
(@dependabot[bot])
* Bump fastlane-plugin-revenuecat_internal from `a1eed48` to `58cccc8`
(#1729) via dependabot[bot] (@dependabot[bot])

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Low risk release-only change that bumps package/plugin version strings
and updates changelogs without altering runtime logic.
> 
> **Overview**
> Bumps the Flutter Purchases SDK and `purchases_ui_flutter` package
versions from `10.0.1` to `10.0.2` across `pubspec.yaml`,
Android/iOS/macOS build metadata, and plugin version constants
(including web).
> 
> Updates `CHANGELOG.md` and `CHANGELOG-LATEST.md` with the `10.0.2`
release notes (notably the `purchases-hybrid-common` 18.4.0 bump and
related automation/tooling updates), and updates `purchases_ui_flutter`
to depend on `purchases_flutter: ^10.0.2`.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
5e027ca. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant