Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Bump fastlane from 2.217.0 to 2.219.0 in /android #1085

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Bumps fastlane from 2.217.0 to 2.219.0.

Release notes

Sourced from fastlane's releases.

2.219.0 Improvements

  • [fastlane][ci] Lock google-cloud-env < 2.0.0 for Ruby 2.6 and fix CI to use specified ruby versions (#21777) via Josh Holtz (@​joshdholtz)
  • [sigh] prevent crashes in fetch_profiles when profiles have no bundle_id (#21758) via jonas2808 (@​jonas2808)
  • [scan] Fix device selection issue fallback scenario (#21772) via arc-v2 (@​arc-v2)
  • [sigh] fix cache parameters validation (#21766) via Vitalii Budnik (@​nekrich)
  • [match] fix cache issues in read-only mode (#21767) via Vitalii Budnik (@​nekrich)

2.218.0 Improvements

Auto-generated by fastlane 🤖

Changes since release '2.217.0':

  • [action][sonar] replace deprecated sonar.login parameter with sonar.token (#21736) via Panajev (@​Panajev)
  • [action][spm] add simulator flag for swift compiler (#21707) via Mohammad Gharari (@​gharary)
  • [security] update sinatra dev dependency to resolve dependabot alert (#21709) via Jerome Lacoste (@​lacostej)
  • [fastlane-core] recommends to retry uploading when AltoolTransporterExecutor crashes (#21536) via Jason Hagglund (@​TheMetalCode)
  • [Fastlane.swift] fix Unexpected duplicate tasks error message in Fastlane Swift (#21621) via Daniel Jankowski (@​mollyIV)
  • [scan] Filter simulators with version greater than SDK version of active Xcode installation when choosing default (#21677) via wuaar1003 (@​wuaar1003)
  • [plugin_generator] move development dependencies from *.gemspec.erb to Gemfile.erb (#21726) via Roger Oba (@​rogerluan)
  • [match] add caching layer to significantly improve performance by up to 100x (#21694) via Vitalii Budnik (@​nekrich)
  • [fastlane_core] add support to Ruby 3.3 (#21683) via Jerome Lacoste (@​lacostej)
  • [fastlane] remove some unused method parameters (#21722) via Jerome Lacoste (@​lacostej)
  • [action][spm] deprecate build_path option in favor of scratch_path, as recommended by Swift CLI (#20814) via Victor Carvalho Tavernari (@​Tavernari)
  • [match] git storage: allow simultaneous usage of clone_branch_directly and shallow_clone (#21716) via Vitalii Budnik (@​nekrich)
  • [action][spm] add parallel option (#21665) via Bram Schulting (@​bramschulting)
  • [fastlane_core] remove expired WWDR G1 certificate from cert_checker (#21098) via janwiebe-jump (@​janwiebe-jump)
  • [action][upload_symbols_to_crashlytics] allow '~' in binary path (#21032) via GevaZeichner (@​GevaZeichner)
  • [scan] replace the simctl boot command with simctl bootstatus, potentially fixing signal kill before running tests (#21026) via Alexey Alter-Pesotskiy (@​testableapple)
  • [spaceship] add Spaceship::ConnectAPI::AppPreviewSet::PreviewType::IPHONE_67 (#21710) via Sergei Sevkovich (@​drcreazy)
  • [action][ensure_no_debug_code] detect binding.irb in ensure_no_debug_code during build. (#21635) via Takuma Homma (@​mataku)
  • CONTRIBUTING.md: remove Google CLA section (#21646) via Jay Soffian (@​jaysoffian)
  • [fastlane_core] hide xcodebuild stderr to solve #21672 (#21673) via Jerome Lacoste (@​lacostej)
  • [scan] fix misleading error message when no devices are found (#21650) via Miles Thompson (@​MagnificentMiles)
  • [deliver][spaceship][scan] fix build warnings in rspec (#21660) via Jerome Lacoste (@​lacostej)
  • [deliver] fix regression where changes made to the privacy URL fail to upload (#21657) via Owen Hart (@​owjsub)
  • [fastlane_core] let FastlanePty detect when externally invoked programs crash, harden it when using popen, and expose process statuses. (#21618) via Jerome Lacoste (@​lacostej)
Commits
  • ebd6daf Version bump to 2.219.0 (#21778)
  • d6a2c74 [fastlane][ci] Lock google-cloud-env < 2.0.0 for Ruby 2.6 and fix CI to use s...
  • 7970e41 Update runner.rb (#21758)
  • 0b50ec8 [ci] fix homebrew bump url (#21761)
  • 1a5a140 Remove 'nil' from array before returning (#21772)
  • 5ca4eb7 [sigh] fix cache parameters validation (#21766)
  • 2ccb64c fix: match cache in read-only mode (#21767)
  • d8d9d94 Version bump to 2.218.0 (#21760)
  • e4296f1 [docs] fix typos, grammar issues and improve wording across the codebase, doc...
  • 445c51e [action][sonar] replace deprecated sonar.login parameter with sonar.token (#2...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.217.0 to 2.219.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Commits](fastlane/fastlane@fastlane/2.217.0...fastlane/2.219.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the autosubmit Merge PR when tree becomes green via auto submit App. label Feb 14, 2024
Copy link

auto-submit bot commented Feb 14, 2024

auto label is removed for flutter/gallery/1085, due to - The status or check suite Unit tests on macos-latest has failed. Please fix the issues identified (or deflake) before re-applying this label.

  • The status or check suite Unit tests on windows-latest has failed. Please fix the issues identified (or deflake) before re-applying this label.
  • The status or check suite Unit tests on ubuntu-latest has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App. label Feb 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 13, 2024

Superseded by #1094.

@dependabot dependabot bot closed this Jun 13, 2024
@dependabot dependabot bot deleted the dependabot/bundler/android/fastlane-2.219.0 branch June 13, 2024 14:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant