Skip to content

Commit

Permalink
Bump url_launcher from 6.3.0 to 6.3.1 in /dashboard (#3943)
Browse files Browse the repository at this point in the history
Bumps [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 6.3.0 to 6.3.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/flutter/packages/commit/00972569682da33556f40c1ec64cf73273554e0f"><code>0097256</code></a> [url_launcher] Remove incorrect SMS instructions (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/7807">#7807</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/4afc383a6db56cb969af5d8ad02a1a0220758b66"><code>4afc383</code></a> [various] Update Java compatibility version to 11 (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/7795">#7795</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/6dd7f6bdf30438323e08f2ac1bb775d98f555654"><code>6dd7f6b</code></a> [url_launcher] Update Android Pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/7744">#7744</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/68ccd8c1522de41fe8f0bacfb6bf427011c60a9a"><code>68ccd8c</code></a> [various] Unpin some dev dependencies (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/7762">#7762</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/21d99dcc16c904871ad81efcc009c90d57c6c5b2"><code>21d99dc</code></a> [various] Adds macOS privacy manifests (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/7687">#7687</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/08614a7a6627934610564fb01440085b2890b54f"><code>08614a7</code></a> [many] Update example android apps to target SDK level 34. (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/7587">#7587</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/de42d8ea13228e28b908fca0a2fcb1b8e1951409"><code>de42d8e</code></a> [many] Upgrade example apps to AGP 8.5.2 (if they were below 8.1.0) (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/7521">#7521</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/6c12c88544a7201dafba3707e84c83a9c2d3f459"><code>6c12c88</code></a> [url_launcher] Ignore new <code>unreachable_switch_default</code> warning. (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/7487">#7487</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/c5d03ee2f2db63a42c0e3b0450b858783a9d6c64"><code>c5d03ee</code></a> [many] Remove dependency on <code>kotlin-bom</code> (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/7088">#7088</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/2703d10608d4928a1477f9ba75c98aaa68904f66"><code>2703d10</code></a> Remove unnecessary breaks in default clauses of switch statements (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/7462">#7462</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/url_launcher-v6.3.1/packages/url_launcher">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url_launcher&package-manager=pub&previous-version=6.3.0&new-version=6.3.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`.

---

<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>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 71a2d7d commit 9465915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
protobuf: 3.1.0 # Rolled by dependabot
provider: 6.1.2 # Rolled by dependabot
truncate: 3.0.1 # Rolled by dependabot
url_launcher: 6.3.0 # Rolled by dependabot
url_launcher: 6.3.1 # Rolled by dependabot
url_launcher_platform_interface: 2.3.2 # Rolled by dependabot
url_launcher_web: 2.3.3 # Rolled by dependabot

Expand Down

0 comments on commit 9465915

Please sign in to comment.