[PR #209] [CLOSED] Bump the pub group in /app with 4 updates #206

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

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/209
Author: @dependabot[bot]
Created: 12/1/2024
Status: Closed

Base: mainHead: dependabot/pub/app/pub-827070be63


📝 Commits (1)

  • 48ef3f1 Bump the pub group in /app with 4 updates

📊 Changes

2 files changed (+18 additions, -18 deletions)

View changed files

📝 app/pubspec.lock (+14 -14)
📝 app/pubspec.yaml (+4 -4)

📄 Description

Bumps the pub group in /app with 4 updates: flutter_native_splash, purchases_flutter, supabase_flutter and youtube_explode_dart.

Updates flutter_native_splash from 2.4.2 to 2.4.3

Release notes

Sourced from flutter_native_splash's releases.

v2.4.3

  • Add Swift Package Manager support. Closes #749.
  • Update example to use Kotlin.
Changelog

Sourced from flutter_native_splash's changelog.

[2.4.3] - (2024-Nov-17)

  • Add Swift Package Manager support. Closes #749.
  • Update example to use Kotlin.
Commits
  • 62ee636 Add Swift Package Manager support. Closes #749. Update example to use Kotlin.
  • See full diff in compare view

Updates purchases_flutter from 8.2.1 to 8.2.2

Release notes

Sourced from purchases_flutter's releases.

8.2.2

RevenueCat SDK

📦 Dependency Updates

Changelog

Sourced from purchases_flutter's changelog.

8.2.2

RevenueCat SDK

📦 Dependency Updates

Commits

Updates supabase_flutter from 2.8.0 to 2.8.1

Changelog

Sourced from supabase_flutter's changelog.

supabase_flutter - v2.8.1

2024-10-07

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


functions_client - v2.4.0

gotrue - v2.10.0

postgrest - v2.3.0

realtime_client - v2.4.0

storage_client - v2.2.0

supabase - v2.5.0

... (truncated)

Commits
  • ae29c14 chore(release): publish packages
  • 0e69c58 fix: Make token in verifyOtp nullable (#950)
  • 691a8b5 chore(release): Publish packages supabase_flutter@2.5.5 (#947)
  • b2854c5 fix(gotrue): Signing in does not remove the session unless the operation succ...
  • 98718b1 feat: Add zoom as a OAuth provider (#944)
  • 2541aa1 chore: Publish v2.5.4 (#939)
  • b25e41d chore: Add some comments on storage symbols. (#938)
  • d562352 chore: Internal packages are now imported with version specified (#931)
  • dba8bae feat: Allow setting timeout of RealtimeClient. (#932)
  • 408e816 chore(release): Publish packages (#927)
  • Additional commits viewable in compare view

Updates youtube_explode_dart from 2.3.5 to 2.3.6

Changelog

Sourced from youtube_explode_dart's changelog.

2.3.6

  • Update search playlists parsing due to yt changes.
  • Implement >,<,== operators for VideoResolution.
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/209 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pub/app/pub-827070be63` --- ### 📝 Commits (1) - [`48ef3f1`](https://github.com/feeddeck/feeddeck/commit/48ef3f10c40adea3c680b70e2aa954bff0dc0941) Bump the pub group in /app with 4 updates ### 📊 Changes **2 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `app/pubspec.lock` (+14 -14) 📝 `app/pubspec.yaml` (+4 -4) </details> ### 📄 Description Bumps the pub group in /app with 4 updates: [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash), [purchases_flutter](https://github.com/RevenueCat/purchases-flutter), [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) and [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart). Updates `flutter_native_splash` from 2.4.2 to 2.4.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jonbhanson/flutter_native_splash/releases">flutter_native_splash's releases</a>.</em></p> <blockquote> <h2>v2.4.3</h2> <ul> <li>Add Swift Package Manager support. Closes <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/749">#749</a>.</li> <li>Update example to use Kotlin.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md">flutter_native_splash's changelog</a>.</em></p> <blockquote> <h2>[2.4.3] - (2024-Nov-17)</h2> <ul> <li>Add Swift Package Manager support. Closes <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/749">#749</a>.</li> <li>Update example to use Kotlin.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonbhanson/flutter_native_splash/commit/62ee6369fa5993db4675b8ad73b4d09afbb305af"><code>62ee636</code></a> Add Swift Package Manager support. Closes <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/749">#749</a>. Update example to use Kotlin.</li> <li>See full diff in <a href="https://github.com/jonbhanson/flutter_native_splash/compare/v2.4.2...v2.4.3">compare view</a></li> </ul> </details> <br /> Updates `purchases_flutter` from 8.2.1 to 8.2.2 <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>8.2.2</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.9.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1206">#1206</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/8.10.2">Android 8.10.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/8.10.1">Android 8.10.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/8.10.0">Android 8.10.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.8.0">iOS 5.8.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>8.2.2</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.9.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1206">#1206</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/8.10.2">Android 8.10.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/8.10.1">Android 8.10.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/8.10.0">Android 8.10.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.8.0">iOS 5.8.0</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/022fecdfc183538e169181d19a55c080a1fa0454"><code>022fecd</code></a> Update VERSIONS.md</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/6e23c6aab32c61b4b748ece9cda21666332585d3"><code>6e23c6a</code></a> Version bump for 8.2.2</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/46ebe9ab447d2853a9695cef40137d4fb7164c7c"><code>46ebe9a</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.9.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1206">#1206</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/4dd6fe3209e5da9080d9243377089e575037434e"><code>4dd6fe3</code></a> [AUTOMATIC] Release/8.2.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1204">#1204</a>)</li> <li>See full diff in <a href="https://github.com/RevenueCat/purchases-flutter/compare/8.2.1...8.2.2">compare view</a></li> </ul> </details> <br /> Updates `supabase_flutter` from 2.8.0 to 2.8.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/supabase/supabase-flutter/blob/main/CHANGELOG.md">supabase_flutter's changelog</a>.</em></p> <blockquote> <h4><code>supabase_flutter</code> - <code>v2.8.1</code></h4> <ul> <li><strong>FIX</strong>: Support custom access token (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1073">#1073</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/fc9ad2c94a02921ca8ced4564d9bcd8cde2c2397">fc9ad2c9</a>)</li> </ul> <h2>2024-10-07</h2> <h3>Changes</h3> <hr /> <p>Packages with breaking changes:</p> <ul> <li>There are no breaking changes in this release.</li> </ul> <p>Packages with other changes:</p> <ul> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#functions_client---v240"><code>functions_client</code> - <code>v2.4.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#gotrue---v2100"><code>gotrue</code> - <code>v2.10.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#postgrest---v230"><code>postgrest</code> - <code>v2.3.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#realtime_client---v240"><code>realtime_client</code> - <code>v2.4.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#storage_client---v220"><code>storage_client</code> - <code>v2.2.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase---v250"><code>supabase</code> - <code>v2.5.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase_flutter---v280"><code>supabase_flutter</code> - <code>v2.8.0</code></a></li> </ul> <hr /> <h4><code>functions_client</code> - <code>v2.4.0</code></h4> <ul> <li><strong>FEAT</strong>: Add logging (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1042">#1042</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/d1ecabd77881a0488d2d4b41ea5ee5abda6c5c35">d1ecabd7</a>)</li> </ul> <h4><code>gotrue</code> - <code>v2.10.0</code></h4> <ul> <li><strong>FIX</strong>: Rename logger from gotrue to auth (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1055">#1055</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/eea1ea6c4e200e8ffc52d8343c0684c19670e3ed">eea1ea6c</a>)</li> <li><strong>FEAT</strong>: Add logging (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1042">#1042</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/d1ecabd77881a0488d2d4b41ea5ee5abda6c5c35">d1ecabd7</a>)</li> </ul> <h4><code>postgrest</code> - <code>v2.3.0</code></h4> <ul> <li><strong>FEAT</strong>: Add logging (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1042">#1042</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/d1ecabd77881a0488d2d4b41ea5ee5abda6c5c35">d1ecabd7</a>)</li> </ul> <h4><code>realtime_client</code> - <code>v2.4.0</code></h4> <ul> <li><strong>FEAT</strong>: Add logging (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1042">#1042</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/d1ecabd77881a0488d2d4b41ea5ee5abda6c5c35">d1ecabd7</a>)</li> </ul> <h4><code>storage_client</code> - <code>v2.2.0</code></h4> <ul> <li><strong>FEAT</strong>: Add logging (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1042">#1042</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/d1ecabd77881a0488d2d4b41ea5ee5abda6c5c35">d1ecabd7</a>)</li> </ul> <h4><code>supabase</code> - <code>v2.5.0</code></h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/supabase/supabase-flutter/commit/ae29c14fa6730d3b9389996325d9af98ee4cf333"><code>ae29c14</code></a> chore(release): publish packages</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/0e69c58fab161c52c6f7a0127b3fb3f73f1995e4"><code>0e69c58</code></a> fix: Make token in verifyOtp nullable (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/950">#950</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/691a8b5f13d30ad7b1f07889d08be1d7380a8dfc"><code>691a8b5</code></a> chore(release): Publish packages supabase_flutter@2.5.5 (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/947">#947</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/b2854c564f0f5e7844302a2f7e63394fa4c6fc34"><code>b2854c5</code></a> fix(gotrue): Signing in does not remove the session unless the operation succ...</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/98718b13172b4008547a2e2c6304b04ffb932bdf"><code>98718b1</code></a> feat: Add zoom as a OAuth provider (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/944">#944</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/2541aa1bcb71b71a2574a59d4737baeba729746b"><code>2541aa1</code></a> chore: Publish v2.5.4 (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/939">#939</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/b25e41dffa308fa0d2c24914c5b7b2f733ddc4a9"><code>b25e41d</code></a> chore: Add some comments on storage symbols. (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/938">#938</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/d5623522d964d101a72db483af2dfd7674b9ac74"><code>d562352</code></a> chore: Internal packages are now imported with version specified (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/931">#931</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/dba8bae0c87209c8f900d753a1e15be7557a07dc"><code>dba8bae</code></a> feat: Allow setting <code>timeout</code> of <code>RealtimeClient</code>. (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/932">#932</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/408e816ac66442eda90db3e83900b05c10dd604f"><code>408e816</code></a> chore(release): Publish packages (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/927">#927</a>)</li> <li>Additional commits viewable in <a href="https://github.com/supabase/supabase-flutter/commits/gotrue-v2.8.1/packages">compare view</a></li> </ul> </details> <br /> Updates `youtube_explode_dart` from 2.3.5 to 2.3.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Hexer10/youtube_explode_dart/blob/master/CHANGELOG.md">youtube_explode_dart's changelog</a>.</em></p> <blockquote> <h2>2.3.6</h2> <ul> <li>Update search playlists parsing due to yt changes.</li> <li>Implement &gt;,&lt;,== operators for <code>VideoResolution</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/020663d0d943962938b7e89fa77be3ebb4db518b"><code>020663d</code></a> Update version</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/23617029f83cb204d20c50cdb7501532b9d26480"><code>2361702</code></a> dartfmt</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/9c36f427cc73bc04d5c7a890181fd62d51d5c2d0"><code>9c36f42</code></a> Update search playlist parsing</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/ca457758498e549534bb8305c9e28f409735fe9d"><code>ca45775</code></a> Implement VideoResolution &lt;,&gt;,== operators</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/0e11873409add2d39815a859afbe41fb9291b4a6"><code>0e11873</code></a> Update issue template</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/ecce29c379ab15a9996c962fc5adc2e256e9a782"><code>ecce29c</code></a> Merge remote-tracking branch 'origin/master'</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/02ed5fe47b8287d778f0545d2b1f5ca051d5eefd"><code>02ed5fe</code></a> Update issue template</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/d2989385e49465d26fb2958450f657f668ec5de0"><code>d298938</code></a> Update bug_report.md</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/17a79261dad5792796fe1179d82a98317f9b60af"><code>17a7926</code></a> Add mweb client</li> <li>See full diff in <a href="https://github.com/Hexer10/youtube_explode_dart/compare/v2.3.5...v2.3.6">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:59:28 -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#206