[PR #107] [CLOSED] Bump the pub group in /app with 2 updates #108

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

📋 Pull Request Information

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

Base: mainHead: dependabot/pub/app/pub-90010c4945


📝 Commits (1)

  • ddddb3d Bump the pub group in /app with 2 updates

📊 Changes

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

View changed files

📝 app/pubspec.lock (+9 -9)
📝 app/pubspec.yaml (+2 -2)

📄 Description

Bumps the pub group in /app with 2 updates: cached_network_image and flutter_native_splash.

Updates cached_network_image from 3.3.0 to 3.3.1

Commits
  • f7e9672 Merge pull request #910 from Baseflow/feature/remove-duplicate-error-reporting
  • 83a63d7 Remove duplicate error reporting
  • 7d3434a Merge pull request #891 from RWolfing/develop
  • 7f49efc Merge pull request #909 from muhib349/fix_decoder_callback
  • b89bc5d fixed decoderCallback issue by updating flutter_blurhash version to 0.8.2
  • 32e2c08 Add missing error listener
  • See full diff in compare view

Updates flutter_native_splash from 2.3.8 to 2.3.9

Changelog

Sourced from flutter_native_splash's changelog.

[2.3.9]

  • Resolve lint warnings. Update readme.
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/107 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pub/app/pub-90010c4945` --- ### 📝 Commits (1) - [`ddddb3d`](https://github.com/feeddeck/feeddeck/commit/ddddb3d1e0ee799847b711d8f780a924ac94c165) Bump the pub group in /app with 2 updates ### 📊 Changes **2 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/pubspec.lock` (+9 -9) 📝 `app/pubspec.yaml` (+2 -2) </details> ### 📄 Description Bumps the pub group in /app with 2 updates: [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image) and [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash). Updates `cached_network_image` from 3.3.0 to 3.3.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/f7e967299702edd86243c99cc9d036a82944085a"><code>f7e9672</code></a> Merge pull request <a href="https://redirect.github.com/Baseflow/flutter_cached_network_image/issues/910">#910</a> from Baseflow/feature/remove-duplicate-error-reporting</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/83a63d7e30f954c60e01093058e40bbfd0bec1a9"><code>83a63d7</code></a> Remove duplicate error reporting</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/7d3434a954cbc603b84ede67e88705a20d17ff1b"><code>7d3434a</code></a> Merge pull request <a href="https://redirect.github.com/Baseflow/flutter_cached_network_image/issues/891">#891</a> from RWolfing/develop</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/7f49efcef79a274f336db32dc971e59274b7b595"><code>7f49efc</code></a> Merge pull request <a href="https://redirect.github.com/Baseflow/flutter_cached_network_image/issues/909">#909</a> from muhib349/fix_decoder_callback</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/b89bc5dff36e0c59bf50c4691f7fe55bcc407fc4"><code>b89bc5d</code></a> fixed decoderCallback issue by updating flutter_blurhash version to 0.8.2</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/32e2c08a5eaa629ec9cf68e737b387d64786e689"><code>32e2c08</code></a> Add missing error listener</li> <li>See full diff in <a href="https://github.com/Baseflow/flutter_cached_network_image/compare/v3.3.0...v3.3.1">compare view</a></li> </ul> </details> <br /> Updates `flutter_native_splash` from 2.3.8 to 2.3.9 <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.3.9]</h2> <ul> <li>Resolve lint warnings. Update readme.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonbhanson/flutter_native_splash/commit/677dbd47d87ee250cc3c6ab343d18a7b61acbbd3"><code>677dbd4</code></a> Resolve lint warnings. Update readme.</li> <li>See full diff in <a href="https://github.com/jonbhanson/flutter_native_splash/compare/v2.3.8...v2.3.9">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:57:29 -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#108