Skip to content

build(deps): bump fastlane from 2.231.1 to 2.233.0#734

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/fastlane-2.233.0
Closed

build(deps): bump fastlane from 2.231.1 to 2.233.0#734
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/fastlane-2.233.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps fastlane from 2.231.1 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)

2.232.2 Improvements

  • [sigh] fix: prevent empty string as input to codesign on VERBOSE (#29910) via Connor Tumbleson (@​iBotPeaches)
  • Fix console command compatibility with Ruby 3.3+ (#29925) via Jerome Lacoste (@​lacostej)
  • cli: do not hide the original exception when failing in our ensure block (#29923) via Jerome Lacoste (@​lacostej)
  • [core] Fix gemspec bin/console exclusion to subtract "console" not "bin/console" (#29914) via Tachibana waita (@​whywaita)
  • [core] Upgrade rack transitive dep to please dependabot (#29911) via Jerome Lacoste (@​lacostej)
  • build: move to faraday 1.10.5 (#29906) via Connor Tumbleson (@​iBotPeaches)

2.232.1 Improvements

  • [action] Revert to "-uploadedDate" sort order for app_store_build_num… (#29899) via Kai Leonhardt (@​Mik4sa)

2.232.0 Improvements

  • Revert "[pilot] Add Support of the BuildAudienceType Field (#29859)" (#29881) via Connor Tumbleson (@​iBotPeaches)
  • [match] Download Apple's new Developer ID intermediate certificates (#29890) via Ian G. Maia (@​iangmaia)
  • [match] Bump minimum version of aws-sdk-s3 dependency to ~> 1.197 (#29750) via Olivier Halligon (@​AliSoftware)
  • [action] Switch to "build uploads" api for app_store_build_number and latest_testflight_build_number action (#29879) via Kai Leonhardt (@​Mik4sa)
  • [appium] Fix appium driver usage (#29882) via Naveed Ahmad (@​naveed-ahmad)
  • [gym, scan, snapshot] Allow disabling swift packages fetches when using xcodebuild (#29862) via Alexandre Podlewski (@​alexandre-pod)
  • [ci] build: move to m4 runners (#29802) via Connor Tumbleson (@​iBotPeaches)
  • [Ruby] Ruby 2.7 is now the minimum (dropping Ruby 2.6) (#29779) via Connor Tumbleson (@​iBotPeaches)
  • [ci] Fix CI pipeline to actually lint shell/bash scripts. (#29757) via Connor Tumbleson (@​iBotPeaches)
  • [action] Add format switch to the import_certificate action (#29868) via Kai Leonhardt (@​Mik4sa)
  • [pilot] Add Support of the BuildAudienceType Field (#29859) via YuantongLu (@​YuantongL)
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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
fastlane [>= 2.232.a, < 2.233]

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)

Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.231.1 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.231.1...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 the dependencies Pull requests that update a dependency file label Apr 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 30, 2026

Superseded by #740.

@dependabot dependabot Bot closed this Apr 30, 2026
@dependabot dependabot Bot deleted the dependabot/bundler/fastlane-2.233.0 branch April 30, 2026 00:55
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants