[PR #151] [MERGED] Bump the pub group in /app with 3 updates #151

Closed
opened 2025-10-31 16:58:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/151
Author: @dependabot[bot]
Created: 3/1/2024
Status: Merged
Merged: 3/2/2024
Merged by: @ricoberger

Base: mainHead: dependabot/pub/app/pub-cb2df82a0a


📝 Commits (2)

  • a22d46d Bump the pub group in /app with 3 updates
  • 4fb50f3 Update Flutter Version and Podfile

📊 Changes

7 files changed (+40 additions, -40 deletions)

View changed files

📝 .github/workflows/continuous-delivery.yaml (+7 -7)
📝 .github/workflows/continuous-integration.yaml (+1 -1)
📝 CONTRIBUTING.md (+2 -2)
📝 app/ios/Podfile.lock (+9 -9)
📝 app/macos/Podfile.lock (+9 -9)
📝 app/pubspec.lock (+9 -9)
📝 app/pubspec.yaml (+3 -3)

📄 Description

Bumps the pub group in /app with 3 updates: provider, purchases_flutter and sign_in_with_apple.

Updates provider from 6.1.1 to 6.1.2

Commits

Updates purchases_flutter from 6.21.1 to 6.22.0

Release notes

Sourced from purchases_flutter's releases.

6.22.0

Bugfixes

  • Make CustomerInfo allPurchaseDates values nullable (#989) via Toni Rico (@​tonidero)

Dependency Updates

Changelog

Sourced from purchases_flutter's changelog.

6.22.0

Bugfixes

  • Make CustomerInfo allPurchaseDates values nullable (#989) via Toni Rico (@​tonidero)

Dependency Updates

Commits

Updates sign_in_with_apple from 5.0.0 to 6.0.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/151 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2024 **Status:** ✅ Merged **Merged:** 3/2/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/pub/app/pub-cb2df82a0a` --- ### 📝 Commits (2) - [`a22d46d`](https://github.com/feeddeck/feeddeck/commit/a22d46d6c849cb271a41b7147e142d944951f85d) Bump the pub group in /app with 3 updates - [`4fb50f3`](https://github.com/feeddeck/feeddeck/commit/4fb50f3060ded32adef9859408e268b1217d0e15) Update Flutter Version and Podfile ### 📊 Changes **7 files changed** (+40 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-delivery.yaml` (+7 -7) 📝 `.github/workflows/continuous-integration.yaml` (+1 -1) 📝 `CONTRIBUTING.md` (+2 -2) 📝 `app/ios/Podfile.lock` (+9 -9) 📝 `app/macos/Podfile.lock` (+9 -9) 📝 `app/pubspec.lock` (+9 -9) 📝 `app/pubspec.yaml` (+3 -3) </details> ### 📄 Description Bumps the pub group in /app with 3 updates: [provider](https://github.com/rrousselGit/provider), [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) and [sign_in_with_apple](https://github.com/aboutyou/dart_packages). Updates `provider` from 6.1.1 to 6.1.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rrousselGit/provider/commit/06865ec95b8e188ca70c8939e8f68f43e653545e"><code>06865ec</code></a> provider : 6.1.1 -&gt; 6.1.2</li> <li><a href="https://github.com/rrousselGit/provider/commit/650e6a5e93701471dd643f0752030ca2300dfa56"><code>650e6a5</code></a> Fix no rebuild when listening to context of Selector.builder (<a href="https://redirect.github.com/rrousselGit/provider/issues/863">#863</a>)</li> <li><a href="https://github.com/rrousselGit/provider/commit/c4b6c2b371e5c94175706d6e0cb8a516f688d4a8"><code>c4b6c2b</code></a> Skip flutter leaks</li> <li><a href="https://github.com/rrousselGit/provider/commit/229124ab91e802af21574fa084145d73070cf31b"><code>229124a</code></a> Enable leak tracking (<a href="https://redirect.github.com/rrousselGit/provider/issues/856">#856</a>)</li> <li><a href="https://github.com/rrousselGit/provider/commit/d696f6e5fedab185e3b2c00a69953d5fe3186f01"><code>d696f6e</code></a> docs: change selector example from tuple to records (<a href="https://redirect.github.com/rrousselGit/provider/issues/855">#855</a>)</li> <li><a href="https://github.com/rrousselGit/provider/commit/ad975c034faca02182328cc558445ba7fcca3106"><code>ad975c0</code></a> Cannot -&gt; Should not</li> <li>See full diff in <a href="https://github.com/rrousselGit/provider/compare/provider-v6.1.1...provider-v6.1.2">compare view</a></li> </ul> </details> <br /> Updates `purchases_flutter` from 6.21.1 to 6.22.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/RevenueCat/purchases-flutter/releases">purchases_flutter's releases</a>.</em></p> <blockquote> <h2>6.22.0</h2> <h3>Bugfixes</h3> <ul> <li>Make <code>CustomerInfo</code> <code>allPurchaseDates</code> values nullable (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/989">#989</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h3>Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.8.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/990">#990</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/7.6.0">Android 7.6.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.37.0">iOS 4.37.0</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md">purchases_flutter's changelog</a>.</em></p> <blockquote> <h2>6.22.0</h2> <h3>Bugfixes</h3> <ul> <li>Make <code>CustomerInfo</code> <code>allPurchaseDates</code> values nullable (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/989">#989</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h3>Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.8.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/990">#990</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/7.6.0">Android 7.6.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.37.0">iOS 4.37.0</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/91c601ffc897fc001994478c8df7bd64b2bfa8d9"><code>91c601f</code></a> Update VERSIONS.md</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/f2196179bdff451ac6370cad1e8d19577ac62b40"><code>f219617</code></a> Version bump for 6.22.0</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/648e7f2048a305d1f70a9de10626a2f07d699004"><code>648e7f2</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.8.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/990">#990</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/a50809287307e503abcf19286ce6a449fab92cf3"><code>a508092</code></a> [AUTOMATIC] Release/6.21.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/987">#987</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/67a1178e7e0b644cd21dc97245bce7d3c1448e28"><code>67a1178</code></a> Make <code>CustomerInfo</code> <code>allPurchaseDates</code> values nullable (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/989">#989</a>)</li> <li>See full diff in <a href="https://github.com/RevenueCat/purchases-flutter/compare/6.21.1...6.22.0">compare view</a></li> </ul> </details> <br /> Updates `sign_in_with_apple` from 5.0.0 to 6.0.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aboutyou/dart_packages/commits">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:58:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#151