iotaledger / trinity-wallet

Trinity is IOTA's old, deprecated wallet. Use Firefly instead.
https://trinity.iota.org
Other
470 stars 120 forks source link

chore(deps): Bump fastlane from 2.181.0 to 2.190.0 in /src/mobile/android #3493

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps fastlane from 2.181.0 to 2.190.0.

Release notes

Sourced from fastlane's releases.

2.190.0 Improvements

  • [pilot] added the Pilot::BuildManager::list method unit tests (#19191) via Manish Rathi
  • [pilot] added the Pilot::BuildManager::check_for_changelog_or_whats_new! method unit tests (#19190) via Manish Rathi
  • [action] add no-ansi option to clean_cocoapods_cache action (#19189) via Atsuto Yamashita
  • [spaceship] Add visible_apps relationship to invite users with app permissions and fetch user's app permissions (#19053) via Lukasz Grabowski
  • [spaceship] Adding three missing beta testers/groups methods (#19039) via gsavit
  • [clean_cocoapods_cache] Add verbose option (#19188) via Atsuto Yamashita
  • [action] add frozen option to bundle_install action (#19183) via Atsuto Yamashita
  • [action] add silent option to clean_cocoapods_cache action (#19187) via Atsuto Yamashita
  • [action][clean_cocoapods_cache] Add allow-root option (#19185) via Atsuto Yamashita
  • [action][bundle_install] add redownload option to bundle_install action (#19182) via Atsuto Yamashita
  • [fastlane_core] mask passwords in verbose output (#19173) via Christoph Dreis
  • [action][app_store_connect_api_key] Change default token duration (#19175) via David Brunow
  • [action][zip] Add :include and :exclude config options (#19149) via Liam Nichols
  • [spaceship] Add x-csrf-itc header to requests (#19145) via William Peterson
  • [sigh] skip cert verification on linux & Windows (#19116) via Abdul Wadood
  • [fastlane_core] skip overriding String.clear method when disabling colorization. (#19139) via Maxim Konstantinov
  • [scan] Fix typo in xcpretty_reporter_options_generator.rb (#19122) via Ikko Ashimine

2.189.0 Improvements

  • [scan] add support for SPM packages with new :package_path option (#19034) via Josh Holtz
  • [supply] add new option for changes_not_sent_for_review (#19117) via Joe Flateau
  • [precheck] remove all instances of is_string in options and use type (#19075) via Manish Rathi

2.188.0 Important fix for Apple ID auth

‼️ This is a must have update to fix some authentication issues for Apple ID Auth

  • [spaceship] new team switching endpoint (#19132) via Josh Holtz
  • [fastlane] bump addressable to >= 2.8 for patch security vulnerability (#19087) via Josh Holtz
  • [action] gradle: Update for GRADLE_OUTPUT_JSON_OUTPUT_PATH and GRADLE… (#19038) via Bình Phạm
  • [fastlane] added rubocop rule for no is_string in fastlane folder and actions (#19069) via Josh Holtz
  • [fastlane][plugins] updated the ruby version in plugins' template (#19046) via Manish Rathi
  • [screengrab] update dependencies and remove a jcenter dependency (#19020) via penn5
  • [action] remove all instances of is_string in options and use type for appledoc (#19042), update_url_schemes (#19027), validate_play_store_json_key (#19030), version_get_podspec (#19031), upload_symbols_to_sentry (#19029), upload_app_privacy_details_to_app_store (#19028), xcode_server_get_assets (#19032), update_urban_airship_configuration (#19026), update_project_provisioning (#19025), update_plist (#19024), update_keychain_access_groups (#19023), update_info_plist (#19022), update_icloud_container_identifiers (#19021) via Manish Rathi

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

... (truncated)

Commits
  • 3b4186b Version bump to 2.190.0 (#19193)
  • 0a8b51e [pilot] added the Pilot::BuildManager::list method unit tests (#19191)
  • 61fe36d [pilot] added the Pilot::BuildManager::check_for_changelog_or_whats_new! meth...
  • 4562fdf add no-ansi option to clean_cocoapods_cache action (#19189)
  • 5fb3ff7 [spaceship] Add visible_apps relationship to invite users with app permission...
  • c07e08d [spaceship] Adding three missing beta testers/groups methods (#19039)
  • 2677929 [clean_cocoapods_cache] Add verbose option (#19188)
  • ba33c3d add frozen option to bundle_install action (#19183)
  • 40e252b add silent option to clean_cocoapods_cache action (#19187)
  • 0072e33 [clean_cocoapods_cache] Add allow-root option (#19185)
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)