Skip to content

Conversation

matticbot
Copy link
Contributor

@matticbot matticbot commented Jun 7, 2025

This PR contains the following updates:

Package Update Change
fastlane (source, changelog) minor '~> 2.221' -> '~> 2.228'

Release Notes

fastlane/fastlane (fastlane)

v2.228.0: Improvements

Compare Source

  • [sigh][match] fix issue where unknown attribute template_name is being sent when creating provisioning profiles (#​29591) via Florentin Luca Rieger (@​visuallization)
  • [action][hipchat] remove hipchat action (#​29558) via Eitan Adler (@​grimreaper)

[!IMPORTANT]
If your app relies on managed capabilities (previously referred to as custom entitlements or the template_name parameter in match), you are impacted by a change that Apple made to their APIs in the last 2 weeks.
Please check out the ongoing discussion ahttps://github.com/fastlane/fastlane/discussions/2960909 for the latest updates. Your insights and contributions are welcome!

v2.227.2: Improvements

Compare Source

v2.227.1: Improvements

Compare Source

  • [match] fix error with universal provisioning filter ("'UNIVERSAL' is not a valid filter value") (#​29500) via Michael Neeley (@​redreceipt)
  • Bump xcpretty to version 0.4.1 (#​29516) via Iulian Onofrei (@​revolter)
  • [scan] Remove unnecessary shellescape when generating -resultBundlePath option (#​22285) via Junfeng (@​hujunfeng)

v2.227.0: Improvements

Compare Source

v2.226.0: Improvements

Compare Source

v2.225.0: Improvements

Compare Source

This version has a required fix for authenticating with Apple via Apple ID. Apple started using their own variant of SRP (Secure Remote Password) using SHA-256 and 2048 bit hashing in the sign in flow. Any previous fastlane versions will likely response a "503 Service Temporarily Unavailable" when authenicating with an Apple ID.

v2.224.0: Improvements

Compare Source

  • [spaceship] Add support for Enterprise Program API (#​22215) via GevaZeichner (@​GevaZeichner)
  • Make test pass standalone (#​22268) via Jerome Lacoste (@​lacostej)
  • Add missing require 'ostruct' in erb_template_helper.rb to solve uninitialized constant Fastlane::OpenStruct (NameError) (#​21950) via Nicolas G (@​nicgodoy)
  • [Fastlane.Swift] Allow overriding LaneFileProtocol lifecycles when subclassing LaneFile (#​20563) via Sven Tiigi (@​SvenTiigi)
  • [Match][S3] Only download (and decrypt) files in the subfolder of the provided TeamID (#​22199) via Olivier Halligon (@​AliSoftware)

v2.223.1: Improvements

Compare Source

v2.223.0: Improvements

Compare Source

  • [ci] fix changelog generation when no author (#​22250) via Josh Holtz (@​joshdholtz)
  • [core] add -packageAuthorizationProvider flag for xcodebuild (#​22227) via Yarden Eitan (@​yarneo)
  • [deliver][pilot] add ability to use Individual API key in deliver and pilot (#​22128) via Ryosuke Ito (@​manicmaniac)
  • [match] allow using legacy encryption mode when writing to storage (#​22228) via Hiroto Nakamura (@​Hiroto-N)
  • [action][import_from_git] fix import_from_git when specifying a tag and cache_path (#​22133) via Jens Kuhr Jørgensen (@​jenskuhrjorgensen)
  • [slack] enable emoji-based icons in Slack action by adding icon_emoji parameter (#​22235) via Luka Hristic (@​lukeleleh)
  • [action][testfairy] add tags parameter to TestFairy upload action (#​22119) via Duncan MacDonald (@​oct0f1sh)
  • [action][changelog_from_git_commits] add app_path parameter to changelog_from_git_commits (#​22149) via John Pignata (@​jpignata)
  • [scan] improve performance by change order of checks in building_mac_catalyst_for_mac function (#​20898) via TomoXD (@​ghost)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 has been generated by Renovate Bot.

@matticbot matticbot added [Type] Task dependencies Pull requests that update a dependency file Framework labels Jun 7, 2025
@matticbot
Copy link
Contributor Author

matticbot commented Jun 7, 2025

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: desktop/Gemfile.lock
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...

Could not find compatible versions

Because fastlane >= 2.227.1 depends on xcpretty ~> 0.4.1
  and xcpretty >= 0.4.0 depends on rouge ~> 3.28.0,
  fastlane >= 2.227.1 requires rouge ~> 3.28.0.
So, because rouge ~> 3.28.0 could not be found in rubygems repository
https://rubygems.org/ or installed locally for any resolution platforms (ruby)
  and Gemfile depends on fastlane ~> 2.228,
  version solving has failed.

The source contains the following gems matching 'rouge (~> 3.28.0)':
  * rouge-3.28.0

@matticbot matticbot added the dependencies Pull requests that update a dependency file label Jun 7, 2025
Copy link

github-actions bot commented Jun 7, 2025

@matticbot
Copy link
Contributor Author

matticbot commented Jun 7, 2025

This PR modifies the release build for the following Calypso Apps:

For info about this notification, see here: PCYsg-OT6-p2

  • blaze-dashboard
  • command-palette-wp-admin
  • help-center
  • notifications
  • odyssey-stats

To test WordPress.com changes, run install-plugin.sh $pluginSlug renovate/fastlane-2.x on your sandbox.

@matticbot
Copy link
Contributor Author

This PR does not affect the size of JS and CSS bundles shipped to the user's browser.

Generated by performance advisor bot at iscalypsofastyet.com.

@matticbot matticbot force-pushed the renovate/fastlane-2.x branch from 6822bab to 4f96950 Compare June 20, 2025 03:28
@matticbot matticbot changed the title chore(deps): update dependency fastlane to '~> 2.227', '>= 2.227.2' chore(deps): update dependency fastlane to '~> 2.228' Jun 20, 2025
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 Framework [Type] Task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants