criticalmaps / criticalmaps-ios

Critical Maps iOS App 🚲✊
http://www.criticalmaps.net
MIT License
289 stars 42 forks source link

Bump fastlane from 2.184.1 to 2.187.0 #407

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps fastlane from 2.184.1 to 2.187.0.

Release notes

Sourced from fastlane's releases.

2.187.0 Improvements

  • [screengrab] general improvements, removed deprecated and un-needed code (#18003) via penn5
  • [produce][spaceship] update bundle capability API and add new bundle capabilities (#18853) via Shyam Lad
  • [action][setup_jenkins] Fix type for add_keychain_to_search_list option (#19005) via Manish Rathi
  • [action][sourcedocs] Fix options formatting (#18993) via Manish Rathi
  • [snapshot] enable Snapshot to take Apple Watch 44mm screenshots (#1709) (#18890) via Matthew Flint
  • [action][create-keychain] allow timeout: 0 to specify "no time-out" (#18894) via Manish Rathi
  • [action] remove all instances of is_string in options and use type for unlock_keychain (#19000),slather (#18991),update_app_group_identifiers (#19001),update_code_signing_settings (#19002),update_fastlane (#19003),twitter (#18999),tryouts (#18998),testfairy (#18997),ssh (#18996),s3 (#18977),say (#18978),spm (#18995),splunkmint (#18994),sonar (#18992),slack (#18990),sh (#18989),setup_travis (#18988),setup_jenkins (#18987),setup_circle_ci (#18986),setup_ci (#18985),set_pod_key (#18984),set_info_plist_value (#18983),set_github_release (#18982),set_changelog (#18981),set_build_number_repository (#18980),scp (#18979),run_tests (#18964),rsync (#18963),resign (#18962),reset_simulator_contents (#18961),reset_git_repo (#18960),register_devices (#18959),puts (#18958),push_git_tags (#18957),prompt (#18956),podio_item (#18955),pod_push (#18954),oclint (#18953),number_of_commits (#18952),notarize (#18951),nexus_upload (#18950),modify_services (#18949),make_changelog_from_jenkins (#18948),mailgun (#18947),lcov (#18946),latest_testflight_build_number (#18945)

2.186.0 Improvements

  • [action]adds action for obtaining remote repo default branch (#18845) via seanmcneil
  • [spaceship] parse response body as json if not already (#18766) via Muhammet Ilendemli
  • [spaceship] adding individual_testers attribute to Build model (#18922) via gsavit
  • [match] fix nuke exception when nuking with the empty files storage (#18864) via Manish Rathi
  • [match] add git authentication methods to match import command (#18903) via rb1193
  • add builds attribute to BetaTester model (#18923) via gsavit
  • [spaceship] add missing method to individually assign beta tester to builds (#18924) via gsavit
  • [snapshot] fix Swift compiler version check for SnapshotHelper.swift (#18930) via Jorge Revuelta
  • [Fastlane.Swift] add new Swift 5.5 reserved keywords (#18928) via Jorge Revuelta
  • [fastlane_core] fix the ensure_array_type_passes_validation error message (#18927) via Manish Rathi
  • [regression][pilot] fix upload using api_key_path + apple_id CLI options (#18860) via Manish Rathi
  • [actions] remove all instances of is_string in options and use type for jazzy (#18921), ipa (#18920), installr (#18919), install_on_device (#18918), increment_build_number (#18912), import_from_git (#18911), ifttt (#18910), hockey (#18909), hipchat (#18908), hg_push (#18907), hg_commit_version_bump (#18906), gradle (#18905), github_api (#18904), git_add (#18882), git_commit (#18883), get_push_certificate (#18881), get_managed_play_store_publishing_rights (#18880), get_ipa_info_plist_value (#18879), get_build_number_repository (#18878), erb (#18877), environment_variable (#18876), ensure_xcode_version (#18875), ensure_no_debug_code (#18874), ensure_git_status_clean (#18873), ensure_git_branch (#18872), dsym_zip (#18871), download_dsyms (#18870), download_app_privacy_details_from_app_store (#18869), deploygate (#18868) via Manish Rathi

2.185.1 Improvements

  • [Fastlane.Swift] treat Bool as optional to avoid config issues (#18827) via Jorge Revuelta
  • [Fastlane.Swift] fix Fastfile.swift template syntax error (#18589) via Soohan Lee
  • [spaceship] migrate Psych#safe_load to support Psych v4.0 in upcoming Ruby 3.1 (#18825) via Satoshi Namai
  • [fastlane] add environment variable to skip lane summaries (#18839) via Tejas Sharma
  • [snapshot] allow iPods to run alongside iPhone and iPad (#18843) via mdubs
  • [fastlane_core] add pods project schemes environment variable (#18815) via Tejas Sharma
  • [actions] remove all instances of is_string in options and use type for appetize (#18809), crashlytics (#18855), danger (#18859), create_pull_request (#18858), create_keychain (#18857), create_app_on_managed_play_store (#18856), copy_artifacts (#18854), commit_version_bump (#18852), commit_github_file (#18851), cocoapods (#18850), cloc (#18849), clean_cocoapods_cache (#18848), clean_build_artifacts (#18847), badge (#18833), appium (#18828), apteligent (#18829), artifactory (#18830), automatic_code_signing (#18831), backup_xcarchive (#18832), changelog_from_git_commits (#18837), build_and_upload_to_appetize (#18834), bundle_install (#18835), carthage (#18836), chatwork (#18838) via Manish Rathi

2.185.0 Improvements

  • [regression][pilot] fix upload using api_key_path + apple_id input options (#18771) via Manish Rathi
  • [regression][git_branch][push_to_git_remote] fix broken push to git remote on CI (#18686) via Manish Rathi
  • [action][app_store_build_number] remove all instances of is_string in options and use type (#18795) via Manish Rathi
  • [snapshot][examples] fixed broken example project for trying out fastlane snapshot feature (#18797) via Bartosz Dolewski
  • [action][unlock_keychain] fix randomly failing unit tests for Ubuntu (#18778) via Manish Rathi
  • [action][add_git_tag] remove all instances of is_string in options and use type (#18782) via Manish Rathi
  • [action][app_store_connect_api_key] added the missing unit tests (#18799) via Manish Rathi
  • [action][appetize_viewing_url_generator] remove all instances of is_string in options and use type (#18800) via Manish Rathi
  • [deliver] fix undefined variable when live edit (#18802) via Shouichi Kamiya
  • [resign] fix app entitlements extraction (#18804) via fʗɑρ
  • [Fastlane.Swift] fix complexity limits introduced in Swift 5.4 (#18774) via Jorge Revuelta
  • [fastlane_core] [env] add Swift version to fastlane env (#18772) via Jorge Revuelta
  • [action][app_store_build_number] added the missing unit tests (#18788) via Manish Rathi
  • [pilot] improve the Pilot::Manager unit tests (#18777) via Manish Rathi
  • [action][adb] remove all instances of is_string in options and use type (#18776) via Manish Rathi
  • [action][adb_devices] remove all instances of is_string in options and use type (#18775) via Manish Rathi

... (truncated)

Commits
  • 4addbe8 Version bump to 2.187.0 (#19017)
  • ba8be11 [screengrab] general improvements, removed deprecated and un-needed code (#18...
  • f072a8f [produce][spaceship] update bundle capability API and add new bundle capabili...
  • 80acbac [action][setup_jenkins] Fix type for add_keychain_to_search_list option (#1...
  • ce2644d [action][unlock_keychain] remove all instances of is_string in options and ...
  • 78394db [action][sourcedocs] Fix options formatting (#18993)
  • 7479f98 [action][slather] remove all instances of is_string in options and use `typ...
  • e3200d8 [action][update_app_group_identifiers] remove all instances of is_string in...
  • 510f729 [action][update_code_signing_settings] remove all instances of is_string in...
  • a258e5e [action][update_fastlane] remove all instances of is_string in options and ...
  • 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 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)
fbernutz commented 3 years ago

@dependabot rebase