Skip to content

Commit dc436f8

Browse files
Bump url_launcher_web from 2.3.3 to 2.4.0 in /dashboard (#4156)
Bumps [url_launcher_web](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 2.3.3 to 2.4.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/6bf90e8e898b21c627d58d8e2c8661d3975e7e2f"><code>6bf90e8</code></a> [url_launcher][web] Better support for semantics in the Link widget (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/6711">#6711</a>)</li> <li><a href="https://github.com/flutter/packages/commit/11a9fa8bf6e5a49d02aef0ba5c5a95037a2acbc3"><code>11a9fa8</code></a> [ci] Run web tests in wasm (unit + integration). (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/8111">#8111</a>)</li> <li><a href="https://github.com/flutter/packages/commit/2d5e714c51f7239525a947a107be4ce8e9415ad5"><code>2d5e714</code></a> Bump Plugin Example Apps to TargetSdkVersion &gt;= 34 (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/8285">#8285</a>)</li> <li><a href="https://github.com/flutter/packages/commit/4841b26c129361b09d868f32a3bdc222e75398ff"><code>4841b26</code></a> [ci] Re-enable macOS sandboxing (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/8293">#8293</a>)</li> <li><a href="https://github.com/flutter/packages/commit/a77fb8171c9e9cd7507d91f240d6bfd245128c9b"><code>a77fb81</code></a> [ci] Update for 3.27 stable release (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/8284">#8284</a>)</li> <li><a href="https://github.com/flutter/packages/commit/8522c9e82f4ef0d1317d69dbc2eeadfefefce263"><code>8522c9e</code></a> [various] Update iOS/macOS Pigeon versions (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/8226">#8226</a>)</li> <li><a href="https://github.com/flutter/packages/commit/bd8dafac67c2dd30abc648cbec375937099209c0"><code>bd8dafa</code></a> [various] Add Swift Package Manager integration to example apps (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/8219">#8219</a>)</li> <li><a href="https://github.com/flutter/packages/commit/e2e55cf72e6827da6b72c402e158adb02a5152e2"><code>e2e55cf</code></a> [various] Migrate example apps' AppDelegate.swift (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/8155">#8155</a>)</li> <li><a href="https://github.com/flutter/packages/commit/920321356e4507f1471bb00413d84b846a3c2697"><code>9203213</code></a> Reland &quot;[url_launcher] Add Swift Package Manager integration to example app&quot; ...</li> <li><a href="https://github.com/flutter/packages/commit/c53e5c4f37f1d6697d71f837ad1ca4e08e65e332"><code>c53e5c4</code></a> Reverts &quot;[url_launcher] Add Swift Package Manager integration to example app ...</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/url_launcher_web-v2.4.0/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_web&package-manager=pub&previous-version=2.3.3&new-version=2.4.0)](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>
1 parent 00e0563 commit dc436f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
truncate: 3.0.1 # Rolled by dependabot
2727
url_launcher: 6.3.1 # Rolled by dependabot
2828
url_launcher_platform_interface: 2.3.2 # Rolled by dependabot
29-
url_launcher_web: 2.3.3 # Rolled by dependabot
29+
url_launcher_web: 2.4.0 # Rolled by dependabot
3030

3131
dev_dependencies:
3232
flutter_test:

0 commit comments

Comments
 (0)