Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fastlane from 2.213.0 to 2.214.0 #2824

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps fastlane from 2.213.0 to 2.214.0.

Release notes

Sourced from fastlane's releases.

2.214.0 Improvements

  • [spaceship] fix olympus session request error after skipping 2FA Upgrade (#21317) via AbbyM (@​AbbyM)
  • [spaceship] add update method to ConnectAPI::User (#20956) via Vitalii Budnik (@​nekrich)
  • [supply][action] add download_apk_from_google_play action (and corresponding supply methods) (#21315) via Olivier Halligon (@​AliSoftware)
  • [docs] fix sync_code_signing.md (#21202) via Yuki Sakai (@​VeyronSakai)
  • [fastlane] fix fastlane action template warnings reported by Rubocop (#21310) via Bartosz Kosiorek (@​BartoszKosiorek-TomTom)
  • [docs][match] fix typos, improve wording, incorporate improvements to match documentation examples (#21302) via Roger Oba (@​rogerluan)
  • [match] fixes Gitlab Secure Files API limit (#21361) via Darby Frey (@​darbyfrey)
  • [match] adding access token prompt for GitLab Secure Files Match (#21279) via Darby Frey (@​darbyfrey)
  • [deliver] update upload_price_tier (#21282) via lukethoene (@​lukethoene)
Commits
  • 600555c Version bump to 2.214.0 (#21399)
  • 3d2d208 Fix olympus session request error after skipping 2FA Upgrade (#21317)
  • 18f7716 [spaceship] add update method to ConnectAPI::User (#20956)
  • 5030f31 [supply][action] add download_apk_from_google_play action (and correspondin...
  • f00b39b [actions] fix sync_code_signing.md (#21202)
  • e70b3d1 [actions] Fix fastlane action template warnings reported by Rubocop (#21310)
  • 4635534 [docs][match] fix typos, improve wording, incorporate improvements to match d...
  • 37f2f6c [match] Fixes Gitlab Secure Files API limit (#21361)
  • ba801c7 [match] Add access token prompt for GitLab Secure Files Match (#21279)
  • 0495da3 updates prici (#21282)
  • See full diff 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)

Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.213.0 to 2.214.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Commits](fastlane/fastlane@fastlane/2.213.0...fastlane/2.214.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 pr:dependencies Changes on external dependencies label Jul 17, 2023
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #2824 (e6c760e) into main (44beda7) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2824      +/-   ##
==========================================
+ Coverage   86.54%   86.56%   +0.02%     
==========================================
  Files         216      216              
  Lines       15495    15495              
==========================================
+ Hits        13410    13414       +4     
+ Misses       2085     2081       -4     

see 2 files with indirect coverage changes

@NachoSoto NachoSoto merged commit cf6c862 into main Jul 17, 2023
2 checks passed
@NachoSoto NachoSoto deleted the dependabot/bundler/fastlane-2.214.0 branch July 17, 2023 13:45
NachoSoto added a commit that referenced this pull request Jul 19, 2023
**This is an automatic release.**

### Dependency Updates
* Bump fastlane from 2.213.0 to 2.214.0 (#2824) via dependabot[bot]
(@dependabot[bot])
### Other Changes
* `MainThreadMonitor`: don't crash if there is no test in progress
(#2838) via NachoSoto (@NachoSoto)
* `CI`: fixed Fastlane APITester lanes (#2836) via NachoSoto
(@NachoSoto)
* `Integration Tests`: workaround Swift runtime crash (#2826) via
NachoSoto (@NachoSoto)
* `@EnsureNonEmptyArrayDecodable` (#2831) via NachoSoto (@NachoSoto)
* `iOS 17`: added tests for simulating cancellations (#2597) via
NachoSoto (@NachoSoto)
* `CI`: make all `Codecov` jobs `informational` (#2828) via NachoSoto
(@NachoSoto)
* `MainThreadMonitor`: check deadlocks only ever N seconds (#2820) via
NachoSoto (@NachoSoto)
* New `@NonEmptyStringDecodable` (#2819) via NachoSoto (@NachoSoto)
* `MockDeviceCache`: avoid using real `UserDefaults` (#2814) via
NachoSoto (@NachoSoto)
* `throwAssertion`: fixed Xcode 15 compilation (#2813) via NachoSoto
(@NachoSoto)
* `CustomEntitlementsComputation`: fixed API testers (#2815) via
NachoSoto (@NachoSoto)
* `PackageTypeTests`: fixed iOS 12 (#2807) via NachoSoto (@NachoSoto)
* `Tests`: avoid race-condition in leak detection (#2806) via NachoSoto
(@NachoSoto)
* Revert "`Unit Tests`: removed leak detection" (#2805) via NachoSoto
(@NachoSoto)
* `PackageType: Codable` implementation (#2797) via NachoSoto
(@NachoSoto)
* `SystemInfo.init` no longer `throws` (#2803) via NachoSoto
(@NachoSoto)
* `Trusted Entitlements`: add support for signing `POST` body (#2753)
via NachoSoto (@NachoSoto)
* `Tests`: unified default timeouts (#2801) via NachoSoto (@NachoSoto)
* `Tests`: removed forced-unwrap (#2799) via NachoSoto (@NachoSoto)
* `Tests`: added missing `super.setUp()` (#2804) via NachoSoto
(@NachoSoto)
* Replaced `FatalErrorUtil` with `Nimble` (#2802) via NachoSoto
(@NachoSoto)
* `Tests`: fixed another flaky test (#2795) via NachoSoto (@NachoSoto)
* `TimingUtil`: improved tests by using `Clock` (#2794) via NachoSoto
(@NachoSoto)
* `IgnoreDecodeErrors`: log decoding error (#2778) via NachoSoto
(@NachoSoto)
* `TestLogHandler`: changed all tests to explicitly deinitialize it
(#2784) via NachoSoto (@NachoSoto)
* `LocalReceiptParserStoreKitTests`: fixed flaky test failure (#2785)
via NachoSoto (@NachoSoto)
* `Unit Tests`: removed leak detection (#2792) via NachoSoto
(@NachoSoto)
* `Tests`: fixed another flaky failure with asynchronous check (#2786)
via NachoSoto (@NachoSoto)

---------

Co-authored-by: NachoSoto <ignaciosoto90@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:dependencies Changes on external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant