Skip to content

Commit 9d7d6d4

Browse files
chore(deps): bump async from 2.13.0 to 2.13.1 (#1073)
Bumps [async](https://github.com/dart-lang/core/tree/main/pkgs) from 2.13.0 to 2.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/core/releases">async's releases</a>.</em></p> <blockquote> <h2>package:async v2.13.1</h2> <ul> <li>Fix <code>StreamGroup.broadcast().close()</code> to properly complete when all streams in the group close without being explicitly removed.</li> <li>Run <code>dart format</code> with the new style.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/core/commit/158d80dc6d17c7b967e655e27a859cbc1c6aa71d"><code>158d80d</code></a> Prepare to publish async (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/948">#948</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/52e44b32e89e75047e62ddb744b9d2a024a08270"><code>52e44b3</code></a> Fix extra newlines after separators (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/946">#946</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/455d544b2ff7f9435505da89bbab4792f9d4026d"><code>455d544</code></a> Align package:lints changelog version with pubspec (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/945">#945</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/5782e0c7d79146e75b170829edb38afd4d69edc5"><code>5782e0c</code></a> Add <code>ascending</code> to IterableExtension.sortedBy (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/731">#731</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/c080e56331df64f70115ca7139ac806cfae65831"><code>c080e56</code></a> Remove sorting of subcommands (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/943">#943</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/a681674931d494e82b5d327472f7a6f4fe1c529f"><code>a681674</code></a> refactor(path): Avoid allocating full 16 arg lists in join/absolute (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/931">#931</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/a6b0513bfeb1a50946cce14b2a8e9a25878e3d33"><code>a6b0513</code></a> [lints] Remove duplicate inclusion of <code>no_wildcard_variable_uses</code> (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/941">#941</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/0890f43b5e6f0a1edcdf26a6295541aff61101cf"><code>0890f43</code></a> [crypto] drop used typed_data dep (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/939">#939</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/d981f900baf9c93f5a82cb6e7c5df04343b84c95"><code>d981f90</code></a> Update tests to use best practices (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/935">#935</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/df50e718a87967af023b44e8c37598d7e6d6c347"><code>df50e71</code></a> Lint updating (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/934">#934</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/core/commits/async-v2.13.1/pkgs">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async&package-manager=pub&previous-version=2.13.0&new-version=2.13.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`. [//]: # (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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com>
1 parent 0733150 commit 9d7d6d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ packages:
2929
dependency: "direct main"
3030
description:
3131
name: async
32-
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
32+
sha256: e2eb0491ba5ddb6177742d2da23904574082139b07c1e33b8503b9f46f3e1a37
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "2.13.0"
35+
version: "2.13.1"
3636
boolean_selector:
3737
dependency: transitive
3838
description:

0 commit comments

Comments
 (0)