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.220.0 to 2.221.1 #1102

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2024

Bumps fastlane from 2.220.0 to 2.221.1.

Release notes

Sourced from fastlane's releases.

2.221.1 Improvements

  • [deliver][spaceship] remove IDFA declarations for Apple App Store submission process (#22003) via Vyacheslav Frolov (@​fr0l)

2.221.0 Improvements

  • [produce] fix produce passing incorrect teamId when modifying capabilities (#21885) via Hiroto Nakamura (@​Hiroto-N)
  • [spaceship] support individual API key (#21987) via Ryosuke Ito (@​manicmaniac)
  • [pilot] fix ASC API error when reject_build_waiting_for_review: true (#21995) via Olivier Halligon (@​AliSoftware)
  • [spaceship] use new app store statuses to filter app versions and app infos (#21895) via Lukasz Grabowski (@​lucgrabowski)
  • [spaceship] move endpoint version from hostname to path (#21900) via Lukasz Grabowski (@​lucgrabowski)
  • [fastlane] print better errors when exception occurring in Fastfile (#21977) via Olivier Halligon (@​AliSoftware)
  • [action][spm] add --very-verbose option (#21128) via Atsuto Yamashita (@​att55)
  • [match] fix fetch_provisioning_profile when output_path is provided as a match option (#21946) via Jason Hagglund (@​TheMetalCode)
Commits

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.220.0 to 2.221.1.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md)
- [Commits](fastlane/fastlane@fastlane/2.220.0...fastlane/2.221.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the pr:dependencies Pull requests that update a dependency file label Jun 20, 2024
@vegaro vegaro enabled auto-merge (squash) July 1, 2024 08:24
@vegaro vegaro merged commit 8831543 into main Jul 1, 2024
8 checks passed
@vegaro vegaro deleted the dependabot/bundler/fastlane-2.221.1 branch July 1, 2024 08:24
tonidero pushed a commit that referenced this pull request Jul 4, 2024
**This is an automatic release.**

### New Features
* Add support for `DEFERRED` upgrades and updates
purchases-hybrid-common to 11.1.0 (#1108) via RevenueCat Git Bot
(@RCGitBot)
* [Android
7.12.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.12.0)
* [iOS
4.43.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.2)
* [iOS
4.43.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.1)
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 11.0.0 (#1106) via
RevenueCat Git Bot (@RCGitBot)
* [Android
7.12.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.12.0)
* [iOS
4.43.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.2)
* [iOS
4.43.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.1)
* Bump fastlane from 2.220.0 to 2.221.1 (#1102) via dependabot[bot]
(@dependabot[bot])
### Other Changes
* Adds .aiexclude (#1104) via JayShortway (@JayShortway)
* get_phc_version now also checks PHC UI versions (#1100) via
JayShortway (@JayShortway)
* Removes api key from integration test (#1098) via JayShortway
(@JayShortway)
Jethro87 pushed a commit to Jethro87/purchases-flutter that referenced this pull request Jan 4, 2025
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.220.0 to
2.221.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastlane/fastlane/releases">fastlane's
releases</a>.</em></p>
<blockquote>
<h2>2.221.1 Improvements</h2>
<ul>
<li>[deliver][spaceship] remove IDFA declarations for Apple App Store
submission process (<a
href="https://redirect.github.com/fastlane/fastlane/issues/22003">#22003</a>)
via Vyacheslav Frolov (<a
href="https://github.com/fr0l"><code>@​fr0l</code></a>)</li>
</ul>
<h2>2.221.0 Improvements</h2>
<ul>
<li>[produce] fix produce passing incorrect teamId when modifying
capabilities (<a
href="https://redirect.github.com/fastlane/fastlane/issues/21885">#21885</a>)
via Hiroto Nakamura (<a
href="https://github.com/Hiroto-N"><code>@​Hiroto-N</code></a>)</li>
<li>[spaceship] support individual API key (<a
href="https://redirect.github.com/fastlane/fastlane/issues/21987">#21987</a>)
via Ryosuke Ito (<a
href="https://github.com/manicmaniac"><code>@​manicmaniac</code></a>)</li>
<li>[pilot] fix ASC API error when
<code>reject_build_waiting_for_review: true</code> (<a
href="https://redirect.github.com/fastlane/fastlane/issues/21995">#21995</a>)
via Olivier Halligon (<a
href="https://github.com/AliSoftware"><code>@​AliSoftware</code></a>)</li>
<li>[spaceship] use new app store statuses to filter app versions and
app infos (<a
href="https://redirect.github.com/fastlane/fastlane/issues/21895">#21895</a>)
via Lukasz Grabowski (<a
href="https://github.com/lucgrabowski"><code>@​lucgrabowski</code></a>)</li>
<li>[spaceship] move endpoint version from hostname to path (<a
href="https://redirect.github.com/fastlane/fastlane/issues/21900">#21900</a>)
via Lukasz Grabowski (<a
href="https://github.com/lucgrabowski"><code>@​lucgrabowski</code></a>)</li>
<li>[fastlane] print better errors when exception occurring in Fastfile
(<a
href="https://redirect.github.com/fastlane/fastlane/issues/21977">#21977</a>)
via Olivier Halligon (<a
href="https://github.com/AliSoftware"><code>@​AliSoftware</code></a>)</li>
<li>[action][spm] add <code>--very-verbose</code> option (<a
href="https://redirect.github.com/fastlane/fastlane/issues/21128">#21128</a>)
via Atsuto Yamashita (<a
href="https://github.com/att55"><code>@​att55</code></a>)</li>
<li>[match] fix <code>fetch_provisioning_profile</code> when
<code>output_path</code> is provided as a match option (<a
href="https://redirect.github.com/fastlane/fastlane/issues/21946">#21946</a>)
via Jason Hagglund (<a
href="https://github.com/TheMetalCode"><code>@​TheMetalCode</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fastlane/fastlane/commit/0fd9970703bf52d2e04d84b4950d6a675c70bfd0"><code>0fd9970</code></a>
Update release_step_2_create_github_release.yml (<a
href="https://redirect.github.com/fastlane/fastlane/issues/22099">#22099</a>)</li>
<li><a
href="https://github.com/fastlane/fastlane/commit/d2d5243e8ebc1ebcf085a219cc9e56a0027ad90e"><code>d2d5243</code></a>
Version bump to 2.221.1 (<a
href="https://redirect.github.com/fastlane/fastlane/issues/22098">#22098</a>)</li>
<li><a
href="https://github.com/fastlane/fastlane/commit/3e7592349ea7738f943f45a1f299f4e236b02ae8"><code>3e75923</code></a>
[fastlane] Delete IDFA declarations for Apple App Store submission (<a
href="https://redirect.github.com/fastlane/fastlane/issues/22003">#22003</a>)</li>
<li><a
href="https://github.com/fastlane/fastlane/commit/94a5585f6b7589786243f8df4b96f220f770445c"><code>94a5585</code></a>
[ci] add manual to process release workflow (<a
href="https://redirect.github.com/fastlane/fastlane/issues/22095">#22095</a>)</li>
<li><a
href="https://github.com/fastlane/fastlane/commit/4c1d96205114c3e179b96026ac2cd0c66ae7c567"><code>4c1d962</code></a>
Add[ci] mnanual dispatch th to deploy rubygems workflow (<a
href="https://redirect.github.com/fastlane/fastlane/issues/22094">#22094</a>)</li>
<li><a
href="https://github.com/fastlane/fastlane/commit/428d8a1cb4e8bf529ad54cc7f47a7f435874e096"><code>428d8a1</code></a>
[ci] pass versino to download_github_release_gem to get gem (<a
href="https://redirect.github.com/fastlane/fastlane/issues/22093">#22093</a>)</li>
<li><a
href="https://github.com/fastlane/fastlane/commit/63fbbe536ebdd9454a37011d39a9c187fa473d74"><code>63fbbe5</code></a>
[ci] add to create github release workflow (<a
href="https://redirect.github.com/fastlane/fastlane/issues/22092">#22092</a>)</li>
<li><a
href="https://github.com/fastlane/fastlane/commit/63d2c995847e913610185b3766015bea3a2619d8"><code>63d2c99</code></a>
[ci] publish github packages (<a
href="https://redirect.github.com/fastlane/fastlane/issues/22091">#22091</a>)</li>
<li><a
href="https://github.com/fastlane/fastlane/commit/dfd2abc33975c15f841e38c4e58458e9453d394e"><code>dfd2abc</code></a>
[ci] automate GitHub Release creation with attached Gem (<a
href="https://redirect.github.com/fastlane/fastlane/issues/22090">#22090</a>)</li>
<li><a
href="https://github.com/fastlane/fastlane/commit/06f762edf8c46d5171765a200026fd16bf23fd88"><code>06f762e</code></a>
[ci] fix tag and bump merge again (<a
href="https://redirect.github.com/fastlane/fastlane/issues/22083">#22083</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fastlane/fastlane/compare/fastlane/2.220.0...fastlane/2.221.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastlane&package-manager=bundler&previous-version=2.220.0&new-version=2.221.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Jethro87 pushed a commit to Jethro87/purchases-flutter that referenced this pull request Jan 4, 2025
**This is an automatic release.**

### New Features
* Add support for `DEFERRED` upgrades and updates
purchases-hybrid-common to 11.1.0 (RevenueCat#1108) via RevenueCat Git Bot
(@RCGitBot)
* [Android
7.12.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.12.0)
* [iOS
4.43.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.2)
* [iOS
4.43.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.1)
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 11.0.0 (RevenueCat#1106) via
RevenueCat Git Bot (@RCGitBot)
* [Android
7.12.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.12.0)
* [iOS
4.43.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.2)
* [iOS
4.43.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.1)
* Bump fastlane from 2.220.0 to 2.221.1 (RevenueCat#1102) via dependabot[bot]
(@dependabot[bot])
### Other Changes
* Adds .aiexclude (RevenueCat#1104) via JayShortway (@JayShortway)
* get_phc_version now also checks PHC UI versions (RevenueCat#1100) via
JayShortway (@JayShortway)
* Removes api key from integration test (RevenueCat#1098) via JayShortway
(@JayShortway)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant