Skip to content

Bump fastlane from 2.233.1 to 2.234.0#6764

Merged
tonidero merged 1 commit into
mainfrom
dependabot/bundler/fastlane-2.234.0
May 11, 2026
Merged

Bump fastlane from 2.233.1 to 2.234.0#6764
tonidero merged 1 commit into
mainfrom
dependabot/bundler/fastlane-2.234.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor

Bumps fastlane from 2.233.1 to 2.234.0.

Release notes

Sourced from fastlane's releases.

2.234.0 Improvements

[!TIP] Appreciate fastlane? Want to support further development? Donate via OpenCollective - https://opencollective.com/fastlane

  • [docs] adjust CoC contact email away from Google (#30024) via Connor Tumbleson (@​iBotPeaches)
  • [spaceship] fix provisioning profile repair when certificates include nil (#29935) via via-guy (@​via-guy)
  • build(deps): bump rubygems/configure-rubygems-credentials from 1.0.0 to 2.0.0 (#30013) via dependabot[bot] (@​dependabot[bot])
  • [supply] Fix issue when playstore production track doesn't have any release (#21506) via Fadel Trivandi Dipantara (@​fadeltd)
  • [deliver] improve documentation & clarify on territory_ids behavior for upload_price_tier (#30019) via orbisai0security (@​orbisai0security)
  • [match] Fix match_nuke certificate_id filtering (#30022) via Nakshatra Singh (@​nakshatrasinghh)
  • [sigh] fix: prevent empty string as input to codesign on KEYCHAIN_FLAG (#30018) via zengchunshan (@​zengchunshan)
  • [scan] default_derived_data supports build for running off (#22231) via Jozsef Mihalicza (@​jmihaliczas3d)
  • Add support for 11 new App Store Connect locales (#29959) via Ryu (@​Ryu0118)
  • [match] Fix match nuke deletion for provisioning profiles with wildcard filenames (#30014) via Nakshatra Singh (@​nakshatrasinghh)
  • [increment_version_number] support MARKETING_VERSION resolving. (#30011) via Connor Tumbleson (@​iBotPeaches)
  • [robocop] suppress suggestions for new extensions (#30005) via Connor Tumbleson (@​iBotPeaches)
  • [core] relax constraint on abbrev, base64, mutex_m and nfk (#30009) via Connor Tumbleson (@​iBotPeaches)
  • fix: migrate to standard which() helper to prevent ci spam (#29933) via Connor Tumbleson (@​iBotPeaches)
  • [app_store_connect_api_key] Trim key_id / issuer_id to prevent malformed JWT claims (#29986) via Copilot (@​Copilot)
  • [gem] allow CFPropertyList > 4 (#29993) via Connor Tumbleson (@​iBotPeaches)
  • chore: ruby 3.2 is eol, 3.3 is suggested (#29979) via Connor Tumbleson (@​iBotPeaches)
  • feat: add funding (opencollective) (#29972) via Connor Tumbleson (@​iBotPeaches)
  • [frameit] Add iPhone 16 and iPhone 17 device frame support (#29921) via Events-Mate-Apps (@​Events-Mate-Apps)
  • [Fastlane Swift] Update Runner Project to 14.6 (#29990) via Ethan Pippin (@​LePips)
  • [supply] Support authorized_user and Application Default Credentials for Google authentication (#29982) via Tyler Renslow (@​trenslow)
Commits
  • 7ae5818 Version bump to 2.234.0 (#30027)
  • 18dbb07 [docs] adjust CoC contact email away from Google (#30024)
  • c91d22d [spaceship] fix provisioning profile repair when certificates include nil (#2...
  • ba4199e [ci] build(deps): bump rubygems/configure-rubygems-credentials (#30013)
  • 6500031 [supply] Fix issue when playstore production track doesn't have any release (...
  • 31e3294 [deliver] improve documentation & clarify on territory_ids behavior for uploa...
  • c0c5d06 [match] Fix match_nuke to respect certificate_id filtering (#30022)
  • 02f45ea [sigh] fix: prevent empty string as input to codesign on KEYCHAIN_FLAG (#30018)
  • bc81ad9 [scan] prevent scan default_derived_data from producing invalid path if BUI...
  • 618633c [deliver] Add support for 11 new App Store Connect locales (#29959)
  • 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

Medium Risk
Updates build/release tooling (fastlane) and re-resolves Bundler dependencies, which can affect CI and signing/deployment behavior even though no app code changes.

Overview
Bumps fastlane from 2.233.1 to 2.234.0 in the Ruby toolchain.

Regenerates Gemfile.lock accordingly, pulling in updated transitive gem versions and relaxing some fastlane dependency constraints (e.g., CFPropertyList, abbrev, base64, mutex_m, nkf).

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

Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.233.1 to 2.234.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.233.1...fastlane/2.234.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-version: 2.234.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 May 11, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 11, 2026 15:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 11, 2026
@tonidero tonidero enabled auto-merge (squash) May 11, 2026 15:02
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedfastlane@​2.233.1 ⏵ 2.234.071 +1100100100100

View full report

@tonidero tonidero merged commit 0187c27 into main May 11, 2026
17 of 22 checks passed
@tonidero tonidero deleted the dependabot/bundler/fastlane-2.234.0 branch May 11, 2026 15:16
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